- PHP Client: other versions:
- Overview
- Quickstart
- Installation
- Configuration
- Index Operations
- Indexing Operations
- Search Operations
- The Connection Pool
IMPORTANT: No additional bug fixes or documentation updates
will be released for this version. For the latest information, see the
current release documentation.
--no-dev flag
edit
IMPORTANT: This documentation is no longer updated. Refer to Elastic's version policy and the latest documentation.
--no-dev flag
editYou’ll notice that the installation command specified --no-dev
. This prevents Composer
from installing the various testing and development dependencies. For average users, there
is no need to install the test suite. In particular, the development dependencies include
a full copy of Elasticsearch so that tests can be run against the REST specifications This
is a rather large download for non-developers, hence the --no-dev flag
If you wish to contribute to development of this library, just omit the --no-dev
flag to
be able to run tests.
Was this helpful?
Thank you for your feedback.