Skip to content

Commit f559064

Browse files
authored
Updated installation instructions (#8)
1 parent f833104 commit f559064

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Via Composer
1515
$ composer require neo4j-community/neo4j-bundle
1616
```
1717

18+
At the moment we have a hard dependency on GraphAware OGM. You need to install that as well
19+
20+
```bash
21+
$ composer require graphaware/neo4j-php-ogm:@beta
22+
```
23+
1824
Enable the bundle in your kernel:
1925

2026
``` php

0 commit comments

Comments
 (0)