Skip to content

Commit

Permalink
Updated dependencies to avoid bug in underlying libraries. (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyholm authored Aug 8, 2016
1 parent 1ad7337 commit 0edd96a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee

## UNRELEASED

## 0.4.3

### Fixed

* Require taggable 0.4.3 to avoid bugs in 0.4.2

## 0.4.2

### Added
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"require": {
"php": "^5.5 || ^7.0",
"symfony/framework-bundle": "^2.7 || ^3.0",
"cache/taggable-cache": "^0.4",
"cache/taggable-cache": "^0.4.3",
"cache/session-handler": "^0.1"
},
"require-dev": {
Expand Down

0 comments on commit 0edd96a

Please sign in to comment.