From 2851289506016f226fa5a95a5c44b5123bb192dd Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 3 May 2021 06:49:03 +0200 Subject: update to 6.4.1 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'composer.json') 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" + } } -- cgit