Skip to content

Commit b687056

Browse files
Prepare release.
1 parent 25fbf63 commit b687056

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"php": ">=5.3.3",
2525
"phpunit/php-file-iterator": ">=1.3.1@stable",
2626
"phpunit/php-text-template": ">=1.1.1@stable",
27-
"phpunit/php-code-coverage": ">=1.2.0@stable",
27+
"phpunit/php-code-coverage": ">=1.2.1@stable",
2828
"phpunit/php-timer": ">=1.0.2@stable",
2929
"phpunit/phpunit-mock-objects": ">=1.2.0@stable",
3030
"symfony/yaml": ">=2.1.0@stable",

package.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@
1717
<email>sebastian@phpunit.de</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2012-09-19</date>
20+
<date>2012-09-20</date>
2121
<version>
22-
<release>3.7.0</release>
22+
<release>3.7.1</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>
@@ -460,7 +460,7 @@
460460
<package>
461461
<name>PHP_CodeCoverage</name>
462462
<channel>pear.phpunit.de</channel>
463-
<min>1.2.0</min>
463+
<min>1.2.1</min>
464464
</package>
465465
<package>
466466
<name>PHP_Timer</name>

0 commit comments

Comments
 (0)