-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow Symfony 7 (4.x) * Comply with parent return type * Rename method so it doesnt override parent * Set the platform PHP version to something that is acceptable to Symfony 7 * Add -n to the global-options-only test, so that it does not hang if the alias is not found (Symfony will prompt for which command you might want to run instead in this instance). * Revert https://github.com/consolidation/annotated-command/pull/306/files * Annotated commands that extend the AnnotatedCommand class (should be very rare?) should override "execute". Not sure why it worked any other way in the past. * Update versions used in test matrix --------- Co-authored-by: Greg Anderson <[email protected]>
- Loading branch information
Showing
7 changed files
with
253 additions
and
314 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
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
Oops, something went wrong.