Skip to content

Commit 87f41ec

Browse files
committed
Remove Nextcloud as development dependency.
1 parent 03b5abf commit 87f41ec

File tree

1 file changed

+1
-28
lines changed

1 file changed

+1
-28
lines changed

solid/composer.json

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -37,33 +37,6 @@
3737
},
3838
"require-dev": {
3939
"doctrine/dbal": "*",
40-
"nextcloud/server": "*",
4140
"phpunit/phpunit": "^8 || ^9"
42-
},
43-
"repositories": [
44-
{
45-
"type": "package",
46-
"package": {
47-
"name": "nextcloud/server",
48-
"version": "27.0.0",
49-
"dist": {
50-
"url": "https://github.com/nextcloud/server/archive/refs/tags/v27.0.0.zip",
51-
"type": "zip"
52-
},
53-
"source": {
54-
"url": "https://github.com/nextcloud/server.git",
55-
"type": "git",
56-
"reference": "master"
57-
},
58-
"autoload": {
59-
"psr-4": {
60-
"": "lib/private/legacy",
61-
"OC\\": "lib/private",
62-
"OC\\Core\\": "core/",
63-
"OCP\\": "lib/public"
64-
}
65-
}
66-
}
67-
}
68-
]
41+
}
6942
}

0 commit comments

Comments
 (0)