Skip to content

Commit 2429e22

Browse files
committed
Force the PHP platform to 5.5.9 in composer.json.
1 parent 52f5e9e commit 2429e22

File tree

2 files changed

+124
-322
lines changed

2 files changed

+124
-322
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
"PHPSemVerChecker\\Test\\": "tests/PHPSemVerChecker"
4747
}
4848
},
49+
"config": {
50+
"platform": {
51+
"php": "5.5.9"
52+
}
53+
},
4954
"extra": {
5055
"branch-alias": {
5156
"dev-master": "0.11-dev"

0 commit comments

Comments
 (0)