Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update extension dev dependencies #123

Merged
merged 1 commit into from
Feb 18, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .ddev/commands/web/update-to-v10
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ composer req \
typo3/cms-backend:^10.4 \
typo3/cms-install:^10.4 \
typo3/cms-extbase:^10.4 \
typo3/cms-fluid:^10.4 \
typo3/cms-frontend:^10.4 \
typo3/cms-extensionmanager:^10.4 -W
typo3/cms-fluid:^10.4 -W

echo "Add Dev-Requires for v10"
composer req \
Expand All @@ -55,6 +53,8 @@ composer req \
typo3/cms-lowlevel:^10.4 \
typo3/cms-tstemplate:^10.4 \
typo3/cms-workspaces:^10.4 \
typo3/cms-frontend:^10.4 \
typo3/cms-extensionmanager:^10.4 \
typo3/testing-framework:^6.16 --dev -W --no-scripts

echo "Update Instance"
Expand Down
6 changes: 3 additions & 3 deletions .ddev/commands/web/update-to-v11
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ composer req \
typo3/cms-backend:^11.5 \
typo3/cms-install:^11.5 \
typo3/cms-extbase:^11.5 \
typo3/cms-fluid:^11.5 \
typo3/cms-frontend:^11.5 \
typo3/cms-extensionmanager:^11.5 -W
typo3/cms-fluid:^11.5 -W

echo "Add Dev-Requires for v11"
composer req \
Expand All @@ -55,6 +53,8 @@ composer req \
typo3/cms-lowlevel:^11.5 \
typo3/cms-tstemplate:^11.5 \
typo3/cms-workspaces:^11.5 \
typo3/cms-frontend:^11.5 \
typo3/cms-extensionmanager:^11.5 \
typo3/testing-framework:^6.16 --dev -W --no-scripts

echo "Update Instance"
Expand Down
6 changes: 3 additions & 3 deletions .ddev/commands/web/update-to-v9
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@ composer req \
typo3/cms-backend:^9.5 \
typo3/cms-install:^9.5 \
typo3/cms-extbase:^9.5 \
typo3/cms-fluid:^9.5 \
typo3/cms-frontend:^9.5 \
typo3/cms-extensionmanager:^9.5 -W
typo3/cms-fluid:^9.5 -W

echo "Add Dev-Requires for v9"
composer req \
Expand All @@ -55,6 +53,8 @@ composer req \
typo3/cms-lowlevel:^9.5 \
typo3/cms-tstemplate:^9.5 \
typo3/cms-workspaces:^9.5 \
typo3/cms-frontend:^9.5 \
typo3/cms-extensionmanager:^9.5 \
typo3/testing-framework:^4.15 --dev -W --no-scripts

echo "Update Instance"
Expand Down
10 changes: 4 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,14 @@
},
"require": {
"php": "^7.4 || ^8.0",
"ext-json": "*",
"ext-gd": "*",
"ext-curl": "*",
"ext-json": "*",
"ext-pdo": "*",
"typo3/cms-backend": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-core": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-extbase": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-extensionmanager": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-fluid": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-install": "^9.5 || ^10.4 || ^11.5",
"typo3fluid/fluid": "^2.7"
"typo3/cms-install": "^9.5 || ^10.4 || ^11.5"
},
"require-dev": {
"armin/editorconfig-cli": "^1.5",
Expand All @@ -80,6 +76,8 @@
"saschaegerer/phpstan-typo3": "^1.0",
"symfony/var-dumper": "^5.4",
"typo3/cms-belog": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-frontend": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-extensionmanager": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-filelist": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-info": "^9.5 || ^10.4 || ^11.5",
"typo3/cms-lowlevel": "^9.5 || ^10.4 || ^11.5",
Expand Down