Skip to content
This repository was archived by the owner on Feb 6, 2023. It is now read-only.

Commit 37e740c

Browse files
committed
Add description, keywords and license.
1 parent 1158f56 commit 37e740c

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

composer.json

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
{
22
"name": "davidepastore/composer-audit",
3+
"description": "Composer plugin to check your composer.lock",
4+
"keywords": [
5+
"composer",
6+
"plugin",
7+
"security-checker"
8+
],
39
"type": "composer-plugin",
10+
"license": "MIT",
11+
"authors": [
12+
{
13+
"name": "Davide Pastore",
14+
"email": "pasdavide@gmail.com"
15+
}
16+
],
417
"autoload" : {
518
"psr-4" : {
619
"" : "src/"

0 commit comments

Comments
 (0)