Skip to content

Commit fec3e59

Browse files
committed
Adopt dependency for PHP 7.3
It is risky to overwrite the platform version, but now seems to work normally.
1 parent 50c152a commit fec3e59

File tree

2 files changed

+17
-11
lines changed

2 files changed

+17
-11
lines changed

composer.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@
2323
"config": {
2424
"optimize-autoloader": true,
2525
"classmap-authoritative": true,
26-
"sort-packages": true
26+
"sort-packages": true,
27+
"platform": {
28+
"php": "7.1.3"
29+
}
2730
}
2831
}

composer.lock

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

0 commit comments

Comments
 (0)