Skip to content

Commit b901288

Browse files
committed
fix: use PHP8 compatible fork of Faker
1 parent 23fa7b7 commit b901288

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"php": "^7.4 || ^8.0",
1414
"ext-json": "*",
1515
"cebe/php-openapi": "^1.4",
16-
"fzaninotto/faker": "^1.9",
16+
"fakerphp/faker": "^1.10",
1717
"league/openapi-psr7-validator": "^0.12",
1818
"thecodingmachine/safe": "^1.1"
1919
},
@@ -25,7 +25,7 @@
2525
"phpstan/phpstan": "^0.12.50",
2626
"phpstan/phpstan-phpunit": "^0.12.16",
2727
"phpunit/phpunit": "^9.4",
28-
"spatie/phpunit-snapshot-assertions": "^4.2",
28+
"spatie/phpunit-snapshot-assertions": "dev-master",
2929
"symfony/var-dumper": "^5.1",
3030
"thecodingmachine/phpstan-safe-rule": "^1.0"
3131
},

0 commit comments

Comments
 (0)