Drupal 10, the latest version of the open-source digital experience platform with even more features, is here.Since commit "Updating process requirement so it can be included in other projects with... " the Gitlab CI tests are failing.
Using version ^1.2 for overtrue/phplint
./composer.json has been updated
Loading composer repositories with package information
Updating dependencies (including require-dev)
Your requirements could not be resolved to an installable set of packages.
Problem 1
- The requested package symfony/process == 3.3.6.0 is satisfiable by symfony/process[v3.3.6] but those are rejected by your minimum-stability.
Installation failed, reverting ./composer.json to its original content.









Comments
Comment #2
helmo CreditAttribution: helmo at Initfour websolutions for DNV GL commentedSome test commits on 3110280-ci-docker-image
Comment #3
Jon PughLooks like
is run dynamically in CI?
Best practice would be to add this package using require-dev so that developers see the conflict locally.
Submit a branch with `composer require overtrue/phplint --dev`.
Or...
Wait a bit. I am making great progress installing Provision as a composer dependency. Devshop now requires `drupal/provision` and I found a way to force drush to include it.