1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-16 21:54:00 +02:00

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

PHPBB3-14382
This commit is contained in:
Tristan Darricau
2015-12-23 20:02:51 +01:00
parent 84ed888cb9
commit 3f40a89864
2 changed files with 11 additions and 1 deletions

View File

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