Skip to content

Commit f718270

Browse files
committed
Merge pull request #9 from krichprollsch/master
Update HTTPlug version
2 parents 4b5e37d + 706b283 commit f718270

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

composer.json

+6-4
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
],
1313
"require": {
1414
"php": ">=5.4",
15-
"php-http/httplug": "^1.0@beta",
16-
"php-http/client-common": "~0.1",
17-
"php-http/discovery": "~0.5"
15+
"php-http/httplug": "^1.0",
16+
"php-http/client-common": "^1.0",
17+
"php-http/discovery": "^0.7"
1818
},
1919
"require-dev": {
2020
"phpspec/phpspec": "^2.4",
@@ -36,5 +36,7 @@
3636
"branch-alias": {
3737
"dev-master": "0.1-dev"
3838
}
39-
}
39+
},
40+
"prefer-stable": true,
41+
"minimum-stability": "beta"
4042
}

0 commit comments

Comments
 (0)