- Issue created by @catch
- First commit to issue fork.
- Merge request !10413[Composer] Move php-tuf/composer-stager ro dev-dependency → (Closed) created by spokje
- 🇳🇱Netherlands spokje
So the tests are passing when we move
php-tuf/composer-stager
to a dev dependency.
However, the test in
\Drupal\BuildTests\Composer\Template\ComposerProjectTemplatesTest::testMinimumStabilityStrictness
usescomposer --working-dir=$root info --format=json
to get all the dependencies fromThis list also contains dev-dependencies, so it will still fail if we bump
testMinimumStabilityStrictness
tostable
.