Drop direct phpunit dep - we use simple phpunit here

This commit is contained in:
bocharsky-bw 2022-01-25 20:44:49 +02:00
parent 63c755a578
commit 2b779a4eb3

View file

@ -26,7 +26,6 @@
"require-dev": {
"symfony/phpunit-bridge": "^4.4|^5.0|^6.0",
"symfony/templating": "^4.4|^5.0|^6.0",
"phpunit/phpunit": "^9.5",
"phpstan/phpstan": "^1.2",
"phpstan/phpstan-symfony": "^1.0"
},