Skip to content

Commit

Permalink
Merge pull request #3 from tales-from-a-dev/bugfix/composer
Browse files Browse the repository at this point in the history
🐛 Add symfony/http-client to dev depedencies
  • Loading branch information
ker0x committed Jan 31, 2024
2 parents 5051231 + e65a6c2 commit b1bec6f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
"require": {
"php": ">=8.2",
"geocoder-php/common-http": "^4.6",
"symfony/http-client": "^7.0",
"willdurand/geocoder": "^4.6"
},
"provide": {
Expand All @@ -30,14 +29,12 @@
"geocoder-php/provider-integration-tests": "^1.6",
"php-http/message": "^1.16",
"phpstan/phpstan": "^1.10",
"phpunit/phpunit": "^9.6"
"phpunit/phpunit": "^9.6",
"symfony/http-client": "^7.0"
},
"config": {
"optimize-autoloader": true,
"sort-packages": true,
"allow-plugins": {
"php-http/discovery": true
}
"sort-packages": true
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit b1bec6f

Please sign in to comment.