Skip to content

Commit 1ab0b5e

Browse files
committed
Adds response code sending in runner
1 parent 6a62718 commit 1ab0b5e

File tree

8 files changed

+647
-61
lines changed

8 files changed

+647
-61
lines changed

composer.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
"php": ">=8.2"
99
},
1010
"require-dev": {
11-
"phpunit/phpunit": "11.4.x-dev",
11+
"phpmd/phpmd": "dev-master",
1212
"phpspec/prophecy": "1.x-dev",
1313
"phpspec/prophecy-phpunit": "^2.0@dev",
1414
"phpstan/phpstan": "2.0.x-dev",
15+
"phpunit/phpunit": "11.4.x-dev",
1516
"squizlabs/php_codesniffer": "4.0.x-dev",
16-
"phpmd/phpmd": "dev-master"
17+
"twig/twig": "^3"
1718
},
1819
"license": "MIT",
1920
"autoload": {

0 commit comments

Comments
 (0)