Skip to content

Commit

Permalink
Merge pull request #1 from shavounet/master
Browse files Browse the repository at this point in the history
Fixed Symfony4 compatibility
  • Loading branch information
VincentChalnot authored May 18, 2020
2 parents 561a286 + 043fb41 commit 632626a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion Command/MysqlDumpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Sidus\DatabaseMaintenanceBundle\Command;

use Doctrine\DBAL\Connection;
use Doctrine\DBAL\Platforms\MySqlPlatform;
use Symfony\Bundle\FrameworkBundle\Command\ContainerAwareCommand;
use Symfony\Component\Console\Input\InputArgument;
use Symfony\Component\Console\Input\InputInterface;
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"require": {
"php": ">=5.6",
"symfony/symfony": ">=2.8",
"symfony/framework-bundle": "~2.8|~3.0|~4.0",
"doctrine/orm": ">=2.5",
"doctrine/doctrine-bundle": ">=1.6"
}
Expand Down

0 comments on commit 632626a

Please sign in to comment.