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

Composer: update PHPCS Composer plugin dependency #121

Merged

Conversation

jrfnl
Copy link
Collaborator

@jrfnl jrfnl commented Jan 19, 2020

The DealerDirect Composer plugin has just released version 0.6.0.
As Composer treats minors < 1.0 as majors, updating to this version requires an update to the composer.json requirements.

For pre-1.0 versions it also acts with safety in mind and treats ^0.3 as >=0.3.0 <0.4.0.

Refs:

The DealerDirect Composer plugin has just released version `0.6.0`.
As Composer treats minors < 1.0 as majors, updating to this version requires an update to the `composer.json` requirements.

> For pre-1.0 versions it also acts with safety in mind and treats `^0.3` as `>=0.3.0 <0.4.0`.

Refs:
* https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.6.0
* https://getcomposer.org/doc/articles/versions.md#caret-version-range-
@sirbrillig
Copy link
Owner

As Composer treats minors < 1.0 as majors

TIL. It makes sense, I suppose. Lower than 1.0 implies "unfinished API".

@sirbrillig sirbrillig merged commit 7dc9a0b into sirbrillig:master Jan 20, 2020
@jrfnl jrfnl deleted the feature/composer-update-dependency branch January 20, 2020 18:32
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