Skip to content

Commit c101b5b

Browse files
committed
Add development dependencies for PhpUnit.
1 parent 5824233 commit c101b5b

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

composer.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,11 @@
2828
"psr/http-factory": "^1.0",
2929
"psr/http-message": "^1.0"
3030
},
31+
"require-dev": {
32+
"ext-xdebug": "*",
33+
"ext-xml": "*",
34+
"phpunit/phpunit": "^9.5"
35+
},
3136
"scripts": {
3237
"dev:example": "php -S localhost:${PORT:-8080} -t ./src/ ./src/example.php",
3338
"tests:unit": "phpunit --configuration `.config/phpunit.xml.dist` ./tests/unit"
@@ -36,8 +41,5 @@
3641
"dev:example": "Run internal PHP development server with example code",
3742
"tests:unit": "Run unit-test with PHPUnit"
3843
},
39-
"type": "library",
40-
"require-dev": {
41-
"phpunit/phpunit": "^9"
42-
}
44+
"type": "library"
4345
}

0 commit comments

Comments
 (0)