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

github.com/nextcloud/calendar.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-06-13 18:22:00 +0300
committerJoas Schilling <coding@schilljs.com>2022-08-05 09:57:04 +0300
commit788aaa31b356cfb926f43a5f67432a5cfce187ca (patch)
tree6c6efcdfe49b38b9487c6a98d283831dfb35f58e /composer.json
parent330cfe4a3c07ec955db493a2b68ad86d6bb478be (diff)
Bump nextcloud/coding-standard from 0.5.0 to 1.0.0
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.5.0 to 1.0.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.5.0...v1.0.0) --- updated-dependencies: - dependency-name: nextcloud/coding-standard dependency-type: direct:development update-type: version-update:semver-major ... 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 90ca1e32..040c0765 100644
--- a/composer.json
+++ b/composer.json
@@ -10,7 +10,7 @@
},
"require-dev": {
"christophwurst/nextcloud_testing": "0.12.4",
- "nextcloud/coding-standard": "^0.5.0"
+ "nextcloud/coding-standard": "^1.0.0"
},
"scripts": {
"cs:fix": "php-cs-fixer fix",