Skip to content

Commit 9b4d417

Browse files
fix!(deps): Drop virtual Nextcloud dependency
Minimum Nextcloud version is now documented in the readme. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
1 parent 9c189b0 commit 9b4d417

2 files changed

Lines changed: 1 addition & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Nextcloud Testing
22

3-
Simple and fast unit and integration testing framework for Nextcloud, based on PHPUnit
3+
Simple and fast unit and integration testing framework for Nextcloud 17+, based on PHPUnit
44

55
Features
66
* Minimal setUp/tearDown overhead for unit tests

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414
"phpunit/phpunit": "^8.0|^9.0",
1515
"php-webdriver/webdriver": "^1.9"
1616
},
17-
"require-dev": {
18-
"christophwurst/nextcloud": "^17.0"
19-
},
2017
"autoload": {
2118
"psr-4": {
2219
"ChristophWurst\\Nextcloud\\Testing\\": "/"

0 commit comments

Comments
 (0)