Skip to content

Commit 35f66a6

Browse files
committed
added nyholm as psr implementation example
1 parent 966bef8 commit 35f66a6

File tree

3 files changed

+606
-306
lines changed

3 files changed

+606
-306
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ composer require laudis/neo4j-php-client
1515
The HTTP protocol requires [psr-7](https://www.php-fig.org/psr/psr-7/), [psr-17](https://www.php-fig.org/psr/psr-17/) and [psr-18](https://www.php-fig.org/psr/psr-18/) implementations. If there are not any available, composer can install them.
1616

1717
```bash
18-
composer require guzzlehttp/guzzle guzzlehttp/psr7 http-interop/http-factory-guzzle
18+
composer require nyholm/psr7 nyholm/psr7-server kriswallsmith/buzz
1919
```
2020

2121
## General usage

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@
3939
},
4040
"require-dev": {
4141
"phpunit/phpunit": "^9.0",
42-
"guzzlehttp/guzzle": "7.*",
43-
"guzzlehttp/psr7": "1.*",
44-
"http-interop/http-factory-guzzle": "*"
42+
"nyholm/psr7": "^1.3",
43+
"nyholm/psr7-server": "^1.0",
44+
"kriswallsmith/buzz": "^1.2"
4545
},
4646
"autoload": {
4747
"psr-4": {

0 commit comments

Comments
 (0)