1
0
mirror of https://github.com/e107inc/e107.git synced 2025-04-30 01:08:46 +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
No known key found for this signature in database
GPG Key ID: 1167C5F9C9897637

View File

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