From d5d91511d8862c21d26e371ef286a79f89158cc8 Mon Sep 17 00:00:00 2001 From: Eugene Matvejev Date: Sun, 19 Jun 2016 09:51:08 +0300 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f7a2aa3..4e2c03a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ composer require "eugene-matvejev/css-compiler" ``` "EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS" ``` +if you have problem with min-stability you can use this solution in '_require_' or '_require-dev_': +``` + "eugene-matvejev/css-compiler": "^0.1", + "leafo/scssphp-compass": "@dev", + "leafo/scssphp": "@dev", +``` _example_: ```