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": {
|
2021-06-01 09:45:54 +02:00
|
|
|
"docs": "https://docs.typo3.org/p/werkraummedia/thuecat/master/en-us/",
|
2021-02-01 09:04:10 +01:00
|
|
|
"email": "coding@daniel-siepmann.de",
|
2021-06-01 09:45:54 +02:00
|
|
|
"issues": "https://github.com/werkraum-media/thuecat/issues",
|
|
|
|
"source": "https://github.com/werkraum-media/thuecat"
|
2021-02-01 09:04:10 +01:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
2022-04-11 09:57:51 +02:00
|
|
|
"email": "coding@daniel-siepmann.de",
|
|
|
|
"homepage": "https://daniel-siepmann.de/",
|
|
|
|
"role": "Developer"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Carlos Pozo",
|
|
|
|
"email": "carlosricardo.pozo@hotmail.com",
|
|
|
|
"homepage": "https://codebycarlos.com/",
|
|
|
|
"role": "Templater"
|
2021-02-01 09:04:10 +01:00
|
|
|
}
|
|
|
|
],
|
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": {
|
2023-01-31 07:51:13 +01:00
|
|
|
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
|
2021-02-03 14:41:50 +01:00
|
|
|
"ext-json": "*",
|
2021-08-05 15:18:39 +02:00
|
|
|
"ext-mbstring": "*",
|
2021-02-01 14:14:05 +01:00
|
|
|
"psr/http-client": "^1.0",
|
|
|
|
"psr/http-factory": "^1.0",
|
|
|
|
"psr/http-message": "^1.0",
|
2021-09-02 10:02:24 +02:00
|
|
|
"psr/log": "^1.1",
|
2021-02-01 14:14:05 +01:00
|
|
|
"symfony/console": "^5.2",
|
2021-02-03 14:41:50 +01:00
|
|
|
"symfony/dependency-injection": "^5.2",
|
2022-09-13 09:44:54 +02:00
|
|
|
"symfony/polyfill-php80": "^1.26",
|
2021-08-05 15:18:39 +02:00
|
|
|
"symfony/property-access": "^5.3",
|
|
|
|
"symfony/property-info": "^5.3",
|
|
|
|
"symfony/serializer": "^5.3",
|
2022-09-13 09:05:47 +02:00
|
|
|
"typo3/cms-backend": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-core": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-extbase": "^10.4 || ^11.5",
|
|
|
|
"typo3/cms-frontend": "^10.4 || ^11.5"
|
2021-02-01 09:04:10 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2023-01-31 07:51:13 +01:00
|
|
|
"codeception/codeception": "^4.2",
|
|
|
|
"codeception/module-webdriver": "^2.0",
|
2022-09-13 09:05:47 +02:00
|
|
|
"jangregor/phpstan-prophecy": "^1.0",
|
2021-02-03 15:05:35 +01:00
|
|
|
"phpstan/extension-installer": "^1.1",
|
2022-09-13 09:05:47 +02:00
|
|
|
"phpstan/phpstan": "1.1.0",
|
|
|
|
"phpstan/phpstan-phpunit": "^1.0",
|
2021-09-09 15:09:30 +02:00
|
|
|
"phpunit/phpunit": "^8.5",
|
2022-09-13 09:05:47 +02:00
|
|
|
"saschaegerer/phpstan-typo3": "^1.1",
|
2021-02-01 14:14:05 +01:00
|
|
|
"symplify/easy-coding-standard": "^9.0",
|
2022-09-13 09:05:47 +02:00
|
|
|
"typo3/cms-fluid-styled-content": "^10.4 || ^11.5",
|
2021-02-01 14:14:05 +01:00
|
|
|
"typo3/testing-framework": "^6.6"
|
2021-02-01 09:04:10 +01:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
2021-02-16 17:12:47 +01:00
|
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
|
|
"[ -L .Build/web/typo3conf/ext/thuecat ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/thuecat"
|
2021-02-01 09:04:10 +01:00
|
|
|
]
|
|
|
|
},
|
2021-02-03 15:05:35 +01:00
|
|
|
"config": {
|
2022-03-08 08:30:23 +01:00
|
|
|
"sort-packages": true,
|
|
|
|
"allow-plugins": {
|
|
|
|
"typo3/cms-composer-installers": true,
|
|
|
|
"typo3/class-alias-loader": true,
|
|
|
|
"ocramius/package-versions": true,
|
|
|
|
"phpstan/extension-installer": true
|
|
|
|
}
|
2021-02-03 15:05:35 +01:00
|
|
|
},
|
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": {
|
2021-09-14 15:04:36 +02:00
|
|
|
"dev-main": "1.1.x-dev"
|
2021-02-01 09:04:10 +01:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|