Skip to content

Commit

Permalink
refactor #13622 Update ResourceBundle and GridBundle (Zales0123)
Browse files Browse the repository at this point in the history
This PR was merged into the 1.10-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | 1.11
| Bug fix?        | no
| New feature?    | yes (well, new features in bundles 😄)
| BC breaks?      | no
| Deprecations?   | no
| Related tickets | 
| License         | MIT

~This PR is to see does the current Sylius 1.11 works with upcoming SyliusResourceBundle and SyliusGridBundle versions 🖖 Also would tell us what we need to do more (either in bundles or Sylius itself). Would be great to have this support in 1.11 🚀~

UPDATE: We didn't manage to put it in 1.11 💃 But 1.12 is still great. I thought about not bumping the required versions, but that would need us to create another level of build matrix and would eventually result in a workflow nightmare. I believe it's a fair assumption we would like to go with new, modern grid and resource versions 🖖 

Commits
-------

e58150b Update ResourceBundle and GridBundle
  • Loading branch information
lchrusciel committed May 4, 2022
2 parents b00b020 + e58150b commit 256430e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"ext-intl": "*",
"ext-json": "*",
"api-platform/core": "^2.6",
"babdev/pagerfanta-bundle": "^2.5",
"babdev/pagerfanta-bundle": "^3.0",
"behat/transliterator": "^1.3",
"doctrine/collections": "^1.6",
"doctrine/common": "^3.2",
Expand Down Expand Up @@ -58,6 +58,7 @@
"laminas/laminas-stdlib": "^3.3.1",
"lexik/jwt-authentication-bundle": "^2.11",
"liip/imagine-bundle": "^2.3",
"pagerfanta/pagerfanta": "^3.0",
"payum/payum": "^1.7",
"payum/payum-bundle": "^2.4",
"php-http/guzzle6-adapter": "^2.0",
Expand All @@ -75,13 +76,13 @@
"sylius-labs/polyfill-symfony-security": "^1.0",
"sylius/calendar": "^0.3",
"sylius/fixtures-bundle": "^1.6.1",
"sylius/grid": "^1.8",
"sylius/grid-bundle": "^1.8",
"sylius/grid": "^1.11",
"sylius/grid-bundle": "^1.11",
"sylius/mailer": "^1.5",
"sylius/mailer-bundle": "^1.5",
"sylius/registry": "^1.5",
"sylius/resource": "^1.7",
"sylius/resource-bundle": "^1.7",
"sylius/resource": "^1.9",
"sylius/resource-bundle": "^1.9",
"sylius/theme-bundle": "^2.1.1",
"symfony/asset": "^5.4",
"symfony/config": "^5.4",
Expand Down Expand Up @@ -131,7 +132,7 @@
"willdurand/hateoas": "^3.0",
"willdurand/hateoas-bundle": "^2.0",
"winzou/state-machine": "^0.4",
"winzou/state-machine-bundle": "^0.5"
"winzou/state-machine-bundle": "^0.6"
},
"replace": {
"sylius/addressing": "self.version",
Expand Down
2 changes: 1 addition & 1 deletion symfony.lock
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@
"version": "1.0.0"
},
"pagerfanta/pagerfanta": {
"version": "v2.4.1"
"version": "v3.5.2"
},
"paragonie/random_compat": {
"version": "v2.0.18"
Expand Down

0 comments on commit 256430e

Please sign in to comment.