Update php version

`wikimedia/less` requires `php >= 7.2.9`. Hence, the minimum php version requirement to `7.3` (this
is the minimum version being supported right now by debian/rpm-based distribution) has also been updated.
This commit is contained in:
raviks789 2023-06-22 16:06:19 +02:00
parent 6ec11bc240
commit 3b010ce5ac
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2.
## Requirements ## Requirements
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9) * [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
* PHP (>= 7.2) * PHP (>= 7.2.9)
## Installation ## Installation

View File

@ -7,14 +7,14 @@
"config": { "config": {
"sort-packages": true, "sort-packages": true,
"platform": { "platform": {
"php": "7.2" "php": "7.2.9"
} }
}, },
"support": { "support": {
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues" "issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
}, },
"require": { "require": {
"php": ">=7.2 <=8.1", "php": ">=7.2.9 <=8.2",
"ext-curl": "*", "ext-curl": "*",
"clue/block-react": "^1", "clue/block-react": "^1",
"clue/connection-manager-extra": "^1", "clue/connection-manager-extra": "^1",