Skip to content

Commit bc9fb05

Browse files
committed
Sylius 2.x dependency upgrade
1 parent 510fb82 commit bc9fb05

File tree

1 file changed

+26
-25
lines changed

1 file changed

+26
-25
lines changed

composer.json

Lines changed: 26 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -10,34 +10,34 @@
1010
"sylius-plugin"
1111
],
1212
"require": {
13-
"php": ">=7.4",
14-
"doctrine/collections": "^1.6",
13+
"php": ">=8.2",
14+
"doctrine/collections": "^2.2",
1515
"doctrine/orm": "^2.7",
1616
"doctrine/persistence": "^1.3 || ^2.1 || ^3.0",
1717
"league/uri": "^6.0 || ^7.5",
1818
"league/uri-components": "^2.3 || ^7.5",
1919
"psr/log": "^1.1 || ^2.0 || ^3.0",
20-
"sylius/channel": "^1.0",
21-
"sylius/channel-bundle": "^1.0",
22-
"sylius/core-bundle": "^1.0",
23-
"sylius/product-bundle": "^1.0",
24-
"sylius/resource-bundle": "^1.6",
25-
"sylius/taxonomy-bundle": "^1.0",
26-
"sylius/ui-bundle": "^1.0",
27-
"symfony/config": "^5.4 || ^6.0",
28-
"symfony/console": "^5.4 || ^6.0",
29-
"symfony/dependency-injection": "^5.4 || ^6.0",
30-
"symfony/event-dispatcher": "^5.4 || ^6.0",
31-
"symfony/form": "^5.4 || ^6.0",
32-
"symfony/http-foundation": "^5.4 || ^6.0",
33-
"symfony/http-kernel": "^5.4 || ^6.0",
34-
"symfony/routing": "^5.4 || ^6.0",
35-
"symfony/validator": "^5.4 || ^6.0",
20+
"sylius/channel": "^2.0",
21+
"sylius/channel-bundle": "^2.0",
22+
"sylius/core-bundle": "^2.0",
23+
"sylius/product-bundle": "^2.0",
24+
"sylius/resource-bundle": "^1.12",
25+
"sylius/taxonomy-bundle": "^2.0",
26+
"sylius/ui-bundle": "^2.0",
27+
"symfony/config": "^6.4 || ^7.1",
28+
"symfony/console": "^6.4 || ^7.1",
29+
"symfony/dependency-injection": "^6.4 || ^7.1",
30+
"symfony/event-dispatcher": "^6.4 || ^7.1",
31+
"symfony/form": "^6.4 || ^7.1",
32+
"symfony/http-foundation": "^6.4 || ^7.1",
33+
"symfony/http-kernel": "^6.4 || ^7.1",
34+
"symfony/routing": "^6.4 || ^7.1",
35+
"symfony/validator": "^6.4 || ^7.1",
3636
"webmozart/assert": "^1.11"
3737
},
3838
"require-dev": {
3939
"api-platform/core": "^2.7",
40-
"lexik/jwt-authentication-bundle": "^2.16",
40+
"lexik/jwt-authentication-bundle": "^3.1",
4141
"php-http/message-factory": "^1.1",
4242
"phpspec/phpspec": "^7.3",
4343
"phpspec/prophecy-phpunit": "^2.0",
@@ -47,12 +47,12 @@
4747
"setono/code-quality-pack": "^2.9",
4848
"setono/sylius-behat-pack": "^0.2",
4949
"shipmonk/composer-dependency-analyser": "^1.8",
50-
"sylius/sylius": "~1.10.14",
51-
"symfony/debug-bundle": "^5.4 || ^6.0",
52-
"symfony/dotenv": "^5.4 || ^6.0",
53-
"symfony/intl": "^5.4 || ^6.0",
54-
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
55-
"symfony/webpack-encore-bundle": "^1.16"
50+
"sylius/sylius": "~2.0.0",
51+
"symfony/debug-bundle": "^6.4 || ^7.1",
52+
"symfony/dotenv": "^6.4 || ^7.1",
53+
"symfony/intl": "^6.4 || ^7.1",
54+
"symfony/web-profiler-bundle": "^6.4 || ^7.1",
55+
"symfony/webpack-encore-bundle": "^2.2"
5656
},
5757
"prefer-stable": true,
5858
"autoload": {
@@ -73,6 +73,7 @@
7373
"dealerdirect/phpcodesniffer-composer-installer": false,
7474
"ergebnis/composer-normalize": true,
7575
"ocramius/package-versions": true,
76+
"php-http/discovery": true,
7677
"symfony/thanks": false
7778
},
7879
"sort-packages": true

0 commit comments

Comments
 (0)