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

github.com/nextcloud/data_request.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 13:43:03 +0300
committerJohn Molakvoæ <skjnldsv@protonmail.com>2022-04-14 14:18:30 +0300
commit1ab739a0504d6b43f92e5b769ce048332caec239 (patch)
tree3189c595de542a502fd1900cc2b57ea899d4c462 /composer.json
parente3ce9831408f04dfaa727551139243fbb2b8e532 (diff)
Update phpunit config
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index 1675883..9fabd99 100644
--- a/composer.json
+++ b/composer.json
@@ -13,6 +13,7 @@
"lint": "find . -name \\*.php -not -path './vendor/*' -print0 | xargs -0 -n1 php -l"
},
"require-dev": {
- "nextcloud/coding-standard": "^1.0.0"
+ "nextcloud/coding-standard": "^1.0.0",
+ "phpunit/phpunit": "^9.5"
}
}