Skip to content

Commit 0105d75

Browse files
committed
Require PHP 8.2
1 parent 17eacc0 commit 0105d75

File tree

4 files changed

+4
-10
lines changed

4 files changed

+4
-10
lines changed

.github/workflows/create-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup PHP
2929
uses: shivammathur/setup-php@v2
3030
with:
31-
php-version: '5.6'
31+
php-version: '8.2'
3232

3333
- name: Create snapshot/nightly
3434
if: success()

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ which can be integrated as library into Icinga Web 2.
66
## Requirements
77

88
* [Icinga Web 2](https://github.com/Icinga/icingaweb2) (>= 2.9)
9-
* PHP (>= 7.2.9)
9+
* PHP (>= 8.2)
1010

1111
## Installation
1212

RELEASE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ e.g.
88

99
## Docker Example
1010

11-
docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web72 bin/make-release.sh 1.0.0 --no-tag
11+
docker run -it -v $(pwd):/tmp/pwd -w /tmp/pwd -v $(realpath ~/.gitconfig):/tmp/user/.gitconfig -e "HOME=/tmp/user" -u $(id -u):$(id -g) dev-docker_web82 bin/make-release.sh 1.0.0 --no-tag

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@
66
"license": "MIT",
77
"config": {
88
"sort-packages": true,
9-
"platform": {
10-
"php": "7.2.9"
11-
},
129
"allow-plugins": {
1310
"cweagans/composer-patches": true
1411
}
@@ -17,7 +14,7 @@
1714
"issues": "https://github.com/Icinga/icinga-php-thirdparty/issues"
1815
},
1916
"require": {
20-
"php": ">=7.2.9 <=8.2",
17+
"php": ">=8.2",
2118
"ext-curl": "*",
2219
"clue/block-react": "^1.5",
2320
"clue/connection-manager-extra": "^1.3",
@@ -73,9 +70,6 @@
7370
"extra": {
7471
"composer-exit-on-patch-failure": true,
7572
"patches": {
76-
"ramsey/collection": {
77-
"Collection: Add PHP 8.1 support": "patches/ramsey-collection.patch"
78-
},
7973
"shardj/zf1-future": {
8074
"ZF1-Future: ZF backward compatibility": "patches/shardj-zf1-future.patch"
8175
}

0 commit comments

Comments
 (0)