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

Remove Strict Versioning on scrivo/highlight.php #42

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

digidux
Copy link

@digidux digidux commented Nov 7, 2023

This pull request addresses the issue mentioned in #41.

Removing the strict version lock allow for more compatibility. And to follow the guidelines set by the authors themselves. scrivo/highlight.php's readme.md.

@oqq
Copy link

oqq commented Jan 22, 2024

Hi @digidux!

Your code changes does also contain a strict version.
"v9.18" is not the same as "^9.18" (note the first char which is not a "v", but a "^")

That is also the recommend way noted in the readme, which you have linked to.
Here are the full explanation from the composer website: https://getcomposer.org/doc/articles/versions.md

So please can you enhance your pull request by changing the version again?

@digidux
Copy link
Author

digidux commented Jan 22, 2024

Hi @oqq!

I've just updated it. Thanks! :)

@oqq
Copy link

oqq commented Jan 22, 2024

@digidux thanks a lot.

Unfortunately, i am not a maintainer of this library. That's why we still have to wait for an approval. 😬

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.

None yet

2 participants