Skip to content

Commit

Permalink
[META] Update composer dependencies and php version
Browse files Browse the repository at this point in the history
  • Loading branch information
tinzog committed Dec 19, 2024
1 parent cc8e3cc commit ad1f1ec
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 91 deletions.
2 changes: 1 addition & 1 deletion .project/docker/foreign-php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM in2code/php-dev:8.1-fpm
FROM in2code/php-dev:8.2-fpm

ARG USER_ID=1000
ARG GROUP_ID=1000
Expand Down
2 changes: 1 addition & 1 deletion .project/docker/local-php/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM in2code/php-dev:8.1-fpm
FROM in2code/php-dev:8.2-fpm

ARG USER_ID=1000
ARG GROUP_ID=1000
Expand Down
83 changes: 40 additions & 43 deletions Build/foreign/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,49 +16,49 @@
}
],
"require": {
"php": "^7.4 || ^8.1",
"php": ">= 8.2.0 <= 8.4.99",
"ext-json": "*",
"ext-pdo": "*",
"ext-zip": "*",
"georgringer/news": "^11.2",
"helhum/typo3-console": "^8.0",
"georgringer/news": "^12.2",
"helhum/typo3-console": "^8.2",
"in2code/in2publish_core": "@dev",
"typo3/cms-about": "^12.4",
"typo3/cms-adminpanel": "^12.4",
"typo3/cms-backend": "^12.4",
"typo3/cms-belog": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-core": "^12.4",
"typo3/cms-dashboard": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-extensionmanager": "^12.4",
"typo3/cms-felogin": "^12.4",
"typo3/cms-filelist": "^12.4",
"typo3/cms-fluid": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-form": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-impexp": "^12.4",
"typo3/cms-indexed-search": "^12.4",
"typo3/cms-info": "^12.4",
"typo3/cms-install": "^12.4",
"typo3/cms-linkvalidator": "^12.4",
"typo3/cms-lowlevel": "^12.4",
"typo3/cms-opendocs": "^12.4",
"typo3/cms-recordlist": "^12.4",
"typo3/cms-recycler": "^12.4",
"typo3/cms-redirects": "^12.4",
"typo3/cms-reports": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-scheduler": "^12.4",
"typo3/cms-seo": "^12.4",
"typo3/cms-setup": "^12.4",
"typo3/cms-styleguide": "^12.0",
"typo3/cms-sys-note": "^12.4",
"typo3/cms-t3editor": "^12.4",
"typo3/cms-tstemplate": "^12.4",
"typo3/cms-viewpage": "^12.4",
"typo3/cms-workspaces": "^12.4"
"typo3/cms-about": "^13.4",
"typo3/cms-adminpanel": "^13.4",
"typo3/cms-backend": "^13.4",
"typo3/cms-belog": "^13.4",
"typo3/cms-beuser": "^13.4",
"typo3/cms-core": "^13.4",
"typo3/cms-dashboard": "^13.4",
"typo3/cms-extbase": "^13.4",
"typo3/cms-extensionmanager": "^13.4",
"typo3/cms-felogin": "^13.4",
"typo3/cms-filelist": "^13.4",
"typo3/cms-fluid": "^13.4",
"typo3/cms-fluid-styled-content": "^13.4",
"typo3/cms-form": "^13.4",
"typo3/cms-frontend": "^13.4",
"typo3/cms-impexp": "^13.4",
"typo3/cms-indexed-search": "^13.4",
"typo3/cms-info": "^13.4",
"typo3/cms-install": "^13.4",
"typo3/cms-linkvalidator": "^13.4",
"typo3/cms-lowlevel": "^13.4",
"typo3/cms-opendocs": "^13.4",
"typo3/cms-recordlist": "^13.4",
"typo3/cms-recycler": "^13.4",
"typo3/cms-redirects": "^13.4",
"typo3/cms-reports": "^13.4",
"typo3/cms-rte-ckeditor": "^13.4",
"typo3/cms-scheduler": "^13.4",
"typo3/cms-seo": "^13.4",
"typo3/cms-setup": "^13.4",
"typo3/cms-styleguide": "^13.4",
"typo3/cms-sys-note": "^13.4",
"typo3/cms-t3editor": "^13.4",
"typo3/cms-tstemplate": "^13.4",
"typo3/cms-viewpage": "^13.4",
"typo3/cms-workspaces": "^13.4"
},
"config": {
"sort-packages": true,
Expand All @@ -77,9 +77,6 @@
}
},
"require-dev": {
"typo3/testing-framework": "^8.0",
"co-stack/mysql-loader": "@dev",
"co-stack/process-manager": "^3.1",
"co-stack/stack-test": "@dev"
"typo3/testing-framework": "^9.1"
}
}
88 changes: 42 additions & 46 deletions Build/local/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,50 +16,50 @@
}
],
"require": {
"php": "^7.4 || ^8.1",
"php": ">= 8.2.0 <= 8.4.99",
"ext-json": "*",
"ext-pdo": "*",
"ext-ssh2": "*",
"ext-zip": "*",
"georgringer/news": "^11.2",
"helhum/typo3-console": "^8.0",
"georgringer/news": "^12.2",
"helhum/typo3-console": "^8.2",
"in2code/in2publish_core": "@dev",
"typo3/cms-about": "^12.4",
"typo3/cms-adminpanel": "^12.4",
"typo3/cms-backend": "^12.4",
"typo3/cms-belog": "^12.4",
"typo3/cms-beuser": "^12.4",
"typo3/cms-core": "^12.4",
"typo3/cms-dashboard": "^12.4",
"typo3/cms-extbase": "^12.4",
"typo3/cms-extensionmanager": "^12.4",
"typo3/cms-felogin": "^12.4",
"typo3/cms-filelist": "^12.4",
"typo3/cms-fluid": "^12.4",
"typo3/cms-fluid-styled-content": "^12.4",
"typo3/cms-form": "^12.4",
"typo3/cms-frontend": "^12.4",
"typo3/cms-impexp": "^12.4",
"typo3/cms-indexed-search": "^12.4",
"typo3/cms-info": "^12.4",
"typo3/cms-install": "^12.4",
"typo3/cms-linkvalidator": "^12.4",
"typo3/cms-lowlevel": "^12.4",
"typo3/cms-opendocs": "^12.4",
"typo3/cms-recordlist": "^12.4",
"typo3/cms-recycler": "^12.4",
"typo3/cms-redirects": "^12.4",
"typo3/cms-reports": "^12.4",
"typo3/cms-rte-ckeditor": "^12.4",
"typo3/cms-scheduler": "^12.4",
"typo3/cms-seo": "^12.4",
"typo3/cms-setup": "^12.4",
"typo3/cms-styleguide": "^12.0",
"typo3/cms-sys-note": "^12.4",
"typo3/cms-t3editor": "^12.4",
"typo3/cms-tstemplate": "^12.4",
"typo3/cms-viewpage": "^12.4",
"typo3/cms-workspaces": "^12.4"
"typo3/cms-about": "^13.4",
"typo3/cms-adminpanel": "^13.4",
"typo3/cms-backend": "^13.4",
"typo3/cms-belog": "^13.4",
"typo3/cms-beuser": "^13.4",
"typo3/cms-core": "^13.4",
"typo3/cms-dashboard": "^13.4",
"typo3/cms-extbase": "^13.4",
"typo3/cms-extensionmanager": "^13.4",
"typo3/cms-felogin": "^13.4",
"typo3/cms-filelist": "^13.4",
"typo3/cms-fluid": "^13.4",
"typo3/cms-fluid-styled-content": "^13.4",
"typo3/cms-form": "^13.4",
"typo3/cms-frontend": "^13.4",
"typo3/cms-impexp": "^13.4",
"typo3/cms-indexed-search": "^13.4",
"typo3/cms-info": "^13.4",
"typo3/cms-install": "^13.4",
"typo3/cms-linkvalidator": "^13.4",
"typo3/cms-lowlevel": "^13.4",
"typo3/cms-opendocs": "^13.4",
"typo3/cms-recordlist": "^13.4",
"typo3/cms-recycler": "^13.4",
"typo3/cms-redirects": "^13.4",
"typo3/cms-reports": "^13.4",
"typo3/cms-rte-ckeditor": "^13.4",
"typo3/cms-scheduler": "^13.4",
"typo3/cms-seo": "^13.4",
"typo3/cms-setup": "^13.4",
"typo3/cms-styleguide": "^13.4",
"typo3/cms-sys-note": "^13.4",
"typo3/cms-t3editor": "^13.4",
"typo3/cms-tstemplate": "^13.4",
"typo3/cms-viewpage": "^13.4",
"typo3/cms-workspaces": "^13.4"
},
"config": {
"sort-packages": true,
Expand All @@ -77,16 +77,12 @@
"web-dir": "public"
}
},
"require-dev": {
"typo3/testing-framework": "^8.0",
"co-stack/mysql-loader": "@dev",
"co-stack/process-manager": "^3.1",
"co-stack/stack-test": "@dev",
"mikey179/vfsstream": "^v1.6"
},
"autoload-dev": {
"psr-4": {
"In2code\\In2publishCore\\Tests\\": "/app/Tests/"
}
},
"require-dev": {
"typo3/testing-framework": "^9.1"
}
}

0 comments on commit ad1f1ec

Please sign in to comment.