mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-05 20:57:12 +00:00
[Composer] Use resource-bundle 1.14.x-dev from upstream instead of fork
This commit is contained in:
parent
b5aa65a530
commit
4ec9782269
2 changed files with 2 additions and 10 deletions
|
|
@ -80,7 +80,7 @@
|
|||
"sylius/mailer-bundle": "^2.1",
|
||||
"sylius/registry": "^1.6",
|
||||
"sylius/resource": "^1.12",
|
||||
"sylius/resource-bundle": "dev-fix-validators-for-symfony-8 as 1.14",
|
||||
"sylius/resource-bundle": "1.14.x-dev as 1.14.2",
|
||||
"sylius/theme-bundle": "^2.4",
|
||||
"sylius/twig-extra": "^0.9 || ^0.10 || ^0.11",
|
||||
"sylius/twig-hooks": "^0.9 || ^0.10 || ^0.11",
|
||||
|
|
@ -250,10 +250,6 @@
|
|||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/Kocal/FriendsOfBehat-SymfonyExtension.git"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/TheMilek/SyliusResourceBundle.git"
|
||||
}
|
||||
],
|
||||
"config": {
|
||||
|
|
|
|||
|
|
@ -39,7 +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",
|
||||
"sylius/resource-bundle": "1.14.x-dev as 1.14.2",
|
||||
"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",
|
||||
|
|
@ -77,10 +77,6 @@
|
|||
{
|
||||
"type": "path",
|
||||
"url": "../../*/*"
|
||||
},
|
||||
{
|
||||
"type": "vcs",
|
||||
"url": "https://github.com/TheMilek/SyliusResourceBundle.git"
|
||||
}
|
||||
],
|
||||
"minimum-stability": "dev",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue