Added target php platform in composer.json to prevent building versions that cannot be executed in older versions

This commit is contained in:
Alejandro Celaya 2017-10-16 18:23:13 +02:00
parent 2d85a207d1
commit c8346bc5f8

View File

@ -84,6 +84,9 @@
},
"config": {
"process-timeout": 0,
"sort-packages": true
"sort-packages": true,
"platform": {
"php": "7.0"
}
}
}