Skip to content

Commit

Permalink
Fix: Remove inappropriate replace configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz committed Dec 14, 2019
1 parent 01bd827 commit f596342
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

For a full diff see [`0.5.0...master`][0.5.0...master].
For a full diff see [`0.5.1...master`][0.5.1...master].

## [`0.5.1`][0.5.1]

For a full diff see [`0.5.0...0.5.1`][0.5.0...0.5.1].

### Fixed

* Removed an inappropriate `replace` configuration from `composer.json` ([#100]), by [@localheinz]

## [`0.5.0`][0.5.0]

Expand Down Expand Up @@ -51,12 +59,15 @@ For a full diff see [`0.4.0...0.5.0`][0.4.0...0.5.0].
* Dropped support for PHP 7.1 ([#77]), by [@localheinz]

[0.5.0]: https://github.com/localheinz/ergebnis/classy/releases/tag/0.5.0
[0.5.1]: https://github.com/localheinz/ergebnis/classy/releases/tag/0.5.0

[0.4.0...0.5.0]: https://github.com/ergebnis/classy/compare/0.4.0...0.5.0
[0.5.0...master]: https://github.com/ergebnis/classy/compare/0.5.0...master
[0.5.0...0.5.1]: https://github.com/ergebnis/classy/compare/0.5.0...0.5.1
[0.5.1...master]: https://github.com/ergebnis/classy/compare/0.5.1...master

[#77]: https://github.com/ergebnis/classy/pull/77
[#88]: https://github.com/ergebnis/classy/pull/88
[#100]: https://github.com/ergebnis/classy/pull/100

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
3 changes: 0 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
"php": "^7.2",
"ext-tokenizer": "*"
},
"replace": {
"localheinz/classy": "*"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.1.0",
"ergebnis/phpstan-rules": "~0.14.0",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f596342

Please sign in to comment.