Skip to content

Commit a22dfb3

Browse files
committed
add php 7.3 compatibility
1 parent accd698 commit a22dfb3

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
@@ -14,7 +14,7 @@
1414
}
1515
],
1616
"require": {
17-
"php": "~7.0.0|~7.1.0|~7.2.0",
17+
"php": "~7.0.0|~7.1.0|~7.2.0|~7.3.0",
1818
"ext-json": "*",
1919
"guzzlehttp/guzzle": "~6.3",
2020
"symfony/serializer": "~3.3|~4.0",

0 commit comments

Comments
 (0)