Skip to content

Commit e4aa006

Browse files
committed
ensitech-273
1 parent 18c5c2b commit e4aa006

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@
1212
"require-dev": {
1313
"friendsofphp/php-cs-fixer": "^3.2",
1414
"nunomaduro/collision": "^6.0 || ^7.0 || ^8.1",
15-
"pestphp/pest": "^1.22 || ^2.0",
16-
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0",
15+
"pestphp/pest": "^1.22 || ^2.0 | ^3.0",
16+
"pestphp/pest-plugin-laravel": "^1.1 || ^2.0 | ^3.0",
1717
"phpstan/extension-installer": "^1.3",
18-
"phpstan/phpstan": "^1.11",
19-
"spaze/phpstan-disallowed-calls": "^2.15",
18+
"phpstan/phpstan": "^1.11 | ^2.1",
19+
"spaze/phpstan-disallowed-calls": "^2.15 | ^4.0",
2020
"orchestra/testbench": "^7.0 || ^8.0 || ^9.0"
2121
},
2222
"autoload": {

src/LaravelPhpRdKafkaConsumerServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public function boot(): void
2929
}
3030
}
3131

32-
protected function packageBasePath(string $directory = null): string
32+
protected function packageBasePath(?string $directory = null): string
3333
{
3434
if ($directory === null) {
3535
return __DIR__;

0 commit comments

Comments
 (0)