Skip to content

Commit

Permalink
supports 5.3 and above
Browse files Browse the repository at this point in the history
  • Loading branch information
jigs1212 committed Apr 24, 2018
1 parent 48fb250 commit 1834fde
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
],
"require": {
"php": ">=5.6.4",
"illuminate/support": "^5.3.*",
"illuminate/config": "^5.3.*",
"illuminate/routing": "^5.3.*",
"illuminate/view": "^5.3.*",
"laravelcollective/html": "^5.3.*"
"illuminate/support": "^5.3",
"illuminate/config": "^5.3",
"illuminate/routing": "^5.3",
"illuminate/view": "^5.3",
"laravelcollective/html": "^5.3"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1834fde

Please sign in to comment.