Skip to content

Commit

Permalink
Simplify Composer instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilkybarkid committed Jan 25, 2016
1 parent 1300d83 commit 8b93713
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,23 +8,11 @@ This bundle integrates [Google's libphonenumber](https://github.com/googlei18n/l
Installation
------------

1. Add the PhoneNumberBundle to your dependencies:
1. Use Composer to download the PhoneNumberBundle:

// composer.json
$ composer require misd/phone-number-bundle

{
// ...
"require": {
// ...
"misd/phone-number-bundle": "~1.0"
}
}

2. Use Composer to download and install the PhoneNumberBundle:

$ php composer.phar update misd/phone-number-bundle

3. Register the bundle in your application:
2. Register the bundle in your application:

// app/AppKernel.php

Expand Down

0 comments on commit 8b93713

Please sign in to comment.