We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5230354 commit 1d5eb28Copy full SHA for 1d5eb28
1 file changed
composer.json
@@ -34,15 +34,15 @@
34
},
35
"require": {
36
"php": "~7.0",
37
- "guzzlehttp/guzzle": "~6.1",
38
- "justinrainbow/json-schema": "~5.2"
+ "guzzlehttp/guzzle": "^6.1",
+ "justinrainbow/json-schema": "^5.2"
39
40
"require-dev": {
41
"phpunit/phpunit": "^6.5",
42
"psr/log": "^1.0",
43
- "satooshi/php-coveralls": "^2.0",
+ "php-coveralls/php-coveralls": "^2.0",
44
"jakub-onderka/php-parallel-lint": "^1.0",
45
- "friendsofphp/php-cs-fixer": "^2.9"
+ "friendsofphp/php-cs-fixer": "^2.13"
46
47
"extra": {
48
"branch-alias": {
0 commit comments