Skip to content
This repository has been archived by the owner on Oct 1, 2021. It is now read-only.

Commit

Permalink
chore upgrade faker to make it compatible with php8 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
alfonsobries authored Feb 18, 2021
1 parent d9288ad commit 9754392
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 18 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"require": {
"ergebnis/phpstan-rules": "^0.15",
"friendsofphp/php-cs-fixer": "^2.16",
"fzaninotto/faker": "^1.9",
"graham-campbell/analyzer": "^3.0",
"johnkary/phpunit-speedtrap": "^3.2",
"mockery/mockery": "^1.3",
Expand All @@ -30,7 +29,8 @@
"rector/rector": "^0.8",
"spatie/pest-plugin-snapshots": "^0.3.1",
"jasonmccreary/laravel-test-assertions": "^1.0",
"orchestra/testbench": "^6.11"
"orchestra/testbench": "^6.11",
"fakerphp/faker": "^1.13"
},
"extra": {
"laravel": {
Expand Down
27 changes: 11 additions & 16 deletions composer.lock

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

0 comments on commit 9754392

Please sign in to comment.