|
|
@@ -48,11 +48,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -110,20 +105,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -173,11 +154,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -230,10 +206,6 @@
|
|
|
"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"
|
|
|
}
|
|
|
@@ -241,34 +213,32 @@
|
|
|
"packages-dev": [
|
|
|
{
|
|
|
"name": "doctrine/instantiator",
|
|
|
- "version": "1.0.5",
|
|
|
+ "version": "1.4.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/doctrine/instantiator.git",
|
|
|
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
|
|
|
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
- "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
|
|
|
+ "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
|
+ "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3,<8.0-DEV"
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "athletic/athletic": "~0.1.8",
|
|
|
+ "doctrine/coding-standard": "^9",
|
|
|
"ext-pdo": "*",
|
|
|
"ext-phar": "*",
|
|
|
- "phpunit/phpunit": "~4.0",
|
|
|
- "squizlabs/php_codesniffer": "~2.0"
|
|
|
+ "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"
|
|
|
},
|
|
|
"type": "library",
|
|
|
- "extra": {
|
|
|
- "branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
- }
|
|
|
- },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
|
|
|
@@ -282,42 +252,42 @@
|
|
|
{
|
|
|
"name": "Marco Pivetta",
|
|
|
"email": "ocramius@gmail.com",
|
|
|
- "homepage": "http://ocramius.github.com/"
|
|
|
+ "homepage": "https://ocramius.github.io/"
|
|
|
}
|
|
|
],
|
|
|
"description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
|
|
|
- "homepage": "https://github.com/doctrine/instantiator",
|
|
|
+ "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
|
|
|
"keywords": [
|
|
|
"constructor",
|
|
|
"instantiate"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/doctrine/instantiator/issues",
|
|
|
- "source": "https://github.com/doctrine/instantiator/tree/master"
|
|
|
- },
|
|
|
- "time": "2015-06-14T21:17:01+00:00"
|
|
|
+ "time": "2022-03-03T08:28:38+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "myclabs/deep-copy",
|
|
|
- "version": "1.7.0",
|
|
|
+ "version": "1.11.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
- "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e"
|
|
|
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
|
- "reference": "3b8a3a99ba1f6a3952ac2747d989303cbd6b7a3e",
|
|
|
+ "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
|
+ "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^5.6 || ^7.0"
|
|
|
+ "php": "^7.1 || ^8.0"
|
|
|
+ },
|
|
|
+ "conflict": {
|
|
|
+ "doctrine/collections": "<1.6.8",
|
|
|
+ "doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "doctrine/collections": "^1.0",
|
|
|
- "doctrine/common": "^2.6",
|
|
|
- "phpunit/phpunit": "^4.1"
|
|
|
+ "doctrine/collections": "^1.6.8",
|
|
|
+ "doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
+ "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"autoload": {
|
|
|
@@ -340,43 +310,34 @@
|
|
|
"object",
|
|
|
"object graph"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
- "source": "https://github.com/myclabs/DeepCopy/tree/1.x"
|
|
|
- },
|
|
|
- "time": "2017-10-19T19:58:43+00:00"
|
|
|
+ "time": "2022-03-03T13:19:32+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/reflection-common",
|
|
|
- "version": "1.0.1",
|
|
|
+ "version": "2.2.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionCommon.git",
|
|
|
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
- "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
+ "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.5"
|
|
|
- },
|
|
|
- "require-dev": {
|
|
|
- "phpunit/phpunit": "^4.6"
|
|
|
+ "php": "^7.2 || ^8.0"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
+ "dev-2.x": "2.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": [
|
|
|
- "src"
|
|
|
- ]
|
|
|
+ "phpDocumentor\\Reflection\\": "src/"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -398,42 +359,42 @@
|
|
|
"reflection",
|
|
|
"static analysis"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
|
|
|
- "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/master"
|
|
|
- },
|
|
|
- "time": "2017-09-11T18:02:19+00:00"
|
|
|
+ "time": "2020-06-27T09:03:43+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/reflection-docblock",
|
|
|
- "version": "3.3.2",
|
|
|
+ "version": "5.3.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
|
|
|
- "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2"
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
|
|
- "reference": "bf329f6c1aadea3299f08ee804682b7c45b326a2",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
+ "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^5.6 || ^7.0",
|
|
|
- "phpdocumentor/reflection-common": "^1.0.0",
|
|
|
- "phpdocumentor/type-resolver": "^0.4.0",
|
|
|
- "webmozart/assert": "^1.0"
|
|
|
+ "ext-filter": "*",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.2",
|
|
|
+ "phpdocumentor/type-resolver": "^1.3",
|
|
|
+ "webmozart/assert": "^1.9.1"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "mockery/mockery": "^0.9.4",
|
|
|
- "phpunit/phpunit": "^4.4"
|
|
|
+ "mockery/mockery": "~1.3.2",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
},
|
|
|
"type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "5.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -444,48 +405,46 @@
|
|
|
{
|
|
|
"name": "Mike van Riel",
|
|
|
"email": "me@mikevanriel.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Jaap van Otterdijk",
|
|
|
+ "email": "account@ijaap.nl"
|
|
|
}
|
|
|
],
|
|
|
"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/release/3.x"
|
|
|
- },
|
|
|
- "time": "2017-11-10T14:09:06+00:00"
|
|
|
+ "time": "2021-10-19T17:43:47+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpdocumentor/type-resolver",
|
|
|
- "version": "0.4.0",
|
|
|
+ "version": "1.6.1",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpDocumentor/TypeResolver.git",
|
|
|
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
|
|
|
+ "reference": "77a32518733312af16a44300404e945338981de3"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
- "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
|
|
|
+ "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
|
|
|
+ "reference": "77a32518733312af16a44300404e945338981de3",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^5.5 || ^7.0",
|
|
|
- "phpdocumentor/reflection-common": "^1.0"
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
+ "phpdocumentor/reflection-common": "^2.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "mockery/mockery": "^0.9.4",
|
|
|
- "phpunit/phpunit": "^5.2||^4.8.24"
|
|
|
+ "ext-tokenizer": "*",
|
|
|
+ "psalm/phar": "^4.8"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.0.x-dev"
|
|
|
+ "dev-1.x": "1.x-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
- "phpDocumentor\\Reflection\\": [
|
|
|
- "src/"
|
|
|
- ]
|
|
|
+ "phpDocumentor\\Reflection\\": "src"
|
|
|
}
|
|
|
},
|
|
|
"notification-url": "https://packagist.org/downloads/",
|
|
|
@@ -498,11 +457,8 @@
|
|
|
"email": "me@mikevanriel.com"
|
|
|
}
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
|
|
|
- "source": "https://github.com/phpDocumentor/TypeResolver/tree/master"
|
|
|
- },
|
|
|
- "time": "2017-07-14T14:27:02+00:00"
|
|
|
+ "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
|
|
|
+ "time": "2022-03-15T21:29:03+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpspec/prophecy",
|
|
|
@@ -565,43 +521,39 @@
|
|
|
"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": "phpunit/php-code-coverage",
|
|
|
- "version": "4.0.8",
|
|
|
+ "version": "4.0.6",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d"
|
|
|
+ "reference": "ca060f645beeddebedb1885c97bf163e93264c35"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
- "reference": "ef7b2f56815df854e66ceaee8ebe9393ae36a40d",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/ca060f645beeddebedb1885c97bf163e93264c35",
|
|
|
+ "reference": "ca060f645beeddebedb1885c97bf163e93264c35",
|
|
|
"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.7"
|
|
|
+ "ext-xdebug": ">=2.1.4",
|
|
|
+ "phpunit/phpunit": "^5.4"
|
|
|
},
|
|
|
"suggest": {
|
|
|
- "ext-xdebug": "^2.5.1"
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-xdebug": ">=2.4.0",
|
|
|
+ "ext-xmlwriter": "*"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
@@ -632,12 +584,7 @@
|
|
|
"testing",
|
|
|
"xunit"
|
|
|
],
|
|
|
- "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"
|
|
|
+ "time": "2017-02-23T07:38:02+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
@@ -684,11 +631,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -730,10 +672,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -783,37 +721,33 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-token-stream",
|
|
|
- "version": "1.4.12",
|
|
|
+ "version": "2.0.2",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-token-stream.git",
|
|
|
- "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16"
|
|
|
+ "reference": "791198a2c6254db10131eecfe8c06670700904db"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
|
|
- "reference": "1ce90ba27c42e4e44e6d8458241466380b51fa16",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/791198a2c6254db10131eecfe8c06670700904db",
|
|
|
+ "reference": "791198a2c6254db10131eecfe8c06670700904db",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-tokenizer": "*",
|
|
|
- "php": ">=5.3.3"
|
|
|
+ "php": "^7.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "~4.2"
|
|
|
+ "phpunit/phpunit": "^6.2.4"
|
|
|
},
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-master": "1.4-dev"
|
|
|
+ "dev-master": "2.0-dev"
|
|
|
}
|
|
|
},
|
|
|
"autoload": {
|
|
|
@@ -836,12 +770,8 @@
|
|
|
"keywords": [
|
|
|
"tokenizer"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/sebastianbergmann/php-token-stream/issues",
|
|
|
- "source": "https://github.com/sebastianbergmann/php-token-stream/tree/1.4"
|
|
|
- },
|
|
|
"abandoned": true,
|
|
|
- "time": "2017-12-04T08:55:13+00:00"
|
|
|
+ "time": "2017-11-27T05:48:46+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/phpunit",
|
|
|
@@ -923,10 +853,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -986,11 +912,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
@@ -1037,16 +958,6 @@
|
|
|
],
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1111,10 +1022,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1167,10 +1074,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1221,10 +1124,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1292,10 +1191,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1347,10 +1242,6 @@
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1397,10 +1288,6 @@
|
|
|
],
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1454,10 +1341,6 @@
|
|
|
],
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1500,10 +1383,6 @@
|
|
|
],
|
|
|
"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"
|
|
|
},
|
|
|
{
|
|
|
@@ -1547,28 +1426,27 @@
|
|
|
],
|
|
|
"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.19.0",
|
|
|
+ "version": "v1.26.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/polyfill-ctype.git",
|
|
|
- "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b"
|
|
|
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/aed596913b70fae57be53d86faa2e9ef85a2297b",
|
|
|
- "reference": "aed596913b70fae57be53d86faa2e9ef85a2297b",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
+ "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": ">=5.3.3"
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "provide": {
|
|
|
+ "ext-ctype": "*"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-ctype": "For best performance"
|
|
|
@@ -1576,7 +1454,7 @@
|
|
|
"type": "library",
|
|
|
"extra": {
|
|
|
"branch-alias": {
|
|
|
- "dev-main": "1.19-dev"
|
|
|
+ "dev-main": "1.26-dev"
|
|
|
},
|
|
|
"thanks": {
|
|
|
"name": "symfony/polyfill",
|
|
|
@@ -1613,48 +1491,31 @@
|
|
|
"polyfill",
|
|
|
"portable"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/polyfill-ctype/tree/v1.19.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": "2020-10-23T09:01:57+00:00"
|
|
|
+ "time": "2022-05-24T11:49:31+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "symfony/yaml",
|
|
|
- "version": "v3.4.47",
|
|
|
+ "version": "v4.4.45",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/symfony/yaml.git",
|
|
|
- "reference": "88289caa3c166321883f67fe5130188ebbb47094"
|
|
|
+ "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/symfony/yaml/zipball/88289caa3c166321883f67fe5130188ebbb47094",
|
|
|
- "reference": "88289caa3c166321883f67fe5130188ebbb47094",
|
|
|
+ "url": "https://api.github.com/repos/symfony/yaml/zipball/aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
|
|
|
+ "reference": "aeccc4dc52a9e634f1d1eebeb21eacfdcff1053d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^5.5.9|>=7.0.8",
|
|
|
+ "php": ">=7.1.3",
|
|
|
"symfony/polyfill-ctype": "~1.8"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"symfony/console": "<3.4"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "symfony/console": "~3.4|~4.0"
|
|
|
+ "symfony/console": "^3.4|^4.0|^5.0"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"symfony/console": "For validating YAML files using the lint command"
|
|
|
@@ -1682,53 +1543,41 @@
|
|
|
"homepage": "https://symfony.com/contributors"
|
|
|
}
|
|
|
],
|
|
|
- "description": "Symfony Yaml Component",
|
|
|
+ "description": "Loads and dumps YAML files",
|
|
|
"homepage": "https://symfony.com",
|
|
|
- "support": {
|
|
|
- "source": "https://github.com/symfony/yaml/tree/v3.4.47"
|
|
|
- },
|
|
|
- "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": "2020-10-24T10:57:07+00:00"
|
|
|
+ "time": "2022-08-02T15:47:23+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "webmozart/assert",
|
|
|
- "version": "1.9.1",
|
|
|
+ "version": "1.10.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/webmozarts/assert.git",
|
|
|
- "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
|
|
|
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
|
|
- "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
|
|
|
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
+ "reference": "6964c76c7804814a842473e0c8fd15bab0f18e25",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "php": "^5.3.3 || ^7.0 || ^8.0",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
"symfony/polyfill-ctype": "^1.8"
|
|
|
},
|
|
|
"conflict": {
|
|
|
"phpstan/phpstan": "<0.12.20",
|
|
|
- "vimeo/psalm": "<3.9.1"
|
|
|
+ "vimeo/psalm": "<4.6.1 || 4.6.2"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "phpunit/phpunit": "^4.8.36 || ^7.5.13"
|
|
|
+ "phpunit/phpunit": "^8.5.13"
|
|
|
},
|
|
|
"type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.10-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
"autoload": {
|
|
|
"psr-4": {
|
|
|
"Webmozart\\Assert\\": "src/"
|
|
|
@@ -1750,11 +1599,7 @@
|
|
|
"check",
|
|
|
"validate"
|
|
|
],
|
|
|
- "support": {
|
|
|
- "issues": "https://github.com/webmozarts/assert/issues",
|
|
|
- "source": "https://github.com/webmozarts/assert/tree/1.9.1"
|
|
|
- },
|
|
|
- "time": "2020-07-08T17:02:28+00:00"
|
|
|
+ "time": "2021-03-09T10:59:23+00:00"
|
|
|
}
|
|
|
],
|
|
|
"aliases": [],
|
|
|
@@ -1765,6 +1610,5 @@
|
|
|
"platform": {
|
|
|
"php": "^5.6.0 || ^7.0 || ^8.0"
|
|
|
},
|
|
|
- "platform-dev": [],
|
|
|
- "plugin-api-version": "2.3.0"
|
|
|
+ "platform-dev": []
|
|
|
}
|