mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[API] Temporarily use resource-bundle fork to fix Symfony 8 constraint loading
This commit is contained in:
parent
7b23e45bdd
commit
e3f8cfbf34
1 changed files with 5 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
"nelmio/alice": "^3.13",
|
"nelmio/alice": "^3.13",
|
||||||
"phparkitect/phparkitect": "^0.8",
|
"phparkitect/phparkitect": "^0.8",
|
||||||
"phpunit/phpunit": "^11.5",
|
"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/browser-kit": "^6.4 || ^7.4 || ^8.0",
|
||||||
"symfony/debug-bundle": "^6.4 || ^7.4 || ^8.0",
|
"symfony/debug-bundle": "^6.4 || ^7.4 || ^8.0",
|
||||||
"symfony/dotenv": "^6.4 || ^7.4 || ^8.0",
|
"symfony/dotenv": "^6.4 || ^7.4 || ^8.0",
|
||||||
|
|
@ -76,6 +77,10 @@
|
||||||
{
|
{
|
||||||
"type": "path",
|
"type": "path",
|
||||||
"url": "../../*/*"
|
"url": "../../*/*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/TheMilek/SyliusResourceBundle.git"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"minimum-stability": "dev",
|
"minimum-stability": "dev",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue