Skip to content

Commit 9ca7e57

Browse files
committed
update installation instructions
1 parent d84b051 commit 9ca7e57

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

README.md

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,10 @@ Installation
1414
The recommended way to install the xAPI client is using
1515
[Composer](http://getcomposer.org/):
1616

17-
1. Download and install Composer:
18-
19-
curl -sS http://getcomposer.org/installer | php
20-
21-
For more details on how to install composer have a look at the official
22-
[documentation](http://getcomposer.org/doc/00-intro.md).
23-
24-
1. Add ``xabbuh/xapi-client``, ``xabbuh/xapi-common``, ``xabbuh/xapi-model`` and
25-
``xabbuh/xapi-serializer`` as dependencies to your project:
17+
1. Add ``xabbuh/xapi-client`` as a dependency to your project:
2618

2719
```bash
28-
$ composer require --no-update xabbuh/xapi-client "~1.0@dev"
29-
$ composer require --no-update xabbuh/xapi-common "~1.0@dev"
30-
$ composer require --no-update xabbuh/xapi-model "~1.0@dev"
31-
$ composer require xabbuh/xapi-serializer "~1.0@dev"
20+
$ composer require xabbuh/xapi-client
3221
```
3322

3423
1. Require Composer's autoloader:

0 commit comments

Comments
 (0)