mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
Add lock file alias support and a bunch of fixes
This commit is contained in:
parent
f9fc9695e9
commit
59d2b1145c
9 changed files with 70 additions and 21 deletions
|
@ -53,7 +53,7 @@ class VersionParserTest extends \PHPUnit_Framework_TestCase
|
|||
'parses trunk' => array('dev-trunk', '9999999-dev'),
|
||||
'parses arbitrary' => array('dev-feature-foo', 'dev-feature-foo'),
|
||||
'parses arbitrary2' => array('DEV-FOOBAR', 'dev-foobar'),
|
||||
'ignores aliases' => array('dev-master as 1.0.0', '9999999-dev'),
|
||||
'ignores aliases' => array('dev-master as 1.0.0', '1.0.0.0'),
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue