Skip to content

Commit

Permalink
Adds dependency on the comment service client
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobemerick committed Jun 2, 2016
1 parent fc1b091 commit e8fad32
Show file tree
Hide file tree
Showing 2 changed files with 150 additions and 79 deletions.
9 changes: 8 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,15 @@
"monolog/monolog": "^1.17",
"particletree/pqp": "^1.1",
"pimple/pimple": "^3.0",
"jacobemerick/archangel": "^2.1"
"jacobemerick/archangel": "^2.1",
"swagger/swagger-client": "dev-master as 0.1.0"
},
"repositories": [
{
"type": "vcs",
"url": "https://github.com/jacobemerick/comment-service-client"
}
],
"require-dev": {
"codeclimate/php-test-reporter": "dev-master",
"phpunit/phpunit": "^4.8"
Expand Down
Loading

0 comments on commit e8fad32

Please sign in to comment.