Merge branch 'devel'
This commit is contained in:
65
composer.lock
generated
65
composer.lock
generated
@@ -4,7 +4,7 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "e6ac2be787f145ea140b72b55e302e90",
|
||||
"content-hash": "acd096c2d0a14521dd551b39dde1ef28",
|
||||
"packages": [
|
||||
{
|
||||
"name": "asm89/stack-cors",
|
||||
@@ -350,6 +350,69 @@
|
||||
],
|
||||
"time": "2022-04-01T19:23:25+00:00"
|
||||
},
|
||||
{
|
||||
"name": "creativeorange/gravatar",
|
||||
"version": "v1.0.23",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/creativeorange/gravatar.git",
|
||||
"reference": "3a1b227c48091b039b967265ec13c0800c70ac79"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/creativeorange/gravatar/zipball/3a1b227c48091b039b967265ec13c0800c70ac79",
|
||||
"reference": "3a1b227c48091b039b967265ec13c0800c70ac79",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"illuminate/support": "^5|^6|^7|^8|^9|^10.0",
|
||||
"php": ">=5.4.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"nunomaduro/larastan": "^0.6.2|^2.4",
|
||||
"orchestra/testbench": "^5.4|^8.0",
|
||||
"php": ">=7.2"
|
||||
},
|
||||
"type": "library",
|
||||
"extra": {
|
||||
"laravel": {
|
||||
"providers": [
|
||||
"Creativeorange\\Gravatar\\GravatarServiceProvider"
|
||||
],
|
||||
"aliases": {
|
||||
"Gravatar": "Creativeorange\\Gravatar\\Facades\\Gravatar"
|
||||
}
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
"psr-4": {
|
||||
"Creativeorange\\Gravatar\\": "src/"
|
||||
}
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Jaco Tijssen",
|
||||
"email": "jaco@creativeorange.nl",
|
||||
"homepage": "https://www.creativeorange.nl",
|
||||
"role": "Developer"
|
||||
}
|
||||
],
|
||||
"description": "A Laravel Gravatar package for retrieving gravatar image URLs or checking the existance of an image.",
|
||||
"keywords": [
|
||||
"avatar",
|
||||
"gravatar",
|
||||
"laravel"
|
||||
],
|
||||
"support": {
|
||||
"issues": "https://github.com/creativeorange/gravatar/issues",
|
||||
"source": "https://github.com/creativeorange/gravatar/tree/v1.0.23"
|
||||
},
|
||||
"time": "2023-02-06T07:57:20+00:00"
|
||||
},
|
||||
{
|
||||
"name": "dflydev/dot-access-data",
|
||||
"version": "v3.0.2",
|
||||
|
||||
Reference in New Issue
Block a user