Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/polls.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2021-01-16 05:02:27 +0300
committerGitHub <noreply@github.com>2021-01-16 05:02:27 +0300
commitb813fb3aa8041a439936abfcfd08d02653008802 (patch)
tree6edae9c65fa9a5db2ca5e48b3fce3c233e5099ed /composer.json
parente979d8657ff24ab5973d2fc9428e6f50604c10c6 (diff)
Update nextcloud/coding-standard requirement from ^0.3.0 to ^0.5.0
Updates the requirements on nextcloud/coding-standard to permit the latest version. Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index cdb0e173..728c25a4 100644
--- a/composer.json
+++ b/composer.json
@@ -28,7 +28,7 @@
"phpunit/phpunit": "^8.5",
"league/factory-muffin": "^3.0",
"league/factory-muffin-faker": "^2.0",
- "nextcloud/coding-standard": "^0.3.0",
+ "nextcloud/coding-standard": "^0.5.0",
"doctrine/orm": "^2.7",
"vimeo/psalm": "^4.3"
},