diff --git a/framework/core/composer.json b/framework/core/composer.json index 08f6abc62..1f52e0b2f 100644 --- a/framework/core/composer.json +++ b/framework/core/composer.json @@ -45,5 +45,9 @@ "files": [ "src/helpers.php" ] + }, + "scripts": { + "test": "phpspec run", + "style": "phpcs --standard=PSR2 -np src" } }