Skip to content

Commit 647a8d8

Browse files
committed
Drop support for PHP 7
1 parent 3eb86b9 commit 647a8d8

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
timeout-minutes: 5
1010
strategy:
1111
matrix:
12-
php: ["7.4", "8.0", "8.1"]
12+
php: ["8.0", "8.1"]
1313
dependencies: ["lowest", "locked"]
1414
env:
1515
extensions: mbstring, pcov

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ This plugin is made for you if you have one or multiple of the use cases describ
3939
## Requirements
4040

4141
- Kirby 3.7.0+
42+
- PHP 8.0+
4243
- Git 2.5+ (ideally newer for better reliability)
4344

4445
Support for older Kirby versions is provided by previous versions of this plugin. I recommend to update your Kirby installation to benefit from fixes and improvements both in Kirby and in this plugin.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
}
1212
],
1313
"require": {
14-
"php": ">=7.4.0 <8.2.0",
14+
"php": ">=8.0.0 <8.2.0",
1515
"getkirby/cms": ">=3.7.0 <3.9.0",
1616
"getkirby/composer-installer": "^1.1"
1717
},

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)