2020-09-21 16:36:01 +02:00
|
|
|
{
|
|
|
|
"name": "skilldisplay/typo3-skilldisplay",
|
|
|
|
"description": "SkillDisplay integration for TYPO3",
|
|
|
|
"type": "typo3-cms-extension",
|
|
|
|
"license": "GPL-2.0-or-later",
|
2020-09-22 13:03:37 +02:00
|
|
|
"homepage": "https://github.com/SkillDisplay/TYPO3ContentElements",
|
2020-09-21 16:36:01 +02:00
|
|
|
"support": {
|
|
|
|
"email": "coding@daniel-siepmann.de",
|
2020-09-22 13:03:37 +02:00
|
|
|
"source": "https://github.com/SkillDisplay/TYPO3ContentElements",
|
|
|
|
"issues": "https://github.com/SkillDisplay/TYPO3ContentElements/issues"
|
2020-09-21 16:36:01 +02:00
|
|
|
},
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2021-01-25 16:02:17 +01:00
|
|
|
"SkillDisplay\\SkilldisplayContent\\": "Classes/"
|
2020-09-21 16:36:01 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2021-01-25 16:02:17 +01:00
|
|
|
"SkillDisplay\\SkilldisplayContent\\Tests\\": "Tests/"
|
2020-09-21 16:36:01 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
2023-07-06 16:39:52 +02:00
|
|
|
"php": "^7.4 || ^8.1 || ^8.2",
|
2023-07-07 14:12:15 +02:00
|
|
|
"skilldisplay/phptoolkit": "^2.1.1",
|
2023-07-06 16:39:52 +02:00
|
|
|
"typo3/cms-backend": "^11.5 || ^12.4",
|
|
|
|
"typo3/cms-frontend": "^11.5 || ^12.4"
|
2020-09-21 16:36:01 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"phpstan/phpstan": "^0.12.18",
|
2021-02-02 10:16:24 +01:00
|
|
|
"phpstan/phpstan-phpunit": "*",
|
2020-09-21 16:36:01 +02:00
|
|
|
"phpstan/extension-installer": "^1.0",
|
|
|
|
"saschaegerer/phpstan-typo3": "^0.13.1",
|
2023-07-06 16:39:52 +02:00
|
|
|
"typo3/testing-framework": "^7",
|
2020-11-27 23:10:46 +01:00
|
|
|
"phpspec/prophecy-phpunit": "^2",
|
2020-09-23 08:42:34 +02:00
|
|
|
"jangregor/phpstan-prophecy": "^0.8.0"
|
2020-09-21 16:36:01 +02:00
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"typo3/cms": {
|
2021-01-25 16:02:17 +01:00
|
|
|
"extension-key": "skilldisplay_content",
|
2020-09-21 16:36:01 +02:00
|
|
|
"web-dir": ".Build/web"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
2023-07-06 16:39:52 +02:00
|
|
|
"dev-main": "3.x-dev"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"vendor-dir": ".Build/vendor",
|
|
|
|
"allow-plugins": {
|
|
|
|
"typo3/cms-composer-installers": true,
|
|
|
|
"typo3/class-alias-loader": true,
|
|
|
|
"phpstan/extension-installer": true
|
2020-09-21 16:36:01 +02:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|