We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2a97f7 commit 4f3c59dCopy full SHA for 4f3c59d
1 file changed
composer.json
@@ -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