Skip to content

Commit b27c849

Browse files
committed
Merge pull request #43 from php-http/discovery_rework
Update discovery version and dependencies
2 parents b9efa3b + aa6ba86 commit b27c849

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Change Log
2+
3+
## 0.2.0 - 2016-02-23
4+
5+
## 0.1.0 - 2016-01-11

composer.json

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"require": {
1515
"php": ">=5.5",
16-
"php-http/discovery": "^0.7",
16+
"php-http/discovery": "^0.8",
1717
"php-http/client-implementation": "^1.0",
1818
"php-http/message-factory": "^1.0",
1919
"php-http/plugins": "^1.0",
@@ -23,6 +23,7 @@
2323
"phpunit/phpunit": "^4.5",
2424
"php-http/guzzle6-adapter": "^1.0",
2525
"php-http/message": "^1.0",
26+
"puli/composer-plugin": "1.0.0-beta9",
2627
"symfony/symfony": "^2.7|^3.0",
2728
"polishsymfonycommunity/symfony-mocker-container": "^1.0",
2829
"matthiasnoback/symfony-dependency-injection-test": "^0.7"
@@ -41,6 +42,6 @@
4142
"dev-master": "1.0-dev"
4243
}
4344
},
44-
"minimum-stability": "dev",
45-
"prefer-stable": true
45+
"prefer-stable": true,
46+
"minimum-stability": "beta"
4647
}

0 commit comments

Comments
 (0)