Skip to content

Commit

Permalink
Merge pull request #18 from maab16/patch-1
Browse files Browse the repository at this point in the history
Enable for Laravel 8
  • Loading branch information
Codexshaper authored Sep 27, 2020
2 parents f48ac2f + 2109a88 commit 0dd9152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
"type": "library",
"minimum-stability": "dev",
"require": {
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2",
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0"
"php": "~5.4|~5.5|5.6|~7.0|~7.1|^7.2|^7.3",
"illuminate/support": "~5.5.40|~5.6.0|~5.7.0|~5.8.0|^6.0|^7.0|^8.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0dd9152

Please sign in to comment.