Skip to content

Commit

Permalink
Merge pull request #12 from aik099/allow-more-symfony-console-versions
Browse files Browse the repository at this point in the history
Allow more "symfony/console" versions
  • Loading branch information
aik099 authored Mar 29, 2024
2 parents b90b973 + b50302c commit 42f97fb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"require": {
"php": ">=5.6.0",
"symfony/console": "^3.4",
"symfony/console": "^3.4 || ^4.0 || ^5.0 || ^6.0 || ^7.0",
"pimple/pimple": "^2.0|^3.0",
"stecman/symfony-console-completion": "^0.11.0"
},
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

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

0 comments on commit 42f97fb

Please sign in to comment.