From c5acdabe9a782c47044757221bf8d179b0cf2fa9 Mon Sep 17 00:00:00 2001 From: Randall Wilk Date: Wed, 15 Feb 2023 10:11:20 -0600 Subject: [PATCH] Update docs --- docs/introduction.md | 6 +++++- docs/requirements.md | 1 + 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/introduction.md b/docs/introduction.md index e6d9123..90f4401 100644 --- a/docs/introduction.md +++ b/docs/introduction.md @@ -5,7 +5,7 @@ sort: 1 ## Introduction -`laravel-casters` is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly +Casts for Laravel is a collection of custom class casts for Laravel Eloquent Models. This package allows you to quickly and easily add casts for names and hashing passwords on your user models. ```php @@ -24,3 +24,7 @@ Some alternatives to this package include: - [crudly/encrypted](https://github.com/Crudly/Encrypted) - [watson/nameable](https://github.com/dwightwatson/nameable) + +## Disclaimer + +This package is not affiliated with, maintained, authorized, endorsed or sponsored by Laravel or any of its affiliates. diff --git a/docs/requirements.md b/docs/requirements.md index f62357e..c037a32 100644 --- a/docs/requirements.md +++ b/docs/requirements.md @@ -15,3 +15,4 @@ sort: 2 | 7.28 | 1.0.0 | 1.0.1 | | 8.0 | 1.0.0 | 2.0.2 | | 9.0 | 2.0.0 | | + | 10.0 | 3.0.1 | |