mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-14 10:36:09 +01:00
77 lines
2.5 KiB
JSON
77 lines
2.5 KiB
JSON
{
|
|
"name": "danielsiepmann/tracking",
|
|
"description": "Tracking for TYPO3",
|
|
"type": "typo3-cms-extension",
|
|
"license": "GPL-2.0-or-later",
|
|
"homepage": "https://daniel-siepmann.de/projects/typo3-extension-tracking.html",
|
|
"support": {
|
|
"email": "coding@daniel-siepmann.de",
|
|
"source": "https://github.com/DanielSiepmann/tracking/",
|
|
"issues": "https://github.com/DanielSiepmann/tracking/issues"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"DanielSiepmann\\Tracking\\": "Classes/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"DanielSiepmann\\Tracking\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
|
"ext-mbstring": "*",
|
|
"doctrine/dbal": "^2.12 || ^3.3 || 4.0.0-RC2@rc",
|
|
"psr/http-message": "^1.0",
|
|
"psr/http-server-handler": "^1.0",
|
|
"psr/http-server-middleware": "^1.0",
|
|
"symfony/console": "^5.2 || ^6.1 || ^7.0",
|
|
"symfony/expression-language": "^5.2 || ^6.1 || ^7.0",
|
|
"typo3/cms-backend": "^12.4 || ^13.0",
|
|
"typo3/cms-core": "^12.4 || ^13.0",
|
|
"typo3/cms-dashboard": "^12.4 || ^13.0"
|
|
},
|
|
"require-dev": {
|
|
"codappix/typo3-php-datasets": "^1.3",
|
|
"cweagans/composer-patches": "^1.7",
|
|
"friendsofphp/php-cs-fixer": "^3.14",
|
|
"jangregor/phpstan-prophecy": "^1.0",
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"phpstan/phpstan": "^1.10",
|
|
"phpunit/phpunit": "^10.1",
|
|
"typo3/testing-framework": "^8.0"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
"[ -L .Build/web/typo3conf/ext/tracking ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/tracking"
|
|
]
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"app-dir": ".Build",
|
|
"extension-key": "tracking",
|
|
"web-dir": ".Build/web"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"lock": false,
|
|
"allow-plugins": {
|
|
"typo3/class-alias-loader": true,
|
|
"typo3/cms-composer-installers": true,
|
|
"cweagans/composer-patches": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
}
|
|
}
|