Skip to content

Commit

Permalink
Hotfix for requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
Anton Shevchuk committed Jul 19, 2021
1 parent 7dc613b commit c12525f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
13 changes: 7 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Module/InstallCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion src/Command/Module/RemoveCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c12525f

Please sign in to comment.