Skip to content

Commit d2631a0

Browse files
committed
phpunit in dev
1 parent 5e411b8 commit d2631a0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

composer.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
],
1111
"require": {
1212
"php": ">=8.0.2",
13-
"symfony/console": "~6.0",
13+
"symfony/console": "~6.0"
14+
},
15+
"require-dev": {
1416
"phpunit/phpunit": "^9.5"
1517
},
1618
"autoload": {

0 commit comments

Comments
 (0)