mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:36:13 +02:00

[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`.
This commit is contained in:
Oliver Klee 2018-10-25 21:46:46 +02:00 committed by GitHub
parent f44b313e78
commit adf0b308a1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -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;

View file

@ -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": {