Skip to content

Commit 0edd96a

Browse files
authored
Updated dependencies to avoid bug in underlying libraries. (#64)
1 parent 1ad7337 commit 0edd96a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee
44

55
## UNRELEASED
66

7+
## 0.4.3
8+
9+
### Fixed
10+
11+
* Require taggable 0.4.3 to avoid bugs in 0.4.2
12+
713
## 0.4.2
814

915
### Added

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"require": {
2727
"php": "^5.5 || ^7.0",
2828
"symfony/framework-bundle": "^2.7 || ^3.0",
29-
"cache/taggable-cache": "^0.4",
29+
"cache/taggable-cache": "^0.4.3",
3030
"cache/session-handler": "^0.1"
3131
},
3232
"require-dev": {

0 commit comments

Comments
 (0)