Skip to content

Commit 0dd9152

Browse files
authored
Merge pull request #18 from maab16/patch-1
Enable for Laravel 8
2 parents f48ac2f + 2109a88 commit 0dd9152

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"type": "library",
1818
"minimum-stability": "dev",
1919
"require": {
20-
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2",
21-
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
20+
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2|^7.3",
21+
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
2222
},
2323
"autoload": {
2424
"psr-4": {

0 commit comments

Comments
 (0)