Skip to content

Commit

Permalink
Updated README for 2.0.0-alpha3
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Eckerstorfer committed Nov 10, 2013
1 parent f699f7f commit bb00390
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 9 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,14 @@ Changelog
- Add support for input groups
- Fix bug with inline forms when no placeholder is defined

#### Version 2.0.0-alpha3

- Fixed configuration of input groups in form builder (Fixes [#115](https://github.com/braincrafted/bootstrap-bundle/issues/115))
- Pass `widget_col`, `label_col` and `simple_col` to from builder (Fixes [#113](https://github.com/braincrafted/bootstrap-bundle/issues/113))
- Fixed trailing slash in `braincrafted_bootstrap.output_dir` option
- Fixed undefined variable in pagination template
- Better tested

### Version 1.4.0

- Changed namespace to `Bc\Bundle\BootstrapBundle`
Expand Down
18 changes: 9 additions & 9 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "braincrafted/bootstrap-bundle",
"description": "Bootstrap for Symfony2",
"description": "BraincraftedBootstrapBundle integrates Bootstrap into Symfony2 by providing templates, Twig extensions, services and commands.",
"keywords": ["bootstrap"],
"type": "symfony-bundle",
"license": "MIT",
Expand All @@ -12,21 +12,21 @@
}
],
"require": {
"php": ">=5.3.3",
"symfony/symfony": ">=2.3"
"php": ">=5.3.3",
"symfony/symfony": ">=2.3"
},
"require-dev": {
"knplabs/knp-menu": "~2.0@alpha",
"knplabs/knp-menu-bundle": "~2.0@alpha",
"knplabs/knp-paginator-bundle": "dev-master",
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "0.8.*"
"knplabs/knp-menu": "~2.0@alpha",
"knplabs/knp-menu-bundle": "~2.0@alpha",
"knplabs/knp-paginator-bundle": "dev-master",
"phpunit/phpunit": "3.7.*",
"mockery/mockery": "0.8.*"
},
"suggest": {
"knplabs/knp-paginator-bundle": "BraincraftedBootstrapBundle styles the pagination provided by KnpPaginatorBundle.",
"knplabs/knp-menu": "Required to use KnpMenuBundle.",
"knplabs/knp-menu-bundle": "BraincraftedBootstrapBundle styles the menus provided by KnpMenuBundle.",
"twbs/bootstrap": "Twitter Bootstrap provides the assets (images, CSS and JS)"
"twbs/bootstrap": "Twitter Bootstrap provides the assets (images, CSS and JS)"
},
"autoload": {
"psr-0": { "Braincrafted\\Bundle\\BootstrapBundle": "" }
Expand Down

0 comments on commit bb00390

Please sign in to comment.