Skip to content

Commit

Permalink
Merge pull request #12 from miladkian/new-version
Browse files Browse the repository at this point in the history
set support to 5.6
  • Loading branch information
Aboozar Ghaffari authored Dec 29, 2019
2 parents cf330a7 + 3fd6219 commit a6f6150
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 @@ -17,12 +17,12 @@
"require": {
"php": ">=7.0.0",
"ext-soap" : "*",
"illuminate/contracts": "~5.8.0|^6.0|^7.0",
"illuminate/database": "~5.8.0|^6.0|^7.0",
"illuminate/http": "~5.8.0|^6.0|^7.0",
"illuminate/routing": "~5.8.0|^6.0|^7.0",
"illuminate/support": "~5.8.0|^6.0|^7.0",
"illuminate/view": "~5.8.0|^6.0|^7.0",
"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",
"tartan/laravel-xlog": "^1.0"
},
"require-dev": {
Expand Down

0 comments on commit a6f6150

Please sign in to comment.