Skip to content

Commit

Permalink
Hooks up remote version of swagger middleware
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Oct 16, 2016
1 parent caccbba commit 8cc34dd
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 10 deletions.
10 changes: 6 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@
"codeclimate/php-test-reporter": "^0.3.2",
"phpunit/phpunit": "^5.4"
},
"repositories": [{
"type": "path",
"url": "../swagger-router-middleware"
}],
"repositories": [
{
"type": "vcs",
"url": "https://github.com/avalanche-development/swagger-router-middleware"
}
],
"autoload": {
"psr-4": {
"AvalancheDevelopment\\Talus\\": "src/"
Expand Down
22 changes: 16 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8cc34dd

Please sign in to comment.