Skip to content

Commit 47afe21

Browse files
Update laravel requirement on composer json (#11)
* Update composer.json update composer json to work with all 6.x version * Update README.md
1 parent 4877d25 commit 47afe21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ version of Laravel you have installed:
5151
| Laravel | This package |
5252
| ------- | ------------ |
5353
| `v5.8.*` | `v1.*` |
54-
| `v6.0.*` | `v6.0.*` |
54+
| `v6.*` | `v6.*` |
5555

5656
You can install the package via composer:
5757

5858
```bash
59-
composer require goldspecdigital/laravel-eloquent-uuid:~v6.0
59+
composer require goldspecdigital/laravel-eloquent-uuid:^v6.0
6060
```
6161

6262
## Usage

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
},
2929
"require": {
3030
"php": "^7.2",
31-
"laravel/framework": "~6.0.0"
31+
"laravel/framework": "^6.0"
3232
},
3333
"require-dev": {
3434
"ext-pdo": "*",

0 commit comments

Comments
 (0)