mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
Allow symfony/string ^8.0 in Product and Taxonomy components
This commit is contained in:
parent
e595246866
commit
498558431d
2 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@
|
|||
"sylius/resource": "^1.12",
|
||||
"symfony/polyfill-iconv": "^1.31",
|
||||
"webmozart/assert": "^1.11",
|
||||
"symfony/string": "^6.4 || ^7.4"
|
||||
"symfony/string": "^6.4 || ^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.5"
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
"behat/transliterator": "^1.5",
|
||||
"sylius/resource": "^1.12",
|
||||
"webmozart/assert": "^1.11",
|
||||
"symfony/string": "^6.4 || ^7.4"
|
||||
"symfony/string": "^6.4 || ^7.4 || ^8.0"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.5"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue