mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 09:02:12 +00:00
Merge branch '1.12' into 1.13
* 1.12: Update UPGRADE-1.12.md Update Component/Core composer.json Update OrderBundle composer.json Update composer.json
This commit is contained in:
commit
ce70d2b629
4 changed files with 4 additions and 4 deletions
|
|
@ -4,7 +4,7 @@
|
|||
constructor argument has been made optional and is `null` by default, subsequently the first argument of
|
||||
`sylius.form.type.attribute_type.select.choices_collection` has been removed.
|
||||
|
||||
# UPGRADE FROM `v1.12.8` TO `v1.12.9`
|
||||
# UPGRADE FROM `v1.12.9` TO `v1.12.10`
|
||||
|
||||
1. The `Sylius\Component\Core\OrderProcessing\OrderPaymentProcessor` constructor has been changed:
|
||||
```diff
|
||||
|
|
|
|||
|
|
@ -126,7 +126,7 @@
|
|||
"symfony/security-csrf": "^5.4.21 || ^6.0",
|
||||
"symfony/security-http": "^5.4.21 || ^6.0",
|
||||
"symfony/serializer": "^5.4.21 || ^6.0",
|
||||
"symfony/service-contracts": "^2.5",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/string": "^5.4.21 || ^6.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0",
|
||||
"symfony/translation": "^5.4.21 || ^6.0",
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/order": "^1.12",
|
||||
"sylius/resource-bundle": "^1.9",
|
||||
"symfony/framework-bundle": "^5.4.21 || ^6.0",
|
||||
"symfony/service-contracts": "^2.5",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/templating": "^5.4.21 || ^6.0"
|
||||
},
|
||||
"conflict": {
|
||||
|
|
|
|||
|
|
@ -55,7 +55,7 @@
|
|||
"symfony/http-client": "^5.4.21 || ^6.0",
|
||||
"symfony/http-foundation": "^5.4.21 || ^6.0",
|
||||
"symfony/mime": "^5.4.21 || ^6.0",
|
||||
"symfony/service-contracts": "^2.5",
|
||||
"symfony/service-contracts": "^2.5 || ^3.0",
|
||||
"symfony/string": "^5.4.21 || ^6.0",
|
||||
"webmozart/assert": "^1.9",
|
||||
"laminas/laminas-stdlib": "^3.3.1"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue