|
1 | 1 | { |
2 | | - "name": "cache/encryption-cache", |
3 | | - "type": "library", |
| 2 | + "name": "cache/encryption-cache", |
| 3 | + "type": "library", |
4 | 4 | "description": "Adds encryption support to your PSR-6 cache implementation", |
5 | | - "keywords": [ |
| 5 | + "keywords": [ |
6 | 6 | "cache", |
7 | 7 | "psr6", |
8 | 8 | "encrypted", |
9 | 9 | "encryption" |
10 | 10 | ], |
11 | | - "homepage": "http://www.php-cache.com/en/latest/", |
12 | | - "license": "MIT", |
| 11 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 12 | + "license": "MIT", |
13 | 13 | "minimum-stability": "dev", |
14 | | - "prefer-stable": true, |
15 | | - "authors": [ |
| 14 | + "prefer-stable": true, |
| 15 | + "authors": [ |
16 | 16 | { |
17 | | - "name": "Aaron Scherer", |
18 | | - |
| 17 | + "name": "Aaron Scherer", |
| 18 | + |
19 | 19 | "homepage": "https://github.com/aequasi" |
20 | 20 | }, |
21 | 21 | { |
22 | | - "name": "Tobias Nyholm", |
23 | | - |
| 22 | + "name": "Tobias Nyholm", |
| 23 | + |
24 | 24 | "homepage": "https://github.com/nyholm" |
25 | 25 | }, |
26 | 26 | { |
27 | | - "name": "Daniel Bannert", |
28 | | - |
| 27 | + "name": "Daniel Bannert", |
| 28 | + |
29 | 29 | "homepage": "https://github.com/prisis" |
30 | 30 | } |
31 | 31 | ], |
32 | | - "require": { |
33 | | - "php": "^5.6 || ^7.0", |
| 32 | + "require": { |
| 33 | + "php": "^5.6 || ^7.0", |
34 | 34 | "defuse/php-encryption": "^2.0", |
35 | | - "cache/tag-interop": "^1.0", |
36 | | - "psr/cache": "^1.0" |
| 35 | + "cache/tag-interop": "^1.0", |
| 36 | + "psr/cache": "^1.0" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | | - "phpunit/phpunit": "^5.7.21", |
| 39 | + "phpunit/phpunit": "^5.7.21", |
40 | 40 | "cache/integration-tests": "^0.16", |
41 | | - "cache/array-adapter": "^1.0" |
| 41 | + "cache/array-adapter": "^1.0" |
42 | 42 | }, |
43 | | - "autoload": { |
44 | | - "psr-4": { |
| 43 | + "autoload": { |
| 44 | + "psr-4": { |
45 | 45 | "Cache\\Encryption\\": "" |
46 | 46 | }, |
47 | 47 | "exclude-from-classmap": [ |
|
0 commit comments