Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
jenssegers committed Nov 2, 2015
1 parent 20e9ce2 commit 046bc30
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
"name": "jenssegers/model",
"description": "An eloquent-like model, for Laravel and other frameworks",
"keywords": ["laravel","eloquent","model"],
"homepage": "https://github.com/jenssegers/laravel-model",
"license" : "MIT",
"authors": [
{
"name": "Jens Segers",
"homepage": "http://jenssegers.be"
"homepage": "https://jenssegers.com"
}
],
"license" : "MIT",
"require": {
"php": ">=5.4.0",
"illuminate/support": "*",
Expand Down

0 comments on commit 046bc30

Please sign in to comment.