Skip to content

Commit 6bb0122

Browse files
committed
minor #13 add Symfony 4 support (xabbuh)
This PR was merged into the 2.1.x-dev branch. Discussion ---------- add Symfony 4 support Commits ------- 6bc6bc7 add Symfony 4 support
2 parents 5f9350f + 6bc6bc7 commit 6bb0122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"php-xapi/exception": "^0.2.0",
1717
"php-xapi/model": "^1.2 || ^2.1 || ^3.0",
1818
"php-xapi/serializer": "^2.1.1",
19-
"symfony/serializer": "~2.8|~3.0"
19+
"symfony/serializer": "^2.8 || ^3.4 || ^4.0"
2020
},
2121
"require-dev": {
2222
"php-xapi/json-test-fixtures": "^2.0",

0 commit comments

Comments
 (0)