Skip to content

Use a released version of doctrine/rst-parser #96

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

Merged
merged 1 commit into from
Apr 17, 2021

Conversation

Nyholm
Copy link
Member

@Nyholm Nyholm commented Apr 16, 2021

No description provided.

@@ -16,7 +16,7 @@
"require": {
"ext-json": "*",
"ext-curl": "*",
"doctrine/rst-parser": "0.4.x-dev",
"doctrine/rst-parser": "^0.4",
Copy link
Contributor

@jrushlow jrushlow Apr 16, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

would it be better todo >=0.4 so we dont have to do a version bump when they push out 0.5? i'm not sure of the over stability of rst-parser (even in dev).. just realized we're committing the .lock

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good question!
If they push 0.5 we would like to review all the changes carefully before we use the new version.

Semver works differently before 1.0. Basically, minor versions can include BC breaks.

@weaverryan weaverryan merged commit 4c36d3a into symfony-tools:main Apr 17, 2021
@weaverryan
Copy link
Contributor

Thanks Tobias!

@Nyholm Nyholm deleted the doctrine-rst-parser-04 branch April 18, 2021 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

5 participants