2021-02-01 09:04:10 +01:00
|
|
|
{
|
|
|
|
"name": "werkraummedia/thuecat",
|
|
|
|
"description": "Integration of ThueCat into TYPO3 CMS.",
|
|
|
|
"type": "typo3-cms-extension",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"homepage": "https://github.com/werkraum-media/thuecat",
|
|
|
|
"support": {
|
|
|
|
"email": "coding@daniel-siepmann.de",
|
|
|
|
"source": "https://github.com/werkraum-media/thuecat",
|
|
|
|
"issues": "https://github.com/werkraum-media/thuecat/issues"
|
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de"
|
|
|
|
}
|
|
|
|
],
|
2021-02-01 14:14:05 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"WerkraumMedia\\ThueCat\\": "Classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"WerkraumMedia\\ThueCat\\Tests\\": "Tests/"
|
|
|
|
}
|
|
|
|
},
|
2021-02-01 09:04:10 +01:00
|
|
|
"require": {
|
2021-02-01 14:14:05 +01:00
|
|
|
"php": "^7.4",
|
2021-02-03 14:41:50 +01:00
|
|
|
"ext-json": "*",
|
2021-02-01 14:14:05 +01:00
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0",
|
|
|
|
"symfony/console": "^5.2",
|
2021-02-03 14:41:50 +01:00
|
|
|
"symfony/dependency-injection": "^5.2",
|
|
|
|
"typo3/cms-backend": "^10.4",
|
2021-02-01 14:14:05 +01:00
|
|
|
"typo3/cms-core": "^10.4",
|
|
|
|
"typo3/cms-extbase": "^10.4"
|
2021-02-01 09:04:10 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2021-02-03 15:05:35 +01:00
|
|
|
"friendsoftypo3/phpstan-typo3": "^0.6.0",
|
|
|
|
"jangregor/phpstan-prophecy": "^0.8.1",
|
2021-02-01 09:04:10 +01:00
|
|
|
"maglnet/composer-require-checker": "^2.1",
|
|
|
|
"phpspec/prophecy-phpunit": "^2.0",
|
2021-02-03 15:05:35 +01:00
|
|
|
"phpstan/extension-installer": "^1.1",
|
|
|
|
"phpstan/phpstan": "^0.12.71",
|
2021-02-01 14:14:05 +01:00
|
|
|
"phpunit/phpunit": "^9.5",
|
|
|
|
"symplify/easy-coding-standard": "^9.0",
|
|
|
|
"typo3/testing-framework": "^6.6"
|
2021-02-01 09:04:10 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"TYPO3\\TestingFramework\\Composer\\ExtensionTestEnvironment::prepare"
|
|
|
|
]
|
|
|
|
},
|
2021-02-03 15:05:35 +01:00
|
|
|
"config": {
|
|
|
|
"sort-packages": true
|
|
|
|
},
|
2021-02-01 09:04:10 +01:00
|
|
|
"extra": {
|
|
|
|
"typo3/cms": {
|
|
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
|
|
"extension-key": "thuecat",
|
|
|
|
"web-dir": ".Build/web"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|