Skip to content

Commit fa60b49

Browse files
committed
update composer.json to be compatible with php7.2
1 parent ddfde71 commit fa60b49

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

composer.json

+3
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@
2727
"preferred-install": {
2828
"*": "dist"
2929
},
30+
"platform": {
31+
"php": "7.2.15"
32+
},
3033
"sort-packages": true
3134
},
3235
"autoload": {

composer.lock

+4-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

symfony.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"version": "2.5.2"
125125
},
126126
"php": {
127-
"version": "7.3"
127+
"version": "7.2.15"
128128
},
129129
"phpmd/phpmd": {
130130
"version": "2.7.0"

0 commit comments

Comments
 (0)