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