Allow symfony/string ^8.0 in Product and Taxonomy components

This commit is contained in:
Grzegorz Sadowski 2026-06-19 22:09:48 +02:00
parent e595246866
commit 498558431d
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364
2 changed files with 2 additions and 2 deletions

View file

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

View file

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