Skip to content

Commit

Permalink
Symfony 5 compatibility (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
svenkrefeld authored Apr 2, 2020
1 parent 2f07b4b commit 6a5b6e0
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 @@ -26,8 +26,8 @@
"php": ">=5.6.0",
"portphp/portphp": "^1.0.0",
"seld/signal-handler": "^1.0",
"symfony/property-access": "^2.3 || ^3.0 || ^4.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0"
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 6a5b6e0

Please sign in to comment.