Skip to content

Commit f0a55f3

Browse files
committed
Merge pull request #1 from matthewpatterson/composer
Add composer.json
2 parents 9b6f422 + 85b80d2 commit f0a55f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

composer.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "tcz/phpunit-mockfunction",
3+
"type": "library",
4+
"description": "PHPUnit extension that uses runkit to mock PHP functions (both user-defined and system)",
5+
"keywords": ["phpunit", "unit", "testing", "runkit", "mock"],
6+
"require": {
7+
"ext-runkit": "*"
8+
},
9+
"autoload": {
10+
"classmap": [
11+
"PHPUnit/"
12+
]
13+
}
14+
}
15+

0 commit comments

Comments
 (0)