Skip to content

Commit 484738b

Browse files
authored
Allow symfony 4 for json schema runtime
1 parent 8c3d00b commit 484738b

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
@@ -20,8 +20,8 @@
2020
},
2121
"require": {
2222
"php": "^7.0",
23-
"symfony/serializer": "^3.1",
24-
"symfony/yaml": "^3.1",
23+
"symfony/serializer": "^3.1|^4.0",
24+
"symfony/yaml": "^3.1|^4.0",
2525
"league/uri": "^4.2",
2626
"php-jsonpointer/php-jsonpointer": "^3.0"
2727
},

0 commit comments

Comments
 (0)