From 0f0ca9b77652a63968f5edab18c79e358a7a6ccd Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2020 06:17:35 +0000 Subject: [PATCH 1/2] Update t3n/coding-standard requirement from ~1.0.0 to ~1.1.0 Updates the requirements on [t3n/coding-standard](https://github.com/t3n/coding-standard) to permit the latest version. - [Release notes](https://github.com/t3n/coding-standard/releases) - [Commits](https://github.com/t3n/coding-standard/compare/1.0.0...1.1.0) Signed-off-by: dependabot-preview[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 5e31e4b..233fafd 100644 --- a/composer.json +++ b/composer.json @@ -10,7 +10,7 @@ "neos/flow": "~6.0" }, "require-dev": { - "t3n/coding-standard": "~1.0.0" + "t3n/coding-standard": "~1.1.0" }, "autoload": { "psr-4": { From 521761d074f8bb7b0901a753c742ccc9310f4f58 Mon Sep 17 00:00:00 2001 From: Johannes Steu Date: Wed, 29 Jan 2020 12:19:09 +0100 Subject: [PATCH 2/2] Update coding standrad for ci as well --- composer.json.ci | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json.ci b/composer.json.ci index 2af3cd1..53d3b6c 100644 --- a/composer.json.ci +++ b/composer.json.ci @@ -9,10 +9,10 @@ "neos/flow": "~6.0.0", "neos/buildessentials": "~6.0.0", "t3n/flow-healthstatus": "@dev", - "t3n/coding-standard": "~1.0.0" + "t3n/coding-standard": "~1.1.0" }, "require-dev": { - "squizlabs/php_codesniffer": "^3.3.2", + "squizlabs/php_codesniffer": "^3.5", "phpunit/phpunit": "~8.5", "mikey179/vfsstream": "~1.6" },