Skip to content

Commit 7e86777

Browse files
authored
Merge pull request #39 from maximal/master
Add PHP 8.0
2 parents 1e50caa + 8334c47 commit 7e86777

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
@@ -23,7 +23,7 @@
2323
}
2424
],
2525
"require": {
26-
"php" : "~5.6|~7.0",
26+
"php" : "~5.6|~7.0|^8.0",
2727
"illuminate/support": "5.2.*|5.3.*|5.4.*|5.5.*|5.6.*|5.7.*|5.8.*|6.*|7.*|8.*"
2828

2929
},

0 commit comments

Comments
 (0)