Skip to content

Commit 50309b2

Browse files
committed
Added autoload to codeception bootstrap for testing purposes. Small improvements in code
1 parent bda5dce commit 50309b2

File tree

6 files changed

+369
-255
lines changed

6 files changed

+369
-255
lines changed

composer.json

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,32 @@
11
{
2-
"keywords" : [
3-
"http",
4-
"mock",
5-
"server",
6-
"external",
7-
"acceptance",
8-
"tests",
9-
"codeception",
10-
"extension",
11-
"phiremock"
12-
],
2+
"keywords" : [
3+
"http",
4+
"mock",
5+
"server",
6+
"external",
7+
"acceptance",
8+
"tests",
9+
"codeception",
10+
"extension",
11+
"phiremock"
12+
],
1313
"authors" : [{
14-
"name" : "Mariano Custiel",
15-
"email" : "[email protected]",
16-
"homepage" : "https://github.com/mcustiel",
17-
"role" : "Developer"
18-
}
19-
],
20-
"autoload" : {
21-
"psr-4" : {
22-
"Codeception\\" : "src"
23-
}
24-
},
25-
"name" : "mcustiel/phiremock-codeception-extension",
26-
"type" : "project",
27-
"require" : {
14+
"name" : "Mariano Custiel",
15+
"email" : "[email protected]",
16+
"homepage" : "https://github.com/mcustiel",
17+
"role" : "Developer"
18+
}
19+
],
20+
"autoload" : {
21+
"psr-4" : {
22+
"Codeception\\" : "src"
23+
}
24+
},
25+
"name" : "mcustiel/phiremock-codeception-extension",
26+
"type" : "project",
27+
"require" : {
2828
"php" : ">=5.5",
29-
"mcustiel/phiremock": "^1.1.0",
29+
"mcustiel/phiremock": "^1.3",
3030
"codeception/codeception" : "^2.0",
3131
"symfony/process": "^3.1|^2.7.15"
3232
},

0 commit comments

Comments
 (0)