|
|
|
|
@ -78,16 +78,16 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "myclabs/deep-copy",
|
|
|
|
|
"version": "1.11.1",
|
|
|
|
|
"version": "1.13.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/myclabs/DeepCopy.git",
|
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c"
|
|
|
|
|
"reference": "024473a478be9df5fdaca2c793f2232fe788e414"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
|
|
"reference": "7284c22080590fb39f2ffa3e9057f10a4ddd0e0c",
|
|
|
|
|
"url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/024473a478be9df5fdaca2c793f2232fe788e414",
|
|
|
|
|
"reference": "024473a478be9df5fdaca2c793f2232fe788e414",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
@ -95,11 +95,12 @@
|
|
|
|
|
},
|
|
|
|
|
"conflict": {
|
|
|
|
|
"doctrine/collections": "<1.6.8",
|
|
|
|
|
"doctrine/common": "<2.13.3 || >=3,<3.2.2"
|
|
|
|
|
"doctrine/common": "<2.13.3 || >=3 <3.2.2"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"doctrine/collections": "^1.6.8",
|
|
|
|
|
"doctrine/common": "^2.13.3 || ^3.2.2",
|
|
|
|
|
"phpspec/prophecy": "^1.10",
|
|
|
|
|
"phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
|
|
|
|
|
},
|
|
|
|
|
"type": "library",
|
|
|
|
|
@ -125,7 +126,7 @@
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/myclabs/DeepCopy/issues",
|
|
|
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.11.1"
|
|
|
|
|
"source": "https://github.com/myclabs/DeepCopy/tree/1.13.0"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
@ -133,20 +134,20 @@
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2023-03-08T13:26:56+00:00"
|
|
|
|
|
"time": "2025-02-12T12:17:51+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "nikic/php-parser",
|
|
|
|
|
"version": "v5.0.2",
|
|
|
|
|
"version": "v5.4.0",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/nikic/PHP-Parser.git",
|
|
|
|
|
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13"
|
|
|
|
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
|
|
|
"reference": "139676794dc1e9231bf7bcd123cfc0c99182cb13",
|
|
|
|
|
"url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/447a020a1f875a434d62f2a401f53b82a396e494",
|
|
|
|
|
"reference": "447a020a1f875a434d62f2a401f53b82a396e494",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
@ -157,7 +158,7 @@
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"ircmaxell/php-yacc": "^0.0.7",
|
|
|
|
|
"phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
|
|
|
|
|
"phpunit/phpunit": "^9.0"
|
|
|
|
|
},
|
|
|
|
|
"bin": [
|
|
|
|
|
"bin/php-parse"
|
|
|
|
|
@ -189,9 +190,9 @@
|
|
|
|
|
],
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/nikic/PHP-Parser/issues",
|
|
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.0.2"
|
|
|
|
|
"source": "https://github.com/nikic/PHP-Parser/tree/v5.4.0"
|
|
|
|
|
},
|
|
|
|
|
"time": "2024-03-05T20:51:40+00:00"
|
|
|
|
|
"time": "2024-12-30T11:07:19+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phar-io/manifest",
|
|
|
|
|
@ -313,35 +314,35 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
|
|
"version": "9.2.31",
|
|
|
|
|
"version": "9.2.32",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
|
|
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965"
|
|
|
|
|
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/48c34b5d8d983006bd2adc2d0de92963b9155965",
|
|
|
|
|
"reference": "48c34b5d8d983006bd2adc2d0de92963b9155965",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
|
|
|
|
"reference": "85402a822d1ecf1db1096959413d35e1c37cf1a5",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"nikic/php-parser": "^4.18 || ^5.0",
|
|
|
|
|
"nikic/php-parser": "^4.19.1 || ^5.1.0",
|
|
|
|
|
"php": ">=7.3",
|
|
|
|
|
"phpunit/php-file-iterator": "^3.0.3",
|
|
|
|
|
"phpunit/php-text-template": "^2.0.2",
|
|
|
|
|
"sebastian/code-unit-reverse-lookup": "^2.0.2",
|
|
|
|
|
"sebastian/complexity": "^2.0",
|
|
|
|
|
"sebastian/environment": "^5.1.2",
|
|
|
|
|
"sebastian/lines-of-code": "^1.0.3",
|
|
|
|
|
"sebastian/version": "^3.0.1",
|
|
|
|
|
"theseer/tokenizer": "^1.2.0"
|
|
|
|
|
"phpunit/php-file-iterator": "^3.0.6",
|
|
|
|
|
"phpunit/php-text-template": "^2.0.4",
|
|
|
|
|
"sebastian/code-unit-reverse-lookup": "^2.0.3",
|
|
|
|
|
"sebastian/complexity": "^2.0.3",
|
|
|
|
|
"sebastian/environment": "^5.1.5",
|
|
|
|
|
"sebastian/lines-of-code": "^1.0.4",
|
|
|
|
|
"sebastian/version": "^3.0.2",
|
|
|
|
|
"theseer/tokenizer": "^1.2.3"
|
|
|
|
|
},
|
|
|
|
|
"require-dev": {
|
|
|
|
|
"phpunit/phpunit": "^9.3"
|
|
|
|
|
"phpunit/phpunit": "^9.6"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
"ext-pcov": "PHP extension that provides line coverage",
|
|
|
|
|
@ -350,7 +351,7 @@
|
|
|
|
|
"type": "library",
|
|
|
|
|
"extra": {
|
|
|
|
|
"branch-alias": {
|
|
|
|
|
"dev-master": "9.2-dev"
|
|
|
|
|
"dev-main": "9.2.x-dev"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"autoload": {
|
|
|
|
|
@ -379,7 +380,7 @@
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/php-code-coverage/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.31"
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.32"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
@ -387,7 +388,7 @@
|
|
|
|
|
"type": "github"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-03-02T06:37:42+00:00"
|
|
|
|
|
"time": "2024-08-22T04:23:01+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/php-file-iterator",
|
|
|
|
|
@ -632,45 +633,45 @@
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "phpunit/phpunit",
|
|
|
|
|
"version": "9.6.19",
|
|
|
|
|
"version": "9.6.22",
|
|
|
|
|
"source": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
|
|
|
|
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8"
|
|
|
|
|
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c"
|
|
|
|
|
},
|
|
|
|
|
"dist": {
|
|
|
|
|
"type": "zip",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a1a54a473501ef4cdeaae4e06891674114d79db8",
|
|
|
|
|
"reference": "a1a54a473501ef4cdeaae4e06891674114d79db8",
|
|
|
|
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
|
|
|
|
"reference": "f80235cb4d3caa59ae09be3adf1ded27521d1a9c",
|
|
|
|
|
"shasum": ""
|
|
|
|
|
},
|
|
|
|
|
"require": {
|
|
|
|
|
"doctrine/instantiator": "^1.3.1 || ^2",
|
|
|
|
|
"doctrine/instantiator": "^1.5.0 || ^2",
|
|
|
|
|
"ext-dom": "*",
|
|
|
|
|
"ext-json": "*",
|
|
|
|
|
"ext-libxml": "*",
|
|
|
|
|
"ext-mbstring": "*",
|
|
|
|
|
"ext-xml": "*",
|
|
|
|
|
"ext-xmlwriter": "*",
|
|
|
|
|
"myclabs/deep-copy": "^1.10.1",
|
|
|
|
|
"phar-io/manifest": "^2.0.3",
|
|
|
|
|
"phar-io/version": "^3.0.2",
|
|
|
|
|
"myclabs/deep-copy": "^1.12.1",
|
|
|
|
|
"phar-io/manifest": "^2.0.4",
|
|
|
|
|
"phar-io/version": "^3.2.1",
|
|
|
|
|
"php": ">=7.3",
|
|
|
|
|
"phpunit/php-code-coverage": "^9.2.28",
|
|
|
|
|
"phpunit/php-file-iterator": "^3.0.5",
|
|
|
|
|
"phpunit/php-code-coverage": "^9.2.32",
|
|
|
|
|
"phpunit/php-file-iterator": "^3.0.6",
|
|
|
|
|
"phpunit/php-invoker": "^3.1.1",
|
|
|
|
|
"phpunit/php-text-template": "^2.0.3",
|
|
|
|
|
"phpunit/php-timer": "^5.0.2",
|
|
|
|
|
"sebastian/cli-parser": "^1.0.1",
|
|
|
|
|
"sebastian/code-unit": "^1.0.6",
|
|
|
|
|
"phpunit/php-text-template": "^2.0.4",
|
|
|
|
|
"phpunit/php-timer": "^5.0.3",
|
|
|
|
|
"sebastian/cli-parser": "^1.0.2",
|
|
|
|
|
"sebastian/code-unit": "^1.0.8",
|
|
|
|
|
"sebastian/comparator": "^4.0.8",
|
|
|
|
|
"sebastian/diff": "^4.0.3",
|
|
|
|
|
"sebastian/environment": "^5.1.3",
|
|
|
|
|
"sebastian/exporter": "^4.0.5",
|
|
|
|
|
"sebastian/global-state": "^5.0.1",
|
|
|
|
|
"sebastian/object-enumerator": "^4.0.3",
|
|
|
|
|
"sebastian/resource-operations": "^3.0.3",
|
|
|
|
|
"sebastian/type": "^3.2",
|
|
|
|
|
"sebastian/diff": "^4.0.6",
|
|
|
|
|
"sebastian/environment": "^5.1.5",
|
|
|
|
|
"sebastian/exporter": "^4.0.6",
|
|
|
|
|
"sebastian/global-state": "^5.0.7",
|
|
|
|
|
"sebastian/object-enumerator": "^4.0.4",
|
|
|
|
|
"sebastian/resource-operations": "^3.0.4",
|
|
|
|
|
"sebastian/type": "^3.2.1",
|
|
|
|
|
"sebastian/version": "^3.0.2"
|
|
|
|
|
},
|
|
|
|
|
"suggest": {
|
|
|
|
|
@ -715,7 +716,7 @@
|
|
|
|
|
"support": {
|
|
|
|
|
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
|
|
|
|
|
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.19"
|
|
|
|
|
"source": "https://github.com/sebastianbergmann/phpunit/tree/9.6.22"
|
|
|
|
|
},
|
|
|
|
|
"funding": [
|
|
|
|
|
{
|
|
|
|
|
@ -731,7 +732,7 @@
|
|
|
|
|
"type": "tidelift"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"time": "2024-04-05T04:35:58+00:00"
|
|
|
|
|
"time": "2024-12-05T13:48:26+00:00"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "sebastian/cli-parser",
|
|
|
|
|
@ -1758,5 +1759,5 @@
|
|
|
|
|
"platform-overrides": {
|
|
|
|
|
"php": "8.1"
|
|
|
|
|
},
|
|
|
|
|
"plugin-api-version": "2.6.0"
|
|
|
|
|
"plugin-api-version": "2.3.0"
|
|
|
|
|
}
|
|
|
|
|
|