File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ language: php
99
1010# The versions of PHP to run builds against.
1111php :
12- - " 7.2"
1312 - " 7.3"
1413 - " 7.4"
1514
Original file line number Diff line number Diff line change @@ -53,11 +53,12 @@ version of Laravel you have installed:
5353| ` v5.8.* ` | ` v1.* ` |
5454| ` v6.* ` | ` v6.* ` |
5555| ` v7.* ` | ` v7.* ` |
56+ | ` v8.* ` | ` v8.* ` |
5657
5758You can install the package via composer:
5859
5960``` bash
60- composer require goldspecdigital/laravel-eloquent-uuid:^7 .0
61+ composer require goldspecdigital/laravel-eloquent-uuid:^8 .0
6162```
6263
6364## Usage
Original file line number Diff line number Diff line change 2727 }
2828 },
2929 "require" : {
30- "php" : " ^7.2.5 " ,
31- "laravel/framework" : " ^7 .0"
30+ "php" : " ^7.3 " ,
31+ "laravel/framework" : " ^8 .0"
3232 },
3333 "require-dev" : {
3434 "ext-pdo" : " *" ,
3535 "friendsofphp/php-cs-fixer" : " ^2.15" ,
36- "orchestra/testbench" : " ^5 .0" ,
36+ "orchestra/testbench" : " ^6 .0" ,
3737 "phpunit/phpunit" : " ^8.4"
3838 },
3939 "config" : {
You can’t perform that action at this time.
0 commit comments