mirror of
https://github.com/Icinga/icinga-php-library.git
synced 2025-07-05 12:54:31 +02:00
Raise required PHP version to 8.2
This commit is contained in:
parent
ca92d8e26e
commit
ce45fede7e
@ -7,14 +7,14 @@
|
|||||||
"config": {
|
"config": {
|
||||||
"sort-packages": true,
|
"sort-packages": true,
|
||||||
"platform": {
|
"platform": {
|
||||||
"php": "7.2.9"
|
"php": "8.2"
|
||||||
},
|
},
|
||||||
"allow-plugins": {
|
"allow-plugins": {
|
||||||
"cweagans/composer-patches": true
|
"cweagans/composer-patches": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
"php": ">=7.2",
|
"php": ">=8.2",
|
||||||
"ipl/html": "^0.8.0",
|
"ipl/html": "^0.8.0",
|
||||||
"ipl/i18n": "^0.2.0",
|
"ipl/i18n": "^0.2.0",
|
||||||
"ipl/orm": "^0.6.0",
|
"ipl/orm": "^0.6.0",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user