summaryrefslogtreecommitdiffstats
path: root/composer.json
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2021-05-03 06:49:03 +0200
committerRemi Collet <remi@remirepo.net>2021-05-03 06:49:03 +0200
commit2851289506016f226fa5a95a5c44b5123bb192dd (patch)
tree7da2afd4c8360f311cd3bfb3fa06e5d8c11a1b7b /composer.json
parent4601790c9c70340a58105e2c5f92a53671d750d2 (diff)
update to 6.4.1
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"
+ }
}