-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
When running "composer update" I'm getting this notice:
Deprecation Notice: Class JMose\CommandSchedulerBundle\DependencyInjection\Tests\JMoseCommandSchedulerExtensionTest located in (...)/vendor/jmose/command-scheduler-bundle\Tests\DependencyInjection\JMoseCommandSchedulerExtensionTest
.php does not comply with psr-4 autoloading standard. It will not autoload anymore in Composer v2.0. in phar://C:/ProgramData/ComposerSetup/bin/composer.phar/src/Composer/Autoload/ClassMapGenerator.php:201
Replacing
namespace JMose\CommandSchedulerBundle\DependencyInjection\Tests;
with
namespace JMose\CommandSchedulerBundle\Tests\DependencyInjection;
should fix this.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels