1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-25 12:33:29 +01:00

[ticket/14382] Specify the branch-alias in the composer.json files

PHPBB3-14382
This commit is contained in:
Tristan Darricau 2016-01-09 15:42:42 +01:00
parent c1eb721650
commit e8a4526f4a
2 changed files with 11 additions and 1 deletions

View File

@ -57,5 +57,10 @@
"symfony/browser-kit": "2.8.*",
"symfony/css-selector": "2.8.*",
"symfony/dom-crawler": "2.8.*"
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
}
}

View File

@ -23,5 +23,10 @@
},
"require": {
"php": ">=5.4"
}
},
"extra": {
"branch-alias": {
"dev-master": "3.2.x-dev"
}
}
}