mirror of
https://github.com/DanielSiepmann/tracking.git
synced 2024-11-15 02:56:09 +01:00
27 lines
573 B
JSON
27 lines
573 B
JSON
|
{
|
||
|
"name": "danielsiepmann/tracking",
|
||
|
"description": "Tracking for TYPO3",
|
||
|
"type": "typo3-cms-extension",
|
||
|
"license": "GPL-2.0-or-later",
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "Daniel Siepmann",
|
||
|
"email": "coding@daniel-siepmann.de"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"DanielSiepmann\\Tracking\\": "Classes/"
|
||
|
}
|
||
|
},
|
||
|
"require": {
|
||
|
"php": "^7.3.0",
|
||
|
"typo3/cms-core": "10.x-dev"
|
||
|
},
|
||
|
"extra": {
|
||
|
"typo3/cms": {
|
||
|
"extension-key": "tracking"
|
||
|
}
|
||
|
}
|
||
|
}
|