Skip to content

Commit 838aca2

Browse files
committed
Merge pull request #6 from Nyholm/patch-1
Allow php 5.4 and added badge for codecov
2 parents 71e5c93 + ec5d2b6 commit 838aca2

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ php:
33
- "7.0"
44
- "5.6"
55
- "5.5"
6+
- "5.4"
67

78
matrix:
89
fast_finish: true

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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

44
This repository has one trait and one interfaces that makes a PSR-6 cache implementation taggable. Using tags allow you
55
to tag related items, and then clear the cached data for that tag only.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
],
2020
"require":
2121
{
22-
"php": "^5.5|^7",
22+
"php": "^5.4|^7",
2323
"psr/cache": "1.0.0"
2424
},
2525
"require-dev": {

0 commit comments

Comments
 (0)