mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-22 05:56:08 +01:00
Use custom fork of typo3/testing-framework for now
This includes a bug fix to allow execution of functional tests. The fix is already open as PR in the upstream repo.
This commit is contained in:
parent
8103025899
commit
337f0b1098
1 changed files with 7 additions and 1 deletions
|
@ -4,6 +4,12 @@
|
||||||
"type": "typo3-cms-extension",
|
"type": "typo3-cms-extension",
|
||||||
"license": "GPL-2.0-or-later",
|
"license": "GPL-2.0-or-later",
|
||||||
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
||||||
|
"repositories": [
|
||||||
|
{
|
||||||
|
"type": "vcs",
|
||||||
|
"url": "https://github.com/DanielSiepmann/testing-framework.git"
|
||||||
|
}
|
||||||
|
],
|
||||||
"support": {
|
"support": {
|
||||||
"email": "coding@daniel-siepmann.de",
|
"email": "coding@daniel-siepmann.de",
|
||||||
"source": "https://github.com/DanielSiepmann/tracking/",
|
"source": "https://github.com/DanielSiepmann/tracking/",
|
||||||
|
@ -44,7 +50,7 @@
|
||||||
"phpstan/extension-installer": "^1.0",
|
"phpstan/extension-installer": "^1.0",
|
||||||
"jangregor/phpstan-prophecy": "^0.8.1",
|
"jangregor/phpstan-prophecy": "^0.8.1",
|
||||||
"phpspec/prophecy-phpunit": "^2.0",
|
"phpspec/prophecy-phpunit": "^2.0",
|
||||||
"typo3/testing-framework": "^6.8.2",
|
"typo3/testing-framework": "dev-bugfix/add-missing-composer-dependency-to-sysext-install as 6.11.x-dev",
|
||||||
"saschaegerer/phpstan-typo3": "^0.13.1",
|
"saschaegerer/phpstan-typo3": "^0.13.1",
|
||||||
"symplify/easy-coding-standard": "^9.3",
|
"symplify/easy-coding-standard": "^9.3",
|
||||||
"cweagans/composer-patches": "^1.7"
|
"cweagans/composer-patches": "^1.7"
|
||||||
|
|
Loading…
Reference in a new issue