mirror of
https://github.com/werkraum-media/thuecat.git
synced 2024-11-04 20:36:13 +01:00
84 lines
2.7 KiB
JSON
84 lines
2.7 KiB
JSON
{
|
|
"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": {
|
|
"docs": "https://docs.typo3.org/p/werkraummedia/thuecat/master/en-us/",
|
|
"email": "coding@daniel-siepmann.de",
|
|
"issues": "https://github.com/werkraum-media/thuecat/issues",
|
|
"source": "https://github.com/werkraum-media/thuecat"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"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"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"WerkraumMedia\\ThueCat\\": "Classes/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"WerkraumMedia\\ThueCat\\Tests\\": "Tests/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
|
|
"ext-json": "*",
|
|
"ext-mbstring": "*",
|
|
"psr/http-client": "^1.0",
|
|
"psr/http-factory": "^1.0",
|
|
"psr/http-message": "^2.0",
|
|
"psr/log": "^2.0 || ^3.0",
|
|
"symfony/console": "^6.4",
|
|
"symfony/dependency-injection": "^6.4",
|
|
"symfony/property-access": "^6.4",
|
|
"symfony/property-info": "^6.4",
|
|
"symfony/serializer": "^6.4",
|
|
"typo3/cms-backend": "^12.4",
|
|
"typo3/cms-core": "^12.4",
|
|
"typo3/cms-extbase": "^12.4",
|
|
"typo3/cms-frontend": "^12.4"
|
|
},
|
|
"require-dev": {
|
|
"codappix/typo3-php-datasets": "^1.4",
|
|
"codeception/codeception": "^5.0",
|
|
"codeception/module-webdriver": "^4.0",
|
|
"friendsofphp/php-cs-fixer": "^3.40",
|
|
"phpstan/extension-installer": "^1.1",
|
|
"phpstan/phpstan": "1.10.46",
|
|
"phpstan/phpstan-phpunit": "^1.3",
|
|
"phpunit/phpunit": "^10.4",
|
|
"saschaegerer/phpstan-typo3": "^1.9",
|
|
"typo3/cms-fluid-styled-content": "^12.4",
|
|
"typo3/testing-framework": "^8.0"
|
|
},
|
|
"config": {
|
|
"sort-packages": true,
|
|
"allow-plugins": {
|
|
"typo3/cms-composer-installers": true,
|
|
"typo3/class-alias-loader": true,
|
|
"ocramius/package-versions": true,
|
|
"phpstan/extension-installer": true
|
|
}
|
|
},
|
|
"extra": {
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"extension-key": "thuecat",
|
|
"web-dir": ".Build/web"
|
|
}
|
|
}
|
|
}
|