Skip to content

Commit fe7e4cf

Browse files
authored
Merge pull request FriendsOfSymfony#2827 from localheinz/feature/normalize
Enhancement: Normalize composer.json
2 parents 93f8b76 + a75aaf6 commit fe7e4cf

File tree

1 file changed

+15
-13
lines changed

1 file changed

+15
-13
lines changed

composer.json

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22
"name": "friendsofsymfony/user-bundle",
33
"type": "symfony-bundle",
44
"description": "Symfony FOSUserBundle",
5-
"keywords": ["User management"],
5+
"keywords": [
6+
"User management"
7+
],
68
"homepage": "http://friendsofsymfony.github.com",
79
"license": "MIT",
810
"authors": [
@@ -29,18 +31,26 @@
2931
"symfony/validator": "^2.8 || ^3.0 || ^4.0",
3032
"twig/twig": "^1.28 || ^2.0"
3133
},
34+
"conflict": {
35+
"doctrine/doctrine-bundle": "<1.3",
36+
"symfony/doctrine-bridge": "<2.7"
37+
},
3238
"require-dev": {
3339
"doctrine/doctrine-bundle": "^1.3",
3440
"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",
3642
"swiftmailer/swiftmailer": "^4.3 || ^5.0 || ^6.0",
3743
"symfony/console": "^2.8 || ^3.0 || ^4.0",
3844
"symfony/phpunit-bridge": "^2.8 || ^3.0 || ^4.0",
3945
"symfony/yaml": "^2.8 || ^3.0 || ^4.0"
4046
},
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+
}
4454
},
4555
"autoload": {
4656
"psr-4": {
@@ -55,15 +65,7 @@
5565
"FOS\\UserBundle\\Tests\\": "/Tests/"
5666
}
5767
},
58-
"extra": {
59-
"branch-alias": {
60-
"dev-master": "2.1.x-dev"
61-
}
62-
},
6368
"support": {
6469
"docs": "https://symfony.com/doc/master/bundles/FOSUserBundle/index.html"
65-
},
66-
"config": {
67-
"sort-packages": true
6870
}
6971
}

0 commit comments

Comments
 (0)