Skip to content

Commit fcc9783

Browse files
committed
Force lowest supported PHP version (7.0)
1 parent 72393b2 commit fcc9783

2 files changed

Lines changed: 73 additions & 67 deletions

File tree

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@
3737
}
3838
],
3939
"config": {
40-
"sort-packages": true
40+
"sort-packages": true,
41+
"platform": {
42+
"php": "7.0"
43+
}
4144
}
4245
}

composer.lock

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

0 commit comments

Comments
 (0)