Skip to content

Commit 078020b

Browse files
authored
move phpstan-phpunit to dev dependency (#22)
1 parent 9b8ae69 commit 078020b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@
1616
"symfony/yaml": "^4.3|^5.0",
1717
"symfony/console": "^4.3|^5.0",
1818
"php-amqplib/php-amqplib": "^2.6",
19-
"psr/log": "^1.0",
20-
"phpstan/phpstan-phpunit": "^0.12.6"
19+
"psr/log": "^1.0"
2120
},
2221
"require-dev": {
2322
"symfony/serializer": "^4.3|^5.0",
2423
"phpunit/phpunit": "^7.5|^8.5",
25-
"phpstan/phpstan": "^0.12.11"
24+
"phpstan/phpstan": "^0.12.11",
25+
"phpstan/phpstan-phpunit": "^0.12.6"
2626
},
2727
"replace": {
2828
"oldsound/rabbitmq-bundle": "self.version",

0 commit comments

Comments
 (0)