Skip to content

Commit 8a1a386

Browse files
committed
allow PHP 8
1 parent 2b4b370 commit 8a1a386

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,11 @@ jobs:
1717
- '7.2'
1818
- '7.3'
1919
- '7.4'
20+
- '8.0'
21+
- '8.1'
22+
- '8.2'
23+
- '8.3'
24+
- '8.4'
2025

2126
steps:
2227
- name: 'Check out'

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ CHANGELOG
44
2.1.0
55
-----
66

7+
* added support for PHP 8
78
* dropped support for PHP < 7.1
89

910
2.0.0

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"php": "^7.1"
15+
"php": "^7.1|^8.0"
1616
},
1717
"autoload": {
1818
"psr-4": {

0 commit comments

Comments
 (0)