We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de4c084 commit 2fadfd0Copy full SHA for 2fadfd0
composer.json
@@ -31,11 +31,13 @@
31
"phpstan/phpstan-phpunit": "^0.12.6",
32
"phpunit/phpunit": "^7.5.20|^8.5.2",
33
"symfony/browser-kit": "^3.4|^4.0|^5.0",
34
+ "symfony/console": "^3.4|^4.0|^5.0",
35
"symfony/monolog-bridge": ">=3",
36
"symfony/monolog-bundle": "^3.0",
37
"symfony/phpunit-bridge": "^5.0",
38
"symfony/security-bundle": "^3.4|^4.0|^5.0",
- "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"
41
},
42
"suggest": {
43
"facile-it/paraunit": "A PHPUnit wrapper to execute tests in parallel"
0 commit comments