You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!,
I'm new to this opening issues with packages/packagist thing...
It would be better to have a clean composer dumpautoloadwithout having any warning.
Class Bigcommerce\Test\Unit\ConnectionTest located in .../vendor/bigcommerce/api/test\Unit\Api\ConnectionTest.php does not comply with psr-4 autoloading standard. Skipping. Class Bigcommerce\Test\Unit\ErrorTest located in .../vendor/bigcommerce/api/test\Unit\Api\ErrorTest.php does not comply with psr-4 autoloading standard. Skipping.
I know that It's namespacing but can someone make an update to it?
The text was updated successfully, but these errors were encountered:
It seems like this repo is still a little bit active, so I've just made a new PR fixing the issues hoping it will eventually get merged. In the meantime, anyone running into this issue can use my fork.
Hi!,
I'm new to this opening issues with packages/packagist thing...
It would be better to have a clean
composer dumpautoload
without having any warning.Class Bigcommerce\Test\Unit\ConnectionTest located in .../vendor/bigcommerce/api/test\Unit\Api\ConnectionTest.php does not comply with psr-4 autoloading standard. Skipping. Class Bigcommerce\Test\Unit\ErrorTest located in .../vendor/bigcommerce/api/test\Unit\Api\ErrorTest.php does not comply with psr-4 autoloading standard. Skipping.
I know that It's namespacing but can someone make an update to it?
The text was updated successfully, but these errors were encountered: