|
10 | 10 | "sylius-plugin" |
11 | 11 | ], |
12 | 12 | "require": { |
13 | | - "php": ">=7.4", |
14 | | - "doctrine/collections": "^1.6", |
| 13 | + "php": ">=8.2", |
| 14 | + "doctrine/collections": "^2.2", |
15 | 15 | "doctrine/orm": "^2.7", |
16 | 16 | "doctrine/persistence": "^1.3 || ^2.1 || ^3.0", |
17 | 17 | "league/uri": "^6.0 || ^7.5", |
18 | 18 | "league/uri-components": "^2.3 || ^7.5", |
19 | 19 | "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", |
36 | 36 | "webmozart/assert": "^1.11" |
37 | 37 | }, |
38 | 38 | "require-dev": { |
39 | 39 | "api-platform/core": "^2.7", |
40 | | - "lexik/jwt-authentication-bundle": "^2.16", |
| 40 | + "lexik/jwt-authentication-bundle": "^3.1", |
41 | 41 | "php-http/message-factory": "^1.1", |
42 | 42 | "phpspec/phpspec": "^7.3", |
43 | 43 | "phpspec/prophecy-phpunit": "^2.0", |
|
47 | 47 | "setono/code-quality-pack": "^2.9", |
48 | 48 | "setono/sylius-behat-pack": "^0.2", |
49 | 49 | "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" |
56 | 56 | }, |
57 | 57 | "prefer-stable": true, |
58 | 58 | "autoload": { |
|
73 | 73 | "dealerdirect/phpcodesniffer-composer-installer": false, |
74 | 74 | "ergebnis/composer-normalize": true, |
75 | 75 | "ocramius/package-versions": true, |
| 76 | + "php-http/discovery": true, |
76 | 77 | "symfony/thanks": false |
77 | 78 | }, |
78 | 79 | "sort-packages": true |
|
0 commit comments