mirror of
https://github.com/elyby/accounts.git
synced 2024-11-08 21:52:33 +05:30
Зафиксирована версия codeception, так как в 2.2.11 поломали совместимость с fixtures
Добавлена библиотека для мока php функций
This commit is contained in:
parent
0cf68a6360
commit
27440481f5
@ -37,11 +37,12 @@
|
||||
"yiisoft/yii2-debug": "*",
|
||||
"yiisoft/yii2-faker": "*",
|
||||
"flow/jsonpath": "^0.3.1",
|
||||
"codeception/codeception": "~2.2.4",
|
||||
"codeception/codeception": "2.2.10",
|
||||
"codeception/specify": "*",
|
||||
"codeception/verify": "*",
|
||||
"phploc/phploc": "^3.0.1",
|
||||
"mockery/mockery": "1.0.0-alpha1"
|
||||
"mockery/mockery": "1.0.0-alpha1",
|
||||
"php-mock/php-mock-mockery": "dev-mockery-1.0.0#03956ed4b34ae25bc20a0677500f4f4b416f976c"
|
||||
},
|
||||
"config": {
|
||||
"process-timeout": 1800
|
||||
@ -62,6 +63,10 @@
|
||||
{
|
||||
"type": "git",
|
||||
"url": "git@gitlab.ely.by:elyby/oauth2-server.git"
|
||||
},
|
||||
{
|
||||
"type": "git",
|
||||
"url": "git@github.com:erickskrauch/php-mock-mockery.git"
|
||||
}
|
||||
],
|
||||
"scripts": {
|
||||
|
Loading…
Reference in New Issue
Block a user