mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-11 03:16:12 +01:00
59 lines
1.6 KiB
JSON
59 lines
1.6 KiB
JSON
{
|
|
"name": "codappix/search_core",
|
|
"type": "typo3-cms-extension",
|
|
"description": "Codappix Search Core.",
|
|
"homepage": "https://github.com/Codappix/search_core",
|
|
"license": ["GPL-2.0+"],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Codappix\\SearchCore\\": "Classes"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"Codappix\\SearchCore\\Tests\\": "Tests/",
|
|
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
|
|
}
|
|
},
|
|
"require" : {
|
|
"php": ">=7.1.0",
|
|
"typo3/cms": "~8.7",
|
|
"ruflin/elastica": "~3.2"
|
|
},
|
|
"require-dev": {
|
|
"typo3/testing-framework": "~1.1.0",
|
|
"phpunit/phpunit": "~6.2.0"
|
|
},
|
|
"config": {
|
|
"optimize-autoloader": true,
|
|
"vendor-dir": ".Build/vendor",
|
|
"bin-dir": ".Build/bin"
|
|
},
|
|
"scripts": {
|
|
"post-autoload-dump": [
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
"[ -L .Build/web/typo3conf/ext/search_core ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/search_core"
|
|
]
|
|
},
|
|
"extra": {
|
|
"branch-alias": {
|
|
"dev-develop": "1.0.x-dev"
|
|
},
|
|
"typo3/cms": {
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
|
"web-dir": ".Build/web"
|
|
}
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "Justus Leon Moroni",
|
|
"email": "developer@leonmrni.com",
|
|
"role": "lead"
|
|
},
|
|
{
|
|
"name": "Daniel Siepmann",
|
|
"email": "coding@daniel-siepmann.de",
|
|
"role": "developer"
|
|
}
|
|
]
|
|
}
|