2016-12-01 17:17:10 +01:00
|
|
|
{
|
2017-07-06 23:48:47 +02:00
|
|
|
"name": "codappix/search_core",
|
2016-12-01 17:17:10 +01:00
|
|
|
"type": "typo3-cms-extension",
|
2017-07-06 23:48:47 +02:00
|
|
|
"description": "Codappix Search Core.",
|
|
|
|
"homepage": "https://github.com/Codappix/search_core",
|
2018-01-29 22:45:53 +01:00
|
|
|
"license": ["GPL-2.0-or-later"],
|
2016-12-01 17:17:10 +01:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-07-06 23:48:47 +02:00
|
|
|
"Codappix\\SearchCore\\": "Classes"
|
2016-12-01 17:17:10 +01:00
|
|
|
}
|
|
|
|
},
|
2016-12-09 11:47:28 +01:00
|
|
|
"autoload-dev": {
|
|
|
|
"psr-4": {
|
2017-07-06 23:48:47 +02:00
|
|
|
"Codappix\\SearchCore\\Tests\\": "Tests/",
|
2016-12-09 11:47:28 +01:00
|
|
|
"TYPO3\\CMS\\Core\\Tests\\": ".Build/vendor/typo3/cms/typo3/sysext/core/Tests/"
|
|
|
|
}
|
|
|
|
},
|
2018-02-22 21:59:13 +01:00
|
|
|
"require": {
|
|
|
|
"php": ">=7.0.0",
|
2018-03-13 11:28:40 +01:00
|
|
|
"typo3/cms": ">= 7.6.0 < 9.0.0",
|
2016-12-10 13:59:34 +01:00
|
|
|
"ruflin/elastica": "~3.2"
|
2016-12-09 10:19:18 +01:00
|
|
|
},
|
|
|
|
"require-dev": {
|
2017-11-11 17:01:30 +01:00
|
|
|
"phpunit/phpunit": "~6.4.4",
|
|
|
|
"typo3/testing-framework": "~1.1.5",
|
|
|
|
"squizlabs/php_codesniffer": "~3.1.1"
|
2016-12-09 11:47:28 +01:00
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"vendor-dir": ".Build/vendor",
|
|
|
|
"bin-dir": ".Build/bin"
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-autoload-dump": [
|
2017-07-03 22:59:18 +02:00
|
|
|
"mkdir -p .Build/web/typo3conf/ext/",
|
|
|
|
"[ -L .Build/web/typo3conf/ext/search_core ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/search_core"
|
2016-12-09 11:47:28 +01:00
|
|
|
]
|
|
|
|
},
|
|
|
|
"extra": {
|
2018-03-08 08:23:37 +01:00
|
|
|
"branch-alias": {
|
|
|
|
"dev-develop": "1.0.x-dev"
|
|
|
|
},
|
2016-12-09 11:47:28 +01:00
|
|
|
"typo3/cms": {
|
|
|
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
2017-07-03 22:59:18 +02:00
|
|
|
"web-dir": ".Build/web"
|
2016-12-09 11:47:28 +01:00
|
|
|
}
|
2016-12-09 10:19:18 +01:00
|
|
|
},
|
2016-12-01 17:17:10 +01:00
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Justus Leon Moroni",
|
|
|
|
"email": "developer@leonmrni.com",
|
|
|
|
"role": "lead"
|
2016-12-09 10:19:18 +01:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Daniel Siepmann",
|
|
|
|
"email": "coding@daniel-siepmann.de",
|
|
|
|
"role": "developer"
|
2016-12-01 17:17:10 +01:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|