From 19f833deec8342c09e49aa1d887371974f84271c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Sep 2024 08:38:19 +0000 Subject: [PATCH] Bump phpstan/phpstan-webmozart-assert from 1.2.10 to 1.2.11 Bumps [phpstan/phpstan-webmozart-assert](https://github.com/phpstan/phpstan-webmozart-assert) from 1.2.10 to 1.2.11. - [Release notes](https://github.com/phpstan/phpstan-webmozart-assert/releases) - [Commits](https://github.com/phpstan/phpstan-webmozart-assert/compare/1.2.10...1.2.11) --- updated-dependencies: - dependency-name: phpstan/phpstan-webmozart-assert dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/composer.lock b/composer.lock index 7db82c8..a8ce61d 100644 --- a/composer.lock +++ b/composer.lock @@ -1270,28 +1270,28 @@ }, { "name": "phpstan/phpstan-webmozart-assert", - "version": "1.2.10", + "version": "1.2.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-webmozart-assert.git", - "reference": "be3dcd883f52f1c7372519a3c019e54e847dbc17" + "reference": "960dd44e8466191590dd0d7940d3e9496eebebbd" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/be3dcd883f52f1c7372519a3c019e54e847dbc17", - "reference": "be3dcd883f52f1c7372519a3c019e54e847dbc17", + "url": "https://api.github.com/repos/phpstan/phpstan-webmozart-assert/zipball/960dd44e8466191590dd0d7940d3e9496eebebbd", + "reference": "960dd44e8466191590dd0d7940d3e9496eebebbd", "shasum": "" }, "require": { "php": "^7.2 || ^8.0", - "phpstan/phpstan": "^1.10" + "phpstan/phpstan": "^1.12" }, "require-dev": { "nikic/php-parser": "^4.13.0", "php-parallel-lint/php-parallel-lint": "^1.2", - "phpstan/phpstan-deprecation-rules": "^1.1", - "phpstan/phpstan-phpunit": "^1.0", - "phpstan/phpstan-strict-rules": "^1.0", + "phpstan/phpstan-deprecation-rules": "^1.2", + "phpstan/phpstan-phpunit": "^1.4", + "phpstan/phpstan-strict-rules": "^1.6", "phpunit/phpunit": "^9.5", "webmozart/assert": "^1.11.0" }, @@ -1315,9 +1315,9 @@ "description": "PHPStan webmozart/assert extension", "support": { "issues": "https://github.com/phpstan/phpstan-webmozart-assert/issues", - "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/1.2.10" + "source": "https://github.com/phpstan/phpstan-webmozart-assert/tree/1.2.11" }, - "time": "2024-08-19T12:57:18+00:00" + "time": "2024-09-11T15:48:08+00:00" }, { "name": "phpunit/php-code-coverage",