1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-30 19:30:25 +02:00

composer.json: Enforce compatibility with lowest supported PHP version

This commit is contained in:
Nick Liu
2020-02-13 22:00:24 +01:00
parent f8d0b628e0
commit 7484d52d66

View File

@@ -17,6 +17,9 @@
"php": ">=5.6"
},
"config": {
"platform": {
"php": "5.6"
},
"vendor-dir": "e107_handlers/vendor"
}
}