Skip to content

Commit cdc9983

Browse files
authored
Merge pull request #64 from WyriHaximus/Update-README-badges
Update README badges
2 parents a5ef18e + ac67d85 commit cdc9983

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Redis cache implementation for react/cache
22

3-
[![Build Status](https://travis-ci.com/WyriHaximus/reactphp-cache-redis.svg?branch=master)](https://travis-ci.com/WyriHaximus/reactphp-cache-redis)
4-
[![Latest Stable Version](https://poser.pugx.org/WyriHaximus/react-cache-redis/v/stable.png)](https://packagist.org/packages/WyriHaximus/react-cache-redis)
5-
[![Total Downloads](https://poser.pugx.org/WyriHaximus/react-cache-redis/downloads.png)](https://packagist.org/packages/WyriHaximus/react-cache-redis)
6-
[![Code Coverage](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-redis/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/WyriHaximus/reactphp-cache-redis/?branch=master)
7-
[![License](https://poser.pugx.org/WyriHaximus/react-cache-redis/license.png)](https://packagist.org/packages/WyriHaximus/react-cache-redis)
8-
[![PHP 7 ready](http://php7ready.timesplinter.ch/WyriHaximus/reactphp-cache-redis/badge.svg)](https://travis-ci.org/WyriHaximus/reactphp-cache-redis)
3+
![Continuous Integration](https://github.com/wyrihaximus/reactphp-cache-redis/workflows/Continuous%20Integration/badge.svg)
4+
[![Latest Stable Version](https://poser.pugx.org/wyrihaximus/react-cache-redis/v/stable.png)](https://packagist.org/packages/wyrihaximus/react-cache-redis)
5+
[![Total Downloads](https://poser.pugx.org/wyrihaximus/react-cache-redis/downloads.png)](https://packagist.org/packages/wyrihaximus/react-cache-redis/stats)
6+
[![Type Coverage](https://shepherd.dev/github/WyriHaximus/reactphp-cache-redis/coverage.svg)](https://shepherd.dev/github/WyriHaximus/reactphp-cache-redis)
7+
[![License](https://poser.pugx.org/wyrihaximus/react-cache-redis/license.png)](https://packagist.org/packages/wyrihaximus/react-cache-redis)
98

10-
Use redis as a cache, implementing the [react/cache interface](https://github.com/reactphp/cache)
9+
Use Redis as a cache, implementing the [react/cache interface](https://github.com/reactphp/cache)
1110

1211
# Installation
1312

@@ -35,7 +34,7 @@ use WyriHaximus\React\Cache\Redis;
3534

3635
The MIT License (MIT)
3736

38-
Copyright (c) 2021 Cees-Jan Kiewiet
37+
Copyright (c) 2024 Cees-Jan Kiewiet
3938

4039
Permission is hereby granted, free of charge, to any person obtaining a copy
4140
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)