Skip to content

Commit

Permalink
Composer: allow symfony v6 (vol2)
Browse files Browse the repository at this point in the history
  • Loading branch information
f3l1x committed Feb 9, 2022
1 parent 92ef116 commit 2ef1484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"require": {
"php": ">=7.2",
"contributte/di": "^0.5.1",
"symfony/console": "^4.2.9|^5.0.0"
"symfony/console": "^4.2.9|^5.0.0|^6.0.0"
},
"require-dev": {
"nette/http": "~3.0.1",
Expand Down

3 comments on commit 2ef1484

@TomasVotruba
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @f3l1x ,

we want to bump other packages to Symfony 6 and this one is only dev that blocks the console.
Could you to tag this one? :)
Thanks

@f3l1x
Copy link
Member Author

@f3l1x f3l1x commented on 2ef1484 Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@TomasVotruba
Copy link

@TomasVotruba TomasVotruba commented on 2ef1484 Apr 18, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh wow, Thank you 🥳

Please sign in to comment.