Skip to content

Commit

Permalink
Add deprecated php-http/message-factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometee committed Aug 14, 2023
1 parent 1122481 commit be39460
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ composer require flux-se/payum-stripe
```

Choose one of [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation),
the most used is [php-http/guzzle6-adapter](https://packagist.org/packages/php-http/guzzle6-adapter)
the most used is [php-http/guzzle7-adapter](https://packagist.org/packages/php-http/guzzle6-adapter)

```bash
composer require php-http/guzzle6-adapter
Expand Down
5 changes: 3 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
"require-dev": {
"phpunit/phpunit": "^8|^9",
"symplify/easy-coding-standard": "^11",
"php-http/guzzle6-adapter": "^2.0",
"php-http/guzzle7-adapter": "^1.0",
"phpstan/phpstan": "^1",
"ext-curl": "*",
"ext-json": "*"
"ext-json": "*",
"php-http/message-factory": "^1.1"
},
"autoload": {
"psr-4": { "FluxSE\\PayumStripe\\": "src/" }
Expand Down

0 comments on commit be39460

Please sign in to comment.