Skip to content

Commit 6b1af24

Browse files
authored
Merge pull request #73 from ergebnis/fix/replace
Fix: Remove inappropriate replace configuration
2 parents 4a86d89 + 423d590 commit 6b1af24

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## Unreleased
88

9-
For a full diff see [`2.0.0...master`][2.0.0...master].
9+
For a full diff see [`2.0.1...master`][2.0.1...master].
10+
11+
## [`2.0.1`][2.0.1]
12+
13+
For a full diff see [`2.0.0...2.0.1`][2.0.0...2.0.1].
14+
15+
### Fixed
16+
17+
* Removed an inappropriate `replace` configuration from `composer.json` ([#73]), by [@localheinz]
1018

1119
### [`2.0.0`][2.0.0]
1220

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

7280
[1.0.0]: https://github.com/ergebnis/http-method/releases/tag/1.0.0
7381
[2.0.0]: https://github.com/ergebnis/http-method/releases/tag/2.0.0
82+
[2.0.1]: https://github.com/ergebnis/http-method/releases/tag/2.0.1
7483

7584
[848192d...1.0.0]: https://github.com/ergebnis/http-method/compare/848192d...1.0.0
7685
[1.0.0...2.0.0]: https://github.com/ergebnis/http-method/compare/1.0.0...2.0.0
77-
[2.0.0...master]: https://github.com/ergebnis/http-method/compare/2.0.0...master
86+
[2.0.0...2.0.1]: https://github.com/ergebnis/http-method/compare/2.0.0...2.0.1
87+
[2.0.1...master]: https://github.com/ergebnis/http-method/compare/2.0.1...master
7888

7989
[#5]: https://github.com/ergebnis/http-method/pull/5
8090
[#7]: https://github.com/ergebnis/http-method/pull/7
@@ -92,6 +102,7 @@ For a full diff see [`848192d...1.0.0`][848192d...1.0.0].
92102
[#19]: https://github.com/ergebnis/http-method/pull/19
93103
[#22]: https://github.com/ergebnis/http-method/pull/22
94104
[#70]: https://github.com/ergebnis/http-method/pull/70
105+
[#73]: https://github.com/ergebnis/http-method/pull/70
95106

96107
[@ergebnis]: https://github.com/ergebnis
97108
[@localheinz]: https://github.com/localheinz

composer.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@
1818
"require": {
1919
"php": "^7.2"
2020
},
21-
"replace": {
22-
"localheinz/http-method": "*"
23-
},
2421
"require-dev": {
2522
"ergebnis/php-cs-fixer-config": "~1.1.0",
2623
"ergebnis/phpstan-rules": "~0.14.0",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)