Skip to content

Commit cd74737

Browse files
committed
Adding composer.json
1 parent 7cc04db commit cd74737

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

composer.json

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

0 commit comments

Comments
 (0)