mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Fix packages versions
This commit is contained in:
parent
4553c4536c
commit
fd8c9906cd
39 changed files with 86 additions and 86 deletions
|
|
@ -44,8 +44,8 @@
|
|||
"doctrine/persistence": "^2.3",
|
||||
"egulias/email-validator": "^3.1",
|
||||
"enshrined/svg-sanitize": "^0.15.4",
|
||||
"fakerphp/faker": "^1.9",
|
||||
"friendsofphp/proxy-manager-lts": "^1.0",
|
||||
"fakerphp/faker": "^1.10",
|
||||
"friendsofphp/proxy-manager-lts": "^1.0.7",
|
||||
"friendsofsymfony/rest-bundle": "^3.0",
|
||||
"gedmo/doctrine-extensions": "^3.2",
|
||||
"guzzlehttp/guzzle": "^6.5",
|
||||
|
|
@ -73,17 +73,17 @@
|
|||
"sylius-labs/association-hydrator": "^1.1.3",
|
||||
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4",
|
||||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0",
|
||||
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || dev-master",
|
||||
"sylius-labs/polyfill-symfony-security": "dev-master",
|
||||
"sylius/calendar": "^0.3",
|
||||
"sylius/calendar": "^0.3 || dev-master",
|
||||
"sylius/fixtures-bundle": "^1.6.1",
|
||||
"sylius/grid": "^1.11",
|
||||
"sylius/grid-bundle": "^1.11",
|
||||
"sylius/mailer": "^1.5",
|
||||
"sylius/mailer-bundle": "^1.5",
|
||||
"sylius/mailer-bundle": "^1.5 || dev-symfony-6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.9",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/theme-bundle": "^2.1.1",
|
||||
"symfony/asset": "^5.4 || ^6.0",
|
||||
"symfony/config": "^5.4 || ^6.0",
|
||||
|
|
@ -212,10 +212,10 @@
|
|||
"friends-of-behat/page-object-extension": "^0.3",
|
||||
"friends-of-behat/symfony-extension": "^2.1",
|
||||
"friends-of-behat/variadic-extension": "^1.3",
|
||||
"hwi/oauth-bundle": "^1.1",
|
||||
"hwi/oauth-bundle": "^1.1 || ^2.0@beta",
|
||||
"lchrusciel/api-test-case": "^5.0",
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"mikey179/vfsstream": "^1.6",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phparkitect/phparkitect": "^0.2.9",
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@
|
|||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/addressing": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -33,12 +33,12 @@
|
|||
"php": "^8.0",
|
||||
"knplabs/knp-menu": "^3.1",
|
||||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/core-bundle": "^1.7",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"twig/intl-extra": "^2.12",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
|
|
|
|||
|
|
@ -27,13 +27,13 @@
|
|||
"doctrine/dbal": "^2.7",
|
||||
"api-platform/core": "^2.6",
|
||||
"enshrined/svg-sanitize": "^0.15.4",
|
||||
"lexik/jwt-authentication-bundle": "^2.6",
|
||||
"lexik/jwt-authentication-bundle": "^2.11",
|
||||
"sylius/core-bundle": "^1.7",
|
||||
"symfony/messenger": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"nelmio/alice": "^3.8",
|
||||
"phparkitect/phparkitect": "^0.2.9",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"ramsey/uuid": "^3.9",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -27,19 +27,19 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/channel": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.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",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -26,8 +26,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/currency": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/currency": "^1.6 || dev-symfony-6",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -37,11 +37,11 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"egulias/email-validator": "^3.0",
|
||||
"egulias/email-validator": "^3.1",
|
||||
"sylius/customer": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"webmozart/assert": "^1.8"
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/inventory": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"symfony/validator": "^5.4 || ^6.0"
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/locale": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0"
|
||||
},
|
||||
|
|
@ -43,7 +43,7 @@
|
|||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -26,11 +26,11 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"symfony/templating": "^5.4 || ^6.0",
|
||||
"webmozart/assert": "^1.8"
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
|
|
@ -44,7 +44,7 @@
|
|||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/browser-kit": "^5.4 || ^6.0",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/payment": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
@ -36,7 +36,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
|
|
|
|||
|
|
@ -36,7 +36,7 @@
|
|||
"sylius/currency": "^1.6 || dev-symfony-6",
|
||||
"sylius/order-bundle": "^1.6 || dev-symfony-6",
|
||||
"sylius/payment-bundle": "^1.6 || dev-symfony-6",
|
||||
"sylius/resource-bundle": "^1.7 || ^1.10@alpha"
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
"sylius/attribute-bundle": "^1.6",
|
||||
"sylius/locale-bundle": "^1.6",
|
||||
"sylius/product": "^1.6",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/mailer-bundle": "^1.4 || dev-symfony-6",
|
||||
"sylius/mailer-bundle": "^1.5 || dev-symfony-6",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/review": "^1.6",
|
||||
"sylius/user-bundle": "^1.6 || dev-master",
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
|
|
|
|||
|
|
@ -27,17 +27,17 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/core-bundle": "^1.6",
|
||||
"sylius/core-bundle": "^1.7",
|
||||
"sylius/ui-bundle": "^1.6",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/security-bundle": "^5.4 || ^6.0",
|
||||
"symfony/webpack-encore-bundle": "^1.15",
|
||||
"twig/intl-extra": "^2.12",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"mockery/mockery": "^1.4",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/taxation": "^1.6",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
},
|
||||
"require-dev": {
|
||||
"doctrine/orm": "^2.7",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"stof/doctrine-extensions-bundle": "^1.4",
|
||||
"sylius/resource-bundle": "^1.7",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/taxonomy": "^1.6",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -32,28 +32,28 @@
|
|||
"doctrine/collections": "^1.6",
|
||||
"knplabs/knp-menu": "^3.1",
|
||||
"knplabs/knp-menu-bundle": "^3.0",
|
||||
"sonata-project/block-bundle": "^3.20|^4.0",
|
||||
"sonata-project/block-bundle": "^4.2",
|
||||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius/grid-bundle": "^1.8",
|
||||
"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/webpack-encore-bundle": "^1.15",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^1.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"matthiasnoback/symfony-config-test": "^4.2",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"symfony/dependency-injection": "^5.4 || ^6.0",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"twig/twig": "^2.12"
|
||||
"twig/twig": "^2.12 || ^3.3"
|
||||
},
|
||||
"config": {
|
||||
"allow-plugins": {
|
||||
|
|
|
|||
|
|
@ -39,22 +39,22 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"doctrine/orm": "^2.7",
|
||||
"egulias/email-validator": "^3.0",
|
||||
"egulias/email-validator": "^3.1",
|
||||
"sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1",
|
||||
"sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || dev-master",
|
||||
"sylius/mailer-bundle": "^1.4 || dev-symfony-6",
|
||||
"sylius/mailer-bundle": "^1.5 || dev-symfony-6",
|
||||
"sylius/resource-bundle": "^1.9 || ^1.10@alpha",
|
||||
"sylius/user": "^1.6",
|
||||
"sylius/user": "^1.6 || dev-symfony-6",
|
||||
"symfony/framework-bundle": "^5.4 || ^6.0",
|
||||
"symfony/password-hasher": "^5.4 || 6.0",
|
||||
"webmozart/assert": "^1.8"
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"conflict": {
|
||||
"twig/twig": "^3.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"hwi/oauth-bundle": "^1.1 || ^2.0@beta",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.1",
|
||||
"matthiasnoback/symfony-dependency-injection-test": "^4.2",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"phpspec/phpspec": "^7.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/intl": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"php": "^8.0",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/validator": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -28,10 +28,10 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/form": "^5.4 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -30,12 +30,12 @@
|
|||
"enshrined/svg-sanitize": "^0.15.4",
|
||||
"knplabs/gaufrette": "^0.10",
|
||||
"league/flysystem": "^2.4",
|
||||
"payum/payum": "^1.6",
|
||||
"payum/payum": "^1.7.2",
|
||||
"php-http/guzzle6-adapter": "^2.0",
|
||||
"sylius/addressing": "^1.6",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/channel": "^1.6",
|
||||
"sylius/currency": "^1.6",
|
||||
"sylius/currency": "^1.6 || dev-symfony-6",
|
||||
"sylius/customer": "^1.6",
|
||||
"sylius/inventory": "^1.6",
|
||||
"sylius/locale": "^1.6",
|
||||
|
|
@ -52,9 +52,9 @@
|
|||
"sylius/user": "^1.6 || dev-symfony-6",
|
||||
"symfony/http-foundation": "^5.4 || ^6.0",
|
||||
"symfony/mime": "^5.4 || ^6.0",
|
||||
"symfony/string": "^5.2 || ^6.0",
|
||||
"webmozart/assert": "^1.8",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"symfony/string": "^5.4 || ^6.0",
|
||||
"webmozart/assert": "^1.9",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2",
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.0"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -27,8 +27,8 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.7",
|
||||
"webmozart/assert": "^1.8"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/intl": "^5.4 || ^6.0",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -27,9 +27,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/resource": "^1.7",
|
||||
"webmozart/assert": "^1.8",
|
||||
"laminas/laminas-stdlib": "^3.2"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"webmozart/assert": "^1.9",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -29,11 +29,11 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"behat/transliterator": "^1.1",
|
||||
"behat/transliterator": "^1.3",
|
||||
"sylius/attribute": "^1.6",
|
||||
"sylius/resource": "^1.7",
|
||||
"symfony/polyfill-iconv": "^1.6",
|
||||
"webmozart/assert": "^1.8"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/polyfill-iconv": "^1.17",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -26,9 +26,9 @@
|
|||
],
|
||||
"require": {
|
||||
"php": "^8.0",
|
||||
"doctrine/orm": "^2.5",
|
||||
"doctrine/orm": "^2.7",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -39,7 +39,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"doctrine/collections": "^1.6",
|
||||
"sylius/resource": "^1.7"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7",
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"symfony/options-resolver": "^5.4 || ^6.0"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"sylius/registry": "^1.5",
|
||||
"sylius/resource": "^1.7"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
|
|
@ -28,8 +28,8 @@
|
|||
"require": {
|
||||
"php": "^8.0",
|
||||
"behat/transliterator": "^1.3",
|
||||
"sylius/resource": "^1.7",
|
||||
"webmozart/assert": "^1.8"
|
||||
"sylius/resource": "^1.9 || ^1.10@alpha",
|
||||
"webmozart/assert": "^1.9"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpspec/phpspec": "^7.2"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue