Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

Commit

Permalink
Add laravel 5.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
vinkla committed May 5, 2016
1 parent 300cb77 commit 8bada96
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 @@ -11,9 +11,9 @@
],
"require": {
"php": "^5.5.9 || ^7.0",
"illuminate/contracts": "5.1.* || 5.2.*",
"illuminate/session": "5.1.* || 5.2.*",
"illuminate/support": "5.1.* || 5.2.*",
"illuminate/contracts": "5.1.* || 5.2.* || 5.3.*",
"illuminate/session": "5.1.* || 5.2.* || 5.3.*",
"illuminate/support": "5.1.* || 5.2.* || 5.3.*",
"graham-campbell/manager": "^2.3",
"larabros/elogram": "^1.1"
},
Expand Down

0 comments on commit 8bada96

Please sign in to comment.