Skip to content

Commit

Permalink
Allow Symfony 6 (#1606)
Browse files Browse the repository at this point in the history
* Allow Symfony 6

* Fix composer warnings

Co-authored-by: maks-rafalko <b0rn@list.ru>
  • Loading branch information
julien-boudry and maks-rafalko committed Dec 1, 2021
1 parent f60fbc5 commit a9e7c20
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions composer.json
Expand Up @@ -58,10 +58,10 @@
"sanmai/pipeline": "^5.1 || ^6",
"sebastian/diff": "^3.0.2 || ^4.0",
"seld/jsonlint": "^1.7",
"symfony/console": "^3.4.29 || ^4.1.19 || ^5.0",
"symfony/filesystem": "^3.4.29 || ^4.1.19 || ^5.0",
"symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0",
"symfony/process": "^3.4.29 || ^4.1.19 || ^5.0",
"symfony/console": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/filesystem": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/finder": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"symfony/process": "^3.4.29 || ^4.1.19 || ^5.0 || ^6.0",
"thecodingmachine/safe": "^1.1.3",
"webmozart/assert": "^1.3",
"webmozart/path-util": "^2.3"
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 a9e7c20

Please sign in to comment.