Skip to content

Commit a23cdf9

Browse files
committed
Produce valid lockfile for 7.1.27
7.1.27 is what Travis uses in its 7.1 build, which we use in the Code quality step.
1 parent 00070db commit a23cdf9

File tree

2 files changed

+402
-363
lines changed

2 files changed

+402
-363
lines changed

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@
1515
"homepage": "http://ocramius.github.com/"
1616
}
1717
],
18+
"config": {
19+
"platform": {
20+
"php": "7.1.27"
21+
}
22+
},
1823
"require": {
1924
"php": "^7.1"
2025
},

0 commit comments

Comments
 (0)