From b2e743f250912044ec86ee9c107d4693102cd3c2 Mon Sep 17 00:00:00 2001
From: Eryk Mika <eryk.mika@wpdesk.eu>
Date: Thu, 10 Apr 2025 15:33:35 +0200
Subject: [PATCH] chore: phpstan, cbf, cs scripts in composer

---
 composer.json | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/composer.json b/composer.json
index 9274422..874f03f 100644
--- a/composer.json
+++ b/composer.json
@@ -44,6 +44,9 @@
 		}
 	},
 	"scripts": {
+		"phpcs": "phpcs",
+		"phpstan": "php -d memory_limit=1G vendor/bin/phpstan",
+		"phpcbf": "phpcbf src",
 		"phpunit-unit": "phpunit --configuration phpunit-unit.xml --coverage-text --colors=never",
 		"phpunit-unit-fast": "phpunit --configuration phpunit-unit.xml --no-coverage",
 		"phpunit-integration": "phpunit --configuration phpunit-integration.xml --coverage-text --colors=never",
-- 
GitLab