Skip to content

Commit

Permalink
bug #266 [Maintenance] Route updated, force up-to-date sylius/sylius …
Browse files Browse the repository at this point in the history
…(Rafikooo)

This PR was merged into the 1.5-dev branch.

Discussion
----------

| Q               | A
| --------------- | -----
| Branch?         | master
| Bug fix?        | yes
| New feature?    | no

Fixes an issue with adding products to a card and an issue with the `/` route

Commits
-------

5cb7c0e [Maintenance] Route updated, force up-to-date sylius/sylius
  • Loading branch information
TheMilek authored Oct 25, 2022
2 parents 0695c70 + 5cb7c0e commit f44ed64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"phpseclib/phpseclib": "^2.0",
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
"sylius-labs/doctrine-migrations-extra-bundle": "^0.1.4 || ^0.2",
"sylius/sylius": "~1.11.0 || 1.12.x-dev",
"sylius/sylius": "~1.11.0 || v1.12.0-rc.1",
"symfony/mailer": "^5.4 || ^6.0"
},
"require-dev": {
Expand Down
2 changes: 1 addition & 1 deletion tests/Application/config/routes/sylius_shop.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ sylius_shop_default_locale:
path: /
methods: [GET]
defaults:
_controller: sylius.controller.shop.locale_switch:switchAction
_controller: sylius.controller.shop.locale_switch::switchAction

sylius_shop_request_password_reset_token_redirect:
path: /.well-known/change-password
Expand Down

0 comments on commit f44ed64

Please sign in to comment.