Skip to content

Commit

Permalink
Merge pull request #73 from ergebnis/fix/replace
Browse files Browse the repository at this point in the history
Fix: Remove inappropriate replace configuration
  • Loading branch information
localheinz committed Dec 15, 2019
2 parents 4a86d89 + 423d590 commit 6b1af24
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 [`2.0.0...master`][2.0.0...master].
For a full diff see [`2.0.1...master`][2.0.1...master].

## [`2.0.1`][2.0.1]

For a full diff see [`2.0.0...2.0.1`][2.0.0...2.0.1].

### Fixed

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

### [`2.0.0`][2.0.0]

Expand Down Expand Up @@ -71,10 +79,12 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].

[1.0.0]: https://github.com/ergebnis/http-method/releases/tag/1.0.0
[2.0.0]: https://github.com/ergebnis/http-method/releases/tag/2.0.0
[2.0.1]: https://github.com/ergebnis/http-method/releases/tag/2.0.1

[848192d...1.0.0]: https://github.com/ergebnis/http-method/compare/848192d...1.0.0
[1.0.0...2.0.0]: https://github.com/ergebnis/http-method/compare/1.0.0...2.0.0
[2.0.0...master]: https://github.com/ergebnis/http-method/compare/2.0.0...master
[2.0.0...2.0.1]: https://github.com/ergebnis/http-method/compare/2.0.0...2.0.1
[2.0.1...master]: https://github.com/ergebnis/http-method/compare/2.0.1...master

[#5]: https://github.com/ergebnis/http-method/pull/5
[#7]: https://github.com/ergebnis/http-method/pull/7
Expand All @@ -92,6 +102,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
[#19]: https://github.com/ergebnis/http-method/pull/19
[#22]: https://github.com/ergebnis/http-method/pull/22
[#70]: https://github.com/ergebnis/http-method/pull/70
[#73]: https://github.com/ergebnis/http-method/pull/70

[@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 @@ -18,9 +18,6 @@
"require": {
"php": "^7.2"
},
"replace": {
"localheinz/http-method": "*"
},
"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 6b1af24

Please sign in to comment.