Skip to content

Commit 6b20671

Browse files
Update repo url
1 parent e483a52 commit 6b20671

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
@@ -2,7 +2,7 @@
22
"name": "stefanak-michal/bolt",
33
"description": "PHP library to provide connectivity to graph database over TCP socket with Bolt specification",
44
"keywords": ["neo4j", "bolt", "socket", "database"],
5-
"homepage": "https://github.com/neo4j-php/Bolt",
5+
"homepage": "https://github.com/stefanak-michal/php-bolt-driver",
66
"type": "library",
77
"readme": "README.md",
88
"license": "MIT",
@@ -17,8 +17,8 @@
1717
"phpunit/phpunit": "^9"
1818
},
1919
"support": {
20-
"issues": "https://github.com/neo4j-php/Bolt/issues",
21-
"source": "https://github.com/neo4j-php/Bolt",
20+
"issues": "https://github.com/stefanak-michal/php-bolt-driver/issues",
21+
"source": "https://github.com/stefanak-michal/php-bolt-driver",
2222
"docs": "https://www.neo4j.com/docs/bolt/current/"
2323
},
2424
"funding": [

0 commit comments

Comments
 (0)