Skip to content

Commit 18386be

Browse files
authored
Updated php version to support php8
1 parent e9a89b0 commit 18386be

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
@@ -11,7 +11,7 @@
1111
],
1212
"license": "MIT",
1313
"require": {
14-
"php": "~5.6 || ~7.0"
14+
"php": "~5.6 || ~7.0 || ~8.0"
1515
},
1616
"require-dev": {
1717
"phpunit/phpunit": "~5.0",

0 commit comments

Comments
 (0)