Skip to content

Commit 88df77b

Browse files
committed
update composer.json
1 parent 96c0d35 commit 88df77b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

composer.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@
2020
"email": "[email protected]"
2121
}
2222
],
23+
"repositories": [
24+
{
25+
"type": "vcs",
26+
"url": "https://github.com/ulobby/neo4j-bolt-php"
27+
}],
2328
"require": {
2429
"php": "^7.2|^8.0",
2530
"ext-bcmath": "*",
@@ -31,7 +36,7 @@
3136
"php-http/discovery": "^1.0",
3237
"php-http/message": "^1.0",
3338
"php-http/guzzle7-adapter": "^1.0.0",
34-
"plumtreesystems/neo4j-bolt": "^4.0"
39+
"plumtreesystems/neo4j-bolt": "^4.1"
3540
},
3641
"require-dev": {
3742
"phpunit/phpunit": "^10.0",

0 commit comments

Comments
 (0)