Skip to content

Commit f235eff

Browse files
authored
Removed version on composer require
1 parent 99a21ec commit f235eff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Open a command console, enter your project directory and execute the
2020
following 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

2626
This command requires you to have Composer installed globally, as explained
2727
in the [installation chapter](https://getcomposer.org/doc/00-intro.md)
2828
of the Composer documentation.
2929

30-
Step 2: Enable the Bundle
31-
-------------------------
30+
Step 2: Enable the Bundle (Symfony 2 & 3)
31+
-----------------------------------------
3232

3333
Then, enable the bundle by adding it to the list of registered bundles
3434
in the `app/AppKernel.php` file of your project:

0 commit comments

Comments
 (0)