File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,15 +20,15 @@ Open a command console, enter your project directory and execute the
20
20
following command to download the latest stable version of this bundle:
21
21
22
22
``` bash
23
- $ composer require backup-manager/symfony " ^1.0 "
23
+ $ composer require backup-manager/symfony
24
24
```
25
25
26
26
This command requires you to have Composer installed globally, as explained
27
27
in the [ installation chapter] ( https://getcomposer.org/doc/00-intro.md )
28
28
of the Composer documentation.
29
29
30
- Step 2: Enable the Bundle
31
- -------------------------
30
+ Step 2: Enable the Bundle (Symfony 2 & 3)
31
+ -----------------------------------------
32
32
33
33
Then, enable the bundle by adding it to the list of registered bundles
34
34
in the ` app/AppKernel.php ` file of your project:
You can’t perform that action at this time.
0 commit comments