Add $schema property to composer.json (#6484)

This commit is contained in:
Vaggelis Yfantis
2024-11-03 23:04:06 +02:00
committed by GitHub
parent 2e6ac2c9d2
commit 70f437b6fc

View File

@@ -1,4 +1,5 @@
{ {
"$schema": "https://getcomposer.org/schema.json",
"name": "laravel/laravel", "name": "laravel/laravel",
"type": "project", "type": "project",
"description": "The skeleton application for the Laravel framework.", "description": "The skeleton application for the Laravel framework.",