Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit b80ea87

Browse files
committed
Merge pull request #12 from joelwurtz/fix/compose-deps
Remove custom repository
2 parents 1959427 + 207c2ce commit b80ea87

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

composer.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,8 @@
2222
},
2323
"require-dev": {
2424
"ext-curl": "*",
25-
"php-http/adapter-integration-tests": "dev-feature/async-test"
25+
"php-http/adapter-integration-tests": "dev-master"
2626
},
27-
"repositories": [
28-
{
29-
"type": "vcs",
30-
"url": "https://github.com/joelwurtz/adapter-integration-tests"
31-
}
32-
],
3327
"provide": {
3428
"php-http/client-implementation": "1.0",
3529
"php-http/async-client-implementation": "1.0"

0 commit comments

Comments
 (0)