From 7ca9918d421f15fb9b49e6ac7c851d6436d7637b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 16:39:48 +0000 Subject: [PATCH] Update facile-it/facile-coding-standard requirement from 1.0.1 to 1.2.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.0.1...1.2.0) --- updated-dependencies: - dependency-name: facile-it/facile-coding-standard 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 cd61d62..b3f9454 100644 --- a/composer.json +++ b/composer.json @@ -6,7 +6,7 @@ "phpunit/phpunit": "^9", "giorgiosironi/eris": "^0.14.0", "phpat/phpat": "^0.10", - "facile-it/facile-coding-standard": "1.0.1", + "facile-it/facile-coding-standard": "1.2.0", "vimeo/psalm": "4.30.0", "friendsofphp/php-cs-fixer": "3.42.0", "phpstan/phpstan": "^1.8",