Skip to content

Commit 704095d

Browse files
committed
OP-550 - Composer.json ordering
1 parent d338e1b commit 704095d

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

composer.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
"bitbag/coding-standard": "^3.0.0",
2323
"dmore/behat-chrome-extension": "^1.4",
2424
"dmore/chrome-mink-driver": "^2.9",
25-
"gedmo/doctrine-extensions": "^3.9",
2625
"friends-of-behat/mink": "^1.8",
2726
"friends-of-behat/mink-browserkit-driver": "^1.4",
2827
"friends-of-behat/mink-debug-extension": "^2.0",
@@ -31,24 +30,25 @@
3130
"friends-of-behat/suite-settings-extension": "^1.0",
3231
"friends-of-behat/symfony-extension": "^2.1",
3332
"friends-of-behat/variadic-extension": "^1.3",
33+
"gedmo/doctrine-extensions": "^3.9",
34+
"lchrusciel/api-test-case": "^4.1 || ^5.0",
35+
"league/flysystem-bundle": "^3.3",
36+
"nelmio/alice": "^3.10",
37+
"nyholm/psr7": "^1.8",
3438
"phpspec/phpspec": "^7.0",
3539
"phpunit/phpunit": "^9.5",
36-
"symfony/browser-kit": "^6.4 || ^7.1",
37-
"symfony/debug-bundle": "^6.4 || ^7.1",
38-
"symfony/dotenv": "^6.4 || ^7.1",
39-
"symfony/intl": "^6.4 || ^7.1",
40-
"symfony/http-client": "^6.4 || ^7.1",
40+
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
4141
"sylius-labs/coding-standard": "^4.4",
4242
"sylius-labs/suite-tags-extension": "~0.2",
43+
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
4344
"sylius/sylius-rector": "^2.0",
44-
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
45-
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
45+
"symfony/browser-kit": "^6.4 || ^7.1",
46+
"symfony/debug-bundle": "^6.4 || ^7.1",
4647
"symfony/dependency-injection": "^6.4 || ^7.1",
47-
"league/flysystem-bundle": "^3.3",
48-
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
49-
"lchrusciel/api-test-case": "^4.1 || ^5.0",
50-
"nelmio/alice": "^3.10",
51-
"nyholm/psr7": "^1.8"
48+
"symfony/dotenv": "^6.4 || ^7.1",
49+
"symfony/http-client": "^6.4 || ^7.1",
50+
"symfony/intl": "^6.4 || ^7.1",
51+
"symfony/web-profiler-bundle": "^6.4 || ^7.1"
5252
},
5353
"autoload": {
5454
"psr-4": {

0 commit comments

Comments
 (0)