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