JeremyDunn / php-fedex-api-wrapper

This library provides a fluid interface for constructing requests to the FedEx web service API.
269 stars 184 forks source link

composer 2.0 compatibility for version 2.6 #162

Closed rickshawhobo closed 3 years ago

rickshawhobo commented 3 years ago

Hi, Is there any way you can patch the composer 2.0 PSR4 autoloading issue in version 2.6.x The error is

Class FedEx\Tests\ValidationAvailabilityAndCommitmentService located in ./vendor/jeremy-dunn/php-fedex-api-wrapper/tests/FedEx/Tests/ValidationAvailabilityAndCommitmentServiceTest.php does not comply with psr-4 autoloading standard. Skipping.

The class just needs to be renamed

JeremyDunn commented 3 years ago

@rickshawhobo This has been fixed in the new 2.6.3 release.