Skip to content

Commit c5a331e

Browse files
author
Mingeun Kim
authored
Merge pull request #3 from csoutham/master
Support for PHP v8 and Laravel v8
2 parents a059700 + 900254b commit c5a331e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@
88
],
99
"type": "library",
1010
"require": {
11-
"php": "^7.1",
12-
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0",
13-
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0"
11+
"php": "^7.1|^8.0",
12+
"illuminate/support": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0",
13+
"illuminate/console": "~5.6.34|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
1414
},
1515
"require-dev": {
1616
"phpunit/phpunit": "^7.0|^8.0|^9.0"

0 commit comments

Comments
 (0)