Skip to content

Conversation

@yaazkal
Copy link

@yaazkal yaazkal commented Mar 9, 2018

In composer, specifying ~8.5 will actually match 8.x.x greater than 8.5, if the intention is to match 8.5.x and prevent matching 8.6 when an update is available, the correct way of doing it is setting ~8.5.0 to match 8.5.x greater than 8.5.0 wich is the current 8 version. Same applies to the webflo/drupal-core-require-dev

In composer, specifying ~8.5 will actually match 8.x.x greater than 8.5, if the intention is to match 8.5.x and prevent matching 8.6 when an update is available, the correct way of doing it is setting ~8.5.0 to match 8.5.x greater than 8.5.0 wich is the current 8 version.  Same applies to the webflo/drupal-core-require-dev
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.

1 participant