Skip to content

Conversation

@LouisdeLooze
Copy link
Contributor

Resolves:
markshust/magento2-module-pagebuildersourcecode 2.0.0 requires magento/framework ^100 -> found magento/framework[100.0.2, ..., 100.2.0-rc20] but the package is fixed to 103.0.5-p11 (lock file version) by a partial update and that version does not match.

LouisdeLooze and others added 3 commits March 14, 2025 11:44
markshust/magento2-module-pagebuildersourcecode 2.0.0 requires magento/framework ^100 -> found magento/framework[100.0.2, ..., 100.2.0-rc20]
@markshust
Copy link
Owner

Thank you @LouisdeLooze for the report.

I've learned that specifying support for ALL future versions, even versions not yet released (104, 105, etc.) is a bad practice when it comes to defining Composer version constraints.

So I did update this PR to use carets and or delimiters to support version 100-103. The idea is that once new versions such as 104 are published, they will be tested and verified for support before being approved for release. It's more work, but has a very predictable outcome.

@markshust markshust merged commit fc32fd9 into markshust:master Mar 17, 2025
@LouisdeLooze
Copy link
Contributor Author

@markshust
Makes sense. Thanks for the fix!

@LouisdeLooze LouisdeLooze deleted the patch-1 branch March 17, 2025 13:14
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.

2 participants