QuickBooks-V3-PHP-SDK icon indicating copy to clipboard operation
QuickBooks-V3-PHP-SDK copied to clipboard

Your Class IPP does not comply with psr-4 autoloading standard.

Open dlrdelarocha opened this issue 4 years ago • 8 comments

Hi, currently I have installed your repository whit composer and receive the title error, this error is because your class name and file name are different an other hand have indentation problems in same file.

dlrdelarocha avatar Jun 08 '20 07:06 dlrdelarocha

This is, and will continue to be, a problem for mature web applications that use Composer during continuous integration.

Deprecation Notice: Class QuickBooksOnline\API\Data\IPPWrapper located in ./vendor/quickbooks/v3-php-sdk/src/Data/IPP.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.

stevenmaguire avatar Jun 23 '20 23:06 stevenmaguire

I have a JIRA to update this will do it in our next sprint.

bsivalingam avatar Jun 24 '20 06:06 bsivalingam

Opening up our SDK for hacktoberfest contributions.

What is it? Hacktoberfest is underway right now and we would love for you to contribute 🚀 . More information on #hacktoberfest is here

Develop-with-Intuit for Hacktoberfest

abisalehalliprasan avatar Oct 06 '20 21:10 abisalehalliprasan

According to #341, it seems like there is already a proposed fix here. That seems like a quick Hacktoberfest win to me!

stevenmaguire avatar Oct 06 '20 23:10 stevenmaguire

+1

levinse avatar Nov 08 '20 04:11 levinse

#361 seems to attempt to address this, but doesn't fully (class name doesn't match filename and there is at least one other place in the code where the fully qualified name with API in it is referenced, mentioned in the comments).

jaydiablo avatar Nov 10 '20 21:11 jaydiablo

What's the hold up here? The world is moving on with Composer 2 and we are having to hold our stuff back because of this.

adamlytics avatar Jul 13 '21 17:07 adamlytics

@adamlytics This should be fixed with the release: 6.0.0

abisalehalliprasan avatar Jul 13 '21 18:07 abisalehalliprasan