|
1 | 1 | { |
2 | 2 | "name": "cache/illuminate-adapter", |
3 | | - "description": "A PSR-6 cache implementation using Illuminate. 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 Illuminate. 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": "Florian Voutzinos", |
|
32 | 30 | ], |
33 | 31 | "require": { |
34 | 32 | "php": "^5.6 || ^7.0 || ^8.0", |
35 | | - "psr/cache": "^1.0", |
36 | | - "psr/simple-cache": "^1.0", |
37 | 33 | "cache/adapter-common": "^1.0", |
| 34 | + "cache/hierarchical-cache": "^1.0", |
38 | 35 | "illuminate/cache": "^5.4 || ^5.5 || ^5.6", |
39 | | - "cache/hierarchical-cache": "^1.0" |
40 | | - }, |
41 | | - "require-dev": { |
42 | | - "phpunit/phpunit": "^5.7.21", |
43 | | - "mockery/mockery": "^1.0", |
44 | | - "cache/integration-tests": "^0.16" |
| 36 | + "psr/cache": "^1.0", |
| 37 | + "psr/simple-cache": "^1.0" |
45 | 38 | }, |
46 | 39 | "provide": { |
47 | 40 | "psr/cache-implementation": "^1.0", |
48 | 41 | "psr/simple-cache-implementation": "^1.0" |
49 | 42 | }, |
| 43 | + "require-dev": { |
| 44 | + "cache/integration-tests": "^0.16", |
| 45 | + "mockery/mockery": "^1.0", |
| 46 | + "phpunit/phpunit": "^5.7.21" |
| 47 | + }, |
| 48 | + "extra": { |
| 49 | + "branch-alias": { |
| 50 | + "dev-master": "1.1-dev" |
| 51 | + } |
| 52 | + }, |
50 | 53 | "autoload": { |
51 | 54 | "psr-4": { |
52 | 55 | "Cache\\Adapter\\Illuminate\\": "" |
|
55 | 58 | "/Tests/" |
56 | 59 | ] |
57 | 60 | }, |
58 | | - "extra": { |
59 | | - "branch-alias": { |
60 | | - "dev-master": "1.1-dev" |
61 | | - } |
62 | | - } |
| 61 | + "minimum-stability": "dev", |
| 62 | + "prefer-stable": true |
63 | 63 | } |
0 commit comments