thephpleague / oauth1-client

OAuth 1 Client
MIT License
968 stars 73 forks source link

Composer deprecation notices #116

Closed WimWidgets closed 4 years ago

WimWidgets commented 4 years ago

When installing, I get the following deprecation notices from Composer. Please update these files so that the file name matches the class name.

Deprecation Notice: Class League\OAuth1\Client\Tests\TrelloTest located in ./vendor/league/oauth1-client/tests/TrelloServerTest.php does not comply with psr-4 autoloading standard.
Deprecation Notice: Class League\OAuth1\Client\Tests\XingTest located in ./vendor/league/oauth1-client/tests/XingServerTest.php does not comply with psr-4 autoloading standard.
Deprecation Notice: Class League\OAuth1\Client\Tests\ServerStub located in ./vendor/league/oauth1-client/tests/stubs/ServerStub.php does not comply with psr-4 autoloading standard.