Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
phiamo committed Jul 18, 2015
1 parent d8f0290 commit 7a6d7ef
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Expand Up @@ -20,12 +20,25 @@ To use this bundle with bootstrap 3 use the latest release:
composer require mopa/bootstrap-bundle twbs/bootstrap
```

To use this bundle with bootstrap SASS with the current master branch:
Or config via composer.json

For LESS:

``` json
{
"require": {
"mopa/bootstrap-bundle": "v3.0.0-rc1",
"twbs/bootstrap": "~3.3.0"
}
}
```

For SASS:

``` json
{
"require": {
"mopa/bootstrap-bundle": "v3.0.0-beta4",
"mopa/bootstrap-bundle": "v3.0.0-rc1",
"twbs/bootstrap-sass": "~3.3.0"
}
}
Expand Down

0 comments on commit 7a6d7ef

Please sign in to comment.