We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 21ef19a + 8a1a386 commit ebf83b0Copy full SHA for ebf83b0
.github/workflows/ci.yaml
@@ -17,6 +17,11 @@ jobs:
17
- '7.2'
18
- '7.3'
19
- '7.4'
20
+ - '8.0'
21
+ - '8.1'
22
+ - '8.2'
23
+ - '8.3'
24
+ - '8.4'
25
26
steps:
27
- name: 'Check out'
CHANGELOG.md
@@ -4,6 +4,7 @@ CHANGELOG
4
2.1.0
5
-----
6
7
+* added support for PHP 8
8
* dropped support for PHP < 7.1
9
10
2.0.0
composer.json
@@ -12,7 +12,7 @@
12
}
13
],
14
"require": {
15
- "php": "^7.1"
+ "php": "^7.1|^8.0"
16
},
"autoload": {
"psr-4": {
0 commit comments