Skip to content

Commit a0f61c2

Browse files
author
Yansell Rivas Diaz
committed
feat(NotificationBundle) Adding guzzle compatibility.
* Adding compatibility with guzzle >=6.0 for symfony 4.
1 parent 18d789c commit a0f61c2

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
@@ -21,7 +21,7 @@
2121
"require": {
2222
"php": ">=5.6",
2323
"jms/serializer-bundle": ">=2.0",
24-
"guzzlehttp/guzzle": "~6.0",
24+
"guzzlehttp/guzzle": ">=6.0",
2525
"symfony/framework-bundle": "~2.8|~3.0|~4.0"
2626
}
2727
}

0 commit comments

Comments
 (0)