Skip to content

Commit 5b1aff5

Browse files
authored
Unblock PHPUnit - add it as a dev dependency (#20)
1 parent f1a593c commit 5b1aff5

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,8 @@
1717
"symfony/filesystem": "^6.3|^7.0",
1818
"symfony/framework-bundle": "^6.3|^7.0",
1919
"symfony/phpunit-bridge": "^6.3.9|^7.0",
20-
"phpstan/phpstan": "^1.10.39"
21-
},
22-
"conflict": {
23-
"phpunit/phpunit": ">=10"
20+
"phpstan/phpstan": "^1.10.39",
21+
"phpunit/phpunit": "^9.6"
2422
},
2523
"minimum-stability": "dev",
2624
"autoload": {

0 commit comments

Comments
 (0)