|
26 | 26 | "require": { |
27 | 27 | "php": "^8.2", |
28 | 28 | "sylius/paypal-plugin": "^2.0", |
29 | | - "sylius/sylius": "2.1.x-dev", |
30 | | - "symfony/dotenv": "^6.4 || ^7.1", |
31 | | - "symfony/flex": "^2.4", |
32 | | - "symfony/runtime": "^6.4 || ^7.1" |
| 29 | + "sylius/sylius": "^2.1", |
| 30 | + "symfony/dotenv": "^6.4 || ^7.2", |
| 31 | + "symfony/flex": "^2.7", |
| 32 | + "symfony/runtime": "^6.4 || ^7.2" |
33 | 33 | }, |
34 | 34 | "require-dev": { |
35 | 35 | "behat/behat": "^3.14", |
|
43 | 43 | "friends-of-behat/mink-extension": "^2.7", |
44 | 44 | "friends-of-behat/page-object-extension": "^0.3", |
45 | 45 | "friends-of-behat/suite-settings-extension": "^1.1", |
46 | | - "friends-of-behat/symfony-extension": "^2.6", |
| 46 | + "friends-of-behat/symfony-extension": "^2.6.2", |
47 | 47 | "friends-of-behat/variadic-extension": "^1.6", |
48 | 48 | "lchrusciel/api-test-case": "^5.3", |
49 | 49 | "nyholm/psr7": "^1.8", |
|
56 | 56 | "sylius-labs/coding-standard": "^4.4", |
57 | 57 | "sylius-labs/suite-tags-extension": "~0.2", |
58 | 58 | "sylius/sylius-rector": "^3.0", |
59 | | - "symfony/browser-kit": "^6.4 || ^7.1", |
60 | | - "symfony/debug-bundle": "^6.4 || ^7.1", |
61 | | - "symfony/http-client": "^6.4 || ^7.1", |
62 | | - "symfony/intl": "^6.4 || ^7.1", |
63 | | - "symfony/web-profiler-bundle": "^6.4 || ^7.1" |
| 59 | + "symfony/browser-kit": "^6.4 || ^7.2", |
| 60 | + "symfony/debug-bundle": "^6.4 || ^7.2", |
| 61 | + "symfony/http-client": "^6.4 || ^7.2", |
| 62 | + "symfony/intl": "^6.4 || ^7.2", |
| 63 | + "symfony/web-profiler-bundle": "^6.4 || ^7.2" |
64 | 64 | }, |
65 | 65 | "config": { |
66 | 66 | "preferred-install": { |
|
78 | 78 | }, |
79 | 79 | "extra": { |
80 | 80 | "branch-alias": { |
81 | | - "dev-main": "2.0-dev" |
| 81 | + "dev-main": "2.1-dev" |
82 | 82 | }, |
83 | 83 | "symfony": { |
84 | 84 | "allow-contrib": false, |
85 | | - "require": "^7.1", |
| 85 | + "require": "^7.2", |
86 | 86 | "endpoint": [ |
87 | 87 | "https://api.github.com/repos/Sylius/SyliusRecipes/contents/index.json?ref=flex/main", |
88 | 88 | "flex://defaults" |
|
0 commit comments