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

Commit 67e7f00

Browse files
Cleanup metadata.
1 parent 76fcfb3 commit 67e7f00

File tree

3 files changed

+2
-31
lines changed

3 files changed

+2
-31
lines changed

composer.json

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"xunit",
77
"mock"
88
],
9-
"homepage": "http://www.phpunit.de/",
9+
"homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
1010
"license": "BSD-3-Clause",
1111
"authors": [
1212
{
@@ -15,17 +15,13 @@
1515
"role": "lead"
1616
}
1717
],
18-
"version": "1.2.1",
19-
"time": "2012-10-05",
2018
"support": {
2119
"issues": "https://github.com/sebastianbergmann/phpunit-mock-objects/issues",
2220
"irc": "irc://irc.freenode.net/phpunit"
2321
},
2422
"require": {
2523
"php": ">=5.3.3",
26-
"phpunit/php-text-template": ">=1.1.1@stable",
27-
"ext-reflection": "*",
28-
"ext-spl": "*"
24+
"phpunit/php-text-template": ">=1.1.1@stable"
2925
},
3026
"suggest": {
3127
"ext-soap": "*"

package-composer.json

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,6 @@
182182
<channel>pear.phpunit.de</channel>
183183
<min>1.1.1</min>
184184
</package>
185-
<extension>
186-
<name>reflection</name>
187-
</extension>
188-
<extension>
189-
<name>spl</name>
190-
</extension>
191185
</required>
192186
<optional>
193187
<extension>

0 commit comments

Comments
 (0)