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
(The bug is for xethron/laravel-4-generators, but that one has no bug tracker and this package here depends on it).
When using composer 1.10-dev to generate the autoloader (composer dump) there are deprecation notices shown:
Deprecation Notice: Class Way\Generators\Templates\Data\Controller located in ./vendor/xethron/laravel-4-generators/src/Way/Generators/templates/Data/Controller.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v1.11+.
Deprecation Notice: Class Way\Generators\Templates\Data\Migration located in ./vendor/xethron/laravel-4-generators/src/Way/Generators/templates/Data/Migration.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v1.11+.
The text was updated successfully, but these errors were encountered:
(The bug is for
xethron/laravel-4-generators
, but that one has no bug tracker and this package here depends on it).When using composer 1.10-dev to generate the autoloader (
composer dump
) there are deprecation notices shown:The text was updated successfully, but these errors were encountered: