Skip to content

Commit 037509c

Browse files
committed
Sort dependencies in composer.json
1 parent b7c9189 commit 037509c

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
@@ -30,13 +30,13 @@
3030
},
3131
"require-dev": {
3232
"doctrine/doctrine-bundle": "^2.5",
33+
"league/flysystem-memory": "^3.0",
3334
"phpspec/prophecy-phpunit": "^2.0",
3435
"phpstan/phpstan": "^1.4",
3536
"phpunit/phpunit": "^9.5",
3637
"squizlabs/php_codesniffer": "^3.6",
3738
"symfony/filesystem": "^5.0|^6.0",
38-
"symfony/process": "^5.0|^6.0",
39-
"league/flysystem-memory": "^3.0"
39+
"symfony/process": "^5.0|^6.0"
4040
},
4141
"replace": {
4242
"yokai/batch": "self.version",

0 commit comments

Comments
 (0)