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:
parent
666dc93fcc
commit
bbab31b564
2 changed files with 5 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue