From d8fbff6f4a255869b557545bd3ba2151e4960b61 Mon Sep 17 00:00:00 2001 From: Alexandru Bucur Date: Tue, 7 May 2024 15:15:29 +0200 Subject: [PATCH] chore: update description to mention Laravel 11 support --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index eb2b97e..ddc6047 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "mpociot/versionable", "license": "MIT", - "description": "Allows to create Laravel 4 / 5 / 6 / 7 / 8 / 9 / 10 Model versioning and restoring", + "description": "Allows to create Laravel 4 / 5 / 6 / 7 / 8 / 9 / 10 / 11 Model versioning and restoring", "keywords": [ "model", "laravel",