We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5afe2bd commit 56aaa52Copy full SHA for 56aaa52
1 file changed
composer.json
@@ -1,15 +1,16 @@
1
{
2
"autoload": {
3
"psr-4": {
4
- "Pdsinterop\\Auth\\": "src/"
+ "Pdsinterop\\Solid\\Auth\\": "src/"
5
}
6
},
7
"config": {
8
"bin-dir": "./bin",
9
"platform": {
10
"php": "7.2",
11
"ext-json": "1",
12
- "ext-mbstring": "1"
+ "ext-mbstring": "1",
13
+ "ext-openssl": "1"
14
15
"sort-packages": true
16
@@ -19,7 +20,13 @@
19
20
"require": {
21
"php": ">=7.2",
22
"ext-json": "*",
- "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"
30
31
"type": "library"
32
0 commit comments