From 70f437b6fc7801ef11d6627d9ab48d698ffe5f26 Mon Sep 17 00:00:00 2001 From: Vaggelis Yfantis Date: Sun, 3 Nov 2024 23:04:06 +0200 Subject: [PATCH] Add $schema property to composer.json (#6484) --- composer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/composer.json b/composer.json index c6288cf46..308c2aecd 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,5 @@ { + "$schema": "https://getcomposer.org/schema.json", "name": "laravel/laravel", "type": "project", "description": "The skeleton application for the Laravel framework.",