Skip to content

Commit

Permalink
old versions
Browse files Browse the repository at this point in the history
  • Loading branch information
igoshev committed Jul 11, 2018
1 parent 252a3fc commit 43fb6d9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@
},
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.6",
"illuminate/http": "^5.6",
"illuminate/routing": "^5.6",
"illuminate/view": "^5.6",
"illuminate/session": "^5.6",
"illuminate/config": "^5.6",
"illuminate/translation": "^5.6"
"illuminate/support": "^5.6|^5.5|^5.4",
"illuminate/http": "^5.6|^5.5|^5.4",
"illuminate/routing": "^5.6|^5.5|^5.4",
"illuminate/view": "^5.6|^5.5|^5.4",
"illuminate/session": "^5.6|^5.5|^5.4",
"illuminate/config": "^5.6|^5.5|^5.4",
"illuminate/translation": "^5.6|^5.5|^5.4"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 43fb6d9

Please sign in to comment.