Skip to content

Commit efb1b13

Browse files
Prepare release
1 parent e16678d commit efb1b13

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,16 +20,15 @@
2020
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
2121
"irc": "irc://irc.freenode.net/phpunit"
2222
},
23-
"minimum-stability": "dev",
2423
"require": {
2524
"php": ">=5.3.3",
2625
"phpunit/php-file-iterator": "~1.3.1",
2726
"phpunit/php-text-template": "~1.2",
28-
"phpunit/php-code-coverage": "2.0.*@dev",
27+
"phpunit/php-code-coverage": "~2.0",
2928
"phpunit/php-timer": "~1.0.2",
30-
"phpunit/phpunit-mock-objects": "2.1.*@dev",
29+
"phpunit/phpunit-mock-objects": "~2.1",
3130
"symfony/yaml": "~2.0",
32-
"sebastian/comparator": "dev-master",
31+
"sebastian/comparator": "~1.0",
3332
"sebastian/diff": "~1.1",
3433
"sebastian/environment": "~1.0",
3534
"sebastian/exporter": "~1.0",

src/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public static function id()
7171
}
7272

7373
if (self::$version === null) {
74-
$version = new SebastianBergmann\Version('4.1', __DIR__);
74+
$version = new SebastianBergmann\Version('4.1.0', __DIR__);
7575
self::$version = $version->getVersion();
7676
}
7777

0 commit comments

Comments
 (0)