Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Commit

Permalink
prepare 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jul 12, 2018
1 parent c35570a commit a225f58
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ Installation using Symfony flex is the recommended way:

```bash
composer config extra.symfony.allow-contrib true
composer req "kevinpapst/adminlte-bundle:^0.9"
composer req "kevinpapst/adminlte-bundle:^1.0"
```

## Installation with Composer

Installation using the traditional composer approach is almost as simple:

```bash
composer require kevinpapst/adminlte-bundle ^0.9
composer require kevinpapst/adminlte-bundle ^1.0
```

Afterwards copy the default config to your `config/packages/` directory:
Expand Down Expand Up @@ -93,6 +93,4 @@ See the PRs [#202](https://github.com/kevinpapst/kimai2/pull/202/files) and [#20

Published under the MIT, read the [LICENSE](LICENSE) file for more information.

Thanks to all contributors and people who helped shaping Kimai 2!

As this repository is based on a fork of [AdminThemeBundle](https://github.com/avanzu/AdminThemeBundle) please check their contributor list as well.
This repository is based on the work of [AdminThemeBundle](https://github.com/avanzu/AdminThemeBundle), please check their contributor list as well and give them a star!

0 comments on commit a225f58

Please sign in to comment.