Skip to content

Commit 36fb8ee

Browse files
feature/laravel-7 (#24)
* Update composer.json * Added PHP 7.4 to the build matrix * Update README.md
1 parent c946669 commit 36fb8ee

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ language: php
1111
php:
1212
- "7.2"
1313
- "7.3"
14+
- "7.4"
1415

1516
# Cache the vendor directory for quicker builds.
1617
cache:

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,12 @@ version of Laravel you have installed:
5252
| ------- | ------------ |
5353
| `v5.8.*` | `v1.*` |
5454
| `v6.*` | `v6.*` |
55+
| `v7.*` | `v7.*` |
5556

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

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
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

0 commit comments

Comments
 (0)