diff --git a/.travis.yml b/.travis.yml index c6b82e70..269733dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ before_install: install: - > - composer require typo3/minimal:"$TYPO3" $SYMFONY_CONSOLE $DEPENDENCIES_PREFERENCE; + composer require typo3/minimal:"$TYPO3" $DEPENDENCIES_PREFERENCE; composer show; - > .Build/vendor/bin/typo3cms install:setup --non-interactive --site-setup-type="site" @@ -49,19 +49,19 @@ jobs: env: TYPO3=^8.7 - stage: test php: "7.2" - env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" SYMFONY_CONSOLE="symfony/console:^3.2" + env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" - stage: test php: "7.1" env: TYPO3=^8.7 - stage: test php: "7.1" - env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" SYMFONY_CONSOLE="symfony/console:^3.2" + env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" - stage: test php: "7.0" env: TYPO3=^8.7 - stage: test php: "7.0" - env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" SYMFONY_CONSOLE="symfony/console:^3.2" + env: TYPO3=^8.7 DEPENDENCIES_PREFERENCE="--prefer-lowest" - stage: release to ter if: tag IS present AND env(TYPO3_ORG_USERNAME) IS present AND env(TYPO3_ORG_PASSWORD) IS present php: "7.0" diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f74e032..39a93079 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ This project adheres to [Semantic Versioning](https://semver.org/). - Drop the Selenium integration (#110) ### Fixed +- Update the console requirements (#127) - Stop requesting an upload folder (#121) ## 5.7.27 diff --git a/composer.json b/composer.json index 7066f23c..714f4839 100644 --- a/composer.json +++ b/composer.json @@ -23,10 +23,11 @@ }, "require": { "php": "~7.0.0 || ~7.1.0 || ~7.2.0", - "typo3/cms-core": "^8.7.9" + "typo3/cms-core": "^8.7.9", + "symfony/console": "^2.7 || ^3.2 || ^4.0" }, "require-dev": { - "helhum/typo3-console": "^4.9" + "helhum/typo3-console": "^5.7" }, "conflict": { "typo3/cms-composer-installers": "<1.4.6"