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

github.com/nextcloud/notifications.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>2022-01-28 18:58:00 +0300
committerGitHub <noreply@github.com>2022-01-28 18:58:00 +0300
commitd6efdb4527d139c752f0d180994da3d9b21a7966 (patch)
tree93ef5c95f4a9ec807c4fb840553020e90145ddc8 /composer.json
parent1c72de476dc98f7e231ab4a13676922980b2001d (diff)
Update nextcloud/coding-standard requirement from ^0.5.0 to ^1.0.0
Updates the requirements on nextcloud/coding-standard to permit the latest version. --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:development ... 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 2c04a1a..2e262bc 100644
--- a/composer.json
+++ b/composer.json
@@ -12,7 +12,7 @@
},
"require-dev": {
"phpunit/phpunit": "^9.5",
- "nextcloud/coding-standard": "^0.5.0",
+ "nextcloud/coding-standard": "^1.0.0",
"christophwurst/nextcloud": "dev-master@dev",
"vimeo/psalm": "^4.3.2"
},