From 85203d687ebba72b2805b89bba7d18dfae8f95c8 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 1 Jun 2023 11:12:25 -0500 Subject: [PATCH] update description --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 0b45dd18..e1fb4493 100644 --- a/composer.json +++ b/composer.json @@ -1,8 +1,8 @@ { "name": "laravel/laravel", "type": "project", - "description": "The Laravel Framework.", - "keywords": ["framework", "laravel"], + "description": "The skeleton application for the Laravel framework.", + "keywords": ["laravel", "framework"], "license": "MIT", "require": { "php": "^8.1",