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": {
|
|
|
|
"SkillDisplay\\Typo3Extension\\": "Classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
|
|
|
"SkillDisplay\\Typo3Extension\\Tests\\": "Tests/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
2020-09-22 13:03:37 +02:00
|
|
|
"php": "7.2.* || 7.3.* || 7.4.*",
|
2020-09-21 16:36:01 +02:00
|
|
|
"typo3/cms-core": "^10.4",
|
2020-11-27 23:10:46 +01:00
|
|
|
"skilldisplay/phptoolkit": "^1.2",
|
2020-09-21 16:36:01 +02:00
|
|
|
"typo3/cms-backend": "^10.4",
|
2020-09-22 13:03:37 +02:00
|
|
|
"typo3/cms-frontend": "^10.4",
|
2021-01-22 11:29:38 +01:00
|
|
|
"typo3fluid/fluid": "^2.6",
|
|
|
|
"guzzlehttp/guzzle": "^6.5"
|
2020-09-21 16:36:01 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"squizlabs/php_codesniffer": "^3.5",
|
|
|
|
"phpstan/phpstan": "^0.12.18",
|
|
|
|
"phpstan/extension-installer": "^1.0",
|
|
|
|
"maglnet/composer-require-checker": "^2.1",
|
|
|
|
"saschaegerer/phpstan-typo3": "^0.13.1",
|
2020-09-23 08:42:34 +02:00
|
|
|
"sensiolabs/security-checker": "^6.0",
|
|
|
|
"typo3/testing-framework": "^6.4",
|
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
|
|
|
},
|
|
|
|
"minimum-stability": "dev",
|
|
|
|
"prefer-stable": true,
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
|
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
|
|
"[ -L .Build/web/typo3conf/ext/skilldisplay ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/skilldisplay"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"typo3/cms": {
|
|
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
|
|
"extension-key": "skilldisplay",
|
|
|
|
"web-dir": ".Build/web"
|
|
|
|
},
|
|
|
|
"branch-alias": {
|
|
|
|
"dev-main": "1.0.x-dev"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|