project-base icon indicating copy to clipboard operation
project-base copied to clipboard

Makes the core and dev requirements more semantic

Open yaazkal opened this issue 6 years ago • 0 comments

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

yaazkal avatar Mar 09 '18 17:03 yaazkal