Skip to content

Commit 2fadfd0

Browse files
committed
Fix transient dependency
1 parent de4c084 commit 2fadfd0

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
@@ -31,11 +31,13 @@
3131
"phpstan/phpstan-phpunit": "^0.12.6",
3232
"phpunit/phpunit": "^7.5.20|^8.5.2",
3333
"symfony/browser-kit": "^3.4|^4.0|^5.0",
34+
"symfony/console": "^3.4|^4.0|^5.0",
3435
"symfony/monolog-bridge": ">=3",
3536
"symfony/monolog-bundle": "^3.0",
3637
"symfony/phpunit-bridge": "^5.0",
3738
"symfony/security-bundle": "^3.4|^4.0|^5.0",
38-
"symfony/security-core": "^3.4|^4.0|^5.0"
39+
"symfony/security-core": "^3.4|^4.0|^5.0",
40+
"symfony/yaml": "^3.4|^4.0|^5.0"
3941
},
4042
"suggest": {
4143
"facile-it/paraunit": "A PHPUnit wrapper to execute tests in parallel"

0 commit comments

Comments
 (0)