Closed theodson closed 3 years ago
Relates to #172
autoload-dev fix
"Recurr\\Test\\": "tests/Recurr/Test"
Additionally, depending on your application's composer.json the warning may not appear. To show the warning try either enabling the optimize-autoloader either in the composer.json
"config": { "preferred-install": "dist", "sort-packages": true, "optimize-autoloader": false },
or directly on the command line
composer require --optimize-autoloader simshaun/recurr
I'm still unable to get warnings to show up, but if this fixes the issue, I'm all for it.
Relates to #172
autoload-dev fix
Additionally, depending on your application's composer.json the warning may not appear. To show the warning try either enabling the optimize-autoloader either in the composer.json
or directly on the command line