Skip to content

Commit

Permalink
Allow Symfony 6 packages (#30)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Green <jon+wsl.ubuntu@tjs.co.uk>
  • Loading branch information
jontjs and Jon Green committed Jan 21, 2022
1 parent 966c0a2 commit 0b12fff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
],
"require": {
"php": ">=7.0",
"symfony/console": "~3.4 || ~4.0 || ~5.0",
"symfony/dotenv": "~3.4 || ~4.0 || ~5.0",
"symfony/process": "~3.4 || ~4.0 || ~5.0",
"symfony/console": "~3.4 || ~4.0 || ~5.0 || ~6.0",
"symfony/dotenv": "~3.4 || ~4.0 || ~5.0 || ~6.0",
"symfony/process": "~3.4 || ~4.0 || ~5.0 || ~6.0",
"jackiedo/dotenv-editor": "~1.0"
},
"autoload": {
Expand Down

0 comments on commit 0b12fff

Please sign in to comment.