Skip to content

Commit

Permalink
Add a Laravel 4.x dependency, for this version at least.
Browse files Browse the repository at this point in the history
  • Loading branch information
judgej committed Jun 30, 2015
1 parent 57db5f3 commit 08b1e63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
}
],
"require": {
"php": ">=5.3.0"
"php": ">=5.3.0",
"laravel/framework": "4.*"
},
"autoload": {
"psr-4": {"Academe\\LaravelDkim\\": "src/"}
Expand Down

0 comments on commit 08b1e63

Please sign in to comment.