Skip to content

Commit 5c4b3e0

Browse files
Replace HTTPlug factories by PSR-17 (#1184)
* Replace HTTPlug factories by PSR-17 * minor fix --------- Co-authored-by: Nyholm <[email protected]>
1 parent 8730197 commit 5c4b3e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

composer.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@
2020
"geocoder-php/provider-implementation": "1.0"
2121
},
2222
"require-dev": {
23-
"geocoder-php/provider-integration-tests": "^1.0",
24-
"php-http/curl-client": "^2.2",
23+
"geocoder-php/provider-integration-tests": "^1.6.3",
2524
"php-http/message": "^1.0",
2625
"phpunit/phpunit": "^9.5"
2726
},
@@ -44,4 +43,4 @@
4443
"test": "vendor/bin/phpunit",
4544
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4645
}
47-
}
46+
}

0 commit comments

Comments
 (0)