Skip to content

Commit 1d2535d

Browse files
authored
Add description to composer (#139)
When validating my composer.json file, a warning occurred for this package: "the property description is required".
1 parent de21ce9 commit 1d2535d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "laravel/prompts",
33
"type": "library",
4+
"description": "Add beautiful and user-friendly forms to your command-line applications.",
45
"license": "MIT",
56
"autoload": {
67
"psr-4": {

0 commit comments

Comments
 (0)