1
0
Fork 0
mirror of https://github.com/composer/composer synced 2025-05-09 00:22:53 +00:00

Fix bump-after-update when passing inline constraints, fixes #12223

This commit is contained in:
Jordi Boggiano 2024-12-09 14:25:32 +01:00
parent 666dc93fcc
commit bbab31b564
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -149,7 +149,7 @@ class BumpCommandTest extends TestCase
'dev/pkg' => '~2.0',
],
],
['packages' => ['first/pkg', 'dev/*']],
['packages' => ['first/pkg:3.0.1', 'dev/*']],
[
'require' => [
'first/pkg' => '^2.3.4',