Skip to content

Commit 72ddc94

Browse files
committed
Fixed broken build and remove depencency on taggable
1 parent bb33eb4 commit 72ddc94

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

composer.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@
2626
"php": "^5.5 || ^7.0",
2727
"psr/cache": "^1.0",
2828
"psr/log": "^1.0",
29-
"cache/tag-interop": "^1.0",
30-
"cache/taggable-cache": "^0.4"
29+
"cache/tag-interop": "^1.0"
3130
},
3231
"require-dev": {
3332
"phpunit/phpunit": "^4.0 || ^5.1",

0 commit comments

Comments
 (0)