We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5824233 commit c101b5bCopy full SHA for c101b5b
1 file changed
composer.json
@@ -28,6 +28,11 @@
28
"psr/http-factory": "^1.0",
29
"psr/http-message": "^1.0"
30
},
31
+ "require-dev": {
32
+ "ext-xdebug": "*",
33
+ "ext-xml": "*",
34
+ "phpunit/phpunit": "^9.5"
35
+ },
36
"scripts": {
37
"dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",
38
"tests:unit": "phpunit --configuration `.config/phpunit.xml.dist` ./tests/unit"
@@ -36,8 +41,5 @@
41
"dev:example": "Run internal PHP development server with example code",
42
"tests:unit": "Run unit-test with PHPUnit"
43
39
- "type": "library",
40
- "require-dev": {
- "phpunit/phpunit": "^9"
- }
44
+ "type": "library"
45
}
0 commit comments