From d0a48041431b95a47b271da7655817f95a7d8545 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 19 Dec 2020 02:01:09 +0000 Subject: [PATCH] Update nextcloud/coding-standard requirement from ^0.3.0 to ^0.4.0 Updates the requirements on nextcloud/coding-standard to permit the latest version. Signed-off-by: dependabot[bot] --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index aa6e79568..50df95eec 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "christophwurst/nextcloud": "^17", "jakub-onderka/php-parallel-lint": "^1.0.0", "phpunit/phpunit": "^8", - "nextcloud/coding-standard": "^0.3.0", + "nextcloud/coding-standard": "^0.4.0", "symfony/event-dispatcher": "^4.0" }, "config": {