Skip to content

Commit fe5d22b

Browse files
authored
Merge pull request #182 from php-school/upate-faker
Update faker for php8 support
2 parents a582c5a + ef29dd7 commit fe5d22b

File tree

3 files changed

+22
-19
lines changed

3 files changed

+22
-19
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
1111

1212
### Removed
1313

14+
## [2.0.1]
15+
### Added
16+
17+
### Changed
18+
- Updated to `fakerphp/faker` package and new version to support PHP8 (#182)
19+
1420
## [3.0.0]
1521
### Added
1622
- Add support for PHP 8.0 (#176)

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"psr/container": "^1.0",
2323
"symfony/process": "^4.0 | ^5.0",
2424
"symfony/filesystem": "^4.0 | ^5.0",
25-
"fzaninotto/faker": "^1.5",
25+
"fakerphp/faker": "^1.10.1",
2626
"aydin-hassan/cli-md-renderer": "^2.4",
2727
"php-school/cli-menu": "^4.1",
2828
"psr/http-message": "^1.0",

composer.lock

+15-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)