diff --git a/composer.json b/composer.json index a16bc025f..ce37368ab 100644 --- a/composer.json +++ b/composer.json @@ -34,9 +34,9 @@ ], "require-dev": { "doctrine/coding-standard": "^11.1.0", - "phpstan/phpstan": "^1.9.16", + "phpstan/phpstan": "^1.9.17", "phpstan/phpstan-phpunit": "^1.3.3", - "phpunit/phpunit": "10.0.5", + "phpunit/phpunit": "10.0.7", "vimeo/psalm": "5.6.0", "roave/infection-static-analysis-plugin": "^1.28.0" }, diff --git a/composer.lock b/composer.lock index 62eae4ee8..85de8aaa4 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": "91fef8396b09c9d0405772d620f586ca", + "content-hash": "d442933a2d175ad4f4d26bf2b9b8b824", "packages": [ { "name": "jetbrains/phpstorm-stubs", @@ -1908,16 +1908,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.9.16", + "version": "1.9.17", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f" + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/922e2689bb180575d0f57de0443c431a5a698e8f", - "reference": "922e2689bb180575d0f57de0443c431a5a698e8f", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/204e459e7822f2c586463029f5ecec31bb45a1f2", + "reference": "204e459e7822f2c586463029f5ecec31bb45a1f2", "shasum": "" }, "require": { @@ -1947,7 +1947,7 @@ ], "support": { "issues": "https://github.com/phpstan/phpstan/issues", - "source": "https://github.com/phpstan/phpstan/tree/1.9.16" + "source": "https://github.com/phpstan/phpstan/tree/1.9.17" }, "funding": [ { @@ -1963,7 +1963,7 @@ "type": "tidelift" } ], - "time": "2023-02-07T10:42:21+00:00" + "time": "2023-02-08T12:25:00+00:00" }, { "name": "phpstan/phpstan-phpunit", @@ -2337,16 +2337,16 @@ }, { "name": "phpunit/phpunit", - "version": "10.0.5", + "version": "10.0.7", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/phpunit.git", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24" + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5f4a775285c6401693cee39876f3ba764d42cb24", - "reference": "5f4a775285c6401693cee39876f3ba764d42cb24", + "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/a6f61c5629dd95db79af72f1e94d56702187479a", + "reference": "a6f61c5629dd95db79af72f1e94d56702187479a", "shasum": "" }, "require": { @@ -2417,7 +2417,7 @@ ], "support": { "issues": "https://github.com/sebastianbergmann/phpunit/issues", - "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.5" + "source": "https://github.com/sebastianbergmann/phpunit/tree/10.0.7" }, "funding": [ { @@ -2433,7 +2433,7 @@ "type": "tidelift" } ], - "time": "2023-02-07T06:06:01+00:00" + "time": "2023-02-08T15:16:31+00:00" }, { "name": "psr/container", @@ -3570,16 +3570,16 @@ }, { "name": "sebastian/version", - "version": "4.0.0", + "version": "4.0.1", "source": { "type": "git", "url": "https://github.com/sebastianbergmann/version.git", - "reference": "5facf5a20311ac44f79221274cdeb6c569ca11dd" + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/5facf5a20311ac44f79221274cdeb6c569ca11dd", - "reference": "5facf5a20311ac44f79221274cdeb6c569ca11dd", + "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c51fa83a5d8f43f1402e3f32a005e6262244ef17", + "reference": "c51fa83a5d8f43f1402e3f32a005e6262244ef17", "shasum": "" }, "require": { @@ -3611,7 +3611,7 @@ "homepage": "https://github.com/sebastianbergmann/version", "support": { "issues": "https://github.com/sebastianbergmann/version/issues", - "source": "https://github.com/sebastianbergmann/version/tree/4.0.0" + "source": "https://github.com/sebastianbergmann/version/tree/4.0.1" }, "funding": [ { @@ -3619,7 +3619,7 @@ "type": "github" } ], - "time": "2023-02-03T07:11:37+00:00" + "time": "2023-02-07T11:34:05+00:00" }, { "name": "slevomat/coding-standard",