Skip to content

Commit 49a09d4

Browse files
authored
Merge pull request #2 from pyatnitsev/php8
Allow PHP 8
2 parents 4030cea + 9a93e46 commit 49a09d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
}
1616
],
1717
"require": {
18-
"php": "^5.6|^7.0|^7.1"
18+
"php": "^5.6|^7.0|^7.1|^8.0"
1919
},
2020
"require-dev": {
2121
"satooshi/php-coveralls": "^1.0",

0 commit comments

Comments
 (0)