Skip to content

Commit 97deb90

Browse files
committed
Update discovery version and dependencies
1 parent b9efa3b commit 97deb90

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

composer.json

Lines changed: 7 additions & 3 deletions
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,10 +23,14 @@
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"
2930
},
31+
"suggest": {
32+
"puli/composer-plugin": "Used to set up Puli modules from composer packages"
33+
},
3034
"autoload": {
3135
"psr-4": {
3236
"Http\\HttplugBundle\\": ""
@@ -41,6 +45,6 @@
4145
"dev-master": "1.0-dev"
4246
}
4347
},
44-
"minimum-stability": "dev",
45-
"prefer-stable": true
48+
"prefer-stable": true,
49+
"minimum-stability": "beta"
4650
}

0 commit comments

Comments
 (0)