-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Update dependencies for compatibility with PHP 8.0 #4200
Comments
The failure is caused by vimeo/psalm#3954. |
Additionally, the currently locked version of
|
- Installing composer/package-versions-deprecated (1.11.99.4): Extracting archive
composer/package-versions-deprecated contains a Composer plugin which is currently not in your allow-plugins config. See https://getcomposer.org/allow-plugins
Do you trust "composer/package-versions-deprecated" to execute code and wish to enable it now? (writes "allow-plugins" to composer.json) [y,n,d,?] That package is now EOL: https://github.com/composer/package-versions-deprecated#readme |
The dependency on this package will be removed in 3.3.0. See #5078. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Updating Psalm to
^3.13
solves the dependency problem butpsalm
itself fails after the update regardless of the PHP version:TODO:
3.0.x
after the upgrade (Remove --ignore-platform-reqs from PHP 8.0 builds #4203):dbal/.travis.yml
Lines 21 to 24 in 95b40a1
The text was updated successfully, but these errors were encountered: