[API] Temporarily use resource-bundle fork to fix Symfony 8 constraint loading

This commit is contained in:
Grzegorz Sadowski 2026-06-19 22:24:18 +02:00
parent 7b23e45bdd
commit e3f8cfbf34
No known key found for this signature in database
GPG key ID: EF87FF4E6E3BD364

View file

@ -39,6 +39,7 @@
"nelmio/alice": "^3.13",
"phparkitect/phparkitect": "^0.8",
"phpunit/phpunit": "^11.5",
"sylius/resource-bundle": "dev-fix-validators-for-symfony-8 as 1.14",
"symfony/browser-kit": "^6.4 || ^7.4 || ^8.0",
"symfony/debug-bundle": "^6.4 || ^7.4 || ^8.0",
"symfony/dotenv": "^6.4 || ^7.4 || ^8.0",
@ -76,6 +77,10 @@
{
"type": "path",
"url": "../../*/*"
},
{
"type": "vcs",
"url": "https://github.com/TheMilek/SyliusResourceBundle.git"
}
],
"minimum-stability": "dev",