We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ff5c4a commit 73c9c4eCopy full SHA for 73c9c4e
composer.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "laudis/neo4j-php-client",
+ "name": "kitlabs/neo4j-php-client",
3
"type": "library",
4
"description": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j",
5
"keywords": [
@@ -22,9 +22,9 @@
22
],
23
"require": {
24
"php": "^8.0",
25
- "laudis/typed-enum": "^1.3.2",
+ "laudis/typed-enum": "^1.3",
26
"php-http/discovery": "^1.13",
27
- "psr/http-message": "^1.0",
+ "psr/http-message": "^1.0|^2.0",
28
"psr/http-factory": "^1.0",
29
"psr/http-client": "^1.0",
30
"php-http/message": "^1.0",
0 commit comments