TASK: install t3o/test-helpers
... | ... | @@ -23,6 +23,10 @@ |
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/test-helpers.git" | ||
} | ||
], | ||
"support": { | ||
... | ... | @@ -62,6 +66,7 @@ |
"punktde/codeception-mailhog": "^1.1.0", | ||
"codeception/codeception": "^3.1", | ||
"neos/utility-arrays": "^6.0", | ||
"neos/utility-files": "^6.0" | ||
"neos/utility-files": "^6.0", | ||
"t3o/test-helpers": "dev-master" | ||
} | ||
} |
Please register or sign in to comment