We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03b5abf commit 87f41ecCopy full SHA for 87f41ec
solid/composer.json
@@ -37,33 +37,6 @@
37
},
38
"require-dev": {
39
"doctrine/dbal": "*",
40
- "nextcloud/server": "*",
41
"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
- ]
+ }
69
}
0 commit comments