Skip to content

Commit

Permalink
Added autoload to codeception bootstrap for testing purposes. Small i…
Browse files Browse the repository at this point in the history
…mprovements in code
  • Loading branch information
mcustiel committed Mar 4, 2017
1 parent bda5dce commit 50309b2
Show file tree
Hide file tree
Showing 6 changed files with 369 additions and 255 deletions.
52 changes: 26 additions & 26 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"keywords" : [
"http",
"mock",
"server",
"external",
"acceptance",
"tests",
"codeception",
"extension",
"phiremock"
],
"keywords" : [
"http",
"mock",
"server",
"external",
"acceptance",
"tests",
"codeception",
"extension",
"phiremock"
],
"authors" : [{
"name" : "Mariano Custiel",
"email" : "jmcustiel@gmail.com",
"homepage" : "https://github.com/mcustiel",
"role" : "Developer"
}
],
"autoload" : {
"psr-4" : {
"Codeception\\" : "src"
}
},
"name" : "mcustiel/phiremock-codeception-extension",
"type" : "project",
"require" : {
"name" : "Mariano Custiel",
"email" : "jmcustiel@gmail.com",
"homepage" : "https://github.com/mcustiel",
"role" : "Developer"
}
],
"autoload" : {
"psr-4" : {
"Codeception\\" : "src"
}
},
"name" : "mcustiel/phiremock-codeception-extension",
"type" : "project",
"require" : {
"php" : ">=5.5",
"mcustiel/phiremock": "^1.1.0",
"mcustiel/phiremock": "^1.3",
"codeception/codeception" : "^2.0",
"symfony/process": "^3.1|^2.7.15"
},
Expand Down

0 comments on commit 50309b2

Please sign in to comment.