diff --git a/CHANGELOG-1.11.md b/CHANGELOG-1.11.md index 68b7d83cf2..99defc25bb 100644 --- a/CHANGELOG-1.11.md +++ b/CHANGELOG-1.11.md @@ -1,5 +1,30 @@ # CHANGELOG FOR `1.11.X` +## v1.11.10 (2022-10-31) + +#### Details + +- [#14144](https://github.com/Sylius/Sylius/issues/14144) [Documentation] Fix incorrect translation domain in implementation ([@anned20](https://github.com/anned20)) +- [#14156](https://github.com/Sylius/Sylius/issues/14156) [DOCS] Cookbook of how to modify placed order ([@arti0090](https://github.com/arti0090)) +- [#14197](https://github.com/Sylius/Sylius/issues/14197) [Docs] Describe Sylius architectural drivers ([@Zales0123](https://github.com/Zales0123)) +- [#14246](https://github.com/Sylius/Sylius/issues/14246) [DOCS] Add note about min node version ([@arti0090](https://github.com/arti0090)) +- [#14247](https://github.com/Sylius/Sylius/issues/14247) [DOCS] Add info about mailer in installation doc ([@arti0090](https://github.com/arti0090)) +- [#14362](https://github.com/Sylius/Sylius/issues/14362) Using the new template namespace syntax in the doc ([@mamazu](https://github.com/mamazu)) +- [#14384](https://github.com/Sylius/Sylius/issues/14384) [API] Use tokenValue instead of id ([@Prometee](https://github.com/Prometee)) +- [#14397](https://github.com/Sylius/Sylius/issues/14397) [Docs] Fix 1.12 release dates ([@Zales0123](https://github.com/Zales0123)) +- [#14402](https://github.com/Sylius/Sylius/issues/14402) [Api] fix order normalization groups ([@mtarld](https://github.com/mtarld)) +- [#14410](https://github.com/Sylius/Sylius/issues/14410) [Documentation] Remove the tip about ShopApiPlugin from the architecture page ([@GSadee](https://github.com/GSadee)) +- [#14415](https://github.com/Sylius/Sylius/issues/14415) [Behat] Add calendar hook to suites using calendar ([@GSadee](https://github.com/GSadee)) +- [#14421](https://github.com/Sylius/Sylius/issues/14421) [DOCS] Add info about supervisors ([@arti0090](https://github.com/arti0090)) +- [#14442](https://github.com/Sylius/Sylius/issues/14442) [Hot-fix] Conflict with the newest AP that changes a Customer->User response ([@GSadee](https://github.com/GSadee)) +- [#14445](https://github.com/Sylius/Sylius/issues/14445) [Hot-fix] Conflict with the SymfonyMockerContainer 1.0.6 due to incompatible version with Symfony 4.x ([@GSadee](https://github.com/GSadee)) +- [#14454](https://github.com/Sylius/Sylius/issues/14454) [Behat] Move scenario from Plus ([@TheMilek](https://github.com/TheMilek)) +- [#14471](https://github.com/Sylius/Sylius/issues/14471) [Api] fixed normalization/denormalization resources groups ([@mtarld](https://github.com/mtarld)) +- [#14476](https://github.com/Sylius/Sylius/issues/14476) Delay 1.12 release for a few days ([@Zales0123](https://github.com/Zales0123)) +- [#14479](https://github.com/Sylius/Sylius/issues/14479) [Maintenance] Allow APIP 2.7.2 ([@NoResponseMate](https://github.com/NoResponseMate)) +- [#14482](https://github.com/Sylius/Sylius/issues/14482) Adding batching to the expired carts remover v2 ([@mamazu](https://github.com/mamazu), [@lchrusciel](https://github.com/lchrusciel)) +- [#14496](https://github.com/Sylius/Sylius/issues/14496) [README] Switch Sylius naming from platform to framework ([@lchrusciel](https://github.com/lchrusciel)) + ## v1.11.9 (2022-10-03) #### Details diff --git a/composer.json b/composer.json index ce3f8cba3b..0c28e83ee2 100644 --- a/composer.json +++ b/composer.json @@ -75,14 +75,14 @@ "sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1", "sylius-labs/polyfill-symfony-security": "^1.1", "sylius/calendar": "^0.3 || ^0.4", - "sylius/fixtures-bundle": "^1.7.0 || ^1.8@beta", - "sylius/grid": "^1.11 || ^1.12@alpha", - "sylius/grid-bundle": "^1.11 || ^1.12@alpha", + "sylius/fixtures-bundle": "^1.7", + "sylius/grid": "^1.11", + "sylius/grid-bundle": "^1.11", "sylius/mailer": "^1.8 || ^2.0@beta", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "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", diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index 2d984d45a7..87b1924d86 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -29,7 +29,7 @@ "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/addressing": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/intl": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index 7243983c58..774083c833 100644 --- a/src/Sylius/Bundle/AttributeBundle/composer.json +++ b/src/Sylius/Bundle/AttributeBundle/composer.json @@ -30,7 +30,7 @@ "ramsey/uuid": "^4.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/attribute": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 892dbbdf2b..e016e6d3d2 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^8.0", "sylius/channel": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index e6b3ec0939..4e441dfa90 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -45,8 +45,8 @@ "sylius/core": "^1.12", "sylius/currency-bundle": "^1.12", "sylius/customer-bundle": "^1.12", - "sylius/fixtures-bundle": "^1.7.0 || ^1.8@beta", - "sylius/grid-bundle": "^1.11 || ^1.12@alpha", + "sylius/fixtures-bundle": "^1.7", + "sylius/grid-bundle": "^1.11", "sylius/inventory-bundle": "^1.12", "sylius/locale-bundle": "^1.12", "sylius/money-bundle": "^1.12", @@ -55,7 +55,7 @@ "sylius/payum-bundle": "^1.12", "sylius/product-bundle": "^1.12", "sylius/promotion-bundle": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/review-bundle": "^1.12", "sylius/shipping-bundle": "^1.12", "sylius/taxation-bundle": "^1.12", diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index efa6dd2abf..b242a6937c 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^8.0", "sylius/currency": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/intl": "^5.4 || ^6.0", "symfony/templating": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index d6ad83d1fe..0a08637f12 100644 --- a/src/Sylius/Bundle/CustomerBundle/composer.json +++ b/src/Sylius/Bundle/CustomerBundle/composer.json @@ -39,7 +39,7 @@ "doctrine/orm": "^2.13", "egulias/email-validator": "^3.1", "sylius/customer": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "webmozart/assert": "^1.9" }, diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index 7d3fd7723b..9f43285c31 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "sylius/inventory": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/templating": "^5.4 || ^6.0", "symfony/validator": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index 11913bcfef..70b06ed026 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "sylius/locale": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/templating": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index bfe9500b57..522382bdea 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.0", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/intl": "^5.4 || ^6.0", "symfony/templating": "^5.4 || ^6.0", diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index 3a81755d46..9989c0f297 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -32,7 +32,7 @@ "sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1", "sylius/money-bundle": "^1.12", "sylius/order": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/templating": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index b0d2b264c0..6280c68ab5 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "sylius/payment": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0" }, "conflict": { diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index 73b3b01831..ebefe67431 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -36,7 +36,7 @@ "sylius/currency": "^1.12", "sylius/order-bundle": "^1.12", "sylius/payment-bundle": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha" + "sylius/resource-bundle": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2", diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index ddae0b7eda..79df05a431 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -31,7 +31,7 @@ "sylius/attribute-bundle": "^1.12", "sylius/locale-bundle": "^1.12", "sylius/product": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index fe6c9bbd6e..a78d61f62a 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -33,7 +33,7 @@ "sylius/money-bundle": "^1.12", "sylius/promotion": "^1.12", "sylius/registry": "^1.5", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "symfony/framework-bundle": "^5.4 || ^6.0" }, "conflict": { diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index fc201bf77c..f3d4f06048 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -41,7 +41,7 @@ "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/review": "^1.12", "sylius/user-bundle": "^1.12", "symfony/framework-bundle": "^5.4 || ^6.0" diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index db6bc8c956..ff9f04b8e9 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -32,7 +32,7 @@ "stof/doctrine-extensions-bundle": "^1.4", "sylius/calendar": "^0.3 || ^0.4", "sylius/money-bundle": "^1.12", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/shipping": "^1.12", "symfony/framework-bundle": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index 8722759105..186677513b 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -31,7 +31,7 @@ "stof/doctrine-extensions-bundle": "^1.4", "sylius/calendar": "^0.3 || ^0.4", "sylius/registry": "^1.5", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/taxation": "^1.12", "symfony/framework-bundle": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 70ad9ecde9..b6eb8ef258 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.0", "stof/doctrine-extensions-bundle": "^1.4", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/taxonomy": "^1.12", "symfony/framework-bundle": "^5.4 || ^6.0" }, diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index a94c22e2ac..d2e500c15b 100644 --- a/src/Sylius/Bundle/UiBundle/composer.json +++ b/src/Sylius/Bundle/UiBundle/composer.json @@ -34,7 +34,7 @@ "knplabs/knp-menu-bundle": "^3.0", "sonata-project/block-bundle": "^4.2", "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", - "sylius/grid-bundle": "^1.11 || ^1.12@alpha", + "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", diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index f58cf3b002..22fb84e660 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -43,7 +43,7 @@ "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", "sylius-labs/polyfill-symfony-framework-bundle": "^1.0 || ^1.1", "sylius/mailer-bundle": "^1.8 || ^2.0@beta", - "sylius/resource-bundle": "^1.9 || ^1.10@alpha", + "sylius/resource-bundle": "^1.9", "sylius/user": "^1.12", "symfony/framework-bundle": "^5.4 || ^6.0", "symfony/password-hasher": "^5.4 || 6.0", diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 68fd4fb8bc..509a501b39 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/intl": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index e664a043e7..21c9ae3034 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -28,7 +28,7 @@ "php": "^8.0", "doctrine/collections": "^1.6", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/validator": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index 8a6f434fd0..e0edd3e6e7 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -28,7 +28,7 @@ ], "require": { "php": "^8.0", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/form": "^5.4 || ^6.0", "symfony/http-foundation": "^5.4 || ^6.0", "laminas/laminas-stdlib": "^3.3.1" diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index a44e959b21..43156a2510 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -44,7 +44,7 @@ "sylius/product": "^1.12", "sylius/promotion": "^1.12", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "sylius/review": "^1.12", "sylius/shipping": "^1.12", "sylius/taxation": "^1.12", diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index cdb58bc784..21d9a208de 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.0", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/intl": "^5.4 || ^6.0", "laminas/laminas-stdlib": "^3.3.1" }, diff --git a/src/Sylius/Component/Customer/composer.json b/src/Sylius/Component/Customer/composer.json index dd16438217..c5603adfa3 100644 --- a/src/Sylius/Component/Customer/composer.json +++ b/src/Sylius/Component/Customer/composer.json @@ -33,7 +33,7 @@ "require": { "php": "^8.0", "doctrine/collections": "^1.6", - "sylius/resource": "^1.9 || ^1.10@alpha" + "sylius/resource": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Inventory/composer.json b/src/Sylius/Component/Inventory/composer.json index 86286a4d3f..a4c1647e59 100644 --- a/src/Sylius/Component/Inventory/composer.json +++ b/src/Sylius/Component/Inventory/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.0", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "webmozart/assert": "^1.9" }, "require-dev": { diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index 877a21eb83..7054b4fc35 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.0", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/intl": "^5.4 || ^6.0", "laminas/laminas-stdlib": "^3.3.1" }, diff --git a/src/Sylius/Component/Order/composer.json b/src/Sylius/Component/Order/composer.json index d945efcd23..eaedb93060 100644 --- a/src/Sylius/Component/Order/composer.json +++ b/src/Sylius/Component/Order/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.0", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "webmozart/assert": "^1.9", "laminas/laminas-stdlib": "^3.3.1" }, diff --git a/src/Sylius/Component/Payment/composer.json b/src/Sylius/Component/Payment/composer.json index d3c5367a87..7ec0afc5e3 100644 --- a/src/Sylius/Component/Payment/composer.json +++ b/src/Sylius/Component/Payment/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha" + "sylius/resource": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index 602b335a05..507356ee88 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -31,7 +31,7 @@ "php": "^8.0", "behat/transliterator": "^1.3", "sylius/attribute": "^1.12", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/polyfill-iconv": "^1.17", "webmozart/assert": "^1.9" }, diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index e0f990feaf..22b53c729e 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -28,7 +28,7 @@ "php": "^8.0", "doctrine/orm": "^2.13", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha" + "sylius/resource": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Review/composer.json b/src/Sylius/Component/Review/composer.json index dfecbbac54..9fa9db7448 100644 --- a/src/Sylius/Component/Review/composer.json +++ b/src/Sylius/Component/Review/composer.json @@ -39,7 +39,7 @@ "require": { "php": "^8.0", "doctrine/collections": "^1.6", - "sylius/resource": "^1.9 || ^1.10@alpha" + "sylius/resource": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index 6cceb39524..23584d1902 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.0", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/options-resolver": "^5.4 || ^6.0" }, "require-dev": { diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index f34b1ebb6f..c2506d2c7d 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -31,7 +31,7 @@ "php": "^8.0", "sylius/calendar": "^0.3 || ^0.4", "sylius/registry": "^1.5", - "sylius/resource": "^1.9 || ^1.10@alpha" + "sylius/resource": "^1.9" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Taxonomy/composer.json b/src/Sylius/Component/Taxonomy/composer.json index 3f70da7dce..566b9dd61c 100644 --- a/src/Sylius/Component/Taxonomy/composer.json +++ b/src/Sylius/Component/Taxonomy/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.0", "behat/transliterator": "^1.3", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "webmozart/assert": "^1.9" }, "require-dev": { diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index ed5dee4204..8111de6e57 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -36,7 +36,7 @@ "php": "^8.0", "doctrine/collections": "^1.6", "sylius-labs/polyfill-symfony-security": "^1.1", - "sylius/resource": "^1.9 || ^1.10@alpha", + "sylius/resource": "^1.9", "symfony/polyfill-mbstring": "^1.17", "symfony/security-core": "^5.4 || ^6.0" },