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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpapst committed Jul 15, 2018
1 parent 8fe243a commit 21305c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@ Installation using Symfony flex is the recommended way:

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

## Installation with Composer

Installation using the traditional composer approach is almost as simple:

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

Afterwards copy the default config to your `config/packages/` directory:
Expand Down

0 comments on commit 21305c1

Please sign in to comment.