Skip to content

Commit f363782

Browse files
Merge branch '4.4' into 5.1
* 4.4: [appveyor] fix checking for the .x branch Remove "branch-alias", populate "version"
2 parents 150aeb9 + d2119bc commit f363782

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

composer.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@
2020
"php": "THIS BRIDGE WHEN TESTING LOWEST SYMFONY VERSIONS.",
2121
"php": ">=5.5.9"
2222
},
23+
"require-dev": {
24+
"symfony/deprecation-contracts": "^2.1"
25+
},
2326
"suggest": {
2427
"symfony/error-handler": "For tracking deprecated interfaces usages at runtime with DebugClassLoader"
2528
},
@@ -38,15 +41,10 @@
3841
],
3942
"minimum-stability": "dev",
4043
"extra": {
41-
"branch-alias": {
42-
"dev-master": "5.1-dev"
43-
},
4444
"thanks": {
4545
"name": "phpunit/phpunit",
4646
"url": "https://github.com/sebastianbergmann/phpunit"
4747
}
4848
},
49-
"require-dev": {
50-
"symfony/deprecation-contracts": "^2.1"
51-
}
49+
"version": "5.1-dev"
5250
}

0 commit comments

Comments
 (0)