File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,20 +13,20 @@ A Symfony bundle for session configuration based on route configuration
13
13
14
14
## Installation
15
15
16
- ` PHPMentorsRouteBasedSessionConfigurationBundle ` can be installed using [ Composer] ( http://getcomposer.org/ ) .
16
+ RouteBasedSessionConfigurationBundle can be installed using [ Composer] ( http://getcomposer.org/ ) .
17
17
18
18
First, add the dependency to ` phpmentors/route-based-session-configuration-bundle ` into your ` composer.json ` file as the following:
19
19
20
- ** Stable version:**
20
+ Stable version:
21
21
22
22
```
23
- composer require phpmentors/route-based-session-configuration-bundle "1.0 .*"
23
+ composer require phpmentors/route-based-session-configuration-bundle "1.1 .*"
24
24
```
25
25
26
- ** Development version:**
26
+ Development version:
27
27
28
28
```
29
- composer require phpmentors/route-based-session-configuration-bundle "~1.1 @dev"
29
+ composer require phpmentors/route-based-session-configuration-bundle "~1.2 @dev"
30
30
```
31
31
32
32
Second, add ` PHPMentorsRouteBasedSessionConfigurationBundle ` into your bundles to register in ` AppKernel::registerBundles() ` as the following:
You can’t perform that action at this time.
0 commit comments