Open jibran opened 6 years ago
This is still an issue with 8.6.7 on PHP 7.2
Problem 1
- Conclusion: remove webflo/drupal-core-strict 8.6.7
- Conclusion: don't install webflo/drupal-core-strict 8.6.7
- Installation request for webflo/drupal-core-strict (locked at 8.6.7, required as ^8.6) -> satisfiable by webflo/drupal-core-strict[8.6.7].
- Conclusion: don't install symfony/polyfill-ctype v1.10.0
- webflo/drupal-core-strict 8.6.7 requires symfony/polyfill-ctype v1.9.0 -> satisfiable by symfony/polyfill-ctype[v1.9.0].
- Can only install one of: symfony/polyfill-ctype[v1.9.0, v1.10.0].
- Can only install one of: symfony/polyfill-ctype[v1.10.0, v1.9.0].
- Installation request for symfony/polyfill-ctype (locked at v1.10.0) -> satisfiable by symfony/polyfill-ctype[v1.10.0].
I would also like to support updating to PHPUnit 6 on our site and right now using this we're locked to version 4.
On PHP7 core recommands to run following command to update PHPUnit.
As you can see
symfony/yaml
is a non dev package so it's updating some non-dev packages along the way. The 8.6.3 lockssymfony/yaml
package tov3.4.18
as per https://dispatcher.drupalci.org/job/php-7.2-apache_mysql5.5/2291/consoleFull whereasdrupal-core-strict
locks it tov3.4.15
.Because of this conflict, it is impossible to use
drupal-core-strict
with>=PHP7
so I suggest creating PHP 7 version on the release. Maybe a new packagedrupal-core-strict-php7
. Thoughts?