mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 05:56:11 +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:
|
install:
|
||||||
- >
|
- >
|
||||||
composer require typo3/minimal:"$TYPO3" --prefer-stable --prefer-dist $DEPENDENCIES_PREFERENCE;
|
composer require typo3/minimal:"$TYPO3" $DEPENDENCIES_PREFERENCE;
|
||||||
composer show;
|
composer show;
|
||||||
- >
|
- >
|
||||||
echo;
|
echo;
|
||||||
|
|
|
@ -33,10 +33,10 @@
|
||||||
},
|
},
|
||||||
"require-dev": {
|
"require-dev": {
|
||||||
"typo3/cms-fluid-styled-content": "^7.6.23 || ^8.7.10",
|
"typo3/cms-fluid-styled-content": "^7.6.23 || ^8.7.10",
|
||||||
"helhum/typo3-composer-setup": "^0.5.1",
|
"helhum/typo3-composer-setup": "^0.5.3",
|
||||||
"helmich/typo3-typoscript-lint": "^1.4.4",
|
"helmich/typo3-typoscript-lint": "^1.4.7",
|
||||||
"nimut/testing-framework": "^3.0",
|
"nimut/testing-framework": "^4.1.3",
|
||||||
"codeception/codeception": "^2.4",
|
"codeception/codeception": "^2.5",
|
||||||
"roave/security-advisories": "dev-master"
|
"roave/security-advisories": "dev-master"
|
||||||
},
|
},
|
||||||
"replace": {
|
"replace": {
|
||||||
|
|
Loading…
Reference in a new issue