Skip to content

Commit

Permalink
Allow Symfony 6 (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
mwansinck authored Mar 11, 2022
1 parent cf521d9 commit 522038e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
"require": {
"php": "^7.1|^8.0",
"doctrine/annotations": "~1.0",
"symfony/console": "^4.0|^5.0",
"symfony/process": "^4.0|^5.0",
"symfony/config": "^4.0|^5.0",
"symfony/dependency-injection": "^4.0|^5.0"
"symfony/console": "^4.0|^5.0|^6.0",
"symfony/process": "^4.0|^5.0|^6.0",
"symfony/config": "^4.0|^5.0|^6.0",
"symfony/dependency-injection": "^4.0|^5.0|^6.0"
}
}

0 comments on commit 522038e

Please sign in to comment.