Skip to content

Commit

Permalink
Support Symfony 6 (#33)
Browse files Browse the repository at this point in the history
Hi folkes! Love the lib, use it on one of my projects extensively!

I am in the middle of trying to upgrade my codebases to run on Laravel 9 and because they now based out of Symfony 6, This package is blocking the upgrade, So suggesting support to include the latest version!

All my best 🥇

Co-authored-by: Andreas Frömer <icanhazstring@users.noreply.github.com>
  • Loading branch information
genericmilk and icanhazstring authored Mar 31, 2022
1 parent 1278b27 commit 0b7f75e
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 @@ -21,7 +21,7 @@
],
"require": {
"php": ">=7.2",
"symfony/process": "^4.4 || ^5.0",
"symfony/process": "^4.4 || ^5.0 || ^6.0",
"ext-iconv": "*",
"ext-dom": "*",
"ext-libxml": "*"
Expand Down

0 comments on commit 0b7f75e

Please sign in to comment.