diff --git a/composer.json b/composer.json index f78b4062..0fab2a81 100644 --- a/composer.json +++ b/composer.json @@ -36,14 +36,14 @@ }, "require-dev": { "guzzlehttp/guzzle": "^6.5.8|^7.4.5", - "php-cs-fixer/shim": "^3.59.1", + "php-cs-fixer/shim": "^3.59.3", "php-parallel-lint/php-parallel-lint": "^1.4.0", - "phpstan/phpstan": "^1.11.4", + "phpstan/phpstan": "^1.11.5", "phpstan/phpstan-beberlei-assert": "^1.1.2", "phpstan/phpstan-deprecation-rules": "^1.2.0", "phpstan/phpstan-phpunit": "^1.4.0", "phpstan/phpstan-strict-rules": "^1.6.0", - "phpunit/phpunit": "^10.5.21", + "phpunit/phpunit": "^10.5.22", "rector/rector": "^1.1.0" }, diff --git a/composer.lock b/composer.lock index 45ce89b1..2226fab8 100644 --- a/composer.lock +++ b/composer.lock @@ -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": "d1dfab9d5f4ef91cab9faf7d4a412d3b", + "content-hash": "5b7f1c4358fa0884a3045d258ed4c9ee", "packages": [ { "name": "beberlei/assert", @@ -1045,16 +1045,16 @@ }, { "name": "php-cs-fixer/shim", - "version": "v3.59.1", + "version": "v3.59.3", "source": { "type": "git", "url": "https://github.com/PHP-CS-Fixer/shim.git", - "reference": "71cc45897e8031f137f46881d4afe4105a413ed1" + "reference": "c855876e64de3431bc9279f27af7be40d11d7613" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/71cc45897e8031f137f46881d4afe4105a413ed1", - "reference": "71cc45897e8031f137f46881d4afe4105a413ed1", + "url": "https://api.github.com/repos/PHP-CS-Fixer/shim/zipball/c855876e64de3431bc9279f27af7be40d11d7613", + "reference": "c855876e64de3431bc9279f27af7be40d11d7613", "shasum": "" }, "require": { @@ -1091,9 +1091,9 @@ "description": "A tool to automatically fix PHP code style", "support": { "issues": "https://github.com/PHP-CS-Fixer/shim/issues", - "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.59.1" + "source": "https://github.com/PHP-CS-Fixer/shim/tree/v3.59.3" }, - "time": "2024-06-15T12:19:28+00:00" + "time": "2024-06-16T14:17:34+00:00" }, { "name": "php-parallel-lint/php-parallel-lint", @@ -1158,16 +1158,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.4", + "version": "1.11.5", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82" + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9100a76ce8015b9aa7125b9171ae3a76887b6c82", - "reference": "9100a76ce8015b9aa7125b9171ae3a76887b6c82", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/490f0ae1c92b082f154681d7849aee776a7c1443", + "reference": "490f0ae1c92b082f154681d7849aee776a7c1443", "shasum": "" }, "require": { @@ -1212,7 +1212,7 @@ "type": "github" } ], - "time": "2024-06-06T12:19:22+00:00" + "time": "2024-06-17T15:10:54+00:00" }, { "name": "phpstan/phpstan-beberlei-assert", @@ -1735,16 +1735,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.5.21", + "version": "10.5.22", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6" + "reference": "8afb89b399b17c2ce2618015bdc9f81a117c5ee1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/ac837816fa52078f7a5e17ed774f256a72a51af6", - "reference": "ac837816fa52078f7a5e17ed774f256a72a51af6", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/8afb89b399b17c2ce2618015bdc9f81a117c5ee1", + "reference": "8afb89b399b17c2ce2618015bdc9f81a117c5ee1", "shasum": "" }, "require": { @@ -1816,7 +1816,7 @@ "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", "security": "https://github.com/sebastianbergmann/phpunit/security/policy", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.21" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.5.22" }, "funding": [ { @@ -1832,7 +1832,7 @@ "type": "tidelift" } ], - "time": "2024-06-15T09:13:15+00:00" + "time": "2024-06-19T05:29:34+00:00" }, { "name": "ralouphie/getallheaders",