From bdb385c4531d23b9a6825ae0af5b058884e0a03a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 27 Aug 2024 21:43:59 +0000 Subject: [PATCH 1/2] Bump phpstan/phpstan from 1.11.11 to 1.12.0 Bumps [phpstan/phpstan](https://github.com/phpstan/phpstan) from 1.11.11 to 1.12.0. - [Release notes](https://github.com/phpstan/phpstan/releases) - [Changelog](https://github.com/phpstan/phpstan/blob/1.12.x/CHANGELOG.md) - [Commits](https://github.com/phpstan/phpstan/compare/1.11.11...1.12.0) --- updated-dependencies: - dependency-name: phpstan/phpstan dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- composer.lock | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/composer.lock b/composer.lock index 12ff1705900..385f2e75a44 100644 --- a/composer.lock +++ b/composer.lock @@ -9437,16 +9437,16 @@ }, { "name": "phpstan/phpstan", - "version": "1.11.11", + "version": "1.12.0", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan.git", - "reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3" + "reference": "384af967d35b2162f69526c7276acadce534d0e1" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan/zipball/707c2aed5d8d0075666e673a5e71440c1d01a5a3", - "reference": "707c2aed5d8d0075666e673a5e71440c1d01a5a3", + "url": "https://api.github.com/repos/phpstan/phpstan/zipball/384af967d35b2162f69526c7276acadce534d0e1", + "reference": "384af967d35b2162f69526c7276acadce534d0e1", "shasum": "" }, "require": { @@ -9491,7 +9491,7 @@ "type": "github" } ], - "time": "2024-08-19T14:37:29+00:00" + "time": "2024-08-27T09:18:05+00:00" }, { "name": "phpunit/php-code-coverage", From a590059c77e21339c96cc2382d06be7a7f1a4c52 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 1 Sep 2024 18:26:48 +0200 Subject: [PATCH 2/2] Bump Pest type coverage plugin version --- composer.lock | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/composer.lock b/composer.lock index 385f2e75a44..6c98ed249b3 100644 --- a/composer.lock +++ b/composer.lock @@ -8961,22 +8961,22 @@ "source": { "type": "git", "url": "https://github.com/pestphp/pest-plugin-type-coverage.git", - "reference": "147f8b6d5dc180a756aa694d34f606050b823c71" + "reference": "9d4db78b72f27a925f65994708e24874a5dccf45" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/pestphp/pest-plugin-type-coverage/zipball/147f8b6d5dc180a756aa694d34f606050b823c71", - "reference": "147f8b6d5dc180a756aa694d34f606050b823c71", + "url": "https://api.github.com/repos/pestphp/pest-plugin-type-coverage/zipball/9d4db78b72f27a925f65994708e24874a5dccf45", + "reference": "9d4db78b72f27a925f65994708e24874a5dccf45", "shasum": "" }, "require": { "pestphp/pest-plugin": "^2.1.1", "php": "^8.1", - "phpstan/phpstan": "^1.11.8", + "phpstan/phpstan": "^1.12.0", "tomasvotruba/type-coverage": "^0.2.8" }, "require-dev": { - "pestphp/pest": "^2.34.9", + "pestphp/pest": "^2.35.1", "pestphp/pest-dev-tools": "^2.16.0" }, "default-branch": true, @@ -9011,7 +9011,7 @@ ], "support": { "issues": "https://github.com/pestphp/pest-plugin-type-coverage/issues", - "source": "https://github.com/pestphp/pest-plugin-type-coverage/tree/2.x" + "source": "https://github.com/pestphp/pest-plugin-type-coverage/tree/v2.8.6" }, "funding": [ { @@ -9027,7 +9027,7 @@ "type": "patreon" } ], - "time": "2024-07-24T12:09:30+00:00" + "time": "2024-08-28T16:05:38+00:00" }, { "name": "phar-io/manifest",