We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 727e475 + 2114afe commit 8dbd83eCopy full SHA for 8dbd83e
README.md
@@ -12,23 +12,10 @@ It doesn't require any framework, so you are free on that
12
Installation
13
------------
14
This library can be found on [Packagist](https://github.com/logical-and/php-oauth).
15
-The recommended way to install this is through [composer](http://getcomposer.org).
16
-
17
-Edit your `composer.json` and add:
18
19
-```json
20
-{
21
- "require": {
22
- "and/oauth": "*"
23
- }
24
-}
25
-```
26
27
-And install dependencies:
+The recommended way to install this is through [composer](http://getcomposer.org):
28
29
```bash
30
-$ curl -sS https://getcomposer.org/installer | php
31
-$ php composer.phar install
+composer require and/oauth
32
```
33
34
Features
0 commit comments