|
|
@@ -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": "17bceced29627163f7aa330a0697f68b",
|
|
|
+ "content-hash": "856795d23741558bca3fc3de8896e3f7",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "jdenticon/jdenticon",
|
|
|
@@ -48,6 +48,11 @@
|
|
|
"identicon",
|
|
|
"jdenticon"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://jdenticon.com/php-api.html",
|
|
|
+ "issues": "https://github.com/dmester/jdenticon-php/issues",
|
|
|
+ "source": "https://github.com/dmester/jdenticon-php"
|
|
|
+ },
|
|
|
"time": "2022-10-30T17:15:02+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -105,6 +110,20 @@
|
|
|
"range",
|
|
|
"subnet"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/mlocati/ip-lib/issues",
|
|
|
+ "source": "https://github.com/mlocati/ip-lib/tree/1.18.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sponsors/mlocati",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://paypal.me/mlocati",
|
|
|
+ "type": "other"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"time": "2022-01-13T18:05:33+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -154,6 +173,11 @@
|
|
|
"pseudorandom",
|
|
|
"random"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "email": "info@paragonie.com",
|
|
|
+ "issues": "https://github.com/paragonie/random_compat/issues",
|
|
|
+ "source": "https://github.com/paragonie/random_compat"
|
|
|
+ },
|
|
|
"time": "2022-02-16T17:07:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -206,37 +230,88 @@
|
|
|
"identicon",
|
|
|
"image"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/yzalis/Identicon/issues",
|
|
|
+ "source": "https://github.com/yzalis/Identicon/tree/master"
|
|
|
+ },
|
|
|
"abandoned": true,
|
|
|
"time": "2019-10-14T09:30:57+00:00"
|
|
|
}
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
+ {
|
|
|
+ "name": "doctrine/deprecations",
|
|
|
+ "version": "v1.1.1",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/doctrine/deprecations.git",
|
|
|
+ "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/deprecations/zipball/612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
|
|
|
+ "reference": "612a3ee5ab0d5dd97b7cf3874a6efe24325efac3",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^9",
|
|
|
+ "phpstan/phpstan": "1.4.10 || 1.10.15",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.0",
|
|
|
+ "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
+ "psalm/plugin-phpunit": "0.18.4",
|
|
|
+ "psr/log": "^1 || ^2 || ^3",
|
|
|
+ "vimeo/psalm": "4.30.0 || 5.12.0"
|
|
|
+ },
|
|
|
+ "suggest": {
|
|
|
+ "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
|
|
|
+ "homepage": "https://www.doctrine-project.org/",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/deprecations/issues",
|
|
|
+ "source": "https://github.com/doctrine/deprecations/tree/v1.1.1"
|
|
|
+ },
|
|
|
+ "time": "2023-06-03T09:27:29+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
|
- "version": "1.4.1",
|
|
|
+ "version": "1.5.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
|
|
|
+ "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
|
- "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
|
+ "reference": "0a0fa9780f5d4e507415a065172d26a98d02047b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"php": "^7.1 || ^8.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "doctrine/coding-standard": "^9",
|
|
|
+ "doctrine/coding-standard": "^9 || ^11",
|
|
|
"ext-pdo": "*",
|
|
|
"ext-phar": "*",
|
|
|
"phpbench/phpbench": "^0.16 || ^1",
|
|
|
"phpstan/phpstan": "^1.4",
|
|
|
"phpstan/phpstan-phpunit": "^1",
|
|
|
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
|
|
|
- "vimeo/psalm": "^4.22"
|
|
|
+ "vimeo/psalm": "^4.30 || ^5.4"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
@@ -261,20 +336,38 @@
|
|
|
"constructor",
|
|
|
"instantiate"
|
|
|
],
|
|
|
- "time": "2022-03-03T08:28:38+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/doctrine/instantiator/issues",
|
|
|
+ "source": "https://github.com/doctrine/instantiator/tree/1.5.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://www.doctrine-project.org/sponsorship.html",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://www.patreon.com/phpdoctrine",
|
|
|
+ "type": "patreon"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-12-30T00:15:36+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "myclabs/deep-copy",
|
|
|
- "version": "1.11.0",
|
|
|
+ "version": "1.11.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
- "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
|
|
|
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
|
- "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
+ "reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -310,7 +403,17 @@
|
|
|
"object",
|
|
|
"object graph"
|
|
|
],
|
|
|
- "time": "2022-03-03T13:19:32+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
+ "source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2023-03-08T13:26:56+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/reflection-common",
|
|
|
@@ -359,6 +462,10 @@
|
|
|
"reflection",
|
|
|
"static analysis"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
|
|
|
+ },
|
|
|
"time": "2020-06-27T09:03:43+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -412,29 +519,41 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
|
|
|
+ },
|
|
|
"time": "2021-10-19T17:43:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/type-resolver",
|
|
|
- "version": "1.6.1",
|
|
|
+ "version": "1.7.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
- "reference": "77a32518733312af16a44300404e945338981de3"
|
|
|
+ "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
|
- "reference": "77a32518733312af16a44300404e945338981de3",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b2fe4d22a5426f38e014855322200b97b5362c0d",
|
|
|
+ "reference": "b2fe4d22a5426f38e014855322200b97b5362c0d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "phpdocumentor/reflection-common": "^2.0"
|
|
|
+ "doctrine/deprecations": "^1.0",
|
|
|
+ "php": "^7.4 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.0",
|
|
|
+ "phpstan/phpdoc-parser": "^1.13"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"ext-tokenizer": "*",
|
|
|
- "psalm/phar": "^4.8"
|
|
|
+ "phpbench/phpbench": "^1.2",
|
|
|
+ "phpstan/extension-installer": "^1.1",
|
|
|
+ "phpstan/phpstan": "^1.8",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "rector/rector": "^0.13.9",
|
|
|
+ "vimeo/psalm": "^4.25"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
@@ -458,7 +577,11 @@
|
|
|
}
|
|
|
],
|
|
|
"description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
- "time": "2022-03-15T21:29:03+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
|
+ "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.7.2"
|
|
|
+ },
|
|
|
+ "time": "2023-05-30T18:13:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpspec/prophecy",
|
|
|
@@ -521,39 +644,90 @@
|
|
|
"spy",
|
|
|
"stub"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpspec/prophecy/issues",
|
|
|
+ "source": "https://github.com/phpspec/prophecy/tree/v1.10.3"
|
|
|
+ },
|
|
|
"time": "2020-03-05T15:02:03+00:00"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "phpstan/phpdoc-parser",
|
|
|
+ "version": "1.22.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/phpstan/phpdoc-parser.git",
|
|
|
+ "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
|
|
|
+ "reference": "ec58baf7b3c7f1c81b3b00617c953249fb8cf30c",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/annotations": "^2.0",
|
|
|
+ "nikic/php-parser": "^4.15",
|
|
|
+ "php-parallel-lint/php-parallel-lint": "^1.2",
|
|
|
+ "phpstan/extension-installer": "^1.0",
|
|
|
+ "phpstan/phpstan": "^1.5",
|
|
|
+ "phpstan/phpstan-phpunit": "^1.1",
|
|
|
+ "phpstan/phpstan-strict-rules": "^1.0",
|
|
|
+ "phpunit/phpunit": "^9.5",
|
|
|
+ "symfony/process": "^5.2"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "PHPStan\\PhpDocParser\\": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "description": "PHPDoc parser with support for nullable, intersection and generic types",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/phpstan/phpdoc-parser/issues",
|
|
|
+ "source": "https://github.com/phpstan/phpdoc-parser/tree/1.22.0"
|
|
|
+ },
|
|
|
+ "time": "2023-06-01T12:35:21+00:00"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
- "version": "4.0.6",
|
|
|
+ "version": "4.0.8",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "ca060f645beeddebedb1885c97bf163e93264c35"
|
|
|
+ "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca060f645beeddebedb1885c97bf163e93264c35",
|
|
|
- "reference": "ca060f645beeddebedb1885c97bf163e93264c35",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
+ "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-xmlwriter": "*",
|
|
|
"php": "^5.6 || ^7.0",
|
|
|
- "phpunit/php-file-iterator": "~1.3",
|
|
|
- "phpunit/php-text-template": "~1.2",
|
|
|
+ "phpunit/php-file-iterator": "^1.3",
|
|
|
+ "phpunit/php-text-template": "^1.2",
|
|
|
"phpunit/php-token-stream": "^1.4.2 || ^2.0",
|
|
|
- "sebastian/code-unit-reverse-lookup": "~1.0",
|
|
|
+ "sebastian/code-unit-reverse-lookup": "^1.0",
|
|
|
"sebastian/environment": "^1.3.2 || ^2.0",
|
|
|
- "sebastian/version": "~1.0|~2.0"
|
|
|
+ "sebastian/version": "^1.0 || ^2.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "ext-xdebug": ">=2.1.4",
|
|
|
- "phpunit/phpunit": "^5.4"
|
|
|
+ "ext-xdebug": "^2.1.4",
|
|
|
+ "phpunit/phpunit": "^5.7"
|
|
|
},
|
|
|
"suggest": {
|
|
|
- "ext-dom": "*",
|
|
|
- "ext-xdebug": ">=2.4.0",
|
|
|
- "ext-xmlwriter": "*"
|
|
|
+ "ext-xdebug": "^2.5.1"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
@@ -584,7 +758,12 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
- "time": "2017-02-23T07:38:02+00:00"
|
|
|
+ "support": {
|
|
|
+ "irc": "irc://irc.freenode.net/phpunit",
|
|
|
+ "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/4.0"
|
|
|
+ },
|
|
|
+ "time": "2017-04-02T07:44:40+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
@@ -631,6 +810,11 @@
|
|
|
"filesystem",
|
|
|
"iterator"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "irc": "irc://irc.freenode.net/phpunit",
|
|
|
+ "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/1.4.5"
|
|
|
+ },
|
|
|
"time": "2017-11-27T13:52:08+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -672,6 +856,10 @@
|
|
|
"keywords": [
|
|
|
"template"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-text-template/tree/1.2.1"
|
|
|
+ },
|
|
|
"time": "2015-06-21T13:50:34+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -721,6 +909,10 @@
|
|
|
"keywords": [
|
|
|
"timer"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/php-timer/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-timer/tree/master"
|
|
|
+ },
|
|
|
"time": "2017-02-26T11:10:40+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -770,6 +962,10 @@
|
|
|
"keywords": [
|
|
|
"tokenizer"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-token-stream/tree/master"
|
|
|
+ },
|
|
|
"abandoned": true,
|
|
|
"time": "2017-11-27T05:48:46+00:00"
|
|
|
},
|
|
|
@@ -853,6 +1049,10 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/5.7.27"
|
|
|
+ },
|
|
|
"time": "2018-02-01T05:50:59+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -912,6 +1112,11 @@
|
|
|
"mock",
|
|
|
"xunit"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "irc": "irc://irc.freenode.net/phpunit",
|
|
|
+ "issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/phpunit-mock-objects/tree/3.4"
|
|
|
+ },
|
|
|
"abandoned": true,
|
|
|
"time": "2017-06-30T09:13:00+00:00"
|
|
|
},
|
|
|
@@ -958,6 +1163,16 @@
|
|
|
],
|
|
|
"description": "Looks up which function or method a line of code belongs to",
|
|
|
"homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/1.0.2"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sebastianbergmann",
|
|
|
+ "type": "github"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"time": "2020-11-30T08:15:22+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1022,6 +1237,10 @@
|
|
|
"compare",
|
|
|
"equality"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/comparator/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/comparator/tree/1.2"
|
|
|
+ },
|
|
|
"time": "2017-01-29T09:50:25+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1074,6 +1293,10 @@
|
|
|
"keywords": [
|
|
|
"diff"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/diff/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/diff/tree/1.4"
|
|
|
+ },
|
|
|
"time": "2017-05-22T07:24:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1124,6 +1347,10 @@
|
|
|
"environment",
|
|
|
"hhvm"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/environment/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/environment/tree/master"
|
|
|
+ },
|
|
|
"time": "2016-11-26T07:53:53+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1191,6 +1418,10 @@
|
|
|
"export",
|
|
|
"exporter"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/exporter/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/exporter/tree/master"
|
|
|
+ },
|
|
|
"time": "2016-11-19T08:54:04+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1242,6 +1473,10 @@
|
|
|
"keywords": [
|
|
|
"global state"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/global-state/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/global-state/tree/1.1.1"
|
|
|
+ },
|
|
|
"time": "2015-10-12T03:26:01+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1288,6 +1523,10 @@
|
|
|
],
|
|
|
"description": "Traverses array structures and object graphs to enumerate all referenced objects",
|
|
|
"homepage": "https://github.com/sebastianbergmann/object-enumerator/",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/object-enumerator/tree/master"
|
|
|
+ },
|
|
|
"time": "2017-02-18T15:18:39+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1341,6 +1580,10 @@
|
|
|
],
|
|
|
"description": "Provides functionality to recursively process PHP variables",
|
|
|
"homepage": "http://www.github.com/sebastianbergmann/recursion-context",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/recursion-context/tree/master"
|
|
|
+ },
|
|
|
"time": "2016-11-19T07:33:16+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1383,6 +1626,10 @@
|
|
|
],
|
|
|
"description": "Provides a list of PHP built-in functions that operate on resources",
|
|
|
"homepage": "https://www.github.com/sebastianbergmann/resource-operations",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/resource-operations/tree/master"
|
|
|
+ },
|
|
|
"time": "2015-07-28T20:34:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
@@ -1426,20 +1673,24 @@
|
|
|
],
|
|
|
"description": "Library that helps with managing the version number of Git-hosted PHP projects",
|
|
|
"homepage": "https://github.com/sebastianbergmann/version",
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/sebastianbergmann/version/issues",
|
|
|
+ "source": "https://github.com/sebastianbergmann/version/tree/master"
|
|
|
+ },
|
|
|
"time": "2016-10-03T07:35:21+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/polyfill-ctype",
|
|
|
- "version": "v1.26.0",
|
|
|
+ "version": "v1.27.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
|
+ "reference": "5bbc823adecdae860bb64756d639ecfec17b050a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
- "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
+ "reference": "5bbc823adecdae860bb64756d639ecfec17b050a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
@@ -1454,7 +1705,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.26-dev"
|
|
|
+ "dev-main": "1.27-dev"
|
|
|
},
|
|
|
"thanks": {
|
|
|
"name": "symfony/polyfill",
|
|
|
@@ -1491,7 +1742,24 @@
|
|
|
"polyfill",
|
|
|
"portable"
|
|
|
],
|
|
|
- "time": "2022-05-24T11:49:31+00:00"
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-ctype/tree/v1.27.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-11-03T14:55:06+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/yaml",
|
|
|
@@ -1545,25 +1813,42 @@
|
|
|
],
|
|
|
"description": "Loads and dumps YAML files",
|
|
|
"homepage": "https://symfony.com",
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/yaml/tree/v4.4.45"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
"time": "2022-08-02T15:47:23+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "webmozart/assert",
|
|
|
- "version": "1.10.0",
|
|
|
+ "version": "1.11.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
|
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
- "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
+ "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^7.2 || ^8.0",
|
|
|
- "symfony/polyfill-ctype": "^1.8"
|
|
|
+ "ext-ctype": "*",
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"phpstan/phpstan": "<0.12.20",
|
|
|
@@ -1599,7 +1884,11 @@
|
|
|
"check",
|
|
|
"validate"
|
|
|
],
|
|
|
- "time": "2021-03-09T10:59:23+00:00"
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/webmozarts/assert/issues",
|
|
|
+ "source": "https://github.com/webmozarts/assert/tree/1.11.0"
|
|
|
+ },
|
|
|
+ "time": "2022-06-03T18:03:27+00:00"
|
|
|
}
|
|
|
],
|
|
|
"aliases": [],
|
|
|
@@ -1610,5 +1899,6 @@
|
|
|
"platform": {
|
|
|
"php": "^5.6.0 || ^7.0 || ^8.0"
|
|
|
},
|
|
|
- "platform-dev": []
|
|
|
+ "platform-dev": [],
|
|
|
+ "plugin-api-version": "2.0.0"
|
|
|
}
|