Skip to content

Commit

Permalink
Symfony 4 compatibility. (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinorcola authored and ddeboer committed Dec 3, 2017
1 parent 9a4c0ed commit c79e6a4
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",
"symfony/validator": "^2.5 || ^3.0"
"symfony/property-access": "^2.3 || ^3.0 || ^4.0",
"symfony/validator": "^2.5 || ^3.0 || ^4.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit c79e6a4

Please sign in to comment.