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

Commit 528c9c5

Browse files
update package version
1 parent 0ac6a67 commit 528c9c5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Laravel Efficient UUIDs
2-
## v1.0.0
2+
## v2.0.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,6 +20,8 @@ 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.
24+
2325
## Installation
2426

2527
This package is installed via [Composer](https://getcomposer.org/). To install, run the following command.

0 commit comments

Comments
 (0)