Skip to content

Commit

Permalink
re-add necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
compeak committed Jan 10, 2016
1 parent 65e1494 commit 1ef9e97
Show file tree
Hide file tree
Showing 3 changed files with 102 additions and 141 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 4.0.1 2016-01-11

* Re-added necessary dependencies.

## 4.0.0 2016-01-07

* Cleaned up dependencies. (core23)
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@
"require": {
"php": ">=5.5.0",
"guzzlehttp/guzzle": "~5.2",
"zendframework/zend-cache": "~2.5"
"zendframework/zend-cache": "~2.5",
"zendframework/zend-json": "2.5.1",
"zendframework/zend-config": "2.5.1"
},
"require-dev": {
"phpunit/phpunit": "~4.8"
Expand Down
Loading

0 comments on commit 1ef9e97

Please sign in to comment.