Skip to content

Commit 6a5b6e0

Browse files
authored
Symfony 5 compatibility (#15)
1 parent 2f07b4b commit 6a5b6e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

composer.json

Lines changed: 2 additions & 2 deletions
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 || ^4.0",
30-
"symfony/validator": "^2.5 || ^3.0 || ^4.0"
29+
"symfony/property-access": "^2.3 || ^3.0 || ^4.0 || ^5.0",
30+
"symfony/validator": "^2.5 || ^3.0 || ^4.0 || ^5.0"
3131
},
3232
"autoload": {
3333
"psr-4": {

0 commit comments

Comments
 (0)