Skip to content

Commit 82335c2

Browse files
Prepare release
1 parent 3c4559d commit 82335c2

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

ChangeLog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@ PHPUnit 3.7
33

44
This is the list of changes for the PHPUnit 3.7 release series.
55

6+
PHPUnit 3.7.18
7+
--------------
8+
9+
* Make sure the autoloader for PEAR-based installation is not used when PHPUnit is installed via Composer.
10+
611
PHPUnit 3.7.17
712
--------------
813

PHPUnit/Runner/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
*/
5757
class PHPUnit_Runner_Version
5858
{
59-
const VERSION = '3.7.17';
59+
const VERSION = '3.7.18';
6060
protected static $version;
6161

6262
/**

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
</lead>
2020
<date>2013-03-07</date>
2121
<version>
22-
<release>3.7.17</release>
22+
<release>3.7.18</release>
2323
<api>3.7.0</api>
2424
</version>
2525
<stability>

0 commit comments

Comments
 (0)