diff --git a/composer.json b/composer.json index 428eb7a..dc3632e 100644 --- a/composer.json +++ b/composer.json @@ -14,13 +14,14 @@ "php": ">=7.3", "bluzphp/framework": "~7.13", "codeception/codeception": "~4.1", + "composer/composer": "~2.1", "robmorgan/phinx": "~0.12", - "symfony/console": "~5.2", - "symfony/event-dispatcher": "~5.2", - "symfony/filesystem": "~5.2", - "symfony/finder": "~5.2", - "symfony/process": "~5.2", - "symfony/yaml": "~5.2" + "symfony/console": "~5.3", + "symfony/event-dispatcher": "~5.3", + "symfony/filesystem": "~5.3", + "symfony/finder": "~5.3", + "symfony/process": "~5.3", + "symfony/yaml": "~5.3" }, "require-dev": { "phpunit/phpunit": "~9.5", diff --git a/src/Command/Module/InstallCommand.php b/src/Command/Module/InstallCommand.php index e514e03..3774250 100644 --- a/src/Command/Module/InstallCommand.php +++ b/src/Command/Module/InstallCommand.php @@ -9,7 +9,7 @@ use Bluzman\Command\AbstractCommand; use Exception; -use Symfony\Component\Console\Application; +use Composer\Console\Application; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface; diff --git a/src/Command/Module/RemoveCommand.php b/src/Command/Module/RemoveCommand.php index 2ce22b1..f2ff08e 100644 --- a/src/Command/Module/RemoveCommand.php +++ b/src/Command/Module/RemoveCommand.php @@ -9,7 +9,7 @@ use Bluzman\Command\AbstractCommand; use Exception; -use Symfony\Component\Console\Application; +use Composer\Console\Application; use Symfony\Component\Console\Input\ArrayInput; use Symfony\Component\Console\Input\InputArgument; use Symfony\Component\Console\Input\InputInterface;