From 1fcdd38630fc85975a7964fe428080ee79616275 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Dec 2022 11:17:40 +0000 Subject: [PATCH 1/2] Bump phpstan/phpstan-symfony from 1.2.17 to 1.2.18 Bumps [phpstan/phpstan-symfony](https://github.com/phpstan/phpstan-symfony) from 1.2.17 to 1.2.18. - [Release notes](https://github.com/phpstan/phpstan-symfony/releases) - [Commits](https://github.com/phpstan/phpstan-symfony/compare/1.2.17...1.2.18) --- updated-dependencies: - dependency-name: phpstan/phpstan-symfony dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- composer.lock | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/composer.lock b/composer.lock index 818f4a27d..fbe496775 100644 --- a/composer.lock +++ b/composer.lock @@ -12856,16 +12856,16 @@ }, { "name": "phpstan/phpstan-symfony", - "version": "1.2.17", + "version": "1.2.18", "source": { "type": "git", "url": "https://github.com/phpstan/phpstan-symfony.git", - "reference": "738920755edd12c693ae83ab73b8f6bfa220a091" + "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/738920755edd12c693ae83ab73b8f6bfa220a091", - "reference": "738920755edd12c693ae83ab73b8f6bfa220a091", + "url": "https://api.github.com/repos/phpstan/phpstan-symfony/zipball/3178f15a60b62df21ddd202f6a668851eeb138c7", + "reference": "3178f15a60b62df21ddd202f6a668851eeb138c7", "shasum": "" }, "require": { @@ -12921,9 +12921,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.2.17" + "source": "https://github.com/phpstan/phpstan-symfony/tree/1.2.18" }, - "time": "2022-12-15T14:28:17+00:00" + "time": "2022-12-16T09:43:26+00:00" }, { "name": "symfony/maker-bundle", From c19a0c6fe5d44869618cb303ea3a36b6a3680b44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Benoist?= Date: Fri, 16 Dec 2022 13:40:12 +0100 Subject: [PATCH 2/2] Ignore lcobucci/jwt > 4.2.0 --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index df2509450..0aa2ba703 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,6 +22,10 @@ updates: - j0k3r - tcitworld - Kdecherf + ignore: + - dependency-name: lcobucci/jwt + versions: + - ">= 4.2.0" - package-ecosystem: github-actions directory: "/" schedule: