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

Raise composer version to 11.5 #292

Closed
lucmuller opened this issue Apr 8, 2022 · 4 comments
Closed

Raise composer version to 11.5 #292

lucmuller opened this issue Apr 8, 2022 · 4 comments
Assignees

Comments

@lucmuller
Copy link
Contributor

ext_emconf.php says that the extension is compatible with typo3 11.5 but composer.json says it depends en typo3 11.2 thus blocking composer upgrade process.

please raise requirements to TYPO3 11.5.
also, in ext_emconf.php raise version to version 7.2.2 as extension is published on master branch.

@mhirdes
Copy link
Collaborator

mhirdes commented Apr 8, 2022

The constraint in the composer.json for TYPO3 is "^11.2". It will be satisfied by versions matching >=11.2.0 <12.0.0-0. So there should be no problem.

The master version is 7.2.2-dev which is also correct.

@mhirdes
Copy link
Collaborator

mhirdes commented Apr 8, 2022

You can also contact me on TYPO3 Slack to find a solution

@lucmuller
Copy link
Contributor Author

On packagist, I read :

Requires
typo3/cms-core: ^11.2
typo3/cms-seo: ^11.2

Doesn't that means that extension requires TYPO3 version 11.2.x this requirement, won't match TYPO3 12 nor 11.5, or am I missing something ?
not quite used to use composer at the moment.

@mhirdes
Copy link
Collaborator

mhirdes commented Apr 8, 2022

Maybe this helps you to understand: https://madewithlove.com/blog/software-engineering/tilde-and-caret-constraints/

^11.2 means >=11.2.0 <12.0.0-0.

you can also check it here:
https://jubianchi.github.io/semver-check/#/

@mhirdes mhirdes closed this as completed May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants