Skip to content

Commit 5c2c41f

Browse files
committed
guzzle was replaced by psr client and discovery
1 parent 5e7d697 commit 5c2c41f

File tree

6 files changed

+794
-775
lines changed

6 files changed

+794
-775
lines changed

composer.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,21 @@
33
"name": "neo4j-php/query-api",
44
"description": "Easy to use class to run Cypher queries on the Query API",
55
"require": {
6-
"guzzlehttp/guzzle": "^7.9",
76
"psr/http-client": "^1.0",
87
"ext-json": "*",
98
"php": "^8.1",
10-
"nyholm/psr7": "^1.8"
9+
"nyholm/psr7": "^1.8",
10+
"php-http/discovery": "^1.17"
1111
},
1212
"require-dev": {
13+
"guzzlehttp/guzzle": "^7.9",
1314
"phpunit/phpunit": "^10.0",
1415
"friendsofphp/php-cs-fixer": "^3.68",
1516
"vimeo/psalm": "^6.8",
1617
"dg/bypass-finals": "^1.9",
1718
"psalm/plugin-phpunit": "^0.19.2"
18-
1919
},
20+
2021
"autoload": {
2122
"psr-4": {
2223
"Neo4j\\QueryAPI\\": "src/"

0 commit comments

Comments
 (0)