Skip to content

Commit e06d6cc

Browse files
Kiran ChandaniKiran Chandani
authored andcommitted
bookmarksandimpersonation
1 parent 56c353b commit e06d6cc

30 files changed

+2163
-488
lines changed

.DS_Store

6 KB
Binary file not shown.

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
branches:
66
- main
77
pull_request:
8-
branches:
9-
- main
108

119
concurrency:
1210
group: ${{ github.ref }}

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"guzzlehttp/guzzle": "^7.9",
77
"psr/http-client": "^1.0",
88
"ext-json": "*",
9-
"php": "^8.1"
9+
"php": "^8.1",
10+
"laudis/neo4j-php-client": "^3.2"
1011
},
1112
"require-dev": {
1213
"phpunit/phpunit": "^11.0"

0 commit comments

Comments
 (0)