Skip to content

Commit

Permalink
add support for Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nielsvanpach committed Dec 21, 2021
1 parent 434f0d7 commit 0af4985
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"php": "^7.3|^8.0",
"ext-fileinfo": "*",
"psr/log": "^1.0 | ^2.0 | ^3.0",
"symfony/process": "^4.2|^5.0"
"symfony/process": "^4.2|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^8.5.21|^9.4.4",
"symfony/var-dumper": "^4.2|^5.0"
"symfony/var-dumper": "^4.2|^5.0|^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 0af4985

Please sign in to comment.