Update README.md
Added composer require instead of the manual way. Composer require will search the latest version and install it for you.
This commit is contained in:
parent
476530a212
commit
018fdd3f35
|
@ -47,13 +47,11 @@ $ git submodule update --init
|
|||
|
||||
***Using Composer***
|
||||
|
||||
Add the following to the "require" section of your `composer.json` file:
|
||||
Use composer require to download and install the package.
|
||||
|
||||
``` bash
|
||||
composer require gregwar/captcha-bundle
|
||||
```
|
||||
"gregwar/captcha-bundle": "dev-master"
|
||||
```
|
||||
|
||||
And update your dependencies
|
||||
|
||||
### Step 2: Configure the Autoloader
|
||||
|
||||
|
|
Loading…
Reference in New Issue