Skip to content

Commit

Permalink
Merge pull request #31 from tabacitu/adds-support-for-laravel-9
Browse files Browse the repository at this point in the history
  • Loading branch information
jacotijssen authored Jan 19, 2022
2 parents 8c2c1a3 + d2f2b50 commit f5f25dd
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|^6|^7|^8"
"illuminate/support": "^5|^6|^7|^8|^9"
},
"require-dev": {
"php": ">=7.2",
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, 6, 7 and 8
# Gravatar for Laravel 5.x, 6, 7, 8 and 9

[![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 f5f25dd

Please sign in to comment.