Skip to content

Commit 3443923

Browse files
committed
Updated PHPUnit to version 4.8.13
1 parent ae3d8ff commit 3443923

File tree

2 files changed

+572
-64
lines changed

2 files changed

+572
-64
lines changed

Symfony/composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@
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
"sebastian/phpcpd": "*",
27-
"phpmd/phpmd" : "2.0.*"
27+
"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"
2831
},
2932
"scripts": {
3033
"post-install-cmd": [

0 commit comments

Comments
 (0)