Skip to content

Commit

Permalink
Fixup composer.json entry ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Jul 1, 2024
1 parent a42221f commit b4813d1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,17 @@
"require": {
"php": ">= 8.1",
"jms/metadata": "^2.6.1",
"symfony/property-access": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/expression-language": "^3.4|^4.0|^5.0|^6.0|^7.0"
"symfony/expression-language": "^3.4|^4.0|^5.0|^6.0|^7.0",
"symfony/property-access": "^3.4|^4.0|^5.0|^6.0|^7.0"
},

"require-dev": {
"doctrine/common": "^2.2",
"phpunit/phpunit": "^9.6",
"symfony/phpunit-bridge": ">5.0",
"symfony/routing": "^2.2|^3.0|^4.0",
"symfony/yaml": "^3.0|^4.0|^5.0",
"twig/twig": "^2.0|^3.0",
"symfony/phpunit-bridge": ">5.0"
"twig/twig": "^2.0|^3.0"
},

"conflict": {
Expand All @@ -38,5 +38,4 @@
"JMS\\Tests": "tests/"
}
}

}

0 comments on commit b4813d1

Please sign in to comment.