Skip to content

Commit

Permalink
Adds dependencies and test structure
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Sep 28, 2016
1 parent 2703fc3 commit 1da750d
Show file tree
Hide file tree
Showing 3 changed files with 1,951 additions and 0 deletions.
23 changes: 23 additions & 0 deletions composer.json
@@ -0,0 +1,23 @@
{
"name": "avalanche-development/swagger-router",
"license": "MIT",
"authors": [
{
"name": "jacobemerick",
"email": "jpemeric@gmail.com"
}
],
"require": {
"php": ">=5.6.0",
"psr/log": "^1.0"
},
"require-dev": {
"codeclimate/php-test-reporter": "^0.3.2",
"phpunit/phpunit": "^5.5"
},
"autoload": {
"psr-4": {
"AvalancheDevelopment\\SwaggerRouter\\": "src/"
}
}
}

0 comments on commit 1da750d

Please sign in to comment.