Skip to content

Commit 28d21b5

Browse files
Fix
1 parent d6271ca commit 28d21b5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"minimum-stability": "dev",
2424
"require": {
2525
"php": ">=5.3.3",
26-
"phpunit/php-file-iterator": "~1.3.1",
27-
"phpunit/php-token-stream": "~1.2.2",
28-
"phpunit/php-text-template": "~1.2.0",
29-
"sebastian/environment": "~1.0.0",
30-
"sebastian/version": "~1.0.3"
26+
"phpunit/php-file-iterator": "~1.3",
27+
"phpunit/php-token-stream": "~1.3",
28+
"phpunit/php-text-template": "~1.2",
29+
"sebastian/environment": "~1.0",
30+
"sebastian/version": "~1.0"
3131
},
3232
"require-dev": {
3333
"phpunit/phpunit": "dev-master",

0 commit comments

Comments
 (0)