33
0
mirror of https://github.com/joomla-extensions/patchtester.git synced 2025-01-23 07:08:33 +00:00

Actually, specify PHP version constraints for dev and non-dev separately (dev is only higher because of the dependency tree)

This commit is contained in:
Michael Babker 2019-08-27 17:23:34 -05:00
parent ec13822987
commit a39872f886
2 changed files with 11 additions and 3 deletions

View File

@ -8,7 +8,11 @@
"config": { "config": {
"vendor-dir": "administrator/components/com_patchtester/vendor" "vendor-dir": "administrator/components/com_patchtester/vendor"
}, },
"require": {
"php": "^5.3.10|^7.0"
},
"require-dev": { "require-dev": {
"php": "^5.6|^7.0",
"joomla/crowdin-sync": "dev-master", "joomla/crowdin-sync": "dev-master",
"squizlabs/php_codesniffer": "~1.5" "squizlabs/php_codesniffer": "~1.5"
}, },

10
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "c79698e1367cae449ff51bfa58b85cf9", "content-hash": "35e372f08cd218b7040fd37d8e7dcaeb",
"packages": [], "packages": [],
"packages-dev": [ "packages-dev": [
{ {
@ -1066,6 +1066,10 @@
}, },
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": [], "platform": {
"platform-dev": [] "php": "^5.3.10|^7.0"
},
"platform-dev": {
"php": "^5.6|^7.0"
}
} }