Skip to content

Commit

Permalink
Merge pull request #155 from spatie/symfony-v6
Browse files Browse the repository at this point in the history
add support for Symfony 6
  • Loading branch information
Nielsvanpach authored Dec 21, 2021
2 parents 434f0d7 + 0af4985 commit 6db7552
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 6db7552

Please sign in to comment.