mirror of
https://github.com/Icinga/icinga-php-thirdparty.git
synced 2025-07-08 22:34:34 +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
|
## 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
|
||||||
|
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user