diff --git a/.travis.yml b/.travis.yml index 686a61a7..b3928bea 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,10 @@ before_install: install: - > composer require typo3/minimal=$TYPO3_VERSION; + if [ "$TYPO3_VERSION" == "^8.7" ]; then + composer require pagemachine/typo3-composer-legacy-cli; + fi; + composer show; - > .Build/vendor/bin/typo3cms install:setup --non-interactive --site-setup-type="site" --database-user-name="${DATABASE_USER}" --database-host-name="${DATABASE_HOST}" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8a4a52..a028b544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,19 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](https://semver.org/). +## 5.x.y + +### Added + +### Changed + +### Deprecated + +### Removed + +### Fixed +- Provide cli_dispatch.phpsh for 8.7 on Travis (#33) + ## 4.8.37 ### Added