mirror of
https://github.com/e107inc/e107.git
synced 2025-08-04 05:37:32 +02:00
composer.json: Enforce compatibility with lowest supported PHP version
This commit is contained in:
@@ -17,6 +17,9 @@
|
|||||||
"php": ">=5.6"
|
"php": ">=5.6"
|
||||||
},
|
},
|
||||||
"config": {
|
"config": {
|
||||||
|
"platform": {
|
||||||
|
"php": "5.6"
|
||||||
|
},
|
||||||
"vendor-dir": "e107_handlers/vendor"
|
"vendor-dir": "e107_handlers/vendor"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user