Hot-fix with symfony mockery container

This commit is contained in:
Mateusz Zalewski 2022-09-14 10:04:53 +02:00
parent 28a6459c0d
commit 9bf0868092
No known key found for this signature in database
GPG key ID: 9BECA0BB71612E52

View file

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