Skip to content

Commit

Permalink
Merge pull request #118 from Myks92/support-symfony-6
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue authored Dec 23, 2021
2 parents 796db3e + c14653e commit b395e50
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 b395e50

Please sign in to comment.