Skip to content

Commit

Permalink
chore: Symfony 7.0.4 update + fixed shodow composer deps (tanks to sh…
Browse files Browse the repository at this point in the history
…ipmonk/composer-dependency-analyser)
  • Loading branch information
COil committed Feb 27, 2024
1 parent 9808f33 commit 6e2809c
Show file tree
Hide file tree
Showing 4 changed files with 331 additions and 351 deletions.
2 changes: 1 addition & 1 deletion castor.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
/**
* Don't display the description when using a parent command context.
*/
function title(string $title, Command $command = null): void
function title(string $title, ?Command $command = null): void
{
io()->title($title.($command !== null ? ': '.$command->getDescription() : ''));
}
Expand Down
4 changes: 4 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,14 @@
"symfony/flex": "^2",
"symfony/form": "~7.0.0",
"symfony/framework-bundle": "~7.0.0",
"symfony/http-foundation": "7.0.*",
"symfony/http-kernel": "7.0.*",
"symfony/intl": "~7.0.0",
"symfony/monolog-bundle": "^3.8",
"symfony/routing": "7.0.*",
"symfony/runtime": "~7.0.0",
"symfony/stimulus-bundle": "^2.0",
"symfony/string": "7.0.*",
"symfony/twig-bundle": "~7.0.0",
"symfony/validator": "~7.0.0",
"symfony/web-link": "~7.0.0",
Expand Down
Loading

0 comments on commit 6e2809c

Please sign in to comment.