Skip to content

Commit 7575800

Browse files
feat(*): Force composer to use PHP 7.2.5 as it is the minimum to have something that works
1 parent 7a6eba4 commit 7575800

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"config" : {
1212
"platform": {
13-
"php": "7.2.34"
13+
"php": "7.2.5"
1414
}
1515
},
1616
"require": {

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)