Skip to content

Commit

Permalink
Allow symfony/console v6
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Jun 9, 2024
1 parent ece5cc5 commit c55548c
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 c55548c

Please sign in to comment.