Skip to content

Commit 7998e14

Browse files
committed
Revert "fix: use PHP8 compatible fork of Faker"
This reverts commit b901288.
1 parent 55dae77 commit 7998e14

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
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4 || ^8.0",
13+
"php": "^7.4",
1414
"ext-json": "*",
1515
"cebe/php-openapi": "^1.4",
1616
"fakerphp/faker": "^1.10",
@@ -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": "dev-master",
28+
"spatie/phpunit-snapshot-assertions": "^4.2",
2929
"symfony/var-dumper": "^5.1",
3030
"thecodingmachine/phpstan-safe-rule": "^1.0"
3131
},

0 commit comments

Comments
 (0)