mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 16:16:12 +01:00
TASK: Update composer
Require TYPO3 CMS 8.2 and PHP 7.1 as minimum. Use conventionally lower case web folder.
This commit is contained in:
parent
0136c10f12
commit
9769ee1cb6
1 changed files with 5 additions and 5 deletions
|
@ -16,8 +16,8 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"require" : {
|
"require" : {
|
||||||
"php": ">=5.6.0",
|
"php": ">=7.1.0",
|
||||||
"typo3/cms": "~7.6",
|
"typo3/cms": "~8.2",
|
||||||
"ruflin/elastica": "~3.2"
|
"ruflin/elastica": "~3.2"
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
|
@ -30,14 +30,14 @@
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
"mkdir -p .Build/Web/typo3conf/ext/",
|
"mkdir -p .Build/web/typo3conf/ext/",
|
||||||
"[ -L .Build/Web/typo3conf/ext/search_core ] || ln -snvf ../../../../. .Build/Web/typo3conf/ext/search_core"
|
"[ -L .Build/web/typo3conf/ext/search_core ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/search_core"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"extra": {
|
"extra": {
|
||||||
"typo3/cms": {
|
"typo3/cms": {
|
||||||
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
||||||
"web-dir": ".Build/Web"
|
"web-dir": ".Build/web"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"authors": [
|
"authors": [
|
||||||
|
|
Loading…
Reference in a new issue