Skip to content

Commit c203b31

Browse files
authored
feature/laravel-8 (#36)
1 parent 36fb8ee commit c203b31

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ language: php
99

1010
# The versions of PHP to run builds against.
1111
php:
12-
- "7.2"
1312
- "7.3"
1413
- "7.4"
1514

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

5758
You 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

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@
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": {

0 commit comments

Comments
 (0)