[Composer] Bump Resource and Grid bundles to the last stable releases (#17147)

| Q               | A
|-----------------|-----
| Branch?         | 2.0
| Bug fix?        | no
| New feature?    | no
| BC breaks?      | no
| Deprecations? | no<!-- don't forget to update the UPGRADE-*.md file
-->
| Related tickets | 
| License         | MIT

<!--
 - Bug fixes must be submitted against the 1.13 branch
 - Features and deprecations must be submitted against the 1.14 branch
- Features, removing deprecations and BC breaks must be submitted
against the 2.0 branch
 - Make sure that the correct base branch is set

To be sure you are not breaking any Backward Compatibilities, check the
documentation:

https://docs.sylius.com/en/latest/book/organization/backward-compatibility-promise.html
-->
This commit is contained in:
Michał Pysiak 2024-10-09 06:39:44 +02:00 committed by GitHub
commit 8fa7fbe2dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
39 changed files with 42 additions and 48 deletions

View file

@ -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",

View file

@ -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"
},

View file

@ -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": {

View file

@ -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": {

View file

@ -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",

View file

@ -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"
},

View file

@ -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"
},

View file

@ -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"
},

View file

@ -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"
},

View file

@ -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"

View file

@ -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"
},

View file

@ -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": {

View file

@ -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": {

View file

@ -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": {

View file

@ -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"
},

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"
},

View file

@ -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",

View file

@ -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",

View file

@ -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": {

View file

@ -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": {

View file

@ -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"

View file

@ -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",

View file

@ -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"
},

View file

@ -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"

View file

@ -27,7 +27,7 @@
],
"require": {
"php": "^8.2",
"sylius/resource": "^1.12@alpha",
"sylius/resource": "^1.12",
"webmozart/assert": "^1.9"
},
"require-dev": {

View file

@ -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"
},

View file

@ -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"
},

View file

@ -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"

View file

@ -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"
},

View file

@ -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"

View file

@ -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"

View file

@ -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": {

View file

@ -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": {

View file

@ -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": {

View file

@ -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"
},

View file

@ -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"
},