Skip to content

Commit 56aaa52

Browse files
committed
Add project dependencies to Composer file.
1 parent 5afe2bd commit 56aaa52

1 file changed

Lines changed: 10 additions & 3 deletions

File tree

composer.json

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"autoload": {
33
"psr-4": {
4-
"Pdsinterop\\Auth\\": "src/"
4+
"Pdsinterop\\Solid\\Auth\\": "src/"
55
}
66
},
77
"config": {
88
"bin-dir": "./bin",
99
"platform": {
1010
"php": "7.2",
1111
"ext-json": "1",
12-
"ext-mbstring": "1"
12+
"ext-mbstring": "1",
13+
"ext-openssl": "1"
1314
},
1415
"sort-packages": true
1516
},
@@ -19,7 +20,13 @@
1920
"require": {
2021
"php": ">=7.2",
2122
"ext-json": "*",
22-
"ext-mbstring": "*"
23+
"ext-mbstring": "*",
24+
"ext-openssl": "*",
25+
"league/oauth2-server": "^8.1"
26+
},
27+
"require-dev": {
28+
"laminas/laminas-diactoros": "^2.3",
29+
"lcobucci/jwt": "^3.3"
2330
},
2431
"type": "library"
2532
}

0 commit comments

Comments
 (0)