Skip to content
This repository was archived by the owner on Sep 6, 2019. It is now read-only.

Commit 7fe36be

Browse files
committed
Updated name
1 parent 4e7de75 commit 7fe36be

2 files changed

Lines changed: 12 additions & 13 deletions

File tree

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,27 @@
1-
Laravel Multicache
1+
Multicache
22
=========
33

44
> Adds array caching to Laravels cache drivers and custom drivers.
55
6-
[![Build Status](http://img.shields.io/travis/pulkitjalan/laravel-multicache.svg?style=flat-square)](https://travis-ci.org/pulkitjalan/laravel-multicache)
7-
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/pulkitjalan/laravel-multicache/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/laravel-multicache/)
8-
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/pulkitjalan/laravel-multicache/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/laravel-multicache/code-structure/master)
6+
[![Build Status](http://img.shields.io/travis/pulkitjalan/multicache.svg?style=flat-square)](https://travis-ci.org/pulkitjalan/multicache)
7+
[![Scrutinizer Code Quality](http://img.shields.io/scrutinizer/g/pulkitjalan/multicache/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/multicache/)
8+
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/pulkitjalan/multicache/master.svg?style=flat-square)](https://scrutinizer-ci.com/g/pulkitjalan/multicache/code-structure/master)
99
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](http://www.opensource.org/licenses/MIT)
10-
[![Latest Version](http://img.shields.io/packagist/v/pulkitjalan/laravel-multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/laravel-multicache)
11-
[![Total Downloads](https://img.shields.io/packagist/dt/pulkitjalan/laravel-multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/laravel-multicache)
10+
[![Latest Version](http://img.shields.io/packagist/v/pulkitjalan/multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/multicache)
11+
[![Total Downloads](https://img.shields.io/packagist/dt/pulkitjalan/multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/multicache)
1212

1313
## Requirements
1414

15-
Laravel >= 5.1
16-
17-
PHP >= 5.5.9
15+
- PHP >= 5.5.9
16+
- Laravel >= 5.1
1817

1918
## Installation
2019

2120
Install via [composer](https://getcomposer.org/) - edit your `composer.json` to require the package.
2221

2322
```js
2423
"require": {
25-
"pulkitjalan/laravel-multicache": "0.2.*"
24+
"pulkitjalan/multicache": "0.2.*"
2625
}
2726
```
2827

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"name": "pulkitjalan/laravel-multicache",
2+
"name": "pulkitjalan/multicache",
33
"description": "Adds array caching to Laravels cache drivers and custom drivers",
4-
"homepage": "https://github.com/pulkitjalan/laravel-multicache",
5-
"keywords": ["laravel", "cache"],
4+
"homepage": "https://github.com/pulkitjalan/multicache",
5+
"keywords": ["laravel", "cache", "array"],
66
"license": "MIT",
77
"authors": [
88
{

0 commit comments

Comments
 (0)