|
1 | 1 | { |
2 | | - "name": "cache/predis-adapter", |
3 | | - "description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags", |
4 | | - "type": "library", |
5 | | - "license": "MIT", |
| 2 | + "name": "cache/predis-adapter", |
| 3 | + "description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
6 | 6 | "minimum-stability": "dev", |
7 | | - "prefer-stable": true, |
8 | | - "keywords": [ |
| 7 | + "prefer-stable": true, |
| 8 | + "keywords": [ |
9 | 9 | "cache", |
10 | 10 | "psr-6", |
11 | 11 | "redis", |
12 | 12 | "predis", |
13 | 13 | "tag" |
14 | 14 | ], |
15 | | - "homepage": "http://www.php-cache.com/en/latest/", |
16 | | - "authors": [ |
| 15 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 16 | + "authors": [ |
17 | 17 | { |
18 | | - "name": "Aaron Scherer", |
19 | | - |
| 18 | + "name": "Aaron Scherer", |
| 19 | + |
20 | 20 | "homepage": "https://github.com/aequasi" |
21 | 21 | }, |
22 | 22 | { |
23 | | - "name": "Tobias Nyholm", |
24 | | - |
| 23 | + "name": "Tobias Nyholm", |
| 24 | + |
25 | 25 | "homepage": "https://github.com/nyholm" |
26 | 26 | } |
27 | 27 | ], |
28 | | - "require": { |
29 | | - "php": "^5.6 || ^7.0", |
30 | | - "psr/cache": "^1.0", |
31 | | - "psr/simple-cache": "^1.0", |
| 28 | + "require": { |
| 29 | + "php": "^5.6 || ^7.0", |
| 30 | + "psr/cache": "^1.0", |
| 31 | + "psr/simple-cache": "^1.0", |
32 | 32 | "cache/adapter-common": "^1.0", |
33 | 33 | "cache/hierarchical-cache": "^1.0", |
34 | | - "predis/predis": "^1.1" |
| 34 | + "predis/predis": "^1.1" |
35 | 35 | }, |
36 | | - "require-dev": { |
37 | | - "phpunit/phpunit": "^5.7.21", |
| 36 | + "require-dev": { |
| 37 | + "phpunit/phpunit": "^5.7.21", |
38 | 38 | "cache/integration-tests": "^0.16" |
39 | 39 | }, |
40 | | - "provide": { |
| 40 | + "provide": { |
41 | 41 | "psr/cache-implementation": "^1.0" |
42 | 42 | }, |
43 | | - "autoload": { |
44 | | - "psr-4": { |
| 43 | + "autoload": { |
| 44 | + "psr-4": { |
45 | 45 | "Cache\\Adapter\\Predis\\": "" |
46 | 46 | }, |
47 | 47 | "exclude-from-classmap": [ |
|
0 commit comments