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

Commit d52e938

Browse files
committed
scrutinizer
1 parent 2c45734 commit d52e938

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

scrutinizer.yml renamed to .scrutinizer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
filter:
2-
excluded_paths: [tests/*]
2+
excluded_paths: [tests/*, src/Providers/*, src/CacheManager.php]
33
checks:
44
php:
55
code_rating: true

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ Laravel Multicache
1010
[![Latest Version](http://img.shields.io/packagist/v/pulkitjalan/laravel-multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/laravel-multicache)
1111
[![Total Downloads](https://img.shields.io/packagist/dt/pulkitjalan/laravel-multicache.svg?style=flat-square)](https://packagist.org/packages/pulkitjalan/laravel-multicache)
1212

13+
## Requirements
14+
15+
Laravel >= 5.1
16+
PHP >= 5.5.9
17+
1318
## Installation
1419

1520
Install via composer - edit your `composer.json` to require the package.

0 commit comments

Comments
 (0)