Skip to content

Commit 85b80d2

Browse files
committed
Adding project type; keywords
1 parent e3a51b8 commit 85b80d2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

composer.json

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

0 commit comments

Comments
 (0)