mirror of
https://github.com/Codappix/search_core.git
synced 2024-11-22 04:56:11 +01:00
TASK: Finish TYPO3 update
* Mark 6.2 as not supported.
This commit is contained in:
parent
eba74ebb93
commit
b829a3525a
4 changed files with 3 additions and 4 deletions
|
@ -23,8 +23,6 @@ This is still a very early alpha version. More information can be taken from Git
|
|||
|
||||
We are also focusing on Code Quality and Testing through `travis ci`_, `scrutinizer`_ and `codacy`_.
|
||||
|
||||
TYPO3 7 is not supported yet, see :project:`1`.
|
||||
|
||||
.. _current issues: https://github.com/DanielSiepmann/search_core/issues
|
||||
.. _current projects: https://github.com/DanielSiepmann/search_core/projects
|
||||
.. _travis ci: https://travis-ci.org/DanielSiepmann/search_core
|
||||
|
|
2
Makefile
2
Makefile
|
@ -3,7 +3,7 @@ current_dir := $(dir $(mkfile_path))
|
|||
|
||||
TYPO3_WEB_DIR := $(current_dir).Build/Web
|
||||
# Allow different versions on travis
|
||||
TYPO3_VERSION ?= ~6.2
|
||||
TYPO3_VERSION ?= ~7.6
|
||||
typo3DatabaseName ?= "searchcore_test"
|
||||
typo3DatabaseUsername ?= "dev"
|
||||
typo3DatabasePassword ?= "dev"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
},
|
||||
"require" : {
|
||||
"php": ">=5.6.0",
|
||||
"typo3/cms": "~6.2",
|
||||
"typo3/cms": "~7.6",
|
||||
"ruflin/elastica": "~3.2"
|
||||
},
|
||||
"require-dev": {
|
||||
|
|
1
typo3_src
Submodule
1
typo3_src
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 3a189135b36f5efb7aa07aca5b01b5438efa1b30
|
Loading…
Reference in a new issue