Skip to content

Commit

Permalink
move http-interop/http-factory-guzzle to dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gam6itko committed Jul 17, 2023
1 parent 5d4321a commit efc95e6
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions composer.json
Expand Up @@ -18,8 +18,7 @@
"require": {
"php": ">=7.1",
"ext-json": "*",
"psr/http-client": "^1.0",
"http-interop/http-factory-guzzle": "^1.0"
"psr/http-client": "^1.0"
},
"suggest": {
"php-http/guzzle6-adapter": "For use not with Symfony",
Expand All @@ -36,12 +35,13 @@
"dg/bypass-finals": "^1.2",
"friendsofphp/php-cs-fixer": "^3.13",
"guzzlehttp/psr7": "^1.6",
"phpunit/phpunit": "^7.4||^8.0||^9.0",
"http-interop/http-factory-guzzle": "^1.0",
"nyholm/psr7": "^1.3",
"php-http/guzzle6-adapter": "^2.0",
"phpunit/phpunit": "^7.4||^8.0||^9.0",
"symfony/http-client": "^4.1||^5.1",
"nyholm/psr7": "^1.3",
"vlucas/phpdotenv": "^5.3",
"vimeo/psalm": "^4.0||^5.13"
"vimeo/psalm": "^4.0||^5.13",
"vlucas/phpdotenv": "^5.3"
},
"bin": [
"bin/is_realized.php"
Expand All @@ -55,5 +55,8 @@
"csfix": "php-cs-fixer fix",
"psalm": "psalm --no-cache",
"tests": "phpunit"
},
"config": {
"sort-packages": true
}
}

0 comments on commit efc95e6

Please sign in to comment.