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

Commit

Permalink
Merge pull request #76 from ergebnis/fix/replace
Browse files Browse the repository at this point in the history
Fix: Remove inappropriate replace configuration
  • Loading branch information
localheinz authored Dec 14, 2019
2 parents 3ad73d4 + 385f19d commit 00c9123
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` ([#76]), by [@localheinz]

## [`2.0.0`][2.0.0]

Expand Down Expand Up @@ -99,6 +107,7 @@ For a full diff see [`740095e...0.1.0`][740095e...0.1.0].
[1.2.0]: https://github.com/ergebnis/factory-girl-definition/tag/1.2.0
[1.3.0]: https://github.com/ergebnis/factory-girl-definition/tag/1.3.0
[2.0.0]: https://github.com/ergebnis/factory-girl-definition/tag/2.0.0
[2.0.1]: https://github.com/ergebnis/factory-girl-definition/tag/2.0.1

[740095e...0.1.0]: https://github.com/ergebnis/factory-girl-definition/compare/740095e...0.1.0
[0.1.0...0.1.1]: https://github.com/ergebnis/factory-girl-definition/compare/0.1.0...0.1.1
Expand All @@ -108,14 +117,16 @@ For a full diff see [`740095e...0.1.0`][740095e...0.1.0].
[1.1.0...1.2.0]: https://github.com/ergebnis/factory-girl-definition/compare/1.1.0...1.2.0
[1.2.0...1.3.0]: https://github.com/ergebnis/factory-girl-definition/compare/1.1.0...1.3.0
[1.3.0...2.0.0]: https://github.com/ergebnis/factory-girl-definition/compare/1.3.0...2.0.0
[2.0.0...master]: https://github.com/ergebnis/factory-girl-definition/compare/2.0.0...master
[2.0.0...2.0.1]: https://github.com/ergebnis/factory-girl-definition/compare/2.0.0...2.0.1
[2.0.1...master]: https://github.com/ergebnis/factory-girl-definition/compare/2.0.1...master

[#1]: https://github.com/ergebnis/factory-girl-definition/pull/1
[#3]: https://github.com/ergebnis/factory-girl-definition/pull/3
[#4]: https://github.com/ergebnis/factory-girl-definition/pull/4
[#69]: https://github.com/ergebnis/factory-girl-definition/pull/69
[#71]: https://github.com/ergebnis/factory-girl-definition/pull/71
[#73]: https://github.com/ergebnis/factory-girl-definition/pull/73
[#76]: https://github.com/ergebnis/factory-girl-definition/pull/76

[@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 @@ -16,9 +16,6 @@
"ergebnis/classy": "~0.5.0",
"fzaninotto/faker": "^1.9.0"
},
"replace": {
"localheinz/factory-girl-definition": "*"
},
"require-dev": {
"ergebnis/php-cs-fixer-config": "~1.0.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 00c9123

Please sign in to comment.