Skip to content

Commit

Permalink
Support Laravel 8 installation by switching to new faker package name
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineOmega committed Jul 27, 2021
1 parent 9ae8001 commit 4951aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"license": "LGPL-3.0-only",
"require": {
"php": "^7.1||^8.0",
"guzzlehttp/guzzle": "^6.0 || ^7.0",
"fzaninotto/faker": "^1.6",
"guzzlehttp/guzzle": "^6.0||^7.0",
"fakerphp/faker": "^1.9.1",
"ext-json": "*"
},
"require-dev": {
Expand Down

0 comments on commit 4951aa1

Please sign in to comment.