Skip to content

Commit

Permalink
Merge pull request #270 from nickels/master
Browse files Browse the repository at this point in the history
Update dependencies to include illuminate/* 5.4*
  • Loading branch information
Crinsane authored Jan 25, 2017
2 parents 3ec0cef + 1b3e6f2 commit 195cc09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"illuminate/support": "5.1.*|5.2.*|5.3.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*"
"illuminate/support": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/session": "5.1.*|5.2.*|5.3.*|5.4.*",
"illuminate/events": "5.1.*|5.2.*|5.3.*|5.4.*"
},
"require-dev": {
"phpunit/phpunit": "~4.0",
Expand Down

0 comments on commit 195cc09

Please sign in to comment.