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 ae3d8ff commit 3443923Copy full SHA for 3443923
Symfony/composer.json
@@ -21,10 +21,13 @@
21
"incenteev/composer-parameter-handler": "~2.0"
22
},
23
"require-dev": {
24
- "phpunit/phpunit": "3.7.*",
+ "phpunit/phpunit": "4.8.*",
25
"satooshi/php-coveralls": "dev-master",
26
"sebastian/phpcpd": "*",
27
- "phpmd/phpmd" : "2.0.*"
+ "phpmd/phpmd" : "2.0.*",
28
+ "phpunit/php-token-stream": "~1.3",
29
+ "phpunit/php-code-coverage": "~2.1",
30
+ "phpunit/phpunit-mock-objects": "~2.3"
31
32
"scripts": {
33
"post-install-cmd": [
0 commit comments