Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

31 lines (24 loc) · 1.02 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

1.5.0

Changed

  • Add support whether upstream projects should have versions replaced in composer.json if the version does not match. This can be decided per package individually, and the default value is the behavior of 1.4.0 where a package will always be replaced if the versions do not match.
  • Enforce this package is unit tested with phpunit 12. Since the dev dependency was on stable, phpunit 12 would be installed anyway on modernized systems.

1.4.0

Added

  • Option to update module with all dependencies.

1.3.1

Changed

  • Package is now also installable in PHP 8.

1.3.0

Added

  • Check on version if versions do not match require package again.

1.2.0

Changed

  • Vendor name of the module to Youwe.

Added

  • Declare strict type to all files.
  • Copyrights.