mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
Hot-fix with symfony mockery container
This commit is contained in:
parent
28a6459c0d
commit
9bf0868092
1 changed files with 5 additions and 2 deletions
|
|
@ -220,7 +220,7 @@
|
|||
"phpstan/phpstan": "1.5.4",
|
||||
"phpstan/phpstan-doctrine": "1.3.2",
|
||||
"phpunit/phpunit": "^8.5",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
|
||||
"polishsymfonycommunity/symfony-mocker-container": "dev-support-symfony-6",
|
||||
"psalm/plugin-mockery": "0.7.0",
|
||||
"psr/event-dispatcher": "^1.0",
|
||||
"rector/rector": "^0.12.20",
|
||||
|
|
@ -331,5 +331,8 @@
|
|||
"cache:clear": "symfony-cmd",
|
||||
"assets:install %PUBLIC_DIR%": "symfony-cmd"
|
||||
}
|
||||
}
|
||||
},
|
||||
"repositories": [
|
||||
{ "type": "vcs", "url": "git@github.com:Zales0123/SymfonyMockerContainer.git" }
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue