Skip to content

Commit

Permalink
Merge pull request #211 from sreichel/symfony-console
Browse files Browse the repository at this point in the history
Allow symfony/console v6
  • Loading branch information
Flyingmana authored Jun 9, 2024
2 parents ece5cc5 + c55548c commit 2208f7a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
"require": {
"php": ">=5.5",
"flyingmana/composer-config-reader": "*",
"symfony/console": "^2.5|^3.0|^4.0|^5.0",
"symfony/console": "^2.5|^3.0|^4.0|^5.0|^6.0",
"composer-plugin-api": "^2.0"
},
"require-dev": {
Expand Down Expand Up @@ -99,4 +99,4 @@
"extra": {
"class": "MagentoHackathon\\Composer\\Magento\\Plugin"
}
}
}
16 changes: 8 additions & 8 deletions composer.lock

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

0 comments on commit 2208f7a

Please sign in to comment.