|
1 | 1 | { |
2 | | - "name": "cache/hierarchical-cache", |
3 | | - "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.", |
4 | | - "type": "library", |
5 | | - "license": "MIT", |
6 | | - "keywords": [ |
| 2 | + "name": "cache/hierarchical-cache", |
| 3 | + "description": "A helper trait and interface to your PSR-6 cache to support hierarchical keys.", |
| 4 | + "type": "library", |
| 5 | + "license": "MIT", |
| 6 | + "keywords": [ |
7 | 7 | "cache", |
8 | 8 | "psr-6", |
9 | 9 | "hierarchy", |
10 | 10 | "hierarchical" |
11 | 11 | ], |
12 | | - "homepage": "http://www.php-cache.com/en/latest/", |
13 | | - "authors": [ |
| 12 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 13 | + "authors": [ |
14 | 14 | { |
15 | | - "name": "Aaron Scherer", |
16 | | - |
| 15 | + "name": "Aaron Scherer", |
| 16 | + |
17 | 17 | "homepage": "https://github.com/aequasi" |
18 | 18 | }, |
19 | 19 | { |
20 | | - "name": "Tobias Nyholm", |
21 | | - |
| 20 | + "name": "Tobias Nyholm", |
| 21 | + |
22 | 22 | "homepage": "https://github.com/nyholm" |
23 | 23 | } |
24 | 24 | ], |
25 | | - "require": { |
26 | | - "php": "^5.6 || ^7.0", |
27 | | - "psr/cache": "^1.0", |
| 25 | + "require": { |
| 26 | + "php": "^5.6 || ^7.0", |
| 27 | + "psr/cache": "^1.0", |
28 | 28 | "cache/adapter-common": "^1.0" |
29 | 29 | }, |
30 | | - "require-dev": { |
31 | | - "phpunit/phpunit": "^5.7.21" |
| 30 | + "require-dev": { |
| 31 | + "phpunit/phpunit": "^5.7.21" |
32 | 32 | }, |
33 | | - "autoload": { |
34 | | - "psr-4": { |
| 33 | + "autoload": { |
| 34 | + "psr-4": { |
35 | 35 | "Cache\\Hierarchy\\": "" |
36 | 36 | }, |
37 | 37 | "exclude-from-classmap": [ |
38 | 38 | "/Tests/" |
39 | 39 | ] |
40 | 40 | }, |
41 | 41 | "minimum-stability": "dev", |
42 | | - "prefer-stable": true, |
| 42 | + "prefer-stable": true, |
43 | 43 | "extra": { |
44 | 44 | "branch-alias": { |
45 | 45 | "dev-master": "1.0-dev" |
|
0 commit comments