Skip to content

Commit 23233c5

Browse files
committed
Sort suggest section in composer.json alphabetically
1 parent 4fef07d commit 23233c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040
"symfony/process": "^6.4 || ^7.0"
4141
},
4242
"suggest": {
43-
"symfony/console": "To use SymfonyConsoleTransport for STDIO",
44-
"psr/cache": "To use CachePoolStore with SSE Transport"
43+
"psr/cache": "To use CachePoolStore with SSE Transport",
44+
"symfony/console": "To use SymfonyConsoleTransport for STDIO"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)