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

Commit 9754392

Browse files
authored
chore upgrade faker to make it compatible with php8 (#3)
1 parent d9288ad commit 9754392

File tree

2 files changed

+13
-18
lines changed

2 files changed

+13
-18
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
"require": {
1313
"ergebnis/phpstan-rules": "^0.15",
1414
"friendsofphp/php-cs-fixer": "^2.16",
15-
"fzaninotto/faker": "^1.9",
1615
"graham-campbell/analyzer": "^3.0",
1716
"johnkary/phpunit-speedtrap": "^3.2",
1817
"mockery/mockery": "^1.3",
@@ -30,7 +29,8 @@
3029
"rector/rector": "^0.8",
3130
"spatie/pest-plugin-snapshots": "^0.3.1",
3231
"jasonmccreary/laravel-test-assertions": "^1.0",
33-
"orchestra/testbench": "^6.11"
32+
"orchestra/testbench": "^6.11",
33+
"fakerphp/faker": "^1.13"
3434
},
3535
"extra": {
3636
"laravel": {

composer.lock

Lines changed: 11 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)