Skip to content

Commit

Permalink
Update composer.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Creativeorange V.O.F committed Jul 27, 2016
1 parent 77d0dcb commit 79f7836
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creativeorange/gravatar",
"description": "A Laravel 5.0, 5.1 and 5.2 gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
"description": "A Laravel 5.0, 5.1, 5.2 and 5.3 gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
"keywords": ["laravel","gravatar","avatar"],
"license": "MIT",
"authors": [
Expand All @@ -13,7 +13,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "5.0.*|5.1.*|5.2.*"
"illuminate/support": "5.*"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 79f7836

Please sign in to comment.