mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Clean up conflicts for sylius/sylius
This commit is contained in:
parent
daa6dbd23f
commit
d7f2080625
33 changed files with 166 additions and 195 deletions
25
CONFLICTS.md
25
CONFLICTS.md
|
|
@ -3,31 +3,6 @@
|
|||
This document explains why certain conflicts were added to `composer.json` and
|
||||
references related issues.
|
||||
|
||||
- `doctrine/doctrine-bundle:2.3.0`:
|
||||
|
||||
This version makes Gedmo Doctrine Extensions fail (tree and position behaviour mostly).
|
||||
|
||||
References: https://github.com/doctrine/DoctrineBundle/issues/1305
|
||||
|
||||
- `jms/serializer-bundle:4.1.0`:
|
||||
|
||||
This version contains service with a wrong constructor arguments:
|
||||
`Invalid definition for service ".container.private.profiler": argument 4 of "JMS\SerializerBundle\Debug\DataCollector::__construct()" accepts "JMS\SerializerBundle\Debug\TraceableDriver", "JMS\SerializerBundle\Debug\TraceableMetadataFactory" passed.`
|
||||
|
||||
References: https://github.com/schmittjoh/JMSSerializerBundle/issues/902
|
||||
|
||||
- `symfony/dependency-injection:5.4.5`:
|
||||
|
||||
This version is causing a problem with mink session:
|
||||
`InvalidArgumentException: Specify session name to get in vendor/friends-of-behat/mink/src/Mink.php:198`,
|
||||
Psalm error:
|
||||
`UndefinedDocblockClass: Docblock-defined class, interface or enum named UnitEnum does not exist`.
|
||||
|
||||
- `symfony/framework-bundle:5.4.5`:
|
||||
|
||||
This version is causing a problem with returning null as token from `Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage`
|
||||
which leads to wrong solving path prefix by `Sylius\Bundle\ApiBundle\Provider\PathPrefixProvider` in API scenarios
|
||||
|
||||
- `doctrine/migrations:3.5.3`:
|
||||
|
||||
This version is causing a problem with migrations and results in throwing a `Doctrine\Migrations\Exception\MetadataStorageError` exception e.g. when executing `sylius:install` command.
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"doctrine/collections": "^1.6",
|
||||
"doctrine/common": "^3.2",
|
||||
"doctrine/dbal": "^2.7 || ^3.0",
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.3.1",
|
||||
"doctrine/doctrine-migrations-bundle": "^3.0.1",
|
||||
"doctrine/event-manager": "^1.1",
|
||||
"doctrine/inflector": "^1.4 || ^2.0",
|
||||
|
|
@ -50,7 +50,7 @@
|
|||
"gedmo/doctrine-extensions": "^3.2",
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
"guzzlehttp/psr7": "^1.8",
|
||||
"jms/serializer-bundle": "^4.0",
|
||||
"jms/serializer-bundle": "^4.2",
|
||||
"knplabs/gaufrette": "^0.10 || ^0.11",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8",
|
||||
"knplabs/knp-menu": "^3.1",
|
||||
|
|
@ -58,7 +58,7 @@
|
|||
"laminas/laminas-stdlib": "^3.3.1",
|
||||
"league/flysystem-bundle": "^2.4",
|
||||
"lexik/jwt-authentication-bundle": "^2.11",
|
||||
"liip/imagine-bundle": "^2.3",
|
||||
"liip/imagine-bundle": "^2.10",
|
||||
"pagerfanta/pagerfanta": "^3.0",
|
||||
"payum/payum": "^1.7.2",
|
||||
"payum/payum-bundle": "^2.5",
|
||||
|
|
@ -84,49 +84,49 @@
|
|||
"sylius/resource": "^1.9",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/theme-bundle": "^2.1.1 || ^2.3",
|
||||
"symfony/asset": "^5.4 || ^6.0",
|
||||
"symfony/config": "^5.4 || ^6.0",
|
||||
"symfony/console": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"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/deprecation-contracts": "^2.5",
|
||||
"symfony/doctrine-bridge": "^5.4 || ^6.0",
|
||||
"symfony/doctrine-messenger": "^5.4 || ^6.0",
|
||||
"symfony/event-dispatcher": "^5.4 || ^6.0",
|
||||
"symfony/expression-language": "^5.4 || ^6.0",
|
||||
"symfony/filesystem": "^5.4 || ^6.0",
|
||||
"symfony/finder": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4 || ^6.0",
|
||||
"symfony/http-kernel": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/mailer": "^5.4 || ^6.0",
|
||||
"symfony/messenger": "^5.4 || ^6.0",
|
||||
"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-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/monolog-bundle": "^3.5",
|
||||
"symfony/options-resolver": "^5.4 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4 || ^6.0",
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.0",
|
||||
"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 || ^6.0",
|
||||
"symfony/property-access": "^5.4 || ^6.0",
|
||||
"symfony/property-info": "^5.4 || ^6.0",
|
||||
"symfony/proxy-manager-bridge": "^5.4 || ^6.0",
|
||||
"symfony/routing": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/security-core": "^5.4 || ^6.0",
|
||||
"symfony/security-csrf": "^5.4 || ^6.0",
|
||||
"symfony/security-http": "^5.4 || ^6.0",
|
||||
"symfony/serializer": "^5.4 || ^6.0",
|
||||
"symfony/string": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"symfony/translation": "^5.4 || ^6.0",
|
||||
"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/string": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/translation": "^5.4.21 || ^6.0",
|
||||
"symfony/translation-contracts": "^2.5",
|
||||
"symfony/twig-bundle": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.0",
|
||||
"symfony/twig-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"symfony/yaml": "^5.4 || ^6.0",
|
||||
"symfony/yaml": "^5.4.21 || ^6.0",
|
||||
"twig/intl-extra": "^2.12 || ^3.4",
|
||||
"twig/twig": "^2.12 || ^3.3",
|
||||
"webmozart/assert": "^1.9",
|
||||
|
|
@ -178,13 +178,9 @@
|
|||
"sylius/user-bundle": "self.version"
|
||||
},
|
||||
"conflict": {
|
||||
"doctrine/doctrine-bundle": "2.3.0",
|
||||
"doctrine/migrations": "3.5.3",
|
||||
"jms/serializer-bundle": "4.1.0",
|
||||
"lexik/jwt-authentication-bundle": "^2.18",
|
||||
"symfony/framework-bundle": "5.4.5 || 6.2.8",
|
||||
"symfony/dependency-injection": "5.4.5",
|
||||
"liip/imagine-bundle": "2.7.0"
|
||||
"symfony/framework-bundle": "6.2.8"
|
||||
},
|
||||
"require-dev": {
|
||||
"behat/behat": "^3.6.1",
|
||||
|
|
@ -222,12 +218,12 @@
|
|||
"rector/rector": "^0.15.13",
|
||||
"stripe/stripe-php": "^10.4",
|
||||
"sylius-labs/coding-standard": "^4.2",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4 || ^6.0",
|
||||
"symfony/dotenv": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0",
|
||||
"symfony/flex": "^2.2",
|
||||
"symfony/runtime": "^5.4 || ^6.0",
|
||||
"symfony/web-profiler-bundle": "^5.4 || ^6.0",
|
||||
"symfony/runtime": "^5.4.21 || ^6.0",
|
||||
"symfony/web-profiler-bundle": "^5.4.21 || ^6.0",
|
||||
"symplify/monorepo-builder": "^11.0",
|
||||
"vimeo/psalm": "^4.19"
|
||||
},
|
||||
|
|
@ -252,7 +248,7 @@
|
|||
"extra": {
|
||||
"symfony": {
|
||||
"allow-contrib": false,
|
||||
"require": "^5.4 || ^6.0"
|
||||
"require": "5.4.*"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/addressing": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
|
|
@ -42,10 +42,10 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.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"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -35,7 +35,7 @@
|
|||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sylius/core-bundle": "^1.12",
|
||||
"sylius/ui-bundle": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"twig/intl-extra": "^2.12 || ^3.4",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
|
|
@ -44,8 +44,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/dotenv": "^5.4 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"enshrined/svg-sanitize": "^0.16",
|
||||
"lexik/jwt-authentication-bundle": "^2.11",
|
||||
"sylius/core-bundle": "^1.12",
|
||||
"symfony/messenger": "^5.4 || ^6.0"
|
||||
"symfony/messenger": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"ext-sqlite3": "*",
|
||||
|
|
@ -40,10 +40,10 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4 || ^6.0",
|
||||
"symfony/dotenv": "^5.4 || ^6.0",
|
||||
"symfony/http-client": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/debug-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/dotenv": "^5.4.21 || ^6.0",
|
||||
"symfony/http-client": "^5.4.21 || ^6.0",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"theofidry/alice-data-fixtures": "^1.4"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -31,16 +31,16 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"php": "^8.0",
|
||||
"sylius/channel": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"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 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -30,11 +30,11 @@
|
|||
"doctrine/doctrine-migrations-bundle": "^3.0.1",
|
||||
"egulias/email-validator": "^3.1",
|
||||
"fakerphp/faker": "^1.10",
|
||||
"jms/serializer-bundle": "^4.0",
|
||||
"jms/serializer-bundle": "^4.2",
|
||||
"knplabs/gaufrette": "^0.10 || ^0.11",
|
||||
"knplabs/knp-gaufrette-bundle": "^0.7 || ^0.8",
|
||||
"league/flysystem-bundle": "^2.4",
|
||||
"liip/imagine-bundle": "^2.3",
|
||||
"liip/imagine-bundle": "^2.10",
|
||||
"sonata-project/block-bundle": "^4.2",
|
||||
"sylius-labs/association-hydrator": "^1.1 || ^1.2",
|
||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
|
||||
|
|
@ -64,24 +64,24 @@
|
|||
"sylius/theme-bundle": "^2.1.1 || ^2.3",
|
||||
"sylius/ui-bundle": "^1.12",
|
||||
"sylius/user-bundle": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/mailer": "^5.4 || ^6.0",
|
||||
"symfony/messenger": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"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/webpack-encore-bundle": "^1.15",
|
||||
"winzou/state-machine-bundle": "^0.6"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.3.1",
|
||||
"hwi/oauth-bundle": "^1.1 || ^2.0@beta",
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/dotenv": "^5.4 || ^6.0"
|
||||
"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"
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
"dev-master": "1.12-dev"
|
||||
},
|
||||
"symfony": {
|
||||
"require": "^5.4"
|
||||
"require": "^5.4.21"
|
||||
}
|
||||
},
|
||||
"autoload": {
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@
|
|||
"php": "^8.0",
|
||||
"sylius/currency": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -40,9 +40,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"egulias/email-validator": "^3.1",
|
||||
"sylius/customer": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -50,9 +50,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
"php": "^8.0",
|
||||
"sylius/inventory": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^8.0",
|
||||
"sylius/locale": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -41,9 +41,9 @@
|
|||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/currency-bundle": "^1.12",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -33,8 +33,8 @@
|
|||
"sylius/money-bundle": "^1.12",
|
||||
"sylius/order": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
|
|
@ -44,9 +44,9 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^8.0",
|
||||
"sylius/payment": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/locale-bundle": "^1.12",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -32,17 +32,17 @@
|
|||
"sylius/locale-bundle": "^1.12",
|
||||
"sylius/product": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.13",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.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"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/promotion": "^1.12",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -46,10 +46,10 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.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"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/review": "^1.12",
|
||||
"sylius/user-bundle": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -54,11 +54,11 @@
|
|||
"phpspec/prophecy-phpunit": "^2.0",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.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"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/money-bundle": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/shipping": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -45,10 +45,10 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.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"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^8.0",
|
||||
"sylius/core-bundle": "^1.12",
|
||||
"sylius/ui-bundle": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"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 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/taxation": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -44,9 +44,9 @@
|
|||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0"
|
||||
"symfony/browser-kit": "^5.4.21 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/taxonomy": "^1.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"doctrine/orm": "^2.13",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -35,11 +35,11 @@
|
|||
"sonata-project/block-bundle": "^4.2",
|
||||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius/grid-bundle": "^1.11",
|
||||
"symfony/config": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/security-core": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"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/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 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"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.12",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4 || ^6.0",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4.21 || ^6.0",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -58,9 +58,9 @@
|
|||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^9.5",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/mailer": "^5.4 || ^6.0"
|
||||
"symfony/dependency-injection": "^5.4.21 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/mailer": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"suggest": {
|
||||
"hwi/oauth-bundle": "For OAuth integration"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4 || ^6.0"
|
||||
"symfony/intl": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"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 || ^6.0"
|
||||
"symfony/validator": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4.21 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -50,16 +50,16 @@
|
|||
"sylius/taxation": "^1.12",
|
||||
"sylius/taxonomy": "^1.12",
|
||||
"sylius/user": "^1.12",
|
||||
"symfony/http-foundation": "^5.4 || ^6.0",
|
||||
"symfony/mime": "^5.4 || ^6.0",
|
||||
"symfony/string": "^5.4 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"symfony/mime": "^5.4.21 || ^6.0",
|
||||
"symfony/string": "^5.4.21 || ^6.0",
|
||||
"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 || ^6.0"
|
||||
"symfony/property-access": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4.21 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"symfony/options-resolver": "^5.4 || ^6.0"
|
||||
"symfony/options-resolver": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"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 || ^6.0"
|
||||
"symfony/security-core": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue