Skip to content

Commit

Permalink
update development version to 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
iteman committed Jun 2, 2019
1 parent bd22776 commit 6271d5d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,20 +13,20 @@ A Symfony bundle for session configuration based on route configuration

## Installation

`PHPMentorsRouteBasedSessionConfigurationBundle` can be installed using [Composer](http://getcomposer.org/).
RouteBasedSessionConfigurationBundle can be installed using [Composer](http://getcomposer.org/).

First, add the dependency to `phpmentors/route-based-session-configuration-bundle` into your `composer.json` file as the following:

**Stable version:**
Stable version:

```
composer require phpmentors/route-based-session-configuration-bundle "1.0.*"
composer require phpmentors/route-based-session-configuration-bundle "1.1.*"
```

**Development version:**
Development version:

```
composer require phpmentors/route-based-session-configuration-bundle "~1.1@dev"
composer require phpmentors/route-based-session-configuration-bundle "~1.2@dev"
```

Second, add `PHPMentorsRouteBasedSessionConfigurationBundle` into your bundles to register in `AppKernel::registerBundles()` as the following:
Expand Down

0 comments on commit 6271d5d

Please sign in to comment.