pimcore / data-importer

This extension adds a comprehensive import functionality to Pimcore Datahub.
Other
38 stars 56 forks source link

[Feature]: PHP 8.3 support? #408

Closed tmannherz closed 2 months ago

tmannherz commented 3 months ago

Feature description

Are you planning to support PHP 8.3? Pimcore core supports it as of a couple months ago but the PHP version in this repo's compose.json file is currently locked to <=8.2: "php": "~8.0.0 || ~8.1.0 || ~8.2.0".

https://github.com/pimcore/pimcore/pull/16589

blankse commented 3 months ago

I created a PR: https://github.com/pimcore/data-importer/pull/409

github-actions[bot] commented 2 months ago

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.

blankse commented 2 months ago

The PR is already merged. Only waiting for the 1.9.0 release.