summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
Diffstat (limited to 'composer.json')
-rw-r--r--composer.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/composer.json b/composer.json
index b8aa5cf..58393b2 100644
--- a/composer.json
+++ b/composer.json
@@ -57,5 +57,9 @@
"PHPMailer\\Test\\": "test/"
}
},
- "license": "LGPL-2.1-only"
+ "license": "LGPL-2.1-only",
+ "scripts": {
+ "check": "./vendor/bin/phpcs",
+ "test": "./vendor/bin/phpunit"
+ }
}