Skip to content

Commit

Permalink
Replace fakerphp package
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Nybroe committed Oct 30, 2020
1 parent fd4f5aa commit 13cb48b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@

### Security

## [0.2.1]
### Changed
- Replaced `fzaninotto/faker` with `fakerphp/faker`

## [0.2.0]
### Added
- Created some Pest tests
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
"php": ">=7.4",
"doctrine/dbal": "^2.9|^2.8|^2.7",
"symfony/console": "^5.1",
"fzaninotto/faker": "^1.8",
"symfony/var-dumper": "^5.1",
"ext-json": "*",
"thecodingmachine/safe": "^0.1.15",
"ext-pdo": "*"
"ext-pdo": "*",
"fakerphp/faker": "^1.10"
},
"require-dev": {
"roave/security-advisories": "dev-master",
Expand Down

0 comments on commit 13cb48b

Please sign in to comment.