Skip to content

Commit

Permalink
[TASK] Allow Symfony v6
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Jan 16, 2024
1 parent 9c997e1 commit 6985ae6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
"symfony/console": "^7.0",
"symfony/filesystem": "^7.0",
"symfony/finder": "^7.0"
"symfony/console": "^6.0 || ^7.0",
"symfony/filesystem": "^6.0 || ^7.0",
"symfony/finder": "^6.0 || ^7.0"
},
"require-dev": {
"armin/editorconfig-cli": "^1.8 || ^2.0",
Expand Down
4 changes: 2 additions & 2 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6985ae6

Please sign in to comment.