From 069a246db0a7628f6e909d63ea656bc0dc2b8434 Mon Sep 17 00:00:00 2001 From: Gregory Ballantine Date: Fri, 14 Oct 2022 12:18:13 -0400 Subject: [PATCH] Added PHPCS and PHPMD config; added CI config --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index e555689..adba9b5 100644 --- a/composer.json +++ b/composer.json @@ -29,5 +29,5 @@ "scripts": { "phpcs": "phpcs --standard=./phpcs.xml", "phpmd": "phpmd src/ text phpmd.xml" - }, + } }