From adf0b308a1163f5edc207e11e38114eb4dcb45ba Mon Sep 17 00:00:00 2001 From: Oliver Klee Date: Thu, 25 Oct 2018 21:46:46 +0200 Subject: [PATCH] [TASK] Update the dev dependencies (#36) Also drop a redundant `--prefer-stable --prefer-dist` from the installation process as this already is the configured default in the `composer.json`. --- .travis.yml | 2 +- composer.json | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) 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": {