From c1d71ad8de2d8270d001fa91ef899f969a32cb5a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 12:51:38 +0000 Subject: [PATCH] chore(deps-dev): bump phpstan/phpstan-symfony from 1.4.10 to 1.4.11 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.4.10 to 1.4.11. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.4.10...1.4.11) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- composer.lock | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index d6a672cd51c..843f92d3efc 100644 --- a/composer.json +++ b/composer.json @@ -115,7 +115,7 @@ "phpstan/phpstan": "1.12.0", "phpstan/phpstan-doctrine": "1.5.3", "phpstan/phpstan-phpunit": "1.4.0", - "phpstan/phpstan-symfony": "1.4.10", + "phpstan/phpstan-symfony": "1.4.11", "phpunit/phpunit": "^9.6", "sensiolabs/behat-page-object-extension": "2.3.7", "staabm/phpstan-dba": "0.2.81", diff --git a/composer.lock b/composer.lock index 17637bec8dd..8ea73cef841 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": "2b1046a8f5f7323def41c13c0078b69f", + "content-hash": "cc81574a0c0e6f2f1785051d95955b7b", "packages": [ { "name": "aws/aws-crt-php", @@ -8865,16 +8865,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.4.10", + "version": "1.4.11", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "f7d5782044bedf93aeb3f38e09c91148ee90e5a1" + "reference": "270c2ee1478d1f8dc5121f539e890017bd64b04c" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/f7d5782044bedf93aeb3f38e09c91148ee90e5a1", - "reference": "f7d5782044bedf93aeb3f38e09c91148ee90e5a1", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/270c2ee1478d1f8dc5121f539e890017bd64b04c", + "reference": "270c2ee1478d1f8dc5121f539e890017bd64b04c", "shasum": "" }, "require": { @@ -8931,9 +8931,9 @@ "description": "Symfony Framework extensions and rules for PHPStan", "support": { "issues": "https://github.com/phpstan/phpstan-symfony/issues", - "source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.10" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.4.11" }, - "time": "2024-09-26T18:14:50+00:00" + "time": "2024-10-30T12:07:21+00:00" }, { "name": "phpunit/php-code-coverage",