From 7c26e2e0f68a7b1dbf63977cf6f49a8c7ebb7d18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 09:25:03 +0000 Subject: [PATCH 1/2] Update facile-it/facile-coding-standard requirement from 1.3.1 to 1.4.0 Updates the requirements on [facile-it/facile-coding-standard](https://github.com/facile-it/facile-coding-standard) to permit the latest version. - [Release notes](https://github.com/facile-it/facile-coding-standard/releases) - [Changelog](https://github.com/facile-it/facile-coding-standard/blob/1.x/CHANGELOG.md) - [Commits](https://github.com/facile-it/facile-coding-standard/compare/1.3.1...1.4.0) --- updated-dependencies: - dependency-name: facile-it/facile-coding-standard dependency-version: 1.4.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index ebf7c977..9135ef3d 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/phpunit-bridge": "^7.0", "symfony/routing": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "facile-it/facile-coding-standard": "1.3.1", + "facile-it/facile-coding-standard": "1.4.0", "phpstan/phpstan": "1.12.7", "phpstan/extension-installer": "1.4.3", "jangregor/phpstan-prophecy": "1.0.2", From 33d3e8a3344050ae4d962c20b677a372777acc5b Mon Sep 17 00:00:00 2001 From: Alessandro Lai Date: Fri, 5 Dec 2025 23:29:03 +0100 Subject: [PATCH 2/2] Update facile-it/facile-coding-standard to 1.4.1 for Symfony 8 compat --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9135ef3d..3b8419b1 100644 --- a/composer.json +++ b/composer.json @@ -33,7 +33,7 @@ "symfony/dom-crawler": "^4.4 || ^5.0 || ^6.0 || ^7.0", "symfony/phpunit-bridge": "^7.0", "symfony/routing": "^4.4 || ^5.0 || ^6.0 || ^7.0", - "facile-it/facile-coding-standard": "1.4.0", + "facile-it/facile-coding-standard": "1.4.1", "phpstan/phpstan": "1.12.7", "phpstan/extension-installer": "1.4.3", "jangregor/phpstan-prophecy": "1.0.2",