mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:36:12 +01: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:
parent
f44b313e78
commit
adf0b308a1
2 changed files with 5 additions and 5 deletions
|
@ -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;
|
||||
|
|
|
@ -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": {
|
||||
|
|
Loading…
Reference in a new issue