Skip to content

Commit

Permalink
#13 Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Added GitHub API library.
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent d1e4f35 commit 51a329d
Show file tree
Hide file tree
Showing 2 changed files with 305 additions and 66 deletions.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"php": ">=5.3.2",
"symfony/console": "~2.5@stable",
"chobie/jira-api-restclient": "2.0.x-dev",
"zendframework/zend-cache": "~2.5@stable"
"zendframework/zend-cache": "~2.5@stable",
"knplabs/github-api": "~1.4"
},
"require-dev": {
"phpunit/phpunit": "~4.0@stable"
Expand Down
Loading

0 comments on commit 51a329d

Please sign in to comment.