diff --git a/.gitignore b/.gitignore index ac68c70c..ec66e8d0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,5 @@ .idea -.cache -.php_cs.cache -infection.json.dist -infection-log.txt +*.cache .DS_Store composer.lock diff --git a/composer.json b/composer.json index fdf3d4ab..76c98dfd 100644 --- a/composer.json +++ b/composer.json @@ -12,7 +12,7 @@ "require": { "php": "^7.1.3", "ext-json": "*", - "guzzlehttp/guzzle": "^6.3", + "guzzlehttp/guzzle": "^6.3 || ^7.0", "nesbot/carbon": "^1.26.3 || ^2.0", "predis/predis": "^1.1", "ramsey/uuid": "^3.7 || ^4.0",