Skip to content

Commit 705e9cb

Browse files
committed
Remove hack in composer.json
1 parent 50cfb66 commit 705e9cb

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

composer.json

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,21 @@
55
"php": ">=5.4",
66
"symfony/options-resolver": "^2.7",
77
"php-http/httplug": "^1.0@dev",
8-
"php-http/message-factory": "dev-master as 0.1.1",
8+
"php-http/message-factory": "^0.2@dev",
99
"php-http/utils": "^0.1@dev"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^4.8",
1313
"guzzlehttp/psr7": "^1.2",
14-
"php-http/discovery": "dev-master",
15-
"php-http/adapter-integration-tests": "dev-feature/httplug"
14+
"php-http/discovery": "^0.2@dev",
15+
"php-http/adapter-integration-tests": "^0.2@dev"
1616
},
1717
"autoload": {
1818
"psr-4": {
1919
"Http\\Socket\\": "src/",
2020
"Http\\Socket\\Tests\\": "tests/"
2121
}
2222
},
23-
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "https://github.com/joelwurtz/adapter-integration-tests"
27-
}
28-
],
2923
"license": "MIT",
3024
"authors": [
3125
{

0 commit comments

Comments
 (0)