|
1 | 1 | {
|
2 |
| - "name": "symfony/validator", |
3 |
| - "type": "library", |
4 |
| - "description": "Symfony Validator Component", |
5 |
| - "keywords": [], |
6 |
| - "homepage": "https://symfony.com", |
7 |
| - "license": "MIT", |
8 |
| - "authors": [ |
9 |
| - { |
10 |
| - "name": "Fabien Potencier", |
11 |
| - |
12 |
| - }, |
13 |
| - { |
14 |
| - "name": "Symfony Community", |
15 |
| - "homepage": "https://symfony.com/contributors" |
16 |
| - } |
17 |
| - ], |
18 |
| - "require": { |
19 |
| - "php": ">=5.5.9", |
20 |
| - "symfony/polyfill-mbstring": "~1.0", |
21 |
| - "symfony/translation": "~2.8|~3.0|~4.0" |
| 2 | + "name": "symfony/validator", |
| 3 | + "type": "library", |
| 4 | + "description": "Symfony Validator Component", |
| 5 | + "keywords": [], |
| 6 | + "homepage": "https://symfony.com", |
| 7 | + "license": "MIT", |
| 8 | + "authors": [ |
| 9 | + { |
| 10 | + "name": "Fabien Potencier", |
| 11 | + |
22 | 12 | },
|
23 |
| - "require-dev": { |
24 |
| - "symfony/http-foundation": "~2.8|~3.0|~4.0", |
25 |
| - "symfony/intl": "^2.8.18|^3.2.5|~4.0", |
26 |
| - "symfony/yaml": "~3.3|~4.0", |
27 |
| - "symfony/config": "~2.8|~3.0|~4.0", |
28 |
| - "symfony/dependency-injection": "~3.3|~4.0", |
29 |
| - "symfony/expression-language": "~2.8|~3.0|~4.0", |
30 |
| - "symfony/cache": "~3.1|~4.0", |
31 |
| - "doctrine/annotations": "~1.0", |
32 |
| - "doctrine/cache": "~1.0", |
33 |
| - "egulias/email-validator": "^1.2.8|~2.0" |
34 |
| - }, |
35 |
| - "conflict": { |
36 |
| - "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
37 |
| - "symfony/dependency-injection": "<3.3", |
38 |
| - "symfony/yaml": "<3.3" |
39 |
| - }, |
40 |
| - "suggest": { |
41 |
| - "psr/cache-implementation": "For using the metadata cache.", |
42 |
| - "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
43 |
| - "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
44 |
| - "symfony/http-foundation": "", |
45 |
| - "symfony/intl": "", |
46 |
| - "symfony/yaml": "", |
47 |
| - "symfony/config": "", |
48 |
| - "egulias/email-validator": "Strict (RFC compliant) email validation", |
49 |
| - "symfony/property-access": "For using the Expression validator", |
50 |
| - "symfony/expression-language": "For using the Expression validator" |
51 |
| - }, |
52 |
| - "autoload": { |
53 |
| - "psr-4": { "Symfony\\Component\\Validator\\": "" }, |
54 |
| - "exclude-from-classmap": [ |
55 |
| - "/Tests/" |
56 |
| - ] |
57 |
| - }, |
58 |
| - "minimum-stability": "dev", |
59 |
| - "extra": { |
60 |
| - "branch-alias": { |
61 |
| - "dev-master": "3.4-dev" |
62 |
| - } |
| 13 | + { |
| 14 | + "name": "Symfony Community", |
| 15 | + "homepage": "https://symfony.com/contributors" |
| 16 | + } |
| 17 | + ], |
| 18 | + "require": { |
| 19 | + "php": ">=5.5.9", |
| 20 | + "symfony/polyfill-mbstring": "~1.0", |
| 21 | + "symfony/translation": "~2.8|~3.0|~4.0" |
| 22 | + }, |
| 23 | + "require-dev": { |
| 24 | + "symfony/http-foundation": "~2.8|~3.0|~4.0", |
| 25 | + "symfony/intl": "^2.8.18|^3.2.5|~4.0", |
| 26 | + "symfony/yaml": "~3.3|~4.0", |
| 27 | + "symfony/config": "~2.8|~3.0|~4.0", |
| 28 | + "symfony/dependency-injection": "~3.3|~4.0", |
| 29 | + "symfony/expression-language": "~2.8|~3.0|~4.0", |
| 30 | + "symfony/cache": "~3.1|~4.0", |
| 31 | + "doctrine/annotations": "~1.0", |
| 32 | + "doctrine/cache": "~1.0", |
| 33 | + "egulias/email-validator": "^1.2.8|~2.0" |
| 34 | + }, |
| 35 | + "conflict": { |
| 36 | + "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0", |
| 37 | + "symfony/dependency-injection": "<3.3", |
| 38 | + "symfony/yaml": "<3.3" |
| 39 | + }, |
| 40 | + "suggest": { |
| 41 | + "psr/cache-implementation": "For using the metadata cache.", |
| 42 | + "doctrine/annotations": "For using the annotation mapping. You will also need doctrine/cache.", |
| 43 | + "doctrine/cache": "For using the default cached annotation reader and metadata cache.", |
| 44 | + "symfony/http-foundation": "", |
| 45 | + "symfony/intl": "", |
| 46 | + "symfony/yaml": "", |
| 47 | + "symfony/config": "", |
| 48 | + "egulias/email-validator": "Strict (RFC compliant) email validation", |
| 49 | + "symfony/property-access": "For using the Expression validator", |
| 50 | + "symfony/expression-language": "For using the Expression validator" |
| 51 | + }, |
| 52 | + "autoload": { |
| 53 | + "psr-4": { "Symfony\\Component\\Validator\\": "" }, |
| 54 | + "exclude-from-classmap": [ |
| 55 | + "/Tests/" |
| 56 | + ] |
| 57 | + }, |
| 58 | + "minimum-stability": "dev", |
| 59 | + "extra": { |
| 60 | + "branch-alias": { |
| 61 | + "dev-master": "3.4-dev" |
63 | 62 | }
|
| 63 | + } |
64 | 64 | }
|
0 commit comments