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.
1 parent 1fa0f59 commit 512632eCopy full SHA for 512632e
contributing/code/tests.rst
@@ -41,7 +41,7 @@ Step 2: Install vendors
41
42
.. code-block:: bash
43
44
- $ php composer.phar --dev install
+ $ php composer.phar install
45
46
.. note::
47
@@ -56,14 +56,14 @@ Step 2: Install vendors
56
57
58
$ php installer
59
60
61
After installation, you can update the vendors to their latest version with
62
the follow command:
63
64
65
66
- $ php composer.phar --dev update
+ $ php composer.phar update
67
68
Running
69
-------
0 commit comments