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

Change google/apiclient-services requirement from ^0.200.0 to ~0.200 #2093

Merged
merged 2 commits into from
Jun 24, 2021

Conversation

ThibaultVlacich
Copy link
Contributor

Fixes #2092

From the Composer documentation:

The ^ operator behaves very similarly, but it sticks closer to semantic versioning, and will always allow non-breaking updates. For example ^1.2.3 is equivalent to >=1.2.3 <2.0.0 as none of the releases until 2.0 should break backwards compatibility. For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0.

The important part being the last sentence.

@ThibaultVlacich ThibaultVlacich requested a review from a team as a code owner June 24, 2021 13:02
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jun 24, 2021
@ThibaultVlacich ThibaultVlacich changed the title Change google/apiclient-services requirement from ^0.200.0 to ~0.200.0 Change google/apiclient-services requirement from ^0.200.0 to ~0.200 Jun 24, 2021
@bshaffer bshaffer merged commit f37538e into googleapis:master Jun 24, 2021
@ThibaultVlacich ThibaultVlacich deleted the ThibaultVlacich-patch-1 branch June 24, 2021 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

New version doesn't allow google/apiclient-services 0.201.0
2 participants