laravel-log-viewer icon indicating copy to clipboard operation
laravel-log-viewer copied to clipboard

Does not comply with psr-0 autoloading

Open tintamarre opened this issue 5 years ago • 2 comments
trafficstars

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

tintamarre avatar Apr 30 '20 06:04 tintamarre

same error

avesgit avatar May 28 '20 00:05 avesgit

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

matthewtrask avatar Aug 07 '20 12:08 matthewtrask