|
1 | 1 | { |
2 | | - "name": "cache/session-handler", |
3 | | - "type": "library", |
| 2 | + "name": "cache/session-handler", |
| 3 | + "type": "library", |
4 | 4 | "description": "An implementation of PHP's SessionHandlerInterface that allows PSR-6", |
5 | | - "keywords": [ |
| 5 | + "keywords": [ |
6 | 6 | "cache", |
7 | 7 | "psr-6", |
8 | 8 | "session handler" |
9 | 9 | ], |
10 | | - "homepage": "http://www.php-cache.com/en/latest/", |
11 | | - "license": "MIT", |
| 10 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 11 | + "license": "MIT", |
12 | 12 | "minimum-stability": "dev", |
13 | | - "prefer-stable": true, |
14 | | - "authors": [ |
| 13 | + "prefer-stable": true, |
| 14 | + "authors": [ |
15 | 15 | { |
16 | | - "name": "Aaron Scherer", |
17 | | - |
| 16 | + "name": "Aaron Scherer", |
| 17 | + |
18 | 18 | "homepage": "https://github.com/aequasi" |
19 | 19 | }, |
20 | 20 | { |
21 | | - "name": "Tobias Nyholm", |
22 | | - |
| 21 | + "name": "Tobias Nyholm", |
| 22 | + |
23 | 23 | "homepage": "https://github.com/nyholm" |
24 | 24 | } |
25 | 25 | ], |
26 | | - "require": { |
27 | | - "php": "^5.6 || ^7.0", |
| 26 | + "require": { |
| 27 | + "php": "^5.6 || ^7.0", |
28 | 28 | "psr/cache": "^1.0" |
29 | 29 | }, |
30 | 30 | "require-dev": { |
31 | | - "phpunit/phpunit": "^5.7.21", |
32 | | - "mockery/mockery": "^0.9", |
33 | | - "cache/array-adapter": "^1.0" |
| 31 | + "phpunit/phpunit": "^5.7.21", |
| 32 | + "mockery/mockery": "^0.9", |
| 33 | + "cache/array-adapter": "^1.0" |
34 | 34 | }, |
35 | | - "autoload": { |
36 | | - "psr-4": { |
| 35 | + "autoload": { |
| 36 | + "psr-4": { |
37 | 37 | "Cache\\SessionHandler\\": "" |
38 | 38 | }, |
39 | 39 | "exclude-from-classmap": [ |
|
0 commit comments