File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 20
20
"issues" : " https://github.com/sebastianbergmann/phpunit/issues" ,
21
21
"irc" : " irc://irc.freenode.net/phpunit"
22
22
},
23
- "minimum-stability" : " dev" ,
24
23
"require" : {
25
24
"php" : " >=5.3.3" ,
26
25
"phpunit/php-file-iterator" : " ~1.3.1" ,
27
26
"phpunit/php-text-template" : " ~1.2" ,
28
- "phpunit/php-code-coverage" : " 2.0.*@dev " ,
27
+ "phpunit/php-code-coverage" : " ~ 2.0" ,
29
28
"phpunit/php-timer" : " ~1.0.2" ,
30
- "phpunit/phpunit-mock-objects" : " 2.1.*@dev " ,
29
+ "phpunit/phpunit-mock-objects" : " ~ 2.1" ,
31
30
"symfony/yaml" : " ~2.0" ,
32
- "sebastian/comparator" : " dev-master " ,
31
+ "sebastian/comparator" : " ~1.0 " ,
33
32
"sebastian/diff" : " ~1.1" ,
34
33
"sebastian/environment" : " ~1.0" ,
35
34
"sebastian/exporter" : " ~1.0" ,
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ public static function id()
71
71
}
72
72
73
73
if (self ::$ version === null ) {
74
- $ version = new SebastianBergmann \Version ('4.1 ' , __DIR__ );
74
+ $ version = new SebastianBergmann \Version ('4.1.0 ' , __DIR__ );
75
75
self ::$ version = $ version ->getVersion ();
76
76
}
77
77
You can’t perform that action at this time.
0 commit comments