feat(composer): allow php ^7.2.5

This commit is contained in:
Jérémy Dufraisse 2023-03-23 11:42:37 +01:00
parent 00a9c6d298
commit adc22cdee6

View File

@ -38,7 +38,7 @@
}, },
"config": { "config": {
"platform": { "platform": {
"php": "8.0.0" "php": "7.2.5"
}, },
"platform-check": true, "platform-check": true,
"allow-plugins": { "allow-plugins": {
@ -46,6 +46,6 @@
} }
}, },
"require-dev": { "require-dev": {
"phpunit/phpunit": "^9.6" "phpunit/phpunit": "^8.5"
} }
} }