Skip to content

Commit

Permalink
Merge pull request #4 from estahn/update_1.2.0
Browse files Browse the repository at this point in the history
Update to 1.2.0 and change composer type to symfony-bundle
  • Loading branch information
estahn committed Mar 15, 2016
2 parents f29a662 + 4160609 commit 5530968
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "estahn/guzzle-stereo-bundle",
"type": "library",
"type": "symfony-bundle",
"description": "Record and Replay HTTP Responses easily in Symfony",
"keywords": ["guzzle", "mock", "phpunit"],
"homepage": "https://github.com/estahn/guzzle-stereo-bundle",
Expand All @@ -14,7 +14,7 @@
"minimum-stability": "dev",
"require": {
"php": ">=5.6.0",
"ikwattro/guzzle-stereo": "~1.1.0",
"ikwattro/guzzle-stereo": "~1.2",
"symfony/dependency-injection": "~2.3|~3.0",
"symfony/config": "~2.3|~3.0",
"symfony/http-kernel": "~2.3|~3.0"
Expand Down

0 comments on commit 5530968

Please sign in to comment.