ds-site/composer.json

29 lines
668 B
JSON
Raw Permalink Normal View History

2019-11-13 23:40:26 +01:00
{
"name": "danielsiepmann/ds-site",
"description": "TYPO3 Sitepackage for daniel-siepmann.de",
"type": "typo3-cms-extension",
"license": "GPL-2.0-or-later",
"version": "v1.0.0",
2019-11-13 23:40:26 +01:00
"authors": [
{
"name": "Daniel Siepmann",
"email": "coding@daniel-siepmann.de"
}
],
2019-11-15 00:27:23 +01:00
"autoload": {
"psr-4": {
"DanielSiepmann\\DsSite\\": "Classes/"
}
},
2019-11-13 23:40:26 +01:00
"require": {
"typo3/cms-core": "*",
"scrivo/highlight.php": "^9.15.10",
"danielsiepmann/tracking": "*"
2019-11-13 23:40:26 +01:00
},
"extra": {
"typo3/cms": {
"extension-key": "ds_site"
}
}
}