We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c291194 + e2ed88b commit accd698Copy full SHA for accd698
composer.json
@@ -16,10 +16,10 @@
16
"require": {
17
"php": "~7.0.0|~7.1.0|~7.2.0",
18
"ext-json": "*",
19
- "guzzlehttp/guzzle": "^6.3",
20
- "symfony/serializer": "^3.3.0",
21
- "symfony/property-info": "^3.4.0",
22
- "symfony/property-access": "^3.4.0"
+ "guzzlehttp/guzzle": "~6.3",
+ "symfony/serializer": "~3.3|~4.0",
+ "symfony/property-info": "~3.4.0|~4.0",
+ "symfony/property-access": "~3.4|~4.0"
23
},
24
"autoload": {
25
"psr-4": {
0 commit comments