Skip to content
This repository has been archived by the owner on Feb 2, 2018. It is now read-only.

Commit

Permalink
Move HTTP Adapter to the "require" section
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Aug 13, 2015
1 parent ee0f71e commit 6fbd609
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## Unreleased

* Update egeloen/http-adapter to 0.8

## 2.0.2

* Remove dependency on request parameters and handle checks with Tape functions instead.
Expand Down
10 changes: 5 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@
"source": "https://github.com/kreait/tape-recorder-subscriber"
},
"require": {
"symfony/yaml": "~2.6",
"symfony/event-dispatcher": "~2.6"
"egeloen/http-adapter": "^0.8.0",
"symfony/yaml": "^2.6",
"symfony/event-dispatcher": "^2.6"
},
"require-dev": {
"egeloen/http-adapter": "^0.8.0",
"phpunit/phpunit": "~4.6",
"fabpot/php-cs-fixer": "~1.6"
"phpunit/phpunit": "^4.6",
"fabpot/php-cs-fixer": "^1.6"
},
"autoload": {
"psr-4": { "Kreait\\Ivory\\HttpAdapter\\": "src/" }
Expand Down

0 comments on commit 6fbd609

Please sign in to comment.