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
composer install complains about non-compliant classes:
Amenadiel\JpGraph\UnitTest\UnitTester located in tests/_support/UnitTester.php
Amenadiel\JpGraph\UnitTest\Helper\Unit located in tests/_support/Helper/Unit.php
Amenadiel\JpGraph\UnitTest_generated\UnitTesterActions located in tests/_support/_generated/UnitTesterActions.php
For each class composer shows this Deprecation notice: Class does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.
Composer version: 1.10.13
The only classes affected are in the UnitTest namespace, so this probably won't affect actually running jpgraph in production.
The text was updated successfully, but these errors were encountered:
composer install
complains about non-compliant classes:For each class
composer
shows this Deprecation notice:Class does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0.
Composer version: 1.10.13
The only classes affected are in the UnitTest namespace, so this probably won't affect actually running jpgraph in production.
The text was updated successfully, but these errors were encountered: