mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Allow for Symfony ^4.4 || ^5.2
This commit is contained in:
parent
f13dbff5b3
commit
3384d30d04
34 changed files with 157 additions and 154 deletions
|
|
@ -28,7 +28,7 @@
|
|||
"behat/transliterator": "^1.3",
|
||||
"doctrine/collections": "^1.6",
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||
"doctrine/doctrine-migrations-bundle": "^3.0",
|
||||
"doctrine/doctrine-migrations-bundle": "^3.0.1",
|
||||
"doctrine/inflector": "^1.4 || ^2.0",
|
||||
"doctrine/migrations": "^3.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
|
|
@ -53,7 +53,7 @@
|
|||
"sonata-project/block-bundle": "^4.2",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"swiftmailer/swiftmailer": "^6.2",
|
||||
"sylius-labs/association-hydrator": "^1.1",
|
||||
"sylius-labs/association-hydrator": "^1.1.2",
|
||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3",
|
||||
"sylius/fixtures-bundle": "^1.6.1",
|
||||
"sylius/grid": "^1.8",
|
||||
|
|
@ -64,45 +64,45 @@
|
|||
"sylius/resource": "^1.7",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/theme-bundle": "^2.1",
|
||||
"symfony/asset": "^4.4",
|
||||
"symfony/config": "^4.4",
|
||||
"symfony/console": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/doctrine-bridge": "^4.4",
|
||||
"symfony/event-dispatcher": "^4.4",
|
||||
"symfony/expression-language": "^4.4",
|
||||
"symfony/filesystem": "^4.4",
|
||||
"symfony/finder": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/http-foundation": "^4.4",
|
||||
"symfony/http-kernel": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/messenger": "^4.4",
|
||||
"symfony/asset": "^4.4 || ^5.2",
|
||||
"symfony/config": "^4.4 || ^5.2",
|
||||
"symfony/console": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/doctrine-bridge": "^4.4 || ^5.2",
|
||||
"symfony/event-dispatcher": "^4.4 || ^5.2",
|
||||
"symfony/expression-language": "^4.4 || ^5.2",
|
||||
"symfony/filesystem": "^4.4 || ^5.2",
|
||||
"symfony/finder": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/http-foundation": "^4.4 || ^5.2",
|
||||
"symfony/http-kernel": "^4.4 || ^5.2",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"symfony/messenger": "^4.4 || ^5.2",
|
||||
"symfony/monolog-bundle": "^3.5",
|
||||
"symfony/options-resolver": "^4.4",
|
||||
"symfony/options-resolver": "^4.4 || ^5.2",
|
||||
"symfony/polyfill-iconv": "^1.17",
|
||||
"symfony/polyfill-intl-icu": "^1.17",
|
||||
"symfony/polyfill-mbstring": "^1.17",
|
||||
"symfony/polyfill-php80": "^1.17",
|
||||
"symfony/process": "^4.4",
|
||||
"symfony/property-access": "^4.4",
|
||||
"symfony/property-info": "^4.4",
|
||||
"symfony/proxy-manager-bridge": "^4.4",
|
||||
"symfony/routing": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/security-core": "^4.4",
|
||||
"symfony/security-csrf": "^4.4",
|
||||
"symfony/security-guard": "^4.4",
|
||||
"symfony/security-http": "^4.4",
|
||||
"symfony/serializer": "^4.4",
|
||||
"symfony/process": "^4.4 || ^5.2",
|
||||
"symfony/property-access": "^4.4 || ^5.2",
|
||||
"symfony/property-info": "^4.4 || ^5.2",
|
||||
"symfony/proxy-manager-bridge": "^4.4 || ^5.2",
|
||||
"symfony/routing": "^4.4 || ^5.2",
|
||||
"symfony/security-bundle": "^4.4 || ^5.2",
|
||||
"symfony/security-core": "^4.4 || ^5.2",
|
||||
"symfony/security-csrf": "^4.4 || ^5.2",
|
||||
"symfony/security-guard": "^4.4 || ^5.2",
|
||||
"symfony/security-http": "^4.4 || ^5.2",
|
||||
"symfony/serializer": "^4.4 || ^5.2",
|
||||
"symfony/swiftmailer-bundle": "^3.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/templating": "^4.4 || ^5.2",
|
||||
"symfony/thanks": "^1.2",
|
||||
"symfony/translation": "^4.4",
|
||||
"symfony/twig-bundle": "^4.4",
|
||||
"symfony/validator": "^4.4",
|
||||
"symfony/yaml": "^4.4",
|
||||
"symfony/translation": "^4.4 || ^5.2",
|
||||
"symfony/twig-bundle": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2",
|
||||
"symfony/yaml": "^4.4 || ^5.2",
|
||||
"twig/intl-extra": "^2.12",
|
||||
"twig/twig": "^2.12",
|
||||
"webmozart/assert": "^1.9",
|
||||
|
|
@ -187,11 +187,11 @@
|
|||
"sspooky13/yaml-standards": "^5.1",
|
||||
"stripe/stripe-php": "^6.43",
|
||||
"sylius-labs/coding-standard": "^3.1",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/debug-bundle": "^4.4",
|
||||
"symfony/dotenv": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/debug-bundle": "^4.4 || ^5.2",
|
||||
"symfony/dotenv": "^4.4 || ^5.2",
|
||||
"symfony/flex": "^1.7",
|
||||
"symfony/web-profiler-bundle": "^4.4",
|
||||
"symfony/web-profiler-bundle": "^4.4 || ^5.2",
|
||||
"symplify/package-builder": "^8.0 <8.3",
|
||||
"vimeo/psalm": "4.4.1"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -30,8 +30,8 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/addressing": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/intl": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
|
|
@ -41,10 +41,10 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"friendsofsymfony/oauth-server-bundle": "^1.6 || >2.0.0-alpha.0 ^2.0@dev",
|
||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.3",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/doctrine-bundle": "^1.12 || ^2.0",
|
||||
|
|
@ -38,7 +38,7 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -33,14 +33,14 @@
|
|||
"php": "^7.3",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"twig/intl-extra": "^2.12",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
"php": "^7.3",
|
||||
"api-platform/core": "^2.5",
|
||||
"sylius/core-bundle": "^1.7",
|
||||
"symfony/messenger": "^4.4"
|
||||
"symfony/messenger": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
|
|
|
|||
|
|
@ -31,15 +31,15 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"php": "^7.3",
|
||||
"sylius/channel": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
|
|
@ -36,9 +36,9 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -62,11 +62,11 @@
|
|||
"sylius/theme-bundle": "^2.1",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"sylius/user-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/messenger": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"symfony/messenger": "^4.4 || ^5.2",
|
||||
"symfony/swiftmailer-bundle": "^3.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/templating": "^4.4 || ^5.2",
|
||||
"winzou/state-machine-bundle": "^0.5"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
@ -76,7 +76,7 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -28,9 +28,9 @@
|
|||
"php": "^7.3",
|
||||
"sylius/currency": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -40,9 +40,9 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"egulias/email-validator": "^2.1",
|
||||
"sylius/customer": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -50,9 +50,9 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -29,9 +29,9 @@
|
|||
"php": "^7.3",
|
||||
"sylius/inventory": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^7.3",
|
||||
"sylius/locale": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
"require": {
|
||||
"php": "^7.3",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2",
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -41,9 +41,9 @@
|
|||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/currency-bundle": "^1.6",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -32,8 +32,8 @@
|
|||
"sylius/money-bundle": "^1.6",
|
||||
"sylius/order": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0 || ^3.0"
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^7.3",
|
||||
"sylius/payment": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -32,17 +32,17 @@
|
|||
"sylius/locale-bundle": "^1.6",
|
||||
"sylius/product": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"sylius/promotion": "^1.6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -44,10 +44,10 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -44,7 +44,7 @@
|
|||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/review": "^1.6",
|
||||
"sylius/user-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -53,12 +53,12 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/security-bundle": "^4.4 || ^5.2",
|
||||
"symfony/swiftmailer-bundle": "^3.1",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"sylius/money-bundle": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/shipping": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -44,10 +44,10 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"php": "^7.3",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/security-bundle": "^4.4 || ^5.2",
|
||||
"twig/intl-extra": "^2.12",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/taxation": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -43,9 +43,9 @@
|
|||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4"
|
||||
"symfony/browser-kit": "^4.4 || ^5.2",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/taxonomy": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4"
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
"doctrine/orm": "^2.7",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4"
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -34,11 +34,11 @@
|
|||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sonata-project/block-bundle": "^3.20|^4.0",
|
||||
"sylius/grid-bundle": "^1.8",
|
||||
"symfony/config": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/security": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/templating": "^4.4",
|
||||
"symfony/config": "^4.4 || ^5.2",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"symfony/security": "^4.4 || ^5.2",
|
||||
"symfony/security-bundle": "^4.4 || ^5.2",
|
||||
"symfony/templating": "^4.4 || ^5.2",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -49,8 +49,8 @@
|
|||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"twig/twig": "^2.12"
|
||||
},
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -43,7 +43,7 @@
|
|||
"sylius/mailer-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/user": "^1.6",
|
||||
"symfony/framework-bundle": "^4.4",
|
||||
"symfony/framework-bundle": "^4.4 || ^5.2",
|
||||
"webmozart/assert": "^1.8"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -55,8 +55,8 @@
|
|||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^4.4",
|
||||
"symfony/security-bundle": "^4.4",
|
||||
"symfony/dependency-injection": "^4.4 || ^5.2",
|
||||
"symfony/security-bundle": "^4.4 || ^5.2",
|
||||
"symfony/swiftmailer-bundle": "^3.1"
|
||||
},
|
||||
"suggest": {
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^7.3",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/intl": "^4.4"
|
||||
"symfony/intl": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0"
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"doctrine/collections": "^1.6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/validator": "^4.4"
|
||||
"symfony/validator": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0"
|
||||
|
|
|
|||
|
|
@ -29,8 +29,8 @@
|
|||
"require": {
|
||||
"php": "^7.3",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/form": "^4.4",
|
||||
"symfony/http-foundation": "^4.4",
|
||||
"symfony/form": "^4.4 || ^5.2",
|
||||
"symfony/http-foundation": "^4.4 || ^5.2",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -48,13 +48,13 @@
|
|||
"sylius/taxation": "^1.6",
|
||||
"sylius/taxonomy": "^1.6",
|
||||
"sylius/user": "^1.6",
|
||||
"symfony/http-foundation": "^4.4",
|
||||
"symfony/http-foundation": "^4.4 || ^5.2",
|
||||
"webmozart/assert": "^1.8",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0",
|
||||
"symfony/property-access": "^4.4"
|
||||
"symfony/property-access": "^4.4 || ^5.2"
|
||||
},
|
||||
"config": {
|
||||
"bin-dir": "bin"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
"require": {
|
||||
"php": "^7.3",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^7.3",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/intl": "^4.4",
|
||||
"symfony/intl": "^4.4 || ^5.2",
|
||||
"zendframework/zend-stdlib": "^3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"php": "^7.3",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/options-resolver": "^4.4"
|
||||
"symfony/options-resolver": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0"
|
||||
|
|
|
|||
|
|
@ -37,7 +37,7 @@
|
|||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/polyfill-mbstring": "^1.17",
|
||||
"symfony/security": "^4.4"
|
||||
"symfony/security": "^4.4 || ^5.2"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.0"
|
||||
|
|
|
|||
15
symfony.lock
15
symfony.lock
|
|
@ -684,6 +684,9 @@
|
|||
"sylius/theme-bundle": {
|
||||
"version": "v1.4.2"
|
||||
},
|
||||
"symfony/amqp-messenger": {
|
||||
"version": "v5.2.0"
|
||||
},
|
||||
"symfony/asset": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
|
|
@ -714,9 +717,6 @@
|
|||
"symfony/css-selector": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/debug": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/debug-bundle": {
|
||||
"version": "4.1",
|
||||
"recipe": {
|
||||
|
|
@ -735,6 +735,9 @@
|
|||
"symfony/doctrine-bridge": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/doctrine-messenger": {
|
||||
"version": "v5.2.0"
|
||||
},
|
||||
"symfony/dom-crawler": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
|
|
@ -789,9 +792,6 @@
|
|||
"symfony/http-kernel": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/inflector": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
"symfony/intl": {
|
||||
"version": "v4.1.3"
|
||||
},
|
||||
|
|
@ -876,6 +876,9 @@
|
|||
"symfony/proxy-manager-bridge": {
|
||||
"version": "v4.4.13"
|
||||
},
|
||||
"symfony/redis-messenger": {
|
||||
"version": "v5.2.0"
|
||||
},
|
||||
"symfony/routing": {
|
||||
"version": "4.2",
|
||||
"recipe": {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue