Skip to content

Commit 5a50eba

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 9a9943d commit 5a50eba

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
@@ -21,8 +21,7 @@
2121
"geocoder-php/provider-implementation": "1.0"
2222
},
2323
"require-dev": {
24-
"geocoder-php/provider-integration-tests": "^1.0",
25-
"php-http/curl-client": "^2.2",
24+
"geocoder-php/provider-integration-tests": "^1.6.3",
2625
"php-http/message": "^1.0",
2726
"phpunit/phpunit": "^9.5"
2827
},
@@ -45,4 +44,4 @@
4544
"test": "vendor/bin/phpunit",
4645
"test-ci": "vendor/bin/phpunit --coverage-text --coverage-clover=build/coverage.xml"
4746
}
48-
}
47+
}

0 commit comments

Comments
 (0)