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
After running composer install --no-dev --prefer-dist --optimize-autoloader we noticed the following error:
Generating optimized autoload files
In ClassMapGenerator.php line 73:
Could not scan for classes inside "vendor/mck89/peast/test/Peast" which does not appear to be a file nor a folder
I've applied the fix you proposed and it seems to work. I couldn't reproduce the error you mentioned but i think it depends on the composer version, so let me know if the error is still present. Thank you!
After running
composer install --no-dev --prefer-dist --optimize-autoloader
we noticed the following error:Is this related to the following:
peast/composer.json
Lines 18 to 23 in bd4c30d
peast/.gitattributes
Line 5 in bd4c30d
The
test
folder is part ofexport-ignore
but is registered in thecomposer.json
autoload
property.Should it be moved the
autoload-dev
property?https://getcomposer.org/doc/04-schema.md#autoload-dev
The text was updated successfully, but these errors were encountered: