diff --git a/Documentation/source/readme.rst b/Documentation/source/readme.rst index cc341c9..ec5e0e0 100644 --- a/Documentation/source/readme.rst +++ b/Documentation/source/readme.rst @@ -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 diff --git a/Makefile b/Makefile index 2520ab0..589dd7d 100644 --- a/Makefile +++ b/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" diff --git a/composer.json b/composer.json index be5051e..a705315 100644 --- a/composer.json +++ b/composer.json @@ -17,7 +17,7 @@ }, "require" : { "php": ">=5.6.0", - "typo3/cms": "~6.2", + "typo3/cms": "~7.6", "ruflin/elastica": "~3.2" }, "require-dev": { diff --git a/typo3_src b/typo3_src new file mode 160000 index 0000000..3a18913 --- /dev/null +++ b/typo3_src @@ -0,0 +1 @@ +Subproject commit 3a189135b36f5efb7aa07aca5b01b5438efa1b30