Skip to content

Commit 3b7c12d

Browse files
authored
Allow PHP 8
1 parent b3cdae8 commit 3b7c12d

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
@@ -35,7 +35,7 @@
3535
}
3636
},
3737
"require": {
38-
"php": "^7.0",
38+
"php": ">=7.0",
3939
"reactivex/rxphp": "^2.0"
4040
},
4141
"require-dev": {

0 commit comments

Comments
 (0)