Skip to content

Commit

Permalink
Merge pull request #34 from laravel-shift/l10-compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
jacotijssen authored Feb 6, 2023
2 parents 0eed243 + aa0a3da commit 91180ab
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,46 +1,46 @@
{
"name": "creativeorange/gravatar",
"description": "A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
"keywords": [
"laravel",
"gravatar",
"avatar"
],
"license": "MIT",
"authors": [
{
"name": "Jaco Tijssen",
"email": "jaco@creativeorange.nl",
"homepage": "https://www.creativeorange.nl",
"role": "Developer"
"name": "creativeorange/gravatar",
"description": "A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
"keywords": [
"laravel",
"gravatar",
"avatar"
],
"license": "MIT",
"authors": [
{
"name": "Jaco Tijssen",
"email": "jaco@creativeorange.nl",
"homepage": "https://www.creativeorange.nl",
"role": "Developer"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5|^6|^7|^8|^9|^10.0"
},
"require-dev": {
"php": ">=7.2",
"nunomaduro/larastan": "^0.6.2|^2.4",
"orchestra/testbench": "^5.4|^8.0"
},
"autoload": {
"psr-4": {
"Creativeorange\\Gravatar\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Creativeorange\\Gravatar\\GravatarServiceProvider"
],
"aliases": {
"Gravatar": "Creativeorange\\Gravatar\\Facades\\Gravatar"
}
}
},
"minimum-stability": "stable",
"scripts": {
"analyze": "phpstan analyse -c vendor/nunomaduro/larastan/extension.neon -l 5 src/"
}
],
"require": {
"php": ">=5.4.0",
"illuminate/support": "^5|^6|^7|^8|^9"
},
"require-dev": {
"php": ">=7.2",
"nunomaduro/larastan": "^0.6.2",
"orchestra/testbench": "^5.4"
},
"autoload": {
"psr-4": {
"Creativeorange\\Gravatar\\": "src/"
}
},
"extra": {
"laravel": {
"providers": [
"Creativeorange\\Gravatar\\GravatarServiceProvider"
],
"aliases": {
"Gravatar": "Creativeorange\\Gravatar\\Facades\\Gravatar"
}
}
},
"minimum-stability": "stable",
"scripts": {
"analyze": "phpstan analyse -c vendor/nunomaduro/larastan/extension.neon -l 5 src/"
}
}

0 comments on commit 91180ab

Please sign in to comment.