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:
Daniel Siepmann 2017-07-03 22:59:18 +02:00
parent 0136c10f12
commit 9769ee1cb6
Signed by: Daniel Siepmann
GPG key ID: 33D6629915560EF4

View file

@ -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": [