Skip to content

Commit a6f6150

Browse files
author
Aboozar Ghaffari
authored
Merge pull request #12 from miladkian/new-version
set support to 5.6
2 parents cf330a7 + 3fd6219 commit a6f6150

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

composer.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@
1717
"require": {
1818
"php": ">=7.0.0",
1919
"ext-soap" : "*",
20-
"illuminate/contracts": "~5.8.0|^6.0|^7.0",
21-
"illuminate/database": "~5.8.0|^6.0|^7.0",
22-
"illuminate/http": "~5.8.0|^6.0|^7.0",
23-
"illuminate/routing": "~5.8.0|^6.0|^7.0",
24-
"illuminate/support": "~5.8.0|^6.0|^7.0",
25-
"illuminate/view": "~5.8.0|^6.0|^7.0",
20+
"illuminate/contracts": "~5.6.0|^6.0|^7.0",
21+
"illuminate/database": "~5.6.0|^6.0|^7.0",
22+
"illuminate/http": "~5.6.0|^6.0|^7.0",
23+
"illuminate/routing": "~5.6.0|^6.0|^7.0",
24+
"illuminate/support": "~5.6.0|^6.0|^7.0",
25+
"illuminate/view": "~5.6.0|^6.0|^7.0",
2626
"tartan/laravel-xlog": "^1.0"
2727
},
2828
"require-dev": {

0 commit comments

Comments
 (0)