Home
last modified time | relevance | path

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

123456789

/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml22 …- if [[ "$PHPUNIT_VERSION" = "6.5" ]]; then composer require --dev --no-update phpunit/phpunit:~6.…
23 - composer install
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml8 - $HOME/.composer/cache/files
27 - travis_retry composer install
/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst9 The suggested installation method is via `composer`_:
13 $ composer require doctrine/instantiator
48 via composer:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst22 This library can be easily installed via composer
26 composer require jms/serializer
28 or just add it to your ``composer.json`` file directly.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md34 composer global require "squizlabs/php_codesniffer=*"
36 …e composer bin dir in your PATH. The default value is `~/.composer/vendor/bin/`, but you can check…
38 Or alternatively, include a dependency for `squizlabs/php_codesniffer` in your `composer.json` file…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
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
/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
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/
H A DREADME.md20 composer require ralouphie/getallheaders
26 composer require ralouphie/getallheaders "^2"
/plugin/jplayer/vendor/happyworm/jplayer/
H A DREADME.md28 Install jPlayer via composer by adding the following lines to your `composer.json` in your project:
44 php composer.phar update
/plugin/evesso/phpoauthlib/
H A DREADME.md14 The recommended way to install this is through [composer](http://getcomposer.org).
16 Edit your `composer.json` and add:
30 $ php composer.phar install
101 To run the tests, you must install dependencies with `composer install --dev`
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md11 composer require sebastian/comparator
15 composer require --dev sebastian/comparator
/plugin/tagfilter/script/select2/
H A Drelease.sh31 sed -E -e "s/\"version\": \"([0-9\.]+)\",/\"version\": \"$ver\",/g" -i -- bower.json select2.jquery.json component.json composer.json package.json
36 git add composer.json
/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/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md11 composer require phpunit/php-timer
15 composer require --dev phpunit/php-timer
/plugin/dw2pdf/vendor/mpdf/mpdf/
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/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md17 composer require phpunit/phpunit-mock-objects
21 composer require --dev phpunit/phpunit-mock-objects
/plugin/findologicxmlexport/
H A DREADME.md10 …lease refer to the [composer.json](https://raw.githubusercontent.com/findologic/dokuwiki-plugin-fi…
27 4. Download all dependencies via `composer install`
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/
H A DREADME.md20 You should now have the file `composer.phar` in your project directory.
27 php composer.phar require maxmind-db/reader:~1.0
30 You should now have the files `composer.json` and `composer.lock` as well as
32 system, `composer.json` should be added to it.
/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/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md20 We're using [`composer/composer`](https://github.com/composer/composer) to manage dependencies
/plugin/quickstats/GEOIP/
H A Dcomposer.lock10 "name": "composer/ca-bundle",
14 "url": "https://github.com/composer/ca-bundle.git",
19 …"url": "https://api.github.com/repos/composer/ca-bundle/zipball/10bb96592168a0f8e8f6dcde3532d9fa50…
189 "composer/ca-bundle": "^1.0.3",
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md16 The recommended way to install this is through [composer](http://getcomposer.org).
18 Edit your `composer.json` and add:
32 $ php composer.phar install
126 To run the tests, you must install dependencies with `composer install --dev`
/plugin/composer/
H A DREADME.md5 [here](https://www.dokuwiki.org/plugin:composer)
/plugin/webdav/vendor/sabre/event/
H A DREADME.md18 Make sure you have [composer][3] installed, and then run:
20 composer require sabre/event "~3.0.0"

123456789