Skip to content

Commit 313c3f9

Browse files
committed
Remove doctrine/dbal:^4 support
Tests fail with: `PHP Fatal error: Declaration of Illuminate\Database\PDO\Concerns\ConnectsToDatabase::connect(array $params, $username = null, $password = null, array $driverOptions = []) must be compatible with Doctrine\DBAL\Driver::connect(array $params): Doctrine\DBAL\Driver\Connection in /home/runner/work/laravel-ide-helper/laravel-ide-helper/vendor/laravel/framework/src/Illuminate/Database/PDO/Concerns/ConnectsToDatabase.php on line 22`
1 parent 416e0ab commit 313c3f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"ext-json": "*",
2525
"barryvdh/reflection-docblock": "^2.0.6",
2626
"composer/class-map-generator": "^1.0",
27-
"doctrine/dbal": "^2.6 || ^3 || ^4",
27+
"doctrine/dbal": "^2.6 || ^3",
2828
"illuminate/console": "^8 || ^9 || ^10",
2929
"illuminate/filesystem": "^8 || ^9 || ^10",
3030
"illuminate/support": "^8 || ^9 || ^10",

0 commit comments

Comments
 (0)