From 36ebbe26ebe2efc275c024eb33f3c63f6d112d6a Mon Sep 17 00:00:00 2001 From: Joseph Silber Date: Thu, 25 Nov 2021 09:20:18 -0500 Subject: [PATCH] Update readme with to version v1.0.0-rc.11 --- readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index 4eb368b..da0939b 100644 --- a/readme.md +++ b/readme.md @@ -92,7 +92,7 @@ When you check abilities at Laravel's gate, the bouncer will automatically be co 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` -$ composer require silber/bouncer v1.0.0-rc.10 +$ composer require silber/bouncer v1.0.0-rc.11 ``` 2) Add Bouncer's trait to your user model: @@ -133,7 +133,7 @@ For more information about Laravel Facades, refer to [the Laravel documentation] 1) Install Bouncer with [composer](https://getcomposer.org/doc/00-intro.md): ``` - $ composer require silber/bouncer v1.0.0-rc.10 + $ composer require silber/bouncer v1.0.0-rc.11 ``` 2) Set up the database with [the Eloquent Capsule component](https://github.com/illuminate/database/blob/master/README.md):