File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 - " 7.0"
44 - " 5.6"
55 - " 5.5"
6+ - " 5.4"
67
78matrix :
89 fast_finish : true
Original file line number Diff line number Diff line change 11# Taggable PSR-6 cache
2- [ ![ Build Status] ( https://travis-ci.org/php-cache/taggable-cache.svg )] ( https://travis-ci.org/php-cache/taggable-cache )
2+ [ ![ Build Status] ( https://travis-ci.org/php-cache/taggable-cache.svg )] ( https://travis-ci.org/php-cache/taggable-cache ) [ ![ codecov.io ] ( https://codecov.io/github/php-cache/taggable-cache/coverage.svg?branch=master )] ( https://codecov.io/github/php-cache/taggable-cache?branch=master )
33
44This repository has one trait and one interfaces that makes a PSR-6 cache implementation taggable. Using tags allow you
55to tag related items, and then clear the cached data for that tag only.
Original file line number Diff line number Diff line change 1919 ],
2020 "require" :
2121 {
22- "php" : " ^5.5 |^7" ,
22+ "php" : " ^5.4 |^7" ,
2323 "psr/cache" : " 1.0.0"
2424 },
2525 "require-dev" : {
You can’t perform that action at this time.
0 commit comments