Different PHP requirements for dev vs stable

This commit is contained in:
wilsonge 2019-08-13 21:01:37 +01:00
parent 5aa2f2fde6
commit c477abd151
No known key found for this signature in database
GPG Key ID: EF81319318FC9D04
2 changed files with 6 additions and 3 deletions

View File

@ -8,9 +8,10 @@
}
},
"require" : {
"php": ">=5.6"
"php": ">=5.4"
},
"require-dev": {
"php": ">=5.6",
"codeception/codeception": "^3",
"phpunit/phpunit": "^5.7.27",
"joomla-projects/joomla-browser": "v3.9.0",

6
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "9a5638b98ecd6f9c31fd98d2e464885d",
"content-hash": "1b0489cad34d1fd663da3e41426498d1",
"packages": [],
"packages-dev": [
{
@ -4985,9 +4985,11 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": ">=5.4"
},
"platform-dev": {
"php": ">=5.6"
},
"platform-dev": [],
"platform-overrides": {
"php": "5.6.0"
}