diff --git a/composer.json b/composer.json index 43dd4b82a4..59345a5a85 100644 --- a/composer.json +++ b/composer.json @@ -75,13 +75,13 @@ "sylius-labs/association-hydrator": "^1.1 || ^1.2", "sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2", "sylius/fixtures-bundle": "^1.8", - "sylius/grid": "^1.12 || ^1.13@alpha", - "sylius/grid-bundle": "^1.12 || ^1.13@alpha", + "sylius/grid": "^1.13", + "sylius/grid-bundle": "^1.13", "sylius/mailer": "^2.1", "sylius/mailer-bundle": "^2.1", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource": "^1.12", + "sylius/resource-bundle": "^1.12", "sylius/theme-bundle": "^2.4", "sylius/twig-hooks": "^0.4", "symfony/asset": "^6.4.0 || ^7.1", diff --git a/src/Sylius/Bundle/AddressingBundle/composer.json b/src/Sylius/Bundle/AddressingBundle/composer.json index a8df3e72ed..aaeb49aeb9 100644 --- a/src/Sylius/Bundle/AddressingBundle/composer.json +++ b/src/Sylius/Bundle/AddressingBundle/composer.json @@ -29,7 +29,7 @@ "php": "^8.2", "stof/doctrine-extensions-bundle": "^1.4", "sylius/addressing": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/intl": "^6.4.0 || ^7.1" }, diff --git a/src/Sylius/Bundle/AttributeBundle/composer.json b/src/Sylius/Bundle/AttributeBundle/composer.json index e2c6d67f4e..3be4345955 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": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Bundle/ChannelBundle/composer.json b/src/Sylius/Bundle/ChannelBundle/composer.json index 677ca8bb27..227c94bb9f 100644 --- a/src/Sylius/Bundle/ChannelBundle/composer.json +++ b/src/Sylius/Bundle/ChannelBundle/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^8.2", "sylius/channel": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Bundle/CoreBundle/composer.json b/src/Sylius/Bundle/CoreBundle/composer.json index 527d2b54ce..0a6cbc9f00 100644 --- a/src/Sylius/Bundle/CoreBundle/composer.json +++ b/src/Sylius/Bundle/CoreBundle/composer.json @@ -45,7 +45,7 @@ "sylius/currency-bundle": "^2.0", "sylius/customer-bundle": "^2.0", "sylius/fixtures-bundle": "^1.8", - "sylius/grid-bundle": "^1.12 || ^1.13@alpha", + "sylius/grid-bundle": "^1.13", "sylius/inventory-bundle": "^2.0", "sylius/locale-bundle": "^2.0", "sylius/mailer-bundle": "^2.1", @@ -55,7 +55,7 @@ "sylius/payum-bundle": "^2.0", "sylius/product-bundle": "^2.0", "sylius/promotion-bundle": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/review-bundle": "^2.0", "sylius/shipping-bundle": "^2.0", "sylius/state-machine-abstraction": "^2.0", diff --git a/src/Sylius/Bundle/CurrencyBundle/composer.json b/src/Sylius/Bundle/CurrencyBundle/composer.json index 3324971f6d..41c0d0df46 100644 --- a/src/Sylius/Bundle/CurrencyBundle/composer.json +++ b/src/Sylius/Bundle/CurrencyBundle/composer.json @@ -27,7 +27,7 @@ "require": { "php": "^8.2", "sylius/currency": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/intl": "^6.4.0 || ^7.1" }, diff --git a/src/Sylius/Bundle/CustomerBundle/composer.json b/src/Sylius/Bundle/CustomerBundle/composer.json index 7d9b1fc548..67eb4dc6e1 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": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "webmozart/assert": "^1.9" }, diff --git a/src/Sylius/Bundle/InventoryBundle/composer.json b/src/Sylius/Bundle/InventoryBundle/composer.json index 9bcdc03e00..d10d796582 100644 --- a/src/Sylius/Bundle/InventoryBundle/composer.json +++ b/src/Sylius/Bundle/InventoryBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "sylius/inventory": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/validator": "^6.4.0 || ^7.1" }, diff --git a/src/Sylius/Bundle/LocaleBundle/composer.json b/src/Sylius/Bundle/LocaleBundle/composer.json index b6549e5433..9ebb7d84e8 100644 --- a/src/Sylius/Bundle/LocaleBundle/composer.json +++ b/src/Sylius/Bundle/LocaleBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "sylius/locale": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/cache-contracts": "^2.5 || ^3.0", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, diff --git a/src/Sylius/Bundle/MoneyBundle/composer.json b/src/Sylius/Bundle/MoneyBundle/composer.json index 8c29bdd083..41ef9f9948 100644 --- a/src/Sylius/Bundle/MoneyBundle/composer.json +++ b/src/Sylius/Bundle/MoneyBundle/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.2", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/intl": "^6.4.0 || ^7.1", "webmozart/assert": "^1.9" diff --git a/src/Sylius/Bundle/OrderBundle/composer.json b/src/Sylius/Bundle/OrderBundle/composer.json index 746fec8e44..c99926d8ea 100644 --- a/src/Sylius/Bundle/OrderBundle/composer.json +++ b/src/Sylius/Bundle/OrderBundle/composer.json @@ -31,7 +31,7 @@ "stof/doctrine-extensions-bundle": "^1.4", "sylius/money-bundle": "^2.0", "sylius/order": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/service-contracts": "^2.5 || ^3.0" }, diff --git a/src/Sylius/Bundle/PaymentBundle/composer.json b/src/Sylius/Bundle/PaymentBundle/composer.json index bafefbc85b..14cc513864 100644 --- a/src/Sylius/Bundle/PaymentBundle/composer.json +++ b/src/Sylius/Bundle/PaymentBundle/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "sylius/payment": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, "conflict": { diff --git a/src/Sylius/Bundle/PayumBundle/composer.json b/src/Sylius/Bundle/PayumBundle/composer.json index 1e3d828558..dc15c0bfcb 100644 --- a/src/Sylius/Bundle/PayumBundle/composer.json +++ b/src/Sylius/Bundle/PayumBundle/composer.json @@ -35,7 +35,7 @@ "sylius/currency": "^2.0", "sylius/order-bundle": "^2.0", "sylius/payment-bundle": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "php-http/httplug": "^2.4" }, "require-dev": { diff --git a/src/Sylius/Bundle/ProductBundle/composer.json b/src/Sylius/Bundle/ProductBundle/composer.json index 67cc948a48..e962f63dd9 100644 --- a/src/Sylius/Bundle/ProductBundle/composer.json +++ b/src/Sylius/Bundle/ProductBundle/composer.json @@ -31,7 +31,7 @@ "sylius/attribute-bundle": "^2.0", "sylius/locale-bundle": "^2.0", "sylius/product": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Bundle/PromotionBundle/composer.json b/src/Sylius/Bundle/PromotionBundle/composer.json index 856c9b6e96..dcd8ee9b2e 100644 --- a/src/Sylius/Bundle/PromotionBundle/composer.json +++ b/src/Sylius/Bundle/PromotionBundle/composer.json @@ -32,7 +32,7 @@ "sylius/money-bundle": "^2.0", "sylius/promotion": "^2.0", "sylius/registry": "^1.6", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "symfony/clock": "^6.4.0 || ^7.1", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, diff --git a/src/Sylius/Bundle/ReviewBundle/composer.json b/src/Sylius/Bundle/ReviewBundle/composer.json index 85096b74f3..cd9fa3c0bc 100644 --- a/src/Sylius/Bundle/ReviewBundle/composer.json +++ b/src/Sylius/Bundle/ReviewBundle/composer.json @@ -41,7 +41,7 @@ "php": "^8.2", "stof/doctrine-extensions-bundle": "^1.4", "sylius/mailer-bundle": "^2.1", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/review": "^2.0", "sylius/user-bundle": "^2.0", "symfony/framework-bundle": "^6.4.1 || ^7.1" diff --git a/src/Sylius/Bundle/ShippingBundle/composer.json b/src/Sylius/Bundle/ShippingBundle/composer.json index 9439768aac..43aa98083b 100644 --- a/src/Sylius/Bundle/ShippingBundle/composer.json +++ b/src/Sylius/Bundle/ShippingBundle/composer.json @@ -31,7 +31,7 @@ "php": "^8.2", "stof/doctrine-extensions-bundle": "^1.4", "sylius/money-bundle": "^2.0", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/shipping": "^2.0", "symfony/clock": "^6.4.0 || ^7.1", "symfony/framework-bundle": "^6.4.1 || ^7.1" diff --git a/src/Sylius/Bundle/TaxationBundle/composer.json b/src/Sylius/Bundle/TaxationBundle/composer.json index 2a7379a809..347dbdaa82 100644 --- a/src/Sylius/Bundle/TaxationBundle/composer.json +++ b/src/Sylius/Bundle/TaxationBundle/composer.json @@ -30,7 +30,7 @@ "php": "^8.2", "stof/doctrine-extensions-bundle": "^1.4", "sylius/registry": "^1.6", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/taxation": "^2.0", "symfony/clock": "^6.4.0 || ^7.1", "symfony/framework-bundle": "^6.4.1 || ^7.1" diff --git a/src/Sylius/Bundle/TaxonomyBundle/composer.json b/src/Sylius/Bundle/TaxonomyBundle/composer.json index 56132ef67a..01d50a656e 100644 --- a/src/Sylius/Bundle/TaxonomyBundle/composer.json +++ b/src/Sylius/Bundle/TaxonomyBundle/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.2", "stof/doctrine-extensions-bundle": "^1.4", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/taxonomy": "^2.0", "symfony/framework-bundle": "^6.4.1 || ^7.1" }, diff --git a/src/Sylius/Bundle/UiBundle/composer.json b/src/Sylius/Bundle/UiBundle/composer.json index 39c1a09669..54b8393253 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 || ^5.0", "sylius-labs/polyfill-symfony-event-dispatcher": "^1.0.1", - "sylius/grid-bundle": "^1.12 || ^1.13@alpha", + "sylius/grid-bundle": "^1.13", "symfony/config": "^6.4.0 || ^7.1", "symfony/expression-language": "^6.4.0 || ^7.1", "symfony/framework-bundle": "^6.4.1 || ^7.1", diff --git a/src/Sylius/Bundle/UserBundle/composer.json b/src/Sylius/Bundle/UserBundle/composer.json index 137004c72e..3afb699851 100644 --- a/src/Sylius/Bundle/UserBundle/composer.json +++ b/src/Sylius/Bundle/UserBundle/composer.json @@ -41,7 +41,7 @@ "doctrine/orm": "^2.13", "egulias/email-validator": "^3.1", "sylius/mailer-bundle": "^2.1", - "sylius/resource-bundle": "^1.11 || ^1.12@alpha", + "sylius/resource-bundle": "^1.12", "sylius/user": "^2.0", "symfony/framework-bundle": "^6.4.1 || ^7.1", "symfony/password-hasher": "^6.4.0 || ^7.1", diff --git a/src/Sylius/Component/Addressing/composer.json b/src/Sylius/Component/Addressing/composer.json index 6f9b6e2a67..f822da5e06 100644 --- a/src/Sylius/Component/Addressing/composer.json +++ b/src/Sylius/Component/Addressing/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/intl": "^6.4.0 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Component/Attribute/composer.json b/src/Sylius/Component/Attribute/composer.json index 80d664e36c..e1abaa84d7 100644 --- a/src/Sylius/Component/Attribute/composer.json +++ b/src/Sylius/Component/Attribute/composer.json @@ -28,7 +28,7 @@ "php": "^8.2", "doctrine/collections": "^1.6", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/validator": "^6.4.0 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Component/Channel/composer.json b/src/Sylius/Component/Channel/composer.json index e22133fedc..d4255fb330 100644 --- a/src/Sylius/Component/Channel/composer.json +++ b/src/Sylius/Component/Channel/composer.json @@ -28,7 +28,7 @@ ], "require": { "php": "^8.2", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/form": "^6.4.1 || ^7.1", "symfony/http-foundation": "^6.4.0 || ^7.1", "laminas/laminas-stdlib": "^3.3.1" diff --git a/src/Sylius/Component/Core/composer.json b/src/Sylius/Component/Core/composer.json index 424d2692f0..cb36552c6e 100644 --- a/src/Sylius/Component/Core/composer.json +++ b/src/Sylius/Component/Core/composer.json @@ -46,7 +46,7 @@ "sylius/product": "^2.0", "sylius/promotion": "^2.0", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "sylius/review": "^2.0", "sylius/shipping": "^2.0", "sylius/state-machine-abstraction": "^2.0", diff --git a/src/Sylius/Component/Currency/composer.json b/src/Sylius/Component/Currency/composer.json index 24801bc891..bfdef74ce4 100644 --- a/src/Sylius/Component/Currency/composer.json +++ b/src/Sylius/Component/Currency/composer.json @@ -26,7 +26,7 @@ ], "require": { "php": "^8.2", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/intl": "^6.4.0 || ^7.1", "laminas/laminas-stdlib": "^3.3.1" }, diff --git a/src/Sylius/Component/Customer/composer.json b/src/Sylius/Component/Customer/composer.json index 27efe0f9c6..4bfe569d2b 100644 --- a/src/Sylius/Component/Customer/composer.json +++ b/src/Sylius/Component/Customer/composer.json @@ -33,7 +33,7 @@ "require": { "php": "^8.2", "doctrine/collections": "^1.6", - "sylius/resource": "^1.12@alpha" + "sylius/resource": "^1.12" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Inventory/composer.json b/src/Sylius/Component/Inventory/composer.json index a6790ebb2a..8b66086507 100644 --- a/src/Sylius/Component/Inventory/composer.json +++ b/src/Sylius/Component/Inventory/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.2", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "webmozart/assert": "^1.9" }, "require-dev": { diff --git a/src/Sylius/Component/Locale/composer.json b/src/Sylius/Component/Locale/composer.json index e34a2fd7e3..d696537037 100644 --- a/src/Sylius/Component/Locale/composer.json +++ b/src/Sylius/Component/Locale/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.2", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/intl": "^6.4.0 || ^7.1", "laminas/laminas-stdlib": "^3.3.1" }, diff --git a/src/Sylius/Component/Order/composer.json b/src/Sylius/Component/Order/composer.json index ab6351c39e..737351d28a 100644 --- a/src/Sylius/Component/Order/composer.json +++ b/src/Sylius/Component/Order/composer.json @@ -27,7 +27,7 @@ ], "require": { "php": "^8.2", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "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 877600569b..50573abf2c 100644 --- a/src/Sylius/Component/Payment/composer.json +++ b/src/Sylius/Component/Payment/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha" + "sylius/resource": "^1.12" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Product/composer.json b/src/Sylius/Component/Product/composer.json index 771787d1d9..de78aa29f2 100644 --- a/src/Sylius/Component/Product/composer.json +++ b/src/Sylius/Component/Product/composer.json @@ -31,7 +31,7 @@ "php": "^8.2", "behat/transliterator": "^1.3", "sylius/attribute": "^2.0", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/polyfill-iconv": "^1.28", "webmozart/assert": "^1.9" }, diff --git a/src/Sylius/Component/Promotion/composer.json b/src/Sylius/Component/Promotion/composer.json index 2e12157c34..069ba837c7 100644 --- a/src/Sylius/Component/Promotion/composer.json +++ b/src/Sylius/Component/Promotion/composer.json @@ -28,7 +28,7 @@ "php": "^8.2", "doctrine/orm": "^2.13", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha" + "sylius/resource": "^1.12" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Review/composer.json b/src/Sylius/Component/Review/composer.json index 4e9db2398e..368e8aad58 100644 --- a/src/Sylius/Component/Review/composer.json +++ b/src/Sylius/Component/Review/composer.json @@ -39,7 +39,7 @@ "require": { "php": "^8.2", "doctrine/collections": "^1.6", - "sylius/resource": "^1.12@alpha" + "sylius/resource": "^1.12" }, "require-dev": { "phpspec/phpspec": "^7.2" diff --git a/src/Sylius/Component/Shipping/composer.json b/src/Sylius/Component/Shipping/composer.json index 5c2cf4d9c5..4843077fed 100644 --- a/src/Sylius/Component/Shipping/composer.json +++ b/src/Sylius/Component/Shipping/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.2", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/options-resolver": "^6.4.0 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Component/Taxation/composer.json b/src/Sylius/Component/Taxation/composer.json index 2de234403f..36a65a35f9 100644 --- a/src/Sylius/Component/Taxation/composer.json +++ b/src/Sylius/Component/Taxation/composer.json @@ -30,7 +30,7 @@ "require": { "php": "^8.2", "sylius/registry": "^1.6", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/clock": "^6.4.0 || ^7.1" }, "require-dev": { diff --git a/src/Sylius/Component/Taxonomy/composer.json b/src/Sylius/Component/Taxonomy/composer.json index c0625ff876..8dba88eb7c 100644 --- a/src/Sylius/Component/Taxonomy/composer.json +++ b/src/Sylius/Component/Taxonomy/composer.json @@ -28,7 +28,7 @@ "require": { "php": "^8.2", "behat/transliterator": "^1.3", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "webmozart/assert": "^1.9" }, "require-dev": { diff --git a/src/Sylius/Component/User/composer.json b/src/Sylius/Component/User/composer.json index 0420879511..a775ccbbb1 100644 --- a/src/Sylius/Component/User/composer.json +++ b/src/Sylius/Component/User/composer.json @@ -36,7 +36,7 @@ "php": "^8.2", "doctrine/collections": "^1.6", "phpunit/phpunit": "^9.5", - "sylius/resource": "^1.12@alpha", + "sylius/resource": "^1.12", "symfony/polyfill-mbstring": "^1.28", "symfony/security-core": "^6.4.0 || ^7.1" }, diff --git a/symfony.lock b/symfony.lock index 095b17d99f..de0e079fb1 100644 --- a/symfony.lock +++ b/symfony.lock @@ -412,9 +412,6 @@ "ref": "c276fa48d4713de91eb410289b3b1834acb7e403" } }, - "polishsymfonycommunity/symfony-mocker-container": { - "version": "v1.0.2" - }, "psr/cache": { "version": "1.0.1" }, @@ -511,9 +508,6 @@ "ref": "6c1ceb662f8997085f739cd089bfbef67f245983" } }, - "stripe/stripe-php": { - "version": "v4.13.0" - }, "sylius-labs/association-hydrator": { "version": "v1.1.0" },