Skip to content

Commit f7cb970

Browse files
committed
update README with specific Laravel version and installation instructions
1 parent fad6174 commit f7cb970

File tree

1 file changed

+4
-16
lines changed

1 file changed

+4
-16
lines changed

README.md

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@
22

33
# NeoEloquent
44

5-
*This is a work in progress and is currently in the debugging phase, hence not usabale as-is.*
6-
7-
Neo4j Graph Eloquent Driver for Laravel
5+
Neo4j Graph Eloquent Driver for Laravel 5.
86

97
## Quick Reference
108

@@ -21,24 +19,14 @@ Neo4j Graph Eloquent Driver for Laravel
2119

2220
## Installation
2321

24-
Add the package to your `composer.json` and run `composer update`.
25-
26-
### Laravel 5
27-
28-
```json
29-
{
30-
"require": {
31-
"vinelab/neoeloquent": "1.2.*"
32-
}
33-
}
34-
```
22+
Run `composer require vinelab/neoeloquent`
3523

36-
### Laravel 4
24+
Or add the package to your `composer.json` and run `composer update`.
3725

3826
```json
3927
{
4028
"require": {
41-
"vinelab/neoeloquent": "1.1.*"
29+
"vinelab/neoeloquent": "1.5.*"
4230
}
4331
}
4432
```

0 commit comments

Comments
 (0)