mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 10:56: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" : {
|
||||
"php": ">=5.6.0",
|
||||
"typo3/cms": "~7.6",
|
||||
"php": ">=7.1.0",
|
||||
"typo3/cms": "~8.2",
|
||||
"ruflin/elastica": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
@ -30,14 +30,14 @@
|
|||
},
|
||||
"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"
|
||||
"mkdir -p .Build/web/typo3conf/ext/",
|
||||
"[ -L .Build/web/typo3conf/ext/search_core ] || ln -snvf ../../../../. .Build/web/typo3conf/ext/search_core"
|
||||
]
|
||||
},
|
||||
"extra": {
|
||||
"typo3/cms": {
|
||||
"cms-package-dir": "{$vendor-dir}/typo3/cms",
|
||||
"web-dir": ".Build/Web"
|
||||
"web-dir": ".Build/web"
|
||||
}
|
||||
},
|
||||
"authors": [
|
||||
|
|
Loading…
Reference in a new issue