-
-
Notifications
You must be signed in to change notification settings - Fork 933
ci: remove deprecated packages from composer.json #3794
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
Conversation
f3a9103
to
84190e4
Compare
src/Bridge/Symfony/Bundle/DependencyInjection/Configuration.php
Outdated
Show resolved
Hide resolved
1c98d40
to
3c74d18
Compare
49bedaf
to
e03df00
Compare
Co-authored-by: Joseph Bielawski <stloyd@users.noreply.github.com>
4ce5e11
to
6fd9b3c
Compare
3da0d6f
to
2e4f33a
Compare
try { | ||
require_once $sourceFile; | ||
} catch (\Throwable $t) { | ||
// invalid PHP file (example: missing parent class) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should'nt we log at least so that the user knows there's an issue in this class?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's usually not an issue but an optional dependency not installed or something like that. If the class is used elsewhere, PHP will throw an error anyway.
NelmioApiDoc v2 and FOSUserBundle aren't maintained anymore. They prevent installing the latest version of some Symfony component. This PR removes theses packages from
composer.json
(the integration with these legacy tools will not be tested in the CI either).