File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ use `dev-master` in your production code.
66
66
[source,shell]
67
67
--------------------------
68
68
curl -s http://getcomposer.org/installer | php
69
- php composer.phar install --no-dev
69
+ php composer.phar install
70
70
--------------------------
71
71
+
72
72
More information about
@@ -87,15 +87,3 @@ Client instantiation is performed with a static helper function `create()`. This
87
87
creates a ClientBuilder object, which helps you to set custom configurations.
88
88
When you are done configuring, call the `build()` method to generate a `Client`
89
89
object. For further info, consult the <<configuration>> section.
90
-
91
- === --no-dev flag
92
-
93
- You'll notice that the installation command specified `--no-dev`. This prevents
94
- Composer from installing various testing and development dependencies. For
95
- average users, there is no need to install the test suite. In particular, the
96
- development dependencies include a full copy of {es} so that tests can be run
97
- against the REST specifications. This is a rather large download for
98
- non-developers, hence the --no-dev flag.
99
-
100
- If you wish to contribute to the development of this library, just omit the
101
- `--no-dev` flag to be able to run tests.
You can’t perform that action at this time.
0 commit comments