Skip to content

Commit b0c5e26

Browse files
author
Eugene Matvejev
authored
Merge pull request #19 from learn-symfony/eugene-matvejev-patch-2
Update README.md
2 parents c3563b6 + d5d9151 commit b0c5e26

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ composer require "eugene-matvejev/css-compiler"
99
```
1010
"EM\\CssCompiler\\Handler\\ScriptHandler::compileCSS"
1111
```
12+
if you have problem with min-stability you can use this solution in '_require_' or '_require-dev_':
13+
```
14+
"eugene-matvejev/css-compiler": "^0.1",
15+
"leafo/scssphp-compass": "@dev",
16+
"leafo/scssphp": "@dev",
17+
```
1218

1319
_example_:
1420
```

0 commit comments

Comments
 (0)