mirror of
https://github.com/composer/composer
synced 2025-05-08 16:17:37 +00:00
Update ranges for 0.N versions, refs #3518
This commit is contained in:
parent
9438f3a58f
commit
06e96a78e2
2 changed files with 4 additions and 4 deletions
|
@ -99,7 +99,7 @@ class VersionSelectorTest extends \PHPUnit_Framework_TestCase
|
|||
array('3.1.2-pl2', false, 'stable', '~3.1'),
|
||||
array('3.1.2-patch', false, 'stable', '~3.1'),
|
||||
array('0.1.0', false, 'stable', '0.1.*'),
|
||||
array('0.1.3', false, 'stable', '0.1.3.*'),
|
||||
array('0.1.3', false, 'stable', '0.1.*'),
|
||||
array('0.0.3', false, 'stable', '0.0.3.*'),
|
||||
array('0.0.3-alpha', false, 'alpha', '0.0.3.*@alpha'),
|
||||
array('2.0-beta.1', false, 'beta', '~2.0@beta'),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue