Skip to content

Commit c79e6a4

Browse files
Vinorcoladdeboer
authored andcommitted
Symfony 4 compatibility. (#9)
1 parent 9a4c0ed commit c79e6a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"php": ">=5.6.0",
2727
"portphp/portphp": "^1.0.0",
2828
"seld/signal-handler": "^1.0",
29-
"symfony/property-access": "^2.3 || ^3.0",
30-
"symfony/validator": "^2.5 || ^3.0"
29+
"symfony/property-access": "^2.3 || ^3.0 || ^4.0",
30+
"symfony/validator": "^2.5 || ^3.0 || ^4.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)