Skip to content

Commit

Permalink
Update for Laravel 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vanchelo committed Feb 28, 2016
1 parent 8b694c3 commit 6ff2d58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
.idea/
/composer.lock
/vendor
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
],
"require": {
"php": ">=5.5.0",
"illuminate/contracts": "5.1.*",
"illuminate/http": "5.1.*"
"illuminate/contracts": "~5.1",
"illuminate/http": "~5.1"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6ff2d58

Please sign in to comment.