mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-08 14:24:31 +02:00
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:
parent
6ec11bc240
commit
3b010ce5ac
@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2.
|
||||
## Requirements
|
||||
|
||||
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
|
||||
* PHP (>= 7.2)
|
||||
* PHP (>= 7.2.9)
|
||||
|
||||
## Installation
|
||||
|
||||
|
@ -7,14 +7,14 @@
|
||||
"config": {
|
||||
"sort-packages": true,
|
||||
"platform": {
|
||||
"php": "7.2"
|
||||
"php": "7.2.9"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.2 <=8.1",
|
||||
"php": ">=7.2.9 <=8.2",
|
||||
"ext-curl": "*",
|
||||
"clue/block-react": "^1",
|
||||
"clue/connection-manager-extra": "^1",
|
||||
|
Loading…
x
Reference in New Issue
Block a user