Skip to content

Commit e761c3c

Browse files
committed
Fix PHP platform to 7.0
1 parent 33eb981 commit e761c3c

File tree

2 files changed

+35
-33
lines changed

2 files changed

+35
-33
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
}
3939
},
4040
"config": {
41-
"sort-packages": true
41+
"sort-packages": true,
42+
"platform": {
43+
"php": "7.0"
44+
}
4245
},
4346
"scripts": {
4447
"ensure-installed": "composer install --ansi -n -q",

composer.lock

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

0 commit comments

Comments
 (0)