Skip to content

Commit 6abef61

Browse files
author
Kent Allan Jay Ando
committed
laravel 5.8 support
1 parent 1cf82f8 commit 6abef61

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.*, 5.8.*, and 6.* .
1212
1313
## Usage
1414

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
],
1212
"require": {
1313
"php": "^7.1",
14-
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|^6.0",
15-
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|^6.0"
14+
"illuminate/database": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0",
15+
"illuminate/support": "~5.5.0|~5.6.0|~5.7.0|~5.8.0|^6.0"
1616
},
1717
"require-dev": {
1818
"ext-pdo_sqlite": "*",
1919
"mockery/mockery": "^1.0.0",
20-
"orchestra/testbench": "~3.5.0|~3.6.0|^4.0|^5.0",
20+
"orchestra/testbench": "~3.5.0|~3.6.0|~3.8.0|^4.0|^5.0",
2121
"phpunit/phpunit" : "^7.0|^8.0|^9.0"
2222
},
2323
"autoload": {

0 commit comments

Comments
 (0)