-
-
Notifications
You must be signed in to change notification settings - Fork 436
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
Downgraded composer dependencies to also fit php7.3 #2576
Conversation
so now we've to use php7.3 when we update composer.lock? |
|
guess I'll have to re-have that mega old version just for that |
https://github.com/OpenMage/magento-lts#development-environment-with-ddev 😎 |
That’s not the point 😉 |
No. Tested ... if you want to update composer dependencies try this ...
|
Description (*)
Current composer.lock file was made for "half-supported" php8.1 and some dependencies rely on php8.1.
This PR changes all requirements to work with php7.3+ (and 8.1).
composer update
when not on 8.1composer install
should work for every php-version.(also updated phpstan/ecg-standard)
Contribution checklist (*)