Home
last modified time | relevance | path

Searched refs:Composer (Results 51 – 75 of 178) sorted by last modified time

12345678

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md40 * [Installation via Composer](#installation-via-composer)
105 Installation via Composer
107 The recommended method to install _Elasticsearch-PHP_ is through [Composer](http://getcomposer.org).
119 2. Download and install Composer:
131 4. Require Composer's autoloader
133 Composer also prepares an autoload file that's capable of autoloading all the classes in any of the libraries that it downloads. To use it, just add the following line to your code's bootstrap process:
145 You can find out more on how to install Composer, configure autoloading, and other best-practices for defining dependencies at [getcomposer.org](http://getcomposer.org).
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md846 The recommended way to install this library is [through Composer](https://getcomposer.org).
847 [New to Composer?](https://getcomposer.org/doc/00-intro.md)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc149 $caBundle = \Composer\CaBundle\CaBundle::getBundledCaBundlePath();
/plugin/davcal/vendor/composer/
H A Dautoload_real.php23 self::$loader = $loader = new \Composer\Autoload\ClassLoader();
H A DClassLoader.php13 namespace Composer\Autoload;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md18 * Composer- and Packagist-ready
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md49 [Composer](http://getcomposer.org).
52 # Install Composer
56 Next, run the Composer command to install the latest stable version of Guzzle:
62 After installing, you need to require Composer's autoloader:
H A DUPGRADING.md81 functions under the `GuzzleHttp` namespace. This requires either a Composer
H A DCHANGELOG.md202 indirection to help with global Composer installations.
539 globally and in a Composer install
/plugin/authgooglesheets/vendor/composer/
H A Dautoload_real.php28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(\dirname(__FILE__)));
35 …call_user_func(\Composer\Autoload\ComposerStaticInit5250b031a88cebd39dc517b68f2e5a80::getInitializ…
56 … $includeFiles = Composer\Autoload\ComposerStaticInit5250b031a88cebd39dc517b68f2e5a80::$files;
H A Dautoload_static.php5 namespace Composer\Autoload;
H A DClassLoader.php13 namespace Composer\Autoload;
H A DInstalledVersions.php13 namespace Composer; namespace
15 use Composer\Autoload\ClassLoader;
16 use Composer\Semver\VersionParser;
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php20 use Composer\Script\Event;
25 class Composer class
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md38 * Install via Composer: `composer require phpseclib/phpseclib:~3.0`
46 * Install via Composer: `composer require phpseclib/phpseclib:~2.0`
52 * Composer compatible (PSR-0 autoloading)
53 * Install using Composer: `composer require phpseclib/phpseclib:~1.0`
80 2. Ensure you have Composer installed (see [Composer Download Instructions](https://getcomposer.org…
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php40 class Google_Task_Composer extends \Google\Task\Composer
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md32 You can use **Composer** or simply **Download the Release**
34 ### Composer subsection
58 you can run the `Google\Task\Composer::cleanup` task and specify the services
67 "pre-autoload-dump": "Google\\Task\\Composer::cleanup"
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A DREADME.md13 library via Composer, which will pull down the most recent tag.
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md19 ### Installing via Composer
22 [Composer](http://getcomposer.org).
25 # Install Composer
29 Next, run the Composer command to install the latest stable version:
/plugin/pureldap/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
13 namespace Composer\Autoload;
18 * $loader = new \Composer\Autoload\ClassLoader();
H A Dautoload_static.php3 // autoload_static.php @generated by Composer
5 namespace Composer\Autoload;
47 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php',
H A DInstalledVersions.php4 * This file is part of Composer.
13 namespace Composer; namespace
15 use Composer\Autoload\ClassLoader;
16 use Composer\Semver\VersionParser;
19 * This class is copied in every Composer installed project and available to all
113 * Composer\InstalledVersions::satisfies(new VersionParser, 'foo/bar', '^2.3')
321 self::$canGetVendors = method_exists('Composer\Autoload\ClassLoader', 'getRegisteredLoaders');
H A Dautoload_real.php3 // autoload_real.php @generated by Composer
11 if ('Composer\Autoload\ClassLoader' === $class) {
17 * @return \Composer\Autoload\ClassLoader
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
32 call_user_func(\Composer\Autoload\ComposerStaticInit4dc77faa3459161bbb3efea2ab35aaa9::getInitializer($loader));
/plugin/commonmark/vendor/composer/
H A DClassLoader.php4 * This file is part of Composer.
13 namespace Composer\Autoload;
18 * $loader = new \Composer\Autoload\ClassLoader();
H A Dautoload_real.php3 // autoload_real.php @generated by Composer
11 if ('Composer\Autoload\ClassLoader' === $class) {
17 * @return \Composer\Autoload\ClassLoader
28 self::$loader = $loader = new \Composer\Autoload\ClassLoader(\dirname(__DIR__));
32 call_user_func(\Composer\Autoload\ComposerStaticInitef565756f0c190b452f9f5a713079493::getInitializer($loader));
36 $includeFiles = \Composer\Autoload\ComposerStaticInitef565756f0c190b452f9f5a713079493::$files;

12345678