Skip to content

Commit 9e3163f

Browse files
committed
Adding composer.json
1 parent 9b6f422 commit 9e3163f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

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

0 commit comments

Comments
 (0)