Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
David Höck authored Jan 27, 2017
1 parent fafa915 commit 3534dca
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"email": "[email protected]"
}
],
"minimum-stability": "dev",
"require": {}
"minimum-stability": "stable",
"autoload": {
"psr-4": {
"DavidHoeck\\LaravelJsonMapper\\": "src/"
}
}
}

0 comments on commit 3534dca

Please sign in to comment.