Skip to content

Commit 30eadf9

Browse files
committed
Updated dependencies
1 parent 5a1c05b commit 30eadf9

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Change Log
22

33

4+
## 0.3.0 - 2016-01-21
5+
6+
### Changed
7+
8+
- Updated discovery dependency
9+
10+
411
## 0.2.0 - 2016-01-13
512

613
### Changed

composer.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,10 @@
1818
"php": ">=5.4",
1919
"phpunit/phpunit": "^4.5",
2020
"php-http/httplug": "^1.0",
21-
"php-http/discovery": "^0.6.4",
21+
"php-http/discovery": "~0.7",
2222
"php-http/message": "~0.2.1",
2323
"guzzlehttp/psr7": "^1.0",
24-
"th3n3rd/cartesian-product": "^0.3",
25-
"puli/cli": "~1.0.0-beta9@dev",
26-
"justinrainbow/json-schema": "<1.5"
24+
"th3n3rd/cartesian-product": "^0.3"
2725
},
2826
"autoload": {
2927
"psr-4": {

0 commit comments

Comments
 (0)