|
1 | 1 | {
|
2 |
| - "name": "cache/redis-adapter", |
3 |
| - "description": "A PSR-6 cache implementation using Redis (PhpRedis). This implementation supports tags", |
4 |
| - "type": "library", |
5 |
| - "license": "MIT", |
| 2 | + "name": "cache/redis-adapter", |
| 3 | + "description": "A PSR-6 cache implementation using Redis (PhpRedis). 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 | "phpredis",
|
12 | 12 | "redis",
|
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 | 34 | },
|
35 |
| - "require-dev": { |
36 |
| - "phpunit/phpunit": "^5.7.21", |
| 35 | + "require-dev": { |
| 36 | + "phpunit/phpunit": "^5.7.21", |
37 | 37 | "cache/integration-tests": "^0.16"
|
38 | 38 | },
|
39 |
| - "suggest": { |
| 39 | + "suggest": { |
40 | 40 | "ext-redis": "The extension required to use this pool."
|
41 | 41 | },
|
42 |
| - "provide": { |
| 42 | + "provide": { |
43 | 43 | "psr/cache-implementation": "^1.0"
|
44 | 44 | },
|
45 |
| - "autoload": { |
46 |
| - "psr-4": { |
| 45 | + "autoload": { |
| 46 | + "psr-4": { |
47 | 47 | "Cache\\Adapter\\Redis\\": ""
|
48 | 48 | },
|
49 | 49 | "exclude-from-classmap": [
|
|
0 commit comments