Skip to content

Commit 73c9c4e

Browse files
committed
update package name
1 parent 7ff5c4a commit 73c9c4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "laudis/neo4j-php-client",
2+
"name": "kitlabs/neo4j-php-client",
33
"type": "library",
44
"description": "Neo4j-PHP-Client is the most advanced PHP Client for Neo4j",
55
"keywords": [
@@ -22,9 +22,9 @@
2222
],
2323
"require": {
2424
"php": "^8.0",
25-
"laudis/typed-enum": "^1.3.2",
25+
"laudis/typed-enum": "^1.3",
2626
"php-http/discovery": "^1.13",
27-
"psr/http-message": "^1.0",
27+
"psr/http-message": "^1.0|^2.0",
2828
"psr/http-factory": "^1.0",
2929
"psr/http-client": "^1.0",
3030
"php-http/message": "^1.0",

0 commit comments

Comments
 (0)