Skip to content

Commit

Permalink
Bump Symfony Console
Browse files Browse the repository at this point in the history
It is suggested dependency for Nextras Migrations (introduced in 774283b), which we run through `php migrations/run.php structures`.

 - symfony/console updated from v6.4.17 to v7.2.1 major
   See changes: symfony/console@v6.4.17...v7.2.1
   Release notes: https://github.com/symfony/console/releases/tag/v7.2.1
  • Loading branch information
jtojnar committed Jan 4, 2025
1 parent 4e2a159 commit b9e189c
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 24 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"phpstan/phpstan-mockery": "^2.0",
"phpstan/phpstan-nette": "^2.0",
"rector/rector": "^2.0",
"symfony/console": "^6.0"
"symfony/console": "^7.2"
},
"autoload": {
"classmap": ["vendor/others"],
Expand Down
45 changes: 22 additions & 23 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b9e189c

Please sign in to comment.