We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dec311 commit 37095edCopy full SHA for 37095ed
1 file changed
composer.json
@@ -7,6 +7,11 @@
7
"Pdsinterop\\Solid\\Auth\\": "src/"
8
}
9
},
10
+ "autoload-dev": {
11
+ "psr-4": {
12
+ "Pdsinterop\\Solid\\Auth\\": "tests/unit/"
13
+ }
14
+ },
15
"config": {
16
"bin-dir": "./bin",
17
"platform": {
@@ -28,8 +33,11 @@
28
33
"league/oauth2-server": "^8.1"
29
34
30
35
"require-dev": {
36
+ "ext-xdebug": "*",
37
+ "ext-xml": "*",
31
38
"laminas/laminas-diactoros": "^2.3",
32
- "lcobucci/jwt": "^3.3"
39
+ "lcobucci/jwt": "^3.3",
40
+ "phpunit/phpunit": "^8.5"
41
42
"type": "library"
43
0 commit comments