|
1 | 1 | {
|
2 |
| - "name": "cache/cache-bundle", |
3 |
| - "type": "library", |
4 |
| - "description": "Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine", |
5 |
| - "keywords": [ |
| 2 | + "name": "cache/cache-bundle", |
| 3 | + "type": "library", |
| 4 | + "description": "Symfony 2 bundle providing integration between PSR-6 compliant cache services and the framework. It supports cache for sessions, routing and Doctrine", |
| 5 | + "keywords": [ |
6 | 6 | "cache",
|
7 | 7 | "psr6",
|
8 | 8 | "doctrine",
|
9 | 9 | "router",
|
10 | 10 | "session"
|
11 | 11 | ],
|
12 |
| - "homepage": "http://www.php-cache.com/en/latest/", |
13 |
| - "license": "MIT", |
14 |
| - "authors": [ |
| 12 | + "homepage": "http://www.php-cache.com/en/latest/", |
| 13 | + "license": "MIT", |
| 14 | + "authors": [ |
15 | 15 | {
|
16 | 16 | "name": "Aaron Scherer",
|
17 | 17 | "email": "aequasi@gmail.com",
|
|
23 | 23 | "homepage": "https://github.com/nyholm"
|
24 | 24 | }
|
25 | 25 | ],
|
26 |
| - "require": { |
27 |
| - "php": "^5.5|^7.0", |
28 |
| - "symfony/framework-bundle": "^2.7|^3.0", |
29 |
| - "cache/taggable-cache": "^0.4", |
30 |
| - "cache/session-handler": "^0.1" |
| 26 | + "require": { |
| 27 | + "php": "^5.5 || ^7.0", |
| 28 | + "symfony/framework-bundle": "^2.7 || ^3.0", |
| 29 | + "cache/taggable-cache": "^0.4", |
| 30 | + "cache/session-handler": "^0.1" |
31 | 31 | },
|
32 | 32 | "require-dev": {
|
33 |
| - "phpunit/phpunit": "^5.1|^4.0", |
| 33 | + "phpunit/phpunit": "^5.1 || ^4.0", |
| 34 | + "symfony/symfony": "^2.7 || ^3.0", |
34 | 35 | "cache/psr-6-doctrine-bridge": "^2.0",
|
35 |
| - "cache/array-adapter": "^0.4" |
| 36 | + "cache/array-adapter": "^0.4" |
36 | 37 | },
|
37 |
| - "suggest": { |
| 38 | + "suggest": { |
38 | 39 | "cache/adapter-bundle": "To register PSR-6 compliant cache implementations as services.",
|
39 | 40 | "cache/psr-6-doctrine-bridge": "To be able to use Doctrine query, result and metadata cache."
|
40 | 41 | },
|
41 |
| - "autoload": { |
| 42 | + "autoload": { |
42 | 43 | "psr-4": {
|
43 | 44 | "Cache\\CacheBundle\\": "src/"
|
44 | 45 | }
|
|
0 commit comments