Skip to content

Commit f0fd1f9

Browse files
authored
Merge pull request #12 from ibrunotome/patch-1
refactor: support php 8
2 parents b856c41 + 6b00070 commit f0fd1f9

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
@@ -9,7 +9,7 @@
99
}
1010
],
1111
"require": {
12-
"php" : "^7.0"
12+
"php" : "^7.0 || ^8.0"
1313
},
1414
"require-dev": {
1515
"illuminate/support": "~5.1.0|~5.2.0|~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0",

0 commit comments

Comments
 (0)