|
2 | 2 | "name": "friendsofsymfony/user-bundle",
|
3 | 3 | "type": "symfony-bundle",
|
4 | 4 | "description": "Symfony FOSUserBundle",
|
5 |
| - "keywords": ["User management"], |
| 5 | + "keywords": [ |
| 6 | + "User management" |
| 7 | + ], |
6 | 8 | "homepage": "http://friendsofsymfony.github.com",
|
7 | 9 | "license": "MIT",
|
8 | 10 | "authors": [
|
|
29 | 31 | "symfony/validator": "^2.8 || ^3.0 || ^4.0",
|
30 | 32 | "twig/twig": "^1.28 || ^2.0"
|
31 | 33 | },
|
| 34 | + "conflict": { |
| 35 | + "doctrine/doctrine-bundle": "<1.3", |
| 36 | + "symfony/doctrine-bridge": "<2.7" |
| 37 | + }, |
32 | 38 | "require-dev": {
|
33 | 39 | "doctrine/doctrine-bundle": "^1.3",
|
34 | 40 | "friendsofphp/php-cs-fixer": "^2.2",
|
35 |
| - "phpunit/phpunit": "^4.8.35|^5.7.11|^6.5", |
| 41 | + "phpunit/phpunit": "^4.8.35 || ^5.7.11 || ^6.5", |
36 | 42 | "swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
|
37 | 43 | "symfony/console": "^2.8 || ^3.0 || ^4.0",
|
38 | 44 | "symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
|
39 | 45 | "symfony/yaml": "^2.8 || ^3.0 || ^4.0"
|
40 | 46 | },
|
41 |
| - "conflict": { |
42 |
| - "doctrine/doctrine-bundle": "<1.3", |
43 |
| - "symfony/doctrine-bridge": "<2.7" |
| 47 | + "config": { |
| 48 | + "sort-packages": true |
| 49 | + }, |
| 50 | + "extra": { |
| 51 | + "branch-alias": { |
| 52 | + "dev-master": "2.1.x-dev" |
| 53 | + } |
44 | 54 | },
|
45 | 55 | "autoload": {
|
46 | 56 | "psr-4": {
|
|
55 | 65 | "FOS\\UserBundle\\Tests\\": "/Tests/"
|
56 | 66 | }
|
57 | 67 | },
|
58 |
| - "extra": { |
59 |
| - "branch-alias": { |
60 |
| - "dev-master": "2.1.x-dev" |
61 |
| - } |
62 |
| - }, |
63 | 68 | "support": {
|
64 | 69 | "docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html"
|
65 |
| - }, |
66 |
| - "config": { |
67 |
| - "sort-packages": true |
68 | 70 | }
|
69 | 71 | }
|
0 commit comments