-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Drop removed stuff from autoloader #9
Comments
These files are mentioned in |
Good morning Anatoly,
That’s a very good point, I’ll take a look at that once I’m back from
vacation - could you provide me with an example package where this happened?
Thanks for the feedback!
From: Anatoly Pashin <[email protected]> <[email protected]>
Reply: ssx/skrub
<[email protected]>
<[email protected]>
Date: 15 October 2019 at 05:03:34
To: ssx/skrub <[email protected]> <[email protected]>
CC: Subscribed <[email protected]>
<[email protected]>
Subject: Re: [ssx/skrub] Drop removed stuff from autoloader (#9)
These files are mentioned in autoload_classmap.php, autoload_static.php and
… installed.json in vendor/composer directory. The issue has gone after
removing them from installed.json, looks like autoload files aren't
related.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#9?email_source=notifications&email_token=AAB6HKLHKRTUZVC6WNIW343QOUXINA5CNFSM4JAWQFF2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBHH6JI#issuecomment-542015269>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAB6HKJHN3V57QLWVF44YUTQOUXINANCNFSM4JAWQFFQ>
.
|
Example:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The tool should also remove things from autoloader, especially from the class map. Such missing files produce errors on every composer call:
As you can see, I have
friendsofphp/php-cs-fixer
inrequire-dev
section.The text was updated successfully, but these errors were encountered: