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

github.com/nextcloud/registration.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-02-24 14:59:05 +0300
committerJoas Schilling <coding@schilljs.com>2022-02-24 14:59:05 +0300
commitc2479eb324d82ec4c8983f9c4de9cab818a3a7ea (patch)
tree0e8eb62446f6b686140715df5d259bf17b4780cc /composer.json
parent5a4d18e07aeea07c839dab1173e311a4f1b1ab14 (diff)
Bump dependencies
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json10
1 files changed, 4 insertions, 6 deletions
diff --git a/composer.json b/composer.json
index 7ba171b..27f33c1 100644
--- a/composer.json
+++ b/composer.json
@@ -8,8 +8,6 @@
"name": "nextcloud/registration",
"description": "registration",
"license": "AGPL",
- "require": {
- },
"scripts": {
"cs:check": "php-cs-fixer fix --dry-run --diff",
"cs:fix": "php-cs-fixer fix",
@@ -19,12 +17,12 @@
"optimize-autoloader": true,
"classmap-authoritative": true,
"platform": {
- "php": "7.2"
+ "php": "7.3"
}
},
"require-dev": {
- "phpunit/phpunit": "^8.0",
- "nextcloud/coding-standard": "^0.5.0",
- "christophwurst/nextcloud_testing": "^0.12.3"
+ "phpunit/phpunit": "^9.5",
+ "nextcloud/coding-standard": "^1.0.0",
+ "christophwurst/nextcloud_testing": "^0.12.4"
}
}