Skip to content

Commit 32d2927

Browse files
Replace HTTPlug factories by PSR-17 (#1184)
* Replace HTTPlug factories by PSR-17 * minor fix --------- Co-authored-by: Nyholm <tobias.nyholm@gmail.com>
1 parent 820256c commit 32d2927

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

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)