Skip to content

Commit 6f9519d

Browse files
committed
Updated PHPUnit to version 4.8.13
1 parent 2b12d33 commit 6f9519d

File tree

2 files changed

+579
-70
lines changed

2 files changed

+579
-70
lines changed

Symfony/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,14 @@
2121
"incenteev/composer-parameter-handler": "~2.0"
2222
},
2323
"require-dev": {
24-
"phpunit/phpunit": "3.7.*",
24+
"phpunit/phpunit": "4.8.*",
2525
"satooshi/php-coveralls": "dev-master",
2626
"squizlabs/php_codesniffer": "1.*",
2727
"sebastian/phpcpd": "*",
28-
"phpmd/phpmd" : "2.0.*"
28+
"phpmd/phpmd" : "2.0.*",
29+
"phpunit/php-code-coverage": "~2.1",
30+
"phpunit/php-token-stream": "~1.3",
31+
"phpunit/phpunit-mock-objects": "~2.3"
2932
},
3033
"scripts": {
3134
"post-install-cmd": [

0 commit comments

Comments
 (0)