Skip to content

Commit

Permalink
Require DBAL 3 when installing (#48769)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Oct 18, 2023
1 parent 18de32c commit ada0a01
Showing 1 changed file with 1 addition and 1 deletion.
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 ada0a01

Please sign in to comment.