Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Latest commit

 

History

History
86 lines (53 loc) · 2.57 KB

CHANGELOG.md

File metadata and controls

86 lines (53 loc) · 2.57 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.

Unreleased

For a full diff see 0.2.1...main.

For a full diff see 0.2.0...0.2.1.

Fixed

  • Removed an inappropriate replace configuration from composer.json (#23), by @localheinz

For a full diff see 0.1.0...0.2.0.

Changed

  • Required phpunit/phpunit:^8.5.0 (#10), by @localheinz

  • Renamed vendor namespace Localheinz to Ergebnis after move to @ergebnis (#20), by @localheinz

    Run

    $ composer remove localheinz/phpunit-framework-constraint
    

    and

    $ composer require ergebnis/phpunit-framework-constraint
    

    to update.

    Run

    $ find . -type f -exec sed -i '.bak' 's/Localheinz\\PHPUnit\\Framework\\Constraint/Ergebnos\\PHPUnit\\Framework\\Constraint/g' {} \;
    

    to replace occurrences of Localheinz\PHPUnit\Framework\Constraint with Ergebnis\PHPUnit\Framework\Constraint.

    Run

    $ find -type f -name '*.bak' -delete
    

    to delete backup files created in the previous step.

Fixed

For a full diff see 49693ce...0.1.0.

Added