Skip to content
This repository was archived by the owner on Feb 20, 2023. It is now read-only.

Commit e9a53c8

Browse files
Prepare release.
1 parent b97874a commit e9a53c8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"role": "lead"
1616
}
1717
],
18-
"version": "1.2.0RC5",
19-
"time": "2012-09-10",
18+
"version": "1.2.0",
19+
"time": "2012-09-19",
2020
"support": {
2121
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
2222
"irc": "irc://irc.freenode.net/phpunit"
2323
},
2424
"require": {
2525
"php": ">=5.3.3",
26-
"phpunit/php-text-template": ">=1.1.1",
26+
"phpunit/php-text-template": ">=1.1.1@stable",
2727
"ext-reflection": "*",
2828
"ext-spl": "*"
2929
},

package.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@
1717
<email>[email protected]</email>
1818
<active>yes</active>
1919
</lead>
20-
<date>2012-09-10</date>
20+
<date>2012-09-19</date>
2121
<version>
22-
<release>1.2.0RC5</release>
22+
<release>1.2.0</release>
2323
<api>1.2.0</api>
2424
</version>
2525
<stability>
26-
<release>beta</release>
27-
<api>beta</api>
26+
<release>stable</release>
27+
<api>stable</api>
2828
</stability>
2929
<license>The BSD 3-Clause License</license>
3030
<notes>http://github.com/sebastianbergmann/phpunit-mock-objects/blob/master/README.markdown</notes>

0 commit comments

Comments
 (0)