Skip to content

Commit e16fa52

Browse files
authored
Laravel compatibility install
1 parent 6d2fdf3 commit e16fa52

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

+8-1
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,15 @@ Sybase ASE based Eloquent module extension for Laravel 5.x.
88

99
Add the following in the require section of your **composer.json**:
1010

11+
#### Laravel 5.1, 5.2, 5.3
12+
13+
```json
14+
"uepg/laravel-sybase": "~1.0"
15+
```
16+
#### Laravel 5.4
17+
1118
```json
12-
"uepg/laravel-sybase": "1.*"
19+
"uepg/laravel-sybase": "~2.0"
1320
```
1421

1522
Update the package dependencies executing:

0 commit comments

Comments
 (0)