File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ language: php
1111php :
1212 - " 7.2"
1313 - " 7.3"
14+ - " 7.4"
1415
1516# Cache the vendor directory for quicker builds.
1617cache :
Original file line number Diff line number Diff line change @@ -52,11 +52,12 @@ version of Laravel you have installed:
5252| ------- | ------------ |
5353| ` v5.8.* ` | ` v1.* ` |
5454| ` v6.* ` | ` v6.* ` |
55+ | ` v7.* ` | ` v7.* ` |
5556
5657You can install the package via composer:
5758
5859``` bash
59- composer require goldspecdigital/laravel-eloquent-uuid:^v6.2
60+ composer require goldspecdigital/laravel-eloquent-uuid:^7.0
6061```
6162
6263## Usage
Original file line number Diff line number Diff line change 2727 }
2828 },
2929 "require" : {
30- "php" : " ^7.2" ,
31- "laravel/framework" : " ^6 .0"
30+ "php" : " ^7.2.5 " ,
31+ "laravel/framework" : " ^7 .0"
3232 },
3333 "require-dev" : {
3434 "ext-pdo" : " *" ,
3535 "friendsofphp/php-cs-fixer" : " ^2.15" ,
36- "orchestra/testbench" : " ^4 .0" ,
37- "phpunit/phpunit" : " ^8.0 "
36+ "orchestra/testbench" : " ^5 .0" ,
37+ "phpunit/phpunit" : " ^8.4 "
3838 },
3939 "config" : {
4040 "sort-packages" : true
You can’t perform that action at this time.
0 commit comments