Skip to content

Commit

Permalink
change package name for republishing
Browse files Browse the repository at this point in the history
  • Loading branch information
fillup committed Nov 4, 2016
1 parent d8465d5 commit 797bbb5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -31,5 +31,8 @@
"branch-alias": {
"dev-master": "0.4-dev"
}
},
"replace": {
"guzzlehttp/guzzle-services": "0.5.0"
}
}

0 comments on commit 797bbb5

Please sign in to comment.