diff --git a/composer.json b/composer.json index b501712..8b18fa6 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { - "name": "matteocacciola/php-trello-api", + "name": "dominikkukacka/php-trello-api", "type": "library", "description": "Trello API v2 client", - "homepage": "https://github.com/matteocacciola/php-trello-api", + "homepage": "https://github.com/dominikkukacka/php-trello-api", "keywords": ["trello"], "license": "MIT", "authors": [ @@ -17,7 +17,7 @@ ], "require": { "php": ">=7.4", - "guzzlehttp/guzzle": "~5.3" + "guzzlehttp/guzzle": "~7.3" }, "require-dev": { "phpunit/phpunit": "^4.8"