diff --git a/composer.json b/composer.json index 6d0ef373..04e087c7 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,5 @@ { - "name": "guzzlehttp/guzzle-services", + "name": "fillup/guzzle-services", "description": "Provides an implementation of the Guzzle Command library that uses Guzzle service descriptions to describe web services, serialize requests, and parse responses into easy to use model structures.", "type": "library", "license": "MIT", @@ -31,5 +31,8 @@ "branch-alias": { "dev-master": "0.4-dev" } + }, + "replace": { + "guzzlehttp/guzzle-services": "0.5.0" } }