Skip to content

Commit

Permalink
Require DBAL 3 when installing (laravel#48769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki authored and timacdonald committed Oct 24, 2023
1 parent b26786f commit b3b2643
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ protected function ensureDependenciesExist()
protected function installDependencies()
{
$command = collect($this->composer->findComposer())
->push('require doctrine/dbal')
->push('require doctrine/dbal:^3.5.1')
->implode(' ');

$process = Process::fromShellCommandline($command, null, null, null, null);
Expand Down

0 comments on commit b3b2643

Please sign in to comment.