diff --git a/composer.json b/composer.json index e6bc525..67161b1 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "cdaguerre/php-trello-api", + "name": "grschannel/php-trello-api", "type": "library", "description": "Trello API v1 client", - "homepage": "https://github.com/cdaguerre/php-trello-api", + "homepage": "https://github.com/grschannel/php-trello-api", "keywords": ["trello"], "license": "MIT", "authors": [ @@ -13,7 +13,7 @@ ], "require": { "php": ">=5.3", - "guzzlehttp/guzzle": "~7.0.1" + "guzzlehttp/guzzle": "^6.5" }, "require-dev": { "phpunit/phpunit": "^4.8"