0
0
mirror of https://github.com/PHPMailer/PHPMailer.git synced 2024-09-20 01:52:15 +02:00

Add composer scripts for syntax check and tests

This commit is contained in:
Marcus Bointon 2021-04-29 10:49:27 +02:00
parent 0acc57db14
commit b1038ee356
No known key found for this signature in database
GPG Key ID: DE31CD6EB646AA24

View File

@ -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"
}
}