diff --git a/.travis.yml b/.travis.yml index a2b2d5e..40317c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: install: - > - composer require typo3/minimal:"$TYPO3" --prefer-stable --prefer-dist $DEPENDENCIES_PREFERENCE; + composer require typo3/minimal:"$TYPO3" $DEPENDENCIES_PREFERENCE; composer show; - > echo; diff --git a/composer.json b/composer.json index 420d8c4..b5ba6d5 100644 --- a/composer.json +++ b/composer.json @@ -33,10 +33,10 @@ }, "require-dev": { "typo3/cms-fluid-styled-content": "^7.6.23 || ^8.7.10", - "helhum/typo3-composer-setup": "^0.5.1", - "helmich/typo3-typoscript-lint": "^1.4.4", - "nimut/testing-framework": "^3.0", - "codeception/codeception": "^2.4", + "helhum/typo3-composer-setup": "^0.5.3", + "helmich/typo3-typoscript-lint": "^1.4.7", + "nimut/testing-framework": "^4.1.3", + "codeception/codeception": "^2.5", "roave/security-advisories": "dev-master" }, "replace": {