Skip to content

Commit a536634

Browse files
committed
Require PHP >= 5.6
Now the PHP version requirement is on par with WordPress: https://wordpress.org/support/article/requirements/ Fixes #207
1 parent f80ba2f commit a536634

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
php-version:
21-
- 5.3
22-
- 5.4
23-
- 5.5
2421
- 5.6
2522
- 7.0
2623
- 7.1

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Revision History
22

3+
## x.y
4+
5+
## x.y.z
6+
7+
* Require PHP >= 5.6
8+
39
## 8.0
410

511
### 8.0.0 (2016-06-30)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
{"name": "Raphael Schweikert"}
1010
],
1111
"require": {
12-
"php": ">=5.3.2"
12+
"php": ">=5.6.20"
1313
},
1414
"require-dev": {
1515
"phpunit/phpunit": "^4.8.36",

0 commit comments

Comments
 (0)