{ "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": "~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0", "ext-mbstring": "*", "doctrine/dbal": "^2.12 || ^3.3", "psr/http-message": "^1.0", "psr/http-server-handler": "^1.0", "psr/http-server-middleware": "^1.0", "symfony/console": "^5.2 || ^6.1", "symfony/expression-language": "^5.2 || ^6.1", "typo3/cms-backend": "^11.5 || ^12.4", "typo3/cms-core": "^11.5 || ^12.4", "typo3/cms-dashboard": "^11.5 || ^12.4" }, "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.8.7", "phpunit/phpunit": "^9.0", "typo3/testing-framework": "^7.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" }, "composer-exit-on-patch-failure": true, "patches": { }, "branch-alias": { "dev-main": "1.0.x-dev" } }, "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, "sbuerk/typo3-cmscomposerinstallers-testingframework-bridge": true } } }