diff --git a/composer.json b/composer.json index b47cae3..188a3eb 100644 --- a/composer.json +++ b/composer.json @@ -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": {