You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
425 B
Plaintext

--TEST--
Installing branch aliased package from a Composer repository.
--COMPOSER--
{
"repositories": [
{
"type": "composer",
"url": "file://install-branch-alias-composer-repo"
}
],
"require": {
"a/a": "3.2.*@dev"
}
}
--RUN--
install
--EXPECT--
Installing a/a (dev-foobar abcdef0)
Marking a/a (3.2.x-dev abcdef0) as installed, alias of a/a (dev-foobar abcdef0)