Update t3o extensions and use composer repository type
Showing
... | ... | @@ -17,16 +17,8 @@ |
"url": "extensions/*" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/t3olayout.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/gitlab_api.git" | ||
}, | ||
{ | ||
"type": "vcs", | ||
"url": "https://git-t3o.typo3.org/t3o/test-helpers.git" | ||
"type": "composer", | ||
"url": "https://gitlab.typo3.org/api/v4/group/560/-/packages/composer/" | ||
} | ||
], | ||
"require": { | ||
... | ... | @@ -62,7 +54,7 @@ |
"punktde/codeception-database": "^2.0", | ||
"punktde/codeception-filesystem": "^2.0", | ||
"punktde/codeception-webdriver": "^2.2", | ||
"t3o/test-helpers": "dev-master" | ||
"t3o/test-helpers": "dev-main" | ||
}, | ||
"config": { | ||
"store-auths": false, | ||
... | ... |
Please register or sign in to comment