Skip to content

Commit

Permalink
Support Symfony 6
Browse files Browse the repository at this point in the history
  • Loading branch information
danielboendergaard committed Jun 28, 2022
1 parent 67fb029 commit e092e3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions composer.json
Expand Up @@ -10,9 +10,9 @@
}
],
"require": {
"php": "^7.2.5|^8.0",
"symfony/http-foundation": "^5.0",
"symfony/process": "^5.0"
"php": ">=8.1",
"symfony/http-foundation": "^6.0",
"symfony/process": "^6.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit e092e3e

Please sign in to comment.