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

Fix: Use fakerphp/faker instead of fzaninotto/faker #372

Merged
merged 1 commit into from
Nov 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.