2018-06-20 21:10:52 +02:00
|
|
|
{
|
|
|
|
"name": "codappix/testing_talk",
|
|
|
|
"description": "Example Extension to show testing",
|
|
|
|
"type": "typo3-cms-extension",
|
|
|
|
"license": "GPL-2.0-or-later",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
|
|
|
"Codappix\\TestingTalk\\": "Classes/"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require": {
|
|
|
|
"typo3/cms-core": "^8.7"
|
|
|
|
},
|
|
|
|
"extra": {
|
|
|
|
"typo3/cms": {
|
|
|
|
"web-dir": "web"
|
|
|
|
}
|
2018-07-15 11:10:08 +02:00
|
|
|
},
|
|
|
|
"require-dev": {
|
|
|
|
"phpunit/phpunit": "^6.5",
|
|
|
|
"infection/infection": "^0.9.0"
|
2018-06-20 21:10:52 +02:00
|
|
|
}
|
|
|
|
}
|