Skip to content

Commit f830c5b

Browse files
authored
update to accept php 8
1 parent 9563571 commit f830c5b

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
@@ -10,7 +10,7 @@
1010
],
1111
"require": {
1212
"ext-json": "*",
13-
"php": "^7.2"
13+
"php": "^7.2|^8.0"
1414
},
1515
"require-dev": {
1616
"orchestra/testbench": "^5.0"

0 commit comments

Comments
 (0)