-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcomposer.json
More file actions
32 lines (32 loc) · 828 Bytes
/
composer.json
File metadata and controls
32 lines (32 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "nextcloud/ocp",
"description": "Composer package containing Nextcloud's public OCP API and the unstable NCU API",
"type": "library",
"license": "AGPL-3.0-or-later",
"authors": [
{
"name": "Christoph Wurst",
"email": "christoph@winzerhof-wurst.at"
},
{
"name": "Joas Schilling",
"email": "coding@schilljs.com"
}
],
"require": {
"php": "~8.1 || ~8.2 || ~8.3 || ~8.4 || ~8.5",
"psr/clock": "^1.0",
"psr/container": "^2.0.2",
"psr/event-dispatcher": "^1.0",
"psr/http-client": "^1.0.3",
"psr/log": "^3.0.2"
},
"extra": {
"branch-alias": {
"dev-master": "34.0.0-dev"
}
},
"config": {
"sort-packages": true
}
}