From 91b7a2ba39a4cd3f08cdc4331b640d713261862b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jan 2024 07:01:14 +0100 Subject: [PATCH] Update facile-it/facile-coding-standard requirement from 1.0.1 to 1.2.0 (#117) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",