Home
last modified time | relevance | path

Searched refs:composer (Results 51 – 75 of 208) sorted by path

123456789

/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md93 * #26: Renamed the `Sabre\XML` namespace to `Sabre\Xml`. Due to composer magic
/plugin/davcard/vendor/sabre/vobject/
H A D.travis.yml19 before_script: composer install
H A DChangeLog.md33 * This package now specifies in composer.json that it does not support PHP 7.
208 `lib/`. If you use composer to load this library, you shouldn't have to do
211 * BC Break: Removed the 'includes.php' file. Use composer instead.
H A DREADME.md24 VObject requires PHP 5.3, and should be installed using composer.
25 The general composer instructions can be found on the [composer website](http://getcomposer.org/doc…
33 Then, run `composer.phar update` and you should be good.
/plugin/dev/
H A DREADME29 dependencies using composer. This is needed because the wizard runs
/plugin/dw2pdf/
H A DREADME17 Notes on updating the mpdf library. The library is installed by composer
21 again. To do so we declare them as replaced in the composer.json. The
25 Updating should be done via composer update --no-dev --prefer-dist
H A Ddeleted.files1 vendor/composer/autoload_files.php
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md14 * PHP 7.4 support (until final 7.4 release with composer --ignore-platform-reqs)
210 - Updated license in composer.json
211 - Chmod 777 on dirs `ttfontdata`, `tmp`, `graph_cache` after composer install
H A DREADME.md48 Official installation method is via composer and its packagist package [mpdf/mpdf](https://packagist.org/packages/mpdf/mpdf).
51 $ composer require mpdf/mpdf
93 `post_install` composer script.
138 To get started, run `composer install` from the command line while in the mPDF root directory
139 (you'll need [composer installed first](https://getcomposer.org/download/)).
141 To execute tests, run `composer test` from the command line while in the mPDF root directory.
/plugin/dw2pdf/vendor/mpdf/qrcode/
H A DREADME.md12 $ composer require mpdf/qrcode
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md41 composer require myclabs/deep-copy
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md14 composer require psr/log
/plugin/dw2pdf/vendor/setasign/fpdi/
H A DREADME.md22 composer.json file. You need to add the dependency to the PDF generation library of your choice
25 To use FPDI with FPDF include following in your composer.json file:
36 If you want to use TCPDF, you have to update your composer.json to:
47 If you want to use tFPDF, you have to update your composer.json to:
60 If you do not use composer, just require the autoload.php in the /src folder:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile24 # Install composer
25 RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
27 # Print composer version
28 RUN composer --version
30 COPY composer.json .
32 # Install dependencies with composer
33 RUN composer install
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md200 - Improved the Travis CI speed using cache feature with composer
390 - [DOCS] Remove Sami from composer.json and update docs (#619) [[fcd5ff1]](http://github.com/elasticsearch/elasticsearch-php/commit/fcd5ff1)
391 - [Docs] recommend composer/ca-bundle instead of Kdyby/CurlCaBundle (#613) [[7f43b2e]](http://github.com/elasticsearch/elasticsearch-php/commit/7f43b2e)
H A DREADME.md40 * [Installation via Composer](#installation-via-composer)
109 1. Add `elasticsearch/elasticsearch` as a dependency in your project's `composer.json` file (change version to suit your version of Elasticsearch, for instance for ES 7.0):
128 php composer.phar install
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc142 https://github.com/composer/ca-bundle[composer/ca-bundle]. Once installed, you
H A Dinstallation.asciidoc50 * Include elasticsearch-php in your `composer.json` file. If you are starting a
52 `composer.json`. If you have an existing project, include this requirement
65 `composer.phar` PHP package, the second command invokes the installation.
72 php composer.phar install
H A Dlogger.asciidoc11 using Monolog, add it to your `composer.json`:
28 php composer.phar update
H A Drelease-notes.asciidoc318 * Improved the Travis CI speed using cache feature with composer
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DREADME.rst16 Simply add the following to the composer.json file at the root of your project:
26 Then install your dependencies using ``composer.phar install``.
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DCHANGELOG.md19 - Add replace guzzlehttp/ringphp in composer [#3](https://github.com/ezimuel/ringphp/pull/3)
/plugin/elasticsearch/vendor/nyholm/dsn/
H A DREADME.md16 composer require nyholm/dsn
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md14 composer require psr/log
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md853 composer require react/promise:^2.11

123456789