We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62fc92 commit d96f5ccCopy full SHA for d96f5cc
composer.json
@@ -49,7 +49,7 @@
49
"doctrine/dbal": "^3.0 || ^4.0",
50
"mockery/mockery": "^1.0",
51
"orchestra/testbench": "^6.0 || ^7.0 || ^8.0 || ^9.0 || ^10.0",
52
- "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0 || ^12.0"
+ "phpunit/phpunit": "^9.6 || ^10.0 || ^11.0"
53
},
54
"suggest": {
55
"doctrine/dbal": "[For Laravel 8-10] Required to rename columns and drop SQLite columns (^3.5.1)."
tests/Concerns/Seeders.php
@@ -40,7 +40,7 @@ protected function fillUlidTable(string $table): void
40
$ulids[$i] = (string) Str::ulid();
41
42
if (Str::startsWith(Application::VERSION, '12.')) {
43
- usleep(500);
+ usleep(1100);
44
}
45
46
0 commit comments