summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-08-05 08:42:47 +0200
committerJoas Schilling <coding@schilljs.com>2022-08-05 08:42:47 +0200
commit204c3c04cc2a3f91b6f96a445537d53b3dd4a7e5 (patch)
tree0021a0a7ea223f41a205a9f514746cf24c6ab53f /composer.json
parentb285cd442d4c29a6c6a5084ad7e646b3bb1aec93 (diff)
Reinstall version so php-cs-fixer is up to date
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/composer.json b/composer.json
index a26451b9..45e0b51d 100644
--- a/composer.json
+++ b/composer.json
@@ -15,11 +15,11 @@
"test:integration": "phpunit -c phpunit.integration.xml --fail-on-warning"
},
"require": {
- "php": ">=7.3 <=8.1"
+ "php": ">=7.3 <8.2"
},
"require-dev": {
"christophwurst/nextcloud_testing": "^0.12.4",
- "nextcloud/coding-standard": "^1.0.0",
- "phpunit/phpunit": "^9"
+ "phpunit/phpunit": "^9",
+ "nextcloud/coding-standard": "^1.0.0"
}
}