Skip to content

Commit

Permalink
support symfony 6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Jan 14, 2022
1 parent 768a468 commit 85edb53
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 @@ -7,8 +7,8 @@
"require": {
"php": ">=7.1",
"ibericode/vat": "^2.0",
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/validator": "^4.2|^5.0"
"symfony/framework-bundle": "^4.0|^5.0|^6.0",
"symfony/validator": "^4.2|^5.0|^6.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand Down

0 comments on commit 85edb53

Please sign in to comment.