-
Notifications
You must be signed in to change notification settings - Fork 125
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
changelogger: Support symfony/console 7.0 (#36861)
When I tried using stub-generator from Packagist, it broke because it wasn't actually compatible with symfony/console 7.0 (it needed specification of a return type on a method). Turns out this is because changelogger only specified working with up to 6.0, so 7.0 wasn't being used when it should have been. Fortunately all the changes are still more-or-less backwards compatible all the way back to the 3.4 version we need for PHP 7.0 support. We wind up having to specify the commands' names and descriptions twice now, but 🤷. Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/8662487279
- Loading branch information
Showing
5 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters