|
1 | 1 | {
|
2 |
| - "name": "cache/array-adapter", |
3 |
| - "description": "A PSR-6 cache implementation using a php array. This implementation supports tags", |
4 |
| - "type": "library", |
5 |
| - "license": "MIT", |
| 2 | + "name": "cache/array-adapter", |
| 3 | + "description": "A PSR-6 cache implementation using a php array. 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 | "array",
|
12 | 12 | "tag"
|
13 | 13 | ],
|
14 |
| - "homepage": "http://www.php-cache.com/en/latest/", |
15 |
| - "authors": [ |
| 14 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 15 | + "authors": [ |
16 | 16 | {
|
17 |
| - "name": "Aaron Scherer", |
18 |
| - "email": "aequasi@gmail.com", |
| 17 | + "name": "Aaron Scherer", |
| 18 | + "email": "aequasi@gmail.com", |
19 | 19 | "homepage": "https://github.com/aequasi"
|
20 | 20 | },
|
21 | 21 | {
|
22 |
| - "name": "Tobias Nyholm", |
23 |
| - "email": "tobias.nyholm@gmail.com", |
| 22 | + "name": "Tobias Nyholm", |
| 23 | + "email": "tobias.nyholm@gmail.com", |
24 | 24 | "homepage": "https://github.com/nyholm"
|
25 | 25 | }
|
26 | 26 | ],
|
27 |
| - "require": { |
28 |
| - "php": "^5.6 || ^7.0", |
29 |
| - "psr/cache": "^1.0", |
30 |
| - "psr/simple-cache": "^1.0", |
| 27 | + "require": { |
| 28 | + "php": "^5.6 || ^7.0", |
| 29 | + "psr/cache": "^1.0", |
| 30 | + "psr/simple-cache": "^1.0", |
31 | 31 | "cache/adapter-common": "^1.0",
|
32 | 32 | "cache/hierarchical-cache": "^1.0"
|
33 | 33 | },
|
34 |
| - "require-dev": { |
35 |
| - "phpunit/phpunit": "^5.7.21", |
| 34 | + "require-dev": { |
| 35 | + "phpunit/phpunit": "^5.7.21", |
36 | 36 | "cache/integration-tests": "^0.16"
|
37 | 37 | },
|
38 |
| - "provide": { |
| 38 | + "provide": { |
39 | 39 | "psr/cache-implementation": "^1.0"
|
40 | 40 | },
|
41 |
| - "autoload": { |
42 |
| - "psr-4": { |
| 41 | + "autoload": { |
| 42 | + "psr-4": { |
43 | 43 | "Cache\\Adapter\\PHPArray\\": ""
|
44 | 44 | },
|
45 | 45 | "exclude-from-classmap": [
|
|
0 commit comments