Skip to content

Commit

Permalink
Merge pull request #161 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 b00f4eb + be14aed commit 8914cae
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
15 changes: 13 additions & 2 deletions CHANGELOG.md
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.14.0...master`][0.14.0...master].
For a full diff see [`0.14.1...master`][0.14.1...master].

## [`0.14.1`][0.14.1]

For a full diff see [`0.14.0...0.14.1`][0.14.0...0.14.1].

### Fixed

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

## [`0.14.0`][0.14.0]

Expand Down Expand Up @@ -278,6 +286,7 @@ For a full diff see [`362c7ea...0.1.0`][362c7ea...0.1.0].
[0.12.2]: https://github.com/ergebnis/phpstan-rules/releases/tag/0.12.2
[0.13.0]: https://github.com/ergebnis/phpstan-rules/releases/tag/0.13.0
[0.14.0]: https://github.com/ergebnis/phpstan-rules/releases/tag/0.14.0
[0.14.1]: https://github.com/ergebnis/phpstan-rules/releases/tag/0.14.1

[362c7ea...0.1.0]: https://github.com/ergebnis/phpstan-rules/compare/362c7ea...0.1.0
[0.1.0...0.2.0]: https://github.com/ergebnis/phpstan-rules/compare/0.1.0...0.2.0
Expand All @@ -298,7 +307,8 @@ For a full diff see [`362c7ea...0.1.0`][362c7ea...0.1.0].
[0.12.1...0.12.2]: https://github.com/ergebnis/phpstan-rules/compare/0.12.1...0.12.2
[0.12.2...0.13.0]: https://github.com/ergebnis/phpstan-rules/compare/0.12.2...0.13.0
[0.13.0...0.14.0]: https://github.com/ergebnis/phpstan-rules/compare/0.13.0...0.14.0
[0.14.0...master]: https://github.com/ergebnis/phpstan-rules/compare/0.14.0...master
[0.14.0...0.14.1]: https://github.com/ergebnis/phpstan-rules/compare/0.14.0...0.14.1
[0.14.1...master]: https://github.com/ergebnis/phpstan-rules/compare/0.14.1...master

[#1]: https://github.com/ergebnis/phpstan-rules/pull/1
[#4]: https://github.com/ergebnis/phpstan-rules/pull/4
Expand Down Expand Up @@ -343,6 +353,7 @@ For a full diff see [`362c7ea...0.1.0`][362c7ea...0.1.0].
[#147]: https://github.com/ergebnis/phpstan-rules/pull/147
[#157]: https://github.com/ergebnis/phpstan-rules/pull/157
[#158]: https://github.com/ergebnis/phpstan-rules/pull/158
[#161]: https://github.com/ergebnis/phpstan-rules/pull/161

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
3 changes: 0 additions & 3 deletions composer.json
Expand Up @@ -21,9 +21,6 @@
"nikic/php-parser": "^4.2.3",
"phpstan/phpstan": "~0.11.15 || ~0.12.0"
},
"replace": {
"localheinz/phpstan-rules": "*"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.1.0",
"ergebnis/test-util": "~0.9.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 8914cae

Please sign in to comment.