We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Craft does not support Plugins with symfony/*:^4.0 dependencies, as it depends on composer/composer:~1.5.2 and this package depends on:
symfony/*:^4.0
composer/composer:~1.5.2
"symfony/console": "^2.7 || ^3.0", "symfony/finder": "^2.7 || ^3.0", "symfony/process": "^2.7 || ^3.0", "symfony/filesystem": "^2.7 || ^3.0",
In composer/composer:1.6. they opened the version constraint to ^4.0: composer/composer@3a491a9#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
composer/composer:1.6.
AFAIK it's safe to upgrade as there are no API changes from 3.4 to 4.0. I tried it locally without any issues.
The text was updated successfully, but these errors were encountered:
95f5eb8
If anyone’s going to follow SemVer it’ll be Composer :)
Sorry, something went wrong.
Thanks
No branches or pull requests
Description
Craft does not support Plugins with
symfony/*:^4.0
dependencies, as it depends oncomposer/composer:~1.5.2
and this package depends on:In
composer/composer:1.6.
they opened the version constraint to ^4.0:composer/composer@3a491a9#diff-b5d0ee8c97c7abd7e3fa29b9a27d1780
AFAIK it's safe to upgrade as there are no API changes from 3.4 to 4.0. I tried it locally without any issues.
The text was updated successfully, but these errors were encountered: