update identicon

This commit is contained in:
Yuri Kuznetsov
2022-08-31 13:45:12 +03:00
parent 6e4d25fadd
commit 314636e298
Generated
+17 -14
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "e703473276c8dc1f630d38a0bf3c9ac9", "content-hash": "eeb8a42a7e5e88311097944d4662e2b0",
"packages": [ "packages": [
{ {
"name": "async-aws/core", "name": "async-aws/core",
@@ -5307,33 +5307,35 @@
}, },
{ {
"name": "yzalis/identicon", "name": "yzalis/identicon",
"version": "1.1.0", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/yzalis/Identicon.git", "url": "https://github.com/yzalis/Identicon.git",
"reference": "a99fc2a3d018512f7914bc6f972952536c0f309b" "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/yzalis/Identicon/zipball/a99fc2a3d018512f7914bc6f972952536c0f309b", "url": "https://api.github.com/repos/yzalis/Identicon/zipball/ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
"reference": "a99fc2a3d018512f7914bc6f972952536c0f309b", "reference": "ff5ed090129cab9bfa2a322857d4a01d107aa0ae",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=5.5.0"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "1.2.*@dev" "ext-imagick": "*",
"fzaninotto/faker": "^1.2.0",
"phpunit/phpunit": "^4.0 || ^5.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1-dev" "dev-master": "1.2-dev"
} }
}, },
"autoload": { "autoload": {
"psr-0": { "psr-4": {
"Identicon": "src/" "Identicon\\": "src/Identicon/"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@@ -5358,7 +5360,7 @@
"source": "https://github.com/yzalis/Identicon/tree/master" "source": "https://github.com/yzalis/Identicon/tree/master"
}, },
"abandoned": true, "abandoned": true,
"time": "2014-07-13T09:19:12+00:00" "time": "2019-10-14T09:30:57+00:00"
}, },
{ {
"name": "zbateson/mail-mime-parser", "name": "zbateson/mail-mime-parser",
@@ -7637,7 +7639,7 @@
"prefer-stable": false, "prefer-stable": false,
"prefer-lowest": false, "prefer-lowest": false,
"platform": { "platform": {
"php": ">=7.4.0", "php": ">=7.4.0 <8.2.0",
"ext-pdo_mysql": "*", "ext-pdo_mysql": "*",
"ext-openssl": "*", "ext-openssl": "*",
"ext-json": "*", "ext-json": "*",
@@ -7646,8 +7648,9 @@
"ext-mbstring": "*", "ext-mbstring": "*",
"ext-xml": "*", "ext-xml": "*",
"ext-curl": "*", "ext-curl": "*",
"ext-exif": "*" "ext-exif": "*",
"ext-pdo": "*"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.2.0" "plugin-api-version": "2.0.0"
} }