Skip to content

Commit

Permalink
Add support Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Myks92 committed Dec 23, 2021
1 parent 796db3e commit c14653e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
"require": {
"php": ">=8.0",
"ext-json": "*",
"symfony/console": "^5.3.11",
"symfony/finder": "^5.3.7",
"symfony/process": "^5.3.12",
"symfony/yaml": "^5.3.11",
"symfony/console": "^5.3.11|^6.0",
"symfony/finder": "^5.3.7|^6.0",
"symfony/process": "^5.3.12|^6.0",
"symfony/yaml": "^5.3.11|^6.0",
"n98/junit-xml": "1.1.0"
},
"require-dev": {
Expand Down

0 comments on commit c14653e

Please sign in to comment.