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 8f64b76 + 85d060e commit 051a748Copy full SHA for 051a748
docs/getting-started.rst
@@ -6,19 +6,6 @@ Installation
6
^^^^^^^^^^^^
7
Library can be installed using Composer like so:
8
9
-1. define the dependencies in your ``composer.json``:
10
-
11
-.. code-block:: json
12
13
- {
14
- "require": {
15
- "mindplay/annotations": "~1.2"
16
- }
17
18
19
-2. install/update your vendors:
20
21
.. code-block:: bash
22
23
- $ curl http://getcomposer.org/installer | php
24
- $ php composer.phar install
+ $ composer require mindplay/annotations
0 commit comments