rap2hpoutre / laravel-log-viewer

:dromedary_camel: Laravel log viewer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not comply with psr-0 autoloading

tintamarre opened this issue · comments

composer require rap2hpoutre/laravel-log-viewer
Using version ^1.6 for rap2hpoutre/laravel-log-viewer
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Package operations: 1 install, 0 updates, 0 removals
  - Installing rap2hpoutre/laravel-log-viewer (v1.6.0): Downloading (100%)         
Writing lock file
Generating optimized autoload files
Deprecation Notice: Class Rap2hpoutre\LaravelLogViewer\BaseController located in ./vendor/rap2hpoutre/laravel-log-viewer/src/controllers/LogViewerController.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185
Deprecation Notice: Class Rap2hpoutre\LaravelLogViewer\BaseController located in ./vendor/rap2hpoutre/laravel-log-viewer/src/controllers/LogViewerController.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185
Deprecation Notice: Class Rap2hpoutre\LaravelLogViewer\LogViewerController located in ./vendor/rap2hpoutre/laravel-log-viewer/src/controllers/LogViewerController.php does not comply with psr-0 autoloading standard. It will not autoload anymore in Composer v2.0. in phar:///usr/local/bin/composer/src/Composer/Autoload/ClassMapGenerator.php:185

commented

same error

PSR-0 has been deprecated for some time, with PSR-4 being the current and widely used autoloading standard.