Skip to content

Commit

Permalink
Fix composer.json ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdude committed Apr 12, 2022
1 parent 4508c90 commit 160427f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@
},

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

"conflict": {
Expand Down

0 comments on commit 160427f

Please sign in to comment.