Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Add Laravel 5.0 support (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
besologic committed Sep 8, 2016
1 parent 7140507 commit ed0301a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Expand Up @@ -9,8 +9,8 @@
}
],
"require": {
"illuminate/mail": "^5.1",
"illuminate/view": "^5.1"
"illuminate/mail": "^5.0",
"illuminate/view": "^5.0"
},
"require-dev": {
"mockery/mockery": "^0.9.5",
Expand Down

0 comments on commit ed0301a

Please sign in to comment.