format on comopser.json

This commit is contained in:
itsAzaria
2026-02-19 00:48:27 +00:00
parent 946ed945cc
commit f5c9a1833c
+6 -2
View File
@@ -2,7 +2,11 @@
"name": "laracord/laracord",
"type": "project",
"description": "Create Discord bots harnessing the full power of Laravel.",
"keywords": ["framework", "laravel", "discord"],
"keywords": [
"framework",
"laravel",
"discord"
],
"license": "MIT",
"require": {
"php": "^8.2",
@@ -48,4 +52,4 @@
},
"minimum-stability": "dev",
"prefer-stable": true
}
}