Skip to content

Commit

Permalink
added support for Laravel 7
Browse files Browse the repository at this point in the history
  • Loading branch information
tabacitu committed Mar 3, 2020
1 parent c757291 commit 0763160
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5.0|^6"
"illuminate/support": "^5|^6|^7"
},
"autoload": {
"psr-4": {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Gravatar for Laravel 5.x and 6.0
# Gravatar for Laravel 5.x, 6 and 7

[![Total Downloads](https://poser.pugx.org/creativeorange/gravatar/d/total.svg)](https://packagist.org/packages/creativeorange/gravatar)
[![Latest Stable Version](https://poser.pugx.org/creativeorange/gravatar/v/stable.svg)](https://packagist.org/packages/creativeorange/gravatar)
Expand Down

0 comments on commit 0763160

Please sign in to comment.