infusionsoft / infusionsoft-php

PHP client library for the Infusionsoft API.
https://developer.infusionsoft.com/
Other
129 stars 126 forks source link

`RestApi.php` does not comply with psr-0 autoloading - should be renamed to `AbstractApi.php` #263

Open oppiansteve opened 4 years ago

oppiansteve commented 4 years ago
Deprecation Notice: Class Infusionsoft\Api\Rest\AbstractApi located in ./vendor/infusionsoft/php-sdk/src/Infusionsoft/Api/Rest/RestApi.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:201
oppiansteve commented 4 years ago

Couldn't find an existing issue, but sorry if this has already been mentioned.

ajohnson6494 commented 4 years ago

See PR #244