Skip to content

Commit 2114afe

Browse files
author
Tomáš Votruba
committed
Readme: install - via console last stable version
1 parent e48080a commit 2114afe

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

README.md

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,10 @@ It doesn't require any framework, so you are free on that
1212
Installation
1313
------------
1414
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:
15+
The recommended way to install this is through [composer](http://getcomposer.org):
2816

2917
```bash
30-
$ curl -sS https://getcomposer.org/installer | php
31-
$ php composer.phar install
18+
composer require and/oauth
3219
```
3320

3421
Features

0 commit comments

Comments
 (0)