File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11language : php
22
33php :
4- - 7.1
4+ - 7.2
55
66env :
77 matrix :
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Adds optimistic locking feature to Eloquent models.
88composer 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
Original file line number Diff line number Diff line change 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" : " *" ,
You can’t perform that action at this time.
0 commit comments