Skip to content

Commit

Permalink
Require DBAL 3 when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Oct 18, 2023
1 parent 88b309c commit e477798
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 e477798

Please sign in to comment.