Skip to content

Commit 7596eb2

Browse files
authored
chore(backend): alphabetically reorder packages in composer.json (#1489)
1 parent 8372216 commit 7596eb2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,16 +51,16 @@
5151
"league/commonmark": "^2.4",
5252
"paragonie/random_compat": "^2.0.18",
5353
"php": ">=8.1",
54+
"react/async": "^4.3.0",
55+
"react/child-process": "^0.6.6",
56+
"react/promise": "^3.2.0",
5457
"symfony/dotenv": "^4.3 || 5.4",
5558
"symfony/yaml": "~6.4.3",
5659
"thomaspark/bootswatch": "^5.3",
5760
"twbs/bootstrap": "^5.3",
5861
"twbs/bootstrap-icons": "^1.11",
5962
"webklex/composer-info": "^0.0.1",
60-
"zbateson/mail-mime-parser": "^2.4",
61-
"react/promise": "^3.2.0",
62-
"react/async": "^4.3.0",
63-
"react/child-process": "^0.6.6"
63+
"zbateson/mail-mime-parser": "^2.4"
6464
},
6565
"require-dev": {
6666
"phpunit/phpunit": "^10.5"

0 commit comments

Comments
 (0)