Skip to content

Commit 85bca50

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 ead2651 commit 85bca50

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
@@ -19,8 +19,7 @@
1919
"geocoder-php/provider-implementation": "1.0"
2020
},
2121
"require-dev": {
22-
"geocoder-php/provider-integration-tests": "^1.0",
23-
"php-http/curl-client": "^2.2",
22+
"geocoder-php/provider-integration-tests": "^1.6.3",
2423
"php-http/message": "^1.0",
2524
"phpunit/phpunit": "^9.5"
2625
},
@@ -38,4 +37,4 @@
3837
"test": "vendor/bin/phpunit",
3938
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4039
}
41-
}
40+
}

0 commit comments

Comments
 (0)