Lines Matching full:composer
16 * `composer`
51 **Install Composer (Linux or Mac):**
54 $ sudo mv composer.phar /usr/local/bin/composer
135 **Add the gRPC PHP library as a Composer dependency**
137 You need to add this to your project's `composer.json` file.
146 need the `composer` and `protoc` binaries. You can find out how to get these below.
219 Add this to your `composer.json` file:
272 ### Composer subsection
274 Install the runtime dependencies via `composer install`.
278 $ composer install
340 Make sure you have run `composer install` to generate the `vendor/autoload.php` file
344 $ composer install
413 Make sure you have run `composer install` to generate the `vendor/autoload.php` file
417 $ composer install