Changes between Version 1 and Version 2 of Ticket #51624, comment 2
- Timestamp:
- 10/25/2020 01:04:16 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #51624, comment 2
v1 v2 2 2 3 3 Context: 4 As this repo uses a committed `composer.lock` file, this update is needed to get the newer version of the plugin, but even if there wouldn't be a committed `composer.lock` file, the `composer.json` would still have needed to be updated as Composer treats minors below `1.0` as majors, so update d need to be done explicitly.4 As this repo uses a committed `composer.lock` file, this update is needed to get the newer version of the plugin, but even if there wouldn't be a committed `composer.lock` file, the `composer.json` would still have needed to be updated as Composer treats minors below `1.0` as majors, so updates need to be explicitly allowed. 5 5 6 6 Relevant changelog of the dependency: https://github.com/Dealerdirect/phpcodesniffer-composer-installer/releases/tag/v0.7.0