Skip to content

Commit fc06eff

Browse files
committed
Enable package usage for Laravel v5.8
1 parent 7fb7be6 commit fc06eff

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
language: php
22

33
php:
4-
- 7.1
4+
- 7.2
55

66
env:
77
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Adds optimistic locking feature to Eloquent models.
88
composer require reshadman/laravel-optimistic-locking
99
```
1010

11-
> This package supports Laravel 5.5.*, 5.6.* and 5.7.* .
11+
> This package supports Laravel 5.5.*, 5.6.*, 5.7.* and 5.8.*.
1212
1313
## Usage
1414

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0",
15-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0"
14+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0",
15+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0"
1616
},
1717
"require-dev": {
1818
"ext-pdo_sqlite": "*",

0 commit comments

Comments
 (0)