Skip to content

Commit

Permalink
support symfony 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dannyvankooten committed Nov 21, 2019
1 parent 0a633dc commit babd756
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",
"symfony/validator": "^4.2"
"symfony/framework-bundle": "^4.0|^5.0",
"symfony/validator": "^4.2|^5.0"
},
"require-dev": {
"phpunit/phpunit": "^7.5"
Expand Down

0 comments on commit babd756

Please sign in to comment.