Skip to content

Commit ae29e07

Browse files
committed
compatibility with symfony components 5.0
1 parent 7a072ee commit ae29e07

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
@@ -17,9 +17,9 @@
1717
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0|~7.4.0",
1818
"ext-json": "*",
1919
"guzzlehttp/guzzle": "~6.3",
20-
"symfony/serializer": "~3.3|~4.0",
21-
"symfony/property-info": "~3.4.0|~4.0",
22-
"symfony/property-access": "~3.4|~4.0"
20+
"symfony/serializer": "~3.3|~4.0|~5.0",
21+
"symfony/property-info": "~3.4.0|~4.0|~5.0",
22+
"symfony/property-access": "~3.4|~4.0|~5.0"
2323
},
2424
"autoload": {
2525
"psr-4": {

0 commit comments

Comments
 (0)