Skip to content

Commit 6e7ae7d

Browse files
committed
Update composer.json
1 parent eb62f49 commit 6e7ae7d

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

composer.json

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
{
2-
"repositories": [
3-
{
4-
"type": "vcs",
5-
"url": "https://github.com/mcustiel/phiremock"
6-
}
7-
],
8-
"authors" : [{
2+
"keywords" : [
3+
"http",
4+
"mock",
5+
"server",
6+
"external",
7+
"acceptance",
8+
"tests",
9+
"codeception",
10+
"extension",
11+
"phiremock"
12+
],
13+
"authors" : [{
914
"name" : "Mariano Custiel",
1015
"email" : "[email protected]",
1116
"homepage" : "https://github.com/mcustiel",
@@ -17,7 +22,7 @@
1722
"Codeception\\" : "src"
1823
}
1924
},
20-
"name" : "mcustiel/test-phiremock",
25+
"name" : "mcustiel/phiremock-codeception-extension",
2126
"type" : "project",
2227
"require" : {
2328
"php" : ">=5.5",

0 commit comments

Comments
 (0)