|
1 | 1 | {
|
2 |
| - "name": "doctrine/doctrine-cache-bundle", |
3 |
| - "homepage": "https://www.doctrine-project.org", |
4 |
| - "description": "Symfony Bundle for Doctrine Cache", |
5 |
| - "keywords": ["cache", "caching"], |
6 |
| - "type": "symfony-bundle", |
7 |
| - "license": "MIT", |
| 2 | + "name": "doctrine/doctrine-cache-bundle", |
| 3 | + "homepage": "https://www.doctrine-project.org", |
| 4 | + "description": "Symfony Bundle for Doctrine Cache", |
| 5 | + "keywords": ["cache", "caching"], |
| 6 | + "type": "symfony-bundle", |
| 7 | + "license": "MIT", |
8 | 8 | "authors": [
|
9 | 9 | {
|
10 |
| - "name": "Fabien Potencier", |
11 |
| - |
| 10 | + "name": "Fabien Potencier", |
| 11 | + |
12 | 12 | },
|
13 | 13 | {
|
14 |
| - "name": "Benjamin Eberlei", |
15 |
| - |
| 14 | + "name": "Benjamin Eberlei", |
| 15 | + |
16 | 16 | },
|
17 | 17 | {
|
18 |
| - "name": "Fabio B. Silva", |
19 |
| - |
| 18 | + "name": "Fabio B. Silva", |
| 19 | + |
20 | 20 | },
|
21 | 21 | {
|
22 |
| - "name": "Guilherme Blanco", |
23 |
| - |
| 22 | + "name": "Guilherme Blanco", |
| 23 | + |
24 | 24 | },
|
25 | 25 | {
|
26 |
| - "name": "Symfony Community", |
| 26 | + "name": "Symfony Community", |
27 | 27 | "homepage": "http://symfony.com/contributors"
|
28 | 28 | },
|
29 | 29 | {
|
30 |
| - "name": "Doctrine Project", |
| 30 | + "name": "Doctrine Project", |
31 | 31 | "homepage": "http://www.doctrine-project.org/"
|
32 | 32 | }
|
33 | 33 | ],
|
34 | 34 | "require": {
|
35 |
| - "php": "^7.1", |
| 35 | + "php": "^7.1", |
36 | 36 | "symfony/doctrine-bridge": "^3.4|^4.0",
|
37 |
| - "doctrine/inflector": "^1.0", |
38 |
| - "doctrine/cache": "^1.4.2" |
| 37 | + "doctrine/inflector": "^1.0", |
| 38 | + "doctrine/cache": "^1.4.2" |
39 | 39 | },
|
40 | 40 | "require-dev": {
|
41 |
| - "phpunit/phpunit": "^7.0", |
42 |
| - "symfony/phpunit-bridge": "^3.4|^4.0", |
43 |
| - "symfony/yaml": "^3.4|^4.0", |
44 |
| - "symfony/validator": "^3.4|^4.0", |
45 |
| - "symfony/console": "^3.4|^4.0", |
46 |
| - "symfony/finder": "^3.4|^4.0", |
47 |
| - "symfony/framework-bundle": "^3.4|^4.0", |
48 |
| - "symfony/security-acl": "^2.8", |
49 |
| - "instaclick/coding-standard": "~1.1", |
50 |
| - "satooshi/php-coveralls": "^1.0", |
51 |
| - "squizlabs/php_codesniffer": "~1.5", |
| 41 | + "phpunit/phpunit": "^7.0", |
| 42 | + "symfony/phpunit-bridge": "^3.4|^4.0", |
| 43 | + "symfony/yaml": "^3.4|^4.0", |
| 44 | + "symfony/validator": "^3.4|^4.0", |
| 45 | + "symfony/console": "^3.4|^4.0", |
| 46 | + "symfony/finder": "^3.4|^4.0", |
| 47 | + "symfony/framework-bundle": "^3.4|^4.0", |
| 48 | + "symfony/security-acl": "^2.8", |
| 49 | + "instaclick/coding-standard": "~1.1", |
| 50 | + "satooshi/php-coveralls": "^1.0", |
| 51 | + "squizlabs/php_codesniffer": "~1.5", |
52 | 52 | "instaclick/object-calisthenics-sniffs": "dev-master",
|
53 |
| - "instaclick/symfony2-coding-standard": "dev-remaster", |
54 |
| - "predis/predis": "~0.8" |
| 53 | + "instaclick/symfony2-coding-standard": "dev-remaster", |
| 54 | + "predis/predis": "~0.8" |
55 | 55 | },
|
56 | 56 | "suggest": {
|
57 | 57 | "symfony/security-acl": "For using this bundle to cache ACLs"
|
|
0 commit comments