Skip to content

Commit

Permalink
Merge pull request #1228 from simPod/sort-composer
Browse files Browse the repository at this point in the history
Sort packages in composer.json
  • Loading branch information
goetas authored Jul 4, 2020
2 parents c3fbc76 + ef4350d commit 88be308
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,34 +17,34 @@
],
"require": {
"php": "^7.2",
"jms/metadata": "^2.0",
"doctrine/annotations": "^1.0",
"doctrine/instantiator": "^1.0.3",
"doctrine/lexer": "^1.1"
"doctrine/lexer": "^1.1",
"jms/metadata": "^2.0"
},
"suggest": {
"symfony/yaml": "Required if you'd like to use the YAML metadata format.",
"doctrine/cache": "Required if you like to use cache functionality.",
"doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
"doctrine/cache": "Required if you like to use cache functionality."
"symfony/yaml": "Required if you'd like to use the YAML metadata format."
},
"require-dev": {
"ext-pdo_sqlite": "*",
"twig/twig": "~1.34|~2.4|^3.0",
"doctrine/coding-standard": "^5.0",
"doctrine/orm": "~2.1",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
"doctrine/persistence": "^1.3.3|^2.0|^3.0",
"doctrine/phpcr-odm": "^1.3|^2.0",
"jackalope/jackalope-doctrine-dbal": "^1.1.5",
"ocramius/proxy-manager": "^1.0|^2.0",
"phpunit/phpunit": "^8.0||^9.0",
"psr/container": "^1.0",
"symfony/dependency-injection": "^3.0|^4.0|^5.0",
"symfony/yaml": "^3.3|^4.0|^5.0",
"symfony/expression-language": "^3.0|^4.0|^5.0",
"symfony/filesystem": "^3.0|^4.0|^5.0",
"symfony/form": "^3.0|^4.0|^5.0",
"symfony/translation": "^3.0|^4.0|^5.0",
"symfony/validator": "^3.1.9|^4.0|^5.0",
"symfony/form": "^3.0|^4.0|^5.0",
"symfony/filesystem": "^3.0|^4.0|^5.0",
"symfony/expression-language": "^3.0|^4.0|^5.0",
"phpunit/phpunit": "^8.0||^9.0",
"doctrine/coding-standard": "^5.0",
"doctrine/persistence": "^1.3.3|^2.0|^3.0"
"symfony/yaml": "^3.3|^4.0|^5.0",
"twig/twig": "~1.34|~2.4|^3.0"
},
"autoload": {
"psr-4": {
Expand All @@ -56,6 +56,9 @@
"JMS\\Serializer\\Tests\\": "tests/"
}
},
"config": {
"sort-packages": true
},
"extra": {
"branch-alias": {
"dev-master": "3.8-dev"
Expand Down

0 comments on commit 88be308

Please sign in to comment.