From ae5585b51f0a3fe0820fa5fdc15cd5a29530e3b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20L=C3=BCck?= Date: Wed, 22 May 2013 00:19:39 +0200 Subject: [PATCH] Add pscss as bin in composer.json --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index c3a6e3f5..face95da 100644 --- a/composer.json +++ b/composer.json @@ -23,5 +23,6 @@ "require-dev": { "php": ">=5.3.0", "phpunit/phpunit": "3.7.*" - } + }, + "bin": ["pscss"] }