We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a1c05b commit 30eadf9Copy full SHA for 30eadf9
CHANGELOG.md
@@ -1,6 +1,13 @@
1
# Change Log
2
3
4
+## 0.3.0 - 2016-01-21
5
+
6
+### Changed
7
8
+- Updated discovery dependency
9
10
11
## 0.2.0 - 2016-01-13
12
13
### Changed
composer.json
@@ -18,12 +18,10 @@
18
"php": ">=5.4",
19
"phpunit/phpunit": "^4.5",
20
"php-http/httplug": "^1.0",
21
- "php-http/discovery": "^0.6.4",
+ "php-http/discovery": "~0.7",
22
"php-http/message": "~0.2.1",
23
"guzzlehttp/psr7": "^1.0",
24
- "th3n3rd/cartesian-product": "^0.3",
25
- "puli/cli": "~1.0.0-beta9@dev",
26
- "justinrainbow/json-schema": "<1.5"
+ "th3n3rd/cartesian-product": "^0.3"
27
},
28
"autoload": {
29
"psr-4": {
0 commit comments