Skip to content

Commit 64b6e85

Browse files
Merge pull request #14 from PlumTreeSystems/php8.0
php 8 support solves #13
2 parents 7a3016e + 666ca32 commit 64b6e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"require": {
77
"react/promise": "^2.7.1",
88
"react/event-loop": "^1.1.1",
9-
"php": "^7.4.0"
9+
"php": "^7.4.0|^8.0"
1010
},
1111
"require-dev" : {
1212
"phpunit/phpunit": "^9.1.4"

0 commit comments

Comments
 (0)