From ba097dc1474e9ffc730b392191838085f4bab12f Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Sun, 30 Aug 2015 14:59:10 +0200 Subject: [PATCH] Add Composer scripts --- composer.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/composer.json b/composer.json index 08f6abc62..1f52e0b2f 100644 --- a/composer.json +++ b/composer.json @@ -45,5 +45,9 @@ "files": [ "src/helpers.php" ] + }, + "scripts": { + "test": "phpspec run", + "style": "phpcs --standard=PSR2 -np src" } }