Composer: Fix target PHP version in platform to the min. supported version.

Having this set to the minimum supported version ensure that when packages versions are retrieved/updated, only versions compatible with this PHP version are selected.
This commit is contained in:
Molkobain
2021-09-21 15:22:56 +02:00
parent 37585614ba
commit 7ac5c1bbbb

View File

@@ -37,7 +37,7 @@
},
"config": {
"platform": {
"php": "7.2.0"
"php": "7.1.3"
},
"vendor-dir": "lib",
"preferred-install": {