Skip to content

fix: allow react/promise ^3.0 composer requirement#44

Open
youwe-petervanderwal wants to merge 1 commit into
pimcore:2026.2from
youwe-petervanderwal:fix/allow-react-promise-3.0
Open

fix: allow react/promise ^3.0 composer requirement#44
youwe-petervanderwal wants to merge 1 commit into
pimcore:2026.2from
youwe-petervanderwal:fix/allow-react-promise-3.0

Conversation

@youwe-petervanderwal

Copy link
Copy Markdown

The Composer requirement react/promise was restricted to ^2.11, which might conflict with other dependencies requiring version 3. An example is (latest version of) composer/composer which in turn is used within composer plugins installed in the project.

Resolved with: allowing both ^2.11 and ^3.0 within the composer requirements

Resolves #42

The Composer requirement react/promise was restricted to ^2.11, which
might conflict with other dependencies requiring version 3. An example
is (latest version of) composer/composer which in turn is used within
composer plugins installed in the project.

Resolved with: allowing both ^2.11 and ^3.0 within the composer requirements

Resolves pimcore#42
@sonarqubecloud

Copy link
Copy Markdown

@youwe-petervanderwal youwe-petervanderwal changed the base branch from 2026.x to 2026.1 June 30, 2026 09:26
@robertSt7 robertSt7 changed the base branch from 2026.1 to 2026.2 July 9, 2026 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

React/promise version 3.x

2 participants