Skip to content

Commit 37095ed

Browse files
committed
Add PHPUnit as a development dependency.
1 parent 8dec311 commit 37095ed

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

composer.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@
77
"Pdsinterop\\Solid\\Auth\\": "src/"
88
}
99
},
10+
"autoload-dev": {
11+
"psr-4": {
12+
"Pdsinterop\\Solid\\Auth\\": "tests/unit/"
13+
}
14+
},
1015
"config": {
1116
"bin-dir": "./bin",
1217
"platform": {
@@ -28,8 +33,11 @@
2833
"league/oauth2-server": "^8.1"
2934
},
3035
"require-dev": {
36+
"ext-xdebug": "*",
37+
"ext-xml": "*",
3138
"laminas/laminas-diactoros": "^2.3",
32-
"lcobucci/jwt": "^3.3"
39+
"lcobucci/jwt": "^3.3",
40+
"phpunit/phpunit": "^8.5"
3341
},
3442
"type": "library"
3543
}

0 commit comments

Comments
 (0)