Skip to content

Commit

Permalink
Updated Laravel version compatibility
Browse files Browse the repository at this point in the history
Fixed issue #31
  • Loading branch information
Aboozar Ghaffari authored Sep 23, 2020
1 parent 88fc481 commit 9621a81
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
"php": ">=7.0.0",
"ext-soap" : "*",
"ext-json": "*",
"illuminate/contracts": "~5.6.0|^6.0|^7.0",
"illuminate/database": "~5.6.0|^6.0|^7.0",
"illuminate/http": "~5.6.0|^6.0|^7.0",
"illuminate/routing": "~5.6.0|^6.0|^7.0",
"illuminate/support": "~5.6.0|^6.0|^7.0",
"illuminate/view": "~5.6.0|^6.0|^7.0",
"illuminate/contracts": "~5.6.0|^6.0|^7.0|^8.0",
"illuminate/database": "~5.6.0|^6.0|^7.0|^8.0",
"illuminate/http": "~5.6.0|^6.0|^7.0|^8.0",
"illuminate/routing": "~5.6.0|^6.0|^7.0|^8.0",
"illuminate/support": "~5.6.0|^6.0|^7.0|^8.0",
"illuminate/view": "~5.6.0|^6.0|^7.0|^8.0",
"tartan/laravel-xlog": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit 9621a81

Please sign in to comment.