Skip to content

Commit

Permalink
Add description to composer (#139)
Browse files Browse the repository at this point in the history
When validating my composer.json file, a warning occurred for this package: "the property description is required".
  • Loading branch information
edwinvdpol authored Apr 26, 2024
1 parent de21ce9 commit 1d2535d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "laravel/prompts",
"type": "library",
"description": "Add beautiful and user-friendly forms to your command-line applications.",
"license": "MIT",
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 1d2535d

Please sign in to comment.