Skip to content

Commit b995147

Browse files
committed
Use correct version for php utils and remove repository
1 parent d587040 commit b995147

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

composer.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"symfony/options-resolver": "^2.7",
77
"php-http/httplug": "^1.0@dev",
88
"php-http/message-factory": "dev-master as 0.1.1",
9-
"php-http/utils": "dev-master"
9+
"php-http/utils": "^0.1@dev"
1010
},
1111
"require-dev": {
1212
"phpunit/phpunit": "^4.8",
@@ -21,10 +21,6 @@
2121
}
2222
},
2323
"repositories": [
24-
{
25-
"type": "vcs",
26-
"url": "https://github.com/php-http/utils"
27-
},
2824
{
2925
"type": "vcs",
3026
"url": "https://github.com/joelwurtz/adapter-integration-tests"

0 commit comments

Comments
 (0)