Skip to content

Commit

Permalink
fixed composer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samuraee committed Feb 17, 2021
1 parent 77d28c2 commit ff96302
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 @@ -19,12 +19,12 @@
"ext-soap" : "*",
"ext-json": "*",
"ext-bcmath": "*",
"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",
"illuminate/contracts": ">=5.6.0",
"illuminate/database": ">=5.6.0",
"illuminate/http": ">=5.6.0",
"illuminate/routing": ">=5.6.0",
"illuminate/support": ">=5.6.0",
"illuminate/view": ">=5.6.0",
"tartan/laravel-xlog": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit ff96302

Please sign in to comment.