Skip to content

Commit a85c5f8

Browse files
authored
Add Symfony 3.4 support
1 parent 2b34ddd commit a85c5f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@
2929
"psr/http-client": "^1.0",
3030
"psr/http-factory": "^1.0",
3131
"psr/http-message": "^1.0",
32-
"symfony/property-access": "^4.2|^5.0",
33-
"symfony/property-info": "^4.2|^5.0",
34-
"symfony/serializer": "^4.2|^5.0",
32+
"symfony/property-access": "^3.4|^4.0|^5.0",
33+
"symfony/property-info": "^3.4|^4.0|^5.0",
34+
"symfony/serializer": "^3.4|^4.0|^5.0",
3535
"ext-fileinfo": "*"
3636
},
3737
"require-dev": {

0 commit comments

Comments
 (0)