Home
last modified time | relevance | path

Searched refs:phar (Results 1 – 25 of 95) sorted by last modified time

1234

/plugin/siteexport/
H A D.travis.yml20 - "cd _test && php fetchphpunit.php && php phpunit.phar --stderr --group plugin_siteexport"
/plugin/structstatus/
H A D.travis.yml20 script: cd _test && ./phpunit.phar --stderr --group plugin_structstatus
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock324 "ext-phar": "*",
657 "name": "phar-io/manifest",
661 "url": "https://github.com/phar-io/manifest.git",
666 "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
672 "ext-phar": "*",
674 "phar-io/version": "^3.0.1",
709 "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
711 "issues": "https://github.com/phar-io/manifest/issues",
712 "source": "https://github.com/phar-io/manifest/tree/2.0.3"
717 "name": "phar
[all...]
/plugin/imagemapping/
H A D.travis.yml
/plugin/api/
H A D.travis.yml12 …-O ~/.phpenv/versions/$(phpenv version-name)/bin/phpunit https://phar.phpunit.de/phpunit-7.phar; fi
/plugin/combo/vendor/paragonie/random_compat/other/
H A Dbuild_phar.php6 if (file_exists($dist.'/random_compat.phar')) {
7 unlink($dist.'/random_compat.phar');
9 $phar = new Phar( variable
10 $dist.'/random_compat.phar',
12 'random_compat.phar'
18 $phar->buildFromDirectory(dirname(__DIR__).'/lib');
28 * If you leave this out, it will produce an unsigned .phar!
41 $phar->setSignatureAlgorithm(Phar::OPENSSL, $pkey);
46 if (!@is_readable($dist.'/random_compat.phar.pubkey')) {
49 $dist.'/random_compat.phar
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md25 If you don't already use Composer, you can download the `composer.phar` binary:
31 php composer.phar require php-webdriver/webdriver
/plugin/combo/.travis/
H A D.travis.yml47 - cd _test && ./phpunit.phar --stderr --group plugin_combo --verbose --debug --bootstrap ../lib/plugins/combo/_test/bootstrap.php
/plugin/data/
H A D.travis.yml
/plugin/oauth/vendor/lusitanian/oauth/
H A DREADME.md32 $ php composer.phar install
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md19 ```php composer.phar require splitbrain/php-cli```
/plugin/upgrade/vendor/splitbrain/php-archive/
H A DREADME.md14 ```php composer.phar require splitbrain/php-archive```
/plugin/smtp/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_smtp
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock69 "ext-phar": "*",
/plugin/const/
H A D.travis.yml32 - ./phpunit.phar --group plugin_const
/plugin/semantic/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_semantic
/plugin/barcodes/
H A Dcomposer.lock83 "ext-phar": "*",
249 "name": "phar-io/manifest",
253 "url": "https://github.com/phar-io/manifest.git",
264 "ext-phar": "*",
266 "phar-io/version": "^3.0.1",
303 "issues": "https://github.com/phar-io/manifest/issues",
309 "name": "phar-io/version",
313 "url": "https://github.com/phar-io/version.git",
354 "issues": "https://github.com/phar-io/version/issues",
700 "phar-io/manifest": "^2.0.3",
[all …]
/plugin/edittable/
H A D.travis.yml20 - cd _test && ./phpunit.phar --stderr --group plugin_edittable
/plugin/advanced/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_advanced
/plugin/archivegenerator/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_archivegenerator
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DREADME.rst26 Then install your dependencies using ``composer.phar install``.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dinstallation.asciidoc65 `composer.phar` PHP package, the second command invokes the installation.
72 php composer.phar install
H A Dlogger.asciidoc28 php composer.phar update
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md128 php composer.phar install
/plugin/tagfilter/
H A D.travis.yml32 - ./phpunit.phar --group plugin_tagfilter

1234