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
2020following command to download the latest stable version of this bundle:
2121
2222``` bash
23- $ composer require backup-manager/symfony " ^1.0 "
23+ $ composer require backup-manager/symfony
2424```
2525
2626This command requires you to have Composer installed globally, as explained
2727in the [ installation chapter] ( https://getcomposer.org/doc/00-intro.md )
2828of the Composer documentation.
2929
30- Step 2: Enable the Bundle
31- -------------------------
30+ Step 2: Enable the Bundle (Symfony 2 & 3)
31+ -----------------------------------------
3232
3333Then, enable the bundle by adding it to the list of registered bundles
3434in the ` app/AppKernel.php ` file of your project:
You can’t perform that action at this time.
0 commit comments