Skip to content
This repository was archived by the owner on Jan 7, 2025. It is now read-only.

Commit 6ae16f7

Browse files
[skip ci] update readme
1 parent 8599ae6 commit 6ae16f7

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Efficient UUIDs
2-
## v2.1.0
2+
## v2.2.0
33

44
[![Build Status](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid.svg?branch=master)](https://travis-ci.org/michaeldyrynda/laravel-efficient-uuid)
55
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/michaeldyrynda/laravel-efficient-uuid/?branch=master)
@@ -20,9 +20,14 @@ For more information, check out [this post](https://www.percona.com/blog/2014/12
2020

2121
Using UUIDs in Laravel is made super simple in combination with [laravel-model-uuid](https://github.com/michaeldyrynda/laravel-model-uuid). Note that when using `laravel-model-uuid`, if you are not casting your UUIDs or calling the query builder directly, you'll need to use the `getBytes` method when setting the UUID on the database, otherwise your values will be truncated. Depending on your MySQL/MariaDB configuration, this may lead to application errors due to strict settings. See #1 for more information.
2222

23-
This package supports Laravel 5.5 as of version 2.0.0.
23+
### Version compatibility
2424

25-
This package supports Laravel 5.6 as of version 2.1.0.
25+
Laravel | Package
26+
:-------|:--------
27+
5.4.* | 1.0.*
28+
5.5.* | 2.0.*
29+
5.6.* | 2.1.*
30+
5.7.* | 2.2.*
2631

2732
## Installation
2833

0 commit comments

Comments
 (0)