Skip to content

Commit 4f3c59d

Browse files
committed
Add composer dependencies file.
1 parent c2a97f7 commit 4f3c59d

1 file changed

Lines changed: 25 additions & 0 deletions

File tree

composer.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"autoload": {
3+
"psr-4": {
4+
"Pdsinterop\\Auth\\": "src/"
5+
}
6+
},
7+
"config": {
8+
"bin-dir": "./bin",
9+
"platform": {
10+
"php": "7.2",
11+
"ext-json": "1",
12+
"ext-mbstring": "1"
13+
},
14+
"sort-packages": true
15+
},
16+
"description": "OAuth2, OpenID and OIDC for Solid Server implementations.",
17+
"license": "MIT",
18+
"name": "pdsinterop/solid-auth",
19+
"require": {
20+
"php": ">=7.2",
21+
"ext-json": "*",
22+
"ext-mbstring": "*"
23+
},
24+
"type": "library"
25+
}

0 commit comments

Comments
 (0)