-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathcomposer.json
More file actions
40 lines (40 loc) · 1.05 KB
/
composer.json
File metadata and controls
40 lines (40 loc) · 1.05 KB
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
33
34
35
36
37
38
39
40
{
"name": "pdsinterop/solid-nextcloud",
"description": "A WebID-OIDC Identity Provider, to allow interoperability with Solid Pods",
"type": "project",
"license": "MIT",
"config": {
"bin-dir": "bin",
"preferred-install": "dist",
"sort-packages": true,
"vendor-dir": "vendor",
"allow-plugins": {
"composer/package-versions-deprecated": true
}
},
"authors": [
{
"name": "Auke van Slooten"
},
{
"name": "Yvo Brevoort"
}
],
"require": {
"php": "^8.1",
"ext-dom": "*",
"ext-json": "*",
"ext-mbstring": "*",
"ext-openssl": "*",
"easyrdf/easyrdf": "^1.1.1",
"laminas/laminas-diactoros": "^2.8",
"lcobucci/jwt": "^4.1",
"pdsinterop/flysystem-nextcloud": "^0.2",
"pdsinterop/flysystem-rdf": "^0.6",
"pdsinterop/solid-auth": "^0.12.2",
"pdsinterop/solid-crud": "^0.8"
},
"require-dev": {
"phpunit/phpunit": "^8 || ^9"
}
}