Skip to content

Commit 90a5eb3

Browse files
authored
Merge pull request #9 from lamoda/added-compatibility-symfony5
added-compatibility-symfony5
2 parents 5915c58 + ad54074 commit 90a5eb3

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
@@ -25,8 +25,8 @@
2525
"doctrine/annotations": "^1.6",
2626
"doctrine/cache": "^1.8",
2727
"guzzlehttp/guzzle": "^6.3",
28-
"symfony/property-access": "^3.4 | ^4.0",
29-
"symfony/serializer": "^3.4 | ^4.0"
28+
"symfony/property-access": "^3.4 | ^4.0 | ^5.0",
29+
"symfony/serializer": "^3.4 | ^4.0 | ^5.0"
3030
},
3131
"require-dev": {
3232
"phpunit/phpunit": "8.5.2"

0 commit comments

Comments
 (0)