Skip to content

Commit

Permalink
Merge pull request #39 from iWader/master
Browse files Browse the repository at this point in the history
Update composer instructions
  • Loading branch information
glena committed Oct 26, 2015
2 parents 4324f6d + 71a2f43 commit cea08dc
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,7 @@ $ php -S localhost:3000

We recommend using [Composer](http://getcomposer.org/doc/01-basic-usage.md) to install the library.

Modify your `composer.json` to add the following dependencies and run `composer update`.

~~~js
{
"require": {
"auth0/auth0-php": "~1.0",
}
}
~~~
To install, run `composer require auth0/auth0-php:"~1.0"`.

### 2. Setup the callback action
Create a php page (or action if you are using an MVC framework) that will handle the callback from the login attempt.
Expand Down

0 comments on commit cea08dc

Please sign in to comment.