-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Outdated locked dependencies need updating #25
Comments
Hello @jacobcassidy 👋🏻 What constraints do you suggest? |
I use PHP 8.x, but keeping compatibility with versions back to 7.4 makes sense. Will nikic/php-parser version 5.x and symfony component versions 7.x be compatible with PHP 7.4? |
Documentation for version 5.x (current; for running on PHP >= 7.4; for parsing PHP 7.0 to PHP 8.3, with limited support for parsing PHP 5.x).
Requires: PHP 8.2.0 or higher |
Looks like nikic/php-parser can be safely updated if the minimum PHP version supported will be 7.4. The Symfony updates may need to wait until 7.4 support is dropped. |
The following dependencies have new major versions available (^5.0 and ^7.0 respectively), but they cannot be updated because they're locked by this package.
The text was updated successfully, but these errors were encountered: