Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Commit

Permalink
Merge pull request #372 from ergebnis/feature/faker-php
Browse files Browse the repository at this point in the history
Fix: Use fakerphp/faker instead of fzaninotto/faker
  • Loading branch information
ergebnis-bot committed Nov 17, 2020
2 parents 09c682a + 31e939a commit c550f6a
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 22 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 [`1.3.0...main`][1.3.0...main].
For a full diff see [`1.3.1...main`][1.3.1...main].

## [`1.3.1`][1.3.1]

For a full diff see [`1.3.0...1.3.1`][1.3.0...1.3.1].

### Fixed

* Started using `fakerphp/faker` instead of `fzaninotto/faker` ([#372]), by [@localheinz]

## [`1.3.0`][1.3.0]

Expand Down Expand Up @@ -118,6 +126,7 @@ For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].
[1.1.0]: https://github.com/ergebnis/test-util/releases/tag/1.1.0
[1.2.0]: https://github.com/ergebnis/test-util/releases/tag/1.2.0
[1.3.0]: https://github.com/ergebnis/test-util/releases/tag/1.3.0
[1.3.1]: https://github.com/ergebnis/test-util/releases/tag/1.3.1

[0.7.0...0.8.0]: https://github.com/ergebnis/test-util/compare/0.7.0...0.8.0
[0.8.0...0.9.0]: https://github.com/ergebnis/test-util/compare/0.8.0...0.9.0
Expand All @@ -127,7 +136,8 @@ For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].
[1.0.1...1.1.0]: https://github.com/ergebnis/test-util/compare/1.0.1...1.1.0
[1.1.0...1.2.0]: https://github.com/ergebnis/test-util/compare/1.1.0...1.2.0
[1.2.0...1.3.0]: https://github.com/ergebnis/test-util/compare/1.2.0...1.3.0
[1.3.0...main]: https://github.com/ergebnis/test-util/compare/1.3.0...main
[1.3.0...1.3.1]: https://github.com/ergebnis/test-util/compare/1.3.0...1.3.1
[1.3.1...main]: https://github.com/ergebnis/test-util/compare/1.3.1...main

[#118]: https://github.com/ergebnis/test-util/pull/118
[#119]: https://github.com/ergebnis/test-util/pull/119
Expand All @@ -145,6 +155,7 @@ For a full diff see [`0.7.0...0.8.0`][0.7.0...0.8.0].
[#341]: https://github.com/ergebnis/test-util/pull/341
[#343]: https://github.com/ergebnis/test-util/pull/343
[#344]: https://github.com/ergebnis/test-util/pull/344
[#372]: https://github.com/ergebnis/test-util/pull/372

[@ergebnis]: https://github.com/ergebnis
[@localheinz]: https://github.com/localheinz
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"require": {
"php": "^7.2 || ^8.0",
"ergebnis/classy": "^1.1.0",
"fzaninotto/faker": "^1.9.0"
"fakerphp/faker": "^1.11.0"
},
"require-dev": {
"ergebnis/composer-normalize": "^2.10.0",
Expand Down
35 changes: 16 additions & 19 deletions composer.lock

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

0 comments on commit c550f6a

Please sign in to comment.