|
@@ -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": "76b06b10392feb1b0d562b512fa9661f",
|
|
|
+ "content-hash": "8c9023e0f1144b60785374d3f0371370",
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "composer/ca-bundle",
|
|
@@ -2268,16 +2268,16 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "guzzlehttp/psr7",
|
|
|
- "version": "2.4.2",
|
|
|
+ "version": "2.4.3",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/guzzle/psr7.git",
|
|
|
- "reference": "3148458748274be1546f8f2809a6c09fe66f44aa"
|
|
|
+ "reference": "67c26b443f348a51926030c83481b85718457d3d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/3148458748274be1546f8f2809a6c09fe66f44aa",
|
|
|
- "reference": "3148458748274be1546f8f2809a6c09fe66f44aa",
|
|
|
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/67c26b443f348a51926030c83481b85718457d3d",
|
|
|
+ "reference": "67c26b443f348a51926030c83481b85718457d3d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -2367,7 +2367,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/guzzle/psr7/issues",
|
|
|
- "source": "https://github.com/guzzle/psr7/tree/2.4.2"
|
|
|
+ "source": "https://github.com/guzzle/psr7/tree/2.4.3"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -2383,7 +2383,7 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-10-25T13:49:28+00:00"
|
|
|
+ "time": "2022-10-26T14:07:24+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "jcupitt/vips",
|
|
@@ -11405,6 +11405,98 @@
|
|
|
],
|
|
|
"packages-dev": [
|
|
|
{
|
|
|
+ "name": "brianium/paratest",
|
|
|
+ "version": "v6.6.4",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/paratestphp/paratest.git",
|
|
|
+ "reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/paratestphp/paratest/zipball/4ce800dc32fd0292a4f05c00f347142dce1ecdda",
|
|
|
+ "reference": "4ce800dc32fd0292a4f05c00f347142dce1ecdda",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "ext-dom": "*",
|
|
|
+ "ext-pcre": "*",
|
|
|
+ "ext-reflection": "*",
|
|
|
+ "ext-simplexml": "*",
|
|
|
+ "jean85/pretty-package-versions": "^2.0.5",
|
|
|
+ "php": "^7.3 || ^8.0",
|
|
|
+ "phpunit/php-code-coverage": "^9.2.17",
|
|
|
+ "phpunit/php-file-iterator": "^3.0.6",
|
|
|
+ "phpunit/php-timer": "^5.0.3",
|
|
|
+ "phpunit/phpunit": "^9.5.24",
|
|
|
+ "sebastian/environment": "^5.1.4",
|
|
|
+ "symfony/console": "^5.4.12 || ^6.1.4",
|
|
|
+ "symfony/process": "^5.4.11 || ^6.1.3"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "doctrine/coding-standard": "^10.0.0",
|
|
|
+ "ext-pcov": "*",
|
|
|
+ "ext-posix": "*",
|
|
|
+ "infection/infection": "^0.26.14",
|
|
|
+ "malukenho/mcbumpface": "^1.1.5",
|
|
|
+ "squizlabs/php_codesniffer": "^3.7.1",
|
|
|
+ "symfony/filesystem": "^5.4.12 || ^6.1.4",
|
|
|
+ "vimeo/psalm": "^4.27.0"
|
|
|
+ },
|
|
|
+ "bin": [
|
|
|
+ "bin/paratest",
|
|
|
+ "bin/paratest.bat",
|
|
|
+ "bin/paratest_for_phpstorm"
|
|
|
+ ],
|
|
|
+ "type": "library",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "ParaTest\\": [
|
|
|
+ "src/"
|
|
|
+ ]
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Brian Scaturro",
|
|
|
+ "email": "scaturrob@gmail.com",
|
|
|
+ "role": "Developer"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Filippo Tessarotto",
|
|
|
+ "email": "zoeslam@gmail.com",
|
|
|
+ "role": "Developer"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Parallel testing for PHP",
|
|
|
+ "homepage": "https://github.com/paratestphp/paratest",
|
|
|
+ "keywords": [
|
|
|
+ "concurrent",
|
|
|
+ "parallel",
|
|
|
+ "phpunit",
|
|
|
+ "testing"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/paratestphp/paratest/issues",
|
|
|
+ "source": "https://github.com/paratestphp/paratest/tree/v6.6.4"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://github.com/sponsors/Slamdunk",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://paypal.me/filippotessarotto",
|
|
|
+ "type": "paypal"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "time": "2022-09-13T10:47:01+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "composer/pcre",
|
|
|
"version": "3.0.0",
|
|
|
"source": {
|
|
@@ -11921,6 +12013,65 @@
|
|
|
"time": "2019-04-13T22:17:20+00:00"
|
|
|
},
|
|
|
{
|
|
|
+ "name": "jean85/pretty-package-versions",
|
|
|
+ "version": "2.0.5",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/Jean85/pretty-package-versions.git",
|
|
|
+ "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/Jean85/pretty-package-versions/zipball/ae547e455a3d8babd07b96966b17d7fd21d9c6af",
|
|
|
+ "reference": "ae547e455a3d8babd07b96966b17d7fd21d9c6af",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "composer-runtime-api": "^2.0.0",
|
|
|
+ "php": "^7.1|^8.0"
|
|
|
+ },
|
|
|
+ "require-dev": {
|
|
|
+ "friendsofphp/php-cs-fixer": "^2.17",
|
|
|
+ "jean85/composer-provided-replaced-stub-package": "^1.0",
|
|
|
+ "phpstan/phpstan": "^0.12.66",
|
|
|
+ "phpunit/phpunit": "^7.5|^8.5|^9.4",
|
|
|
+ "vimeo/psalm": "^4.3"
|
|
|
+ },
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-master": "1.x-dev"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Jean85\\": "src/"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Alessandro Lai",
|
|
|
+ "email": "alessandro.lai85@gmail.com"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "A library to get pretty versions strings of installed dependencies",
|
|
|
+ "keywords": [
|
|
|
+ "composer",
|
|
|
+ "package",
|
|
|
+ "release",
|
|
|
+ "versions"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/Jean85/pretty-package-versions/issues",
|
|
|
+ "source": "https://github.com/Jean85/pretty-package-versions/tree/2.0.5"
|
|
|
+ },
|
|
|
+ "time": "2021-10-08T21:21:46+00:00"
|
|
|
+ },
|
|
|
+ {
|
|
|
"name": "myclabs/deep-copy",
|
|
|
"version": "1.11.0",
|
|
|
"source": {
|
|
@@ -12114,12 +12265,12 @@
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/phpstan/phpstan.git",
|
|
|
- "reference": "249aeacc6a489515e911540539e1d6295de65d0d"
|
|
|
+ "reference": "2913a6d103fd5fbca812c4a99e3bc870c3ca8117"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/249aeacc6a489515e911540539e1d6295de65d0d",
|
|
|
- "reference": "249aeacc6a489515e911540539e1d6295de65d0d",
|
|
|
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/2913a6d103fd5fbca812c4a99e3bc870c3ca8117",
|
|
|
+ "reference": "2913a6d103fd5fbca812c4a99e3bc870c3ca8117",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -12166,20 +12317,20 @@
|
|
|
"type": "tidelift"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-10-25T21:13:16+00:00"
|
|
|
+ "time": "2022-10-27T03:18:22+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-code-coverage",
|
|
|
- "version": "9.2.17",
|
|
|
+ "version": "9.2.18",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/sebastianbergmann/php-code-coverage.git",
|
|
|
- "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8"
|
|
|
+ "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/aa94dc41e8661fe90c7316849907cba3007b10d8",
|
|
|
- "reference": "aa94dc41e8661fe90c7316849907cba3007b10d8",
|
|
|
+ "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/12fddc491826940cf9b7e88ad9664cf51f0f6d0a",
|
|
|
+ "reference": "12fddc491826940cf9b7e88ad9664cf51f0f6d0a",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
@@ -12235,7 +12386,7 @@
|
|
|
],
|
|
|
"support": {
|
|
|
"issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
|
|
|
- "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.17"
|
|
|
+ "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.18"
|
|
|
},
|
|
|
"funding": [
|
|
|
{
|
|
@@ -12243,7 +12394,7 @@
|
|
|
"type": "github"
|
|
|
}
|
|
|
],
|
|
|
- "time": "2022-08-30T12:24:04+00:00"
|
|
|
+ "time": "2022-10-27T13:35:33+00:00"
|
|
|
},
|
|
|
{
|
|
|
"name": "phpunit/php-file-iterator",
|