|
1 | 1 | { |
2 | 2 | "name": "cache/predis-adapter", |
3 | | - "description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags", |
4 | 3 | "type": "library", |
5 | | - "license": "MIT", |
6 | | - "minimum-stability": "dev", |
7 | | - "prefer-stable": true, |
| 4 | + "description": "A PSR-6 cache implementation using Redis (Predis). This implementation supports tags", |
8 | 5 | "keywords": [ |
9 | 6 | "cache", |
10 | 7 | "psr-6", |
|
13 | 10 | "tag" |
14 | 11 | ], |
15 | 12 | "homepage": "http://www.php-cache.com/en/latest/", |
| 13 | + "license": "MIT", |
16 | 14 | "authors": [ |
17 | 15 | { |
18 | 16 | "name": "Aaron Scherer", |
|
27 | 25 | ], |
28 | 26 | "require": { |
29 | 27 | "php": "^5.6 || ^7.0 || ^8.0", |
30 | | - "psr/cache": "^1.0", |
31 | | - "psr/simple-cache": "^1.0", |
32 | 28 | "cache/adapter-common": "^1.0", |
33 | 29 | "cache/hierarchical-cache": "^1.0", |
34 | | - "predis/predis": "^1.1" |
35 | | - }, |
36 | | - "require-dev": { |
37 | | - "phpunit/phpunit": "^5.7.21", |
38 | | - "cache/integration-tests": "^0.16" |
| 30 | + "predis/predis": "^1.1", |
| 31 | + "psr/cache": "^1.0", |
| 32 | + "psr/simple-cache": "^1.0" |
39 | 33 | }, |
40 | 34 | "provide": { |
41 | 35 | "psr/cache-implementation": "^1.0", |
42 | 36 | "psr/simple-cache-implementation": "^1.0" |
43 | 37 | }, |
| 38 | + "require-dev": { |
| 39 | + "cache/integration-tests": "^0.16", |
| 40 | + "phpunit/phpunit": "^5.7.21" |
| 41 | + }, |
| 42 | + "extra": { |
| 43 | + "branch-alias": { |
| 44 | + "dev-master": "1.1-dev" |
| 45 | + } |
| 46 | + }, |
44 | 47 | "autoload": { |
45 | 48 | "psr-4": { |
46 | 49 | "Cache\\Adapter\\Predis\\": "" |
|
49 | 52 | "/Tests/" |
50 | 53 | ] |
51 | 54 | }, |
52 | | - "extra": { |
53 | | - "branch-alias": { |
54 | | - "dev-master": "1.1-dev" |
55 | | - } |
56 | | - } |
| 55 | + "minimum-stability": "dev", |
| 56 | + "prefer-stable": true |
57 | 57 | } |
0 commit comments