mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
minor #15828 Bump up Symfony 6 to 6.4 (GSadee)
This PR was merged into the 1.13 branch. Discussion ---------- | Q | A | |-----------------|--------------------------------------------------------------| | Branch? | 1.13| | Bug fix? | no | | New feature? | no | | BC breaks? | no | | Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file --> | | Related tickets | | | License | MIT | Continuation of https://github.com/Sylius/Sylius/pull/15827 As Symfony 6 versions lower than 6.4 are no longer supported, we would like to remove support for them also in the upcoming release of Sylius. Now, 1.13 will support both long-term supported Symfony versions: 5.4 and 6.4. <!-- - Bug fixes must be submitted against the 1.12 branch - Features and deprecations must be submitted against the 1.13 branch - Make sure that the correct base branch is set To be sure you are not breaking any Backward Compatibilities, check the documentation: https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html --> Commits ------- Bump up Symfony 6 to 6.4 Bump up dev Symfony requirement to 6.4 Add note to the UPGRADE file about minimal versions of Symfony Remove unnecessary Symfony conflicts
This commit is contained in:
commit
a79a8a3c92
36 changed files with 173 additions and 178 deletions
2
.github/workflows/ci_frontend.yaml
vendored
2
.github/workflows/ci_frontend.yaml
vendored
|
|
@ -79,5 +79,5 @@ jobs:
|
|||
e2e_js: "yes"
|
||||
database_version: "8.0"
|
||||
php_version: "8.1"
|
||||
symfony_version: "6.4.*"
|
||||
symfony_version: "^6.4"
|
||||
node_version: ${{ matrix.node }}
|
||||
|
|
|
|||
|
|
@ -8,17 +8,12 @@ references related issues.
|
|||
After bumping to this version ApiBundle starts failing due to requesting a non-existing `api_platform.openapi.factory.legacy` service.
|
||||
As we are not using this service across the ApiBundle we added this conflict to unlock the builds, until we investigate the problem.
|
||||
|
||||
- `symfony/framework-bundle:6.2.8`:
|
||||
|
||||
This version is missing the service alias `validator.expression`
|
||||
which causes ValidatorException exception to be thrown when using `Expression` constraint.
|
||||
|
||||
- `doctrine/orm:>= 2.16.0`
|
||||
|
||||
This version makes Sylius Fixtures loading fail on the product review fixtures.
|
||||
References: https://github.com/doctrine/orm/issues/10869
|
||||
|
||||
- `symfony/validator:5.4.25 || 6.2.12 || 6.3.1`
|
||||
- `symfony/validator:5.4.25`
|
||||
|
||||
This version introduced a bug, causing validation constraints to not work.
|
||||
References: https://github.com/symfony/symfony/issues/50780
|
||||
|
|
|
|||
|
|
@ -8,6 +8,11 @@ Sylius 1.13 comes with a bump of minimum PHP version to 8.1. We strongly advice
|
|||
so it is highly recommended updating your PHP version being still on Sylius 1.12. After ensuring, that previous step succeed,
|
||||
you may move forward to the Sylius 1.13 update.
|
||||
|
||||
### Symfony support
|
||||
|
||||
In Sylius 1.13, the minimum supported version of Symfony 6 has been bumped up to 6.4. Sylius 1.13 supports both long-term
|
||||
supported Symfony versions: 5.4 and 6.4.
|
||||
|
||||
## Main update
|
||||
|
||||
1. Starting with Sylius `1.13` we provided a possibility to use the Symfony Workflow as your State Machine. To allow a smooth transition
|
||||
|
|
|
|||
|
|
@ -88,52 +88,52 @@
|
|||
"sylius/resource": "^1.9",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/theme-bundle": "^2.1.1 || ^2.3",
|
||||
"symfony/asset": "^5.4.21 || ^6.0",
|
||||
"symfony/config": "^5.4.21 || ^6.0",
|
||||
"symfony/console": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/asset": "^5.4.21 || ^6.4",
|
||||
"symfony/config": "^5.4.21 || ^6.4",
|
||||
"symfony/console": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/deprecation-contracts": "^2.5",
|
||||
"symfony/doctrine-bridge": "^5.4.21 || ^6.0",
|
||||
"symfony/doctrine-messenger": "^5.4.21 || ^6.0",
|
||||
"symfony/event-dispatcher": "^5.4.21 || ^6.0",
|
||||
"symfony/expression-language": "^5.4.21 || ^6.0",
|
||||
"symfony/filesystem": "^5.4.21 || ^6.0",
|
||||
"symfony/finder": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/http-client": "^5.4.21 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"symfony/http-kernel": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/mailer": "^5.4.21 || ^6.0",
|
||||
"symfony/messenger": "^5.4.21 || ^6.0",
|
||||
"symfony/doctrine-bridge": "^5.4.21 || ^6.4",
|
||||
"symfony/doctrine-messenger": "^5.4.21 || ^6.4",
|
||||
"symfony/event-dispatcher": "^5.4.21 || ^6.4",
|
||||
"symfony/expression-language": "^5.4.21 || ^6.4",
|
||||
"symfony/filesystem": "^5.4.21 || ^6.4",
|
||||
"symfony/finder": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/http-client": "^5.4.21 || ^6.4",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.4",
|
||||
"symfony/http-kernel": "^5.4.21 || ^6.4",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"symfony/mailer": "^5.4.21 || ^6.4",
|
||||
"symfony/messenger": "^5.4.21 || ^6.4",
|
||||
"symfony/monolog-bundle": "^3.5",
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.0",
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.4",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.4",
|
||||
"symfony/polyfill-iconv": "^1.17",
|
||||
"symfony/polyfill-intl-icu": "^1.22",
|
||||
"symfony/polyfill-mbstring": "^1.17",
|
||||
"symfony/polyfill-php80": "^1.17",
|
||||
"symfony/process": "^5.4.21 || ^6.0",
|
||||
"symfony/property-access": "^5.4.21 || ^6.0",
|
||||
"symfony/property-info": "^5.4.21 || ^6.0",
|
||||
"symfony/proxy-manager-bridge": "^5.4.21 || ^6.0",
|
||||
"symfony/routing": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/security-core": "^5.4.21 || ^6.0",
|
||||
"symfony/security-csrf": "^5.4.21 || ^6.0",
|
||||
"symfony/security-http": "^5.4.21 || ^6.0",
|
||||
"symfony/serializer": "^5.4.21 || ^6.0",
|
||||
"symfony/process": "^5.4.21 || ^6.4",
|
||||
"symfony/property-access": "^5.4.21 || ^6.4",
|
||||
"symfony/property-info": "^5.4.21 || ^6.4",
|
||||
"symfony/proxy-manager-bridge": "^5.4.21 || ^6.4",
|
||||
"symfony/routing": "^5.4.21 || ^6.4",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/security-core": "^5.4.21 || ^6.4",
|
||||
"symfony/security-csrf": "^5.4.21 || ^6.4",
|
||||
"symfony/security-http": "^5.4.21 || ^6.4",
|
||||
"symfony/serializer": "^5.4.21 || ^6.4",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/string": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/translation": "^5.4.21 || ^6.0",
|
||||
"symfony/string": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4",
|
||||
"symfony/translation": "^5.4.21 || ^6.4",
|
||||
"symfony/translation-contracts": "^2.5",
|
||||
"symfony/twig-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0",
|
||||
"symfony/twig-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"symfony/workflow": "^5.4.21 || ^6.0",
|
||||
"symfony/yaml": "^5.4.21 || ^6.0",
|
||||
"symfony/workflow": "^5.4.21 || ^6.4",
|
||||
"symfony/yaml": "^5.4.21 || ^6.4",
|
||||
"twig/intl-extra": "^2.12 || ^3.4",
|
||||
"twig/twig": "^2.12 || ^3.3",
|
||||
"webmozart/assert": "^1.9",
|
||||
|
|
@ -188,8 +188,7 @@
|
|||
"doctrine/orm": ">= 2.16.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
"symfony/framework-bundle": "6.2.8",
|
||||
"symfony/validator": "5.4.25 || 6.2.12 || 6.3.1"
|
||||
"symfony/validator": "5.4.25"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "^3.6.1",
|
||||
|
|
@ -231,12 +230,12 @@
|
|||
"stripe/stripe-php": "^7.0 || ^8.1",
|
||||
"sylius-labs/coding-standard": "^4.2",
|
||||
"sylius-labs/suite-tags-extension": "~0.1",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.4",
|
||||
"symfony/flex": "^2.4",
|
||||
"symfony/runtime": "^5.4.21 || ^6.0",
|
||||
"symfony/web-profiler-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/runtime": "^5.4.21 || ^6.4",
|
||||
"symfony/web-profiler-bundle": "^5.4.21 || ^6.4",
|
||||
"symplify/monorepo-builder": "^11.0"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
@ -260,7 +259,7 @@
|
|||
"extra": {
|
||||
"symfony": {
|
||||
"allow-contrib": false,
|
||||
"require": "5.4.*"
|
||||
"require": "^6.4"
|
||||
},
|
||||
"branch-alias": {
|
||||
"dev-main": "1.13-dev"
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@
|
|||
},
|
||||
"require": {
|
||||
"php": "^8.1",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/http-kernel": "^5.4.21 || ^6.0",
|
||||
"symfony/workflow": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/http-kernel": "^5.4.21 || ^6.4",
|
||||
"symfony/workflow": "^5.4.21 || ^6.4",
|
||||
"winzou/state-machine": "^0.4",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/addressing": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/intl": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4",
|
||||
"theofidry/alice-data-fixtures": "^1.4"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sylius/core-bundle": "^1.13",
|
||||
"sylius/ui-bundle": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"twig/intl-extra": "^2.12 || ^3.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
|
|
@ -46,8 +46,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"enshrined/svg-sanitize": "^0.16",
|
||||
"lexik/jwt-authentication-bundle": "^2.11",
|
||||
"sylius/core-bundle": "^1.13",
|
||||
"symfony/messenger": "^5.4.21 || ^6.0"
|
||||
"symfony/messenger": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-sqlite3": "*",
|
||||
|
|
@ -40,16 +40,15 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"theofidry/alice-data-fixtures": "^1.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/doctrine-bundle": "2.3.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"symfony/doctrine-bridge": "4.4.20 || 5.2.4 || 5.2.5"
|
||||
"lexik/jwt-authentication-bundle": "^2.18"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
|
|
@ -39,9 +39,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"php": "^8.1",
|
||||
"sylius/channel": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
|
|
@ -66,13 +66,13 @@
|
|||
"sylius/theme-bundle": "^2.1.1 || ^2.3",
|
||||
"sylius/ui-bundle": "^1.13",
|
||||
"sylius/user-bundle": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/mailer": "^5.4.21 || ^6.0",
|
||||
"symfony/messenger": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"symfony/mailer": "^5.4.21 || ^6.4",
|
||||
"symfony/messenger": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"symfony/workflow": "^5.4.21 || ^6.0",
|
||||
"symfony/workflow": "^5.4.21 || ^6.4",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -83,11 +83,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"symfony/doctrine-bridge": "4.4.20 || 5.2.4 || 5.2.5"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@
|
|||
"php": "^8.1",
|
||||
"sylius/currency": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -42,9 +42,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"egulias/email-validator": "^3.1",
|
||||
"sylius/customer": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -51,9 +51,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
"php": "^8.1",
|
||||
"sylius/inventory": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -42,8 +42,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^8.1",
|
||||
"sylius/locale": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -43,8 +43,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"require": {
|
||||
"php": "^8.1",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -42,9 +42,9 @@
|
|||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/currency-bundle": "^1.13",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -33,9 +33,9 @@
|
|||
"sylius/money-bundle": "^1.13",
|
||||
"sylius/order": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
"symfony/templating": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -47,9 +47,9 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^8.1",
|
||||
"sylius/payment": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
|
|
@ -42,8 +42,8 @@
|
|||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/locale-bundle": "^1.13",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"suggest": {
|
||||
"payum/paypal-express-checkout-nvp": "To use PayPal Express Chekout NVP",
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"sylius/locale-bundle": "^1.13",
|
||||
"sylius/product": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
|
|
@ -40,10 +40,10 @@
|
|||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/promotion": "^1.13",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
|
|
@ -48,10 +48,10 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/review": "^1.13",
|
||||
"sylius/user-bundle": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"stof/doctrine-extensions-bundle": "1.8.0",
|
||||
|
|
@ -55,11 +55,11 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/money-bundle": "^1.13",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/shipping": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
|
|
@ -47,10 +47,10 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^8.1",
|
||||
"sylius/core-bundle": "^1.13",
|
||||
"sylius/ui-bundle": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"twig/intl-extra": "^2.12 || ^3.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/taxation": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": ">= 2.16.0",
|
||||
|
|
@ -46,9 +46,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.4",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/taxonomy": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/orm": "2.15.2",
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"doctrine/orm": "^2.13",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -35,11 +35,11 @@
|
|||
"sonata-project/block-bundle": "^4.2 || ^5.0",
|
||||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius/grid-bundle": "^1.11",
|
||||
"symfony/config": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/security-core": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/config": "^5.4.21 || ^6.4",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/security-core": "^5.4.21 || ^6.4",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/templating": "^5.4.21 || ^6.4",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
|
|
@ -51,8 +51,8 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -45,8 +45,8 @@
|
|||
"sylius/mailer-bundle": "^1.8 || ^2.0@beta",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/user": "^1.13",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.4",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -58,9 +58,9 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/mailer": "^5.4.21 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.4",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.4",
|
||||
"symfony/mailer": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"suggest": {
|
||||
"hwi/oauth-bundle": "For OAuth integration"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^8.1",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4.21 || ^6.0"
|
||||
"symfony/intl": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"doctrine/collections": "^1.6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
"symfony/validator": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"require": {
|
||||
"php": "^8.1",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.4",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.4",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -53,18 +53,18 @@
|
|||
"sylius/taxation": "^1.13",
|
||||
"sylius/taxonomy": "^1.13",
|
||||
"sylius/user": "^1.13",
|
||||
"symfony/http-client": "^5.4.21 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"symfony/mime": "^5.4.21 || ^6.0",
|
||||
"symfony/http-client": "^5.4.21 || ^6.4",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.4",
|
||||
"symfony/mime": "^5.4.21 || ^6.4",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/string": "^5.4.21 || ^6.0",
|
||||
"symfony/string": "^5.4.21 || ^6.4",
|
||||
"webmozart/assert": "^1.9",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/property-access": "^5.4.21 || ^6.0"
|
||||
"symfony/property-access": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"require": {
|
||||
"php": "^8.1",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.1",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.4",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"php": "^8.1",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.0"
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@
|
|||
"sylius-labs/polyfill-symfony-security": "^1.1",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/polyfill-mbstring": "^1.17",
|
||||
"symfony/security-core": "^5.4.21 || ^6.0"
|
||||
"symfony/security-core": "^5.4.21 || ^6.4"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue