PluginProbe
Packeta / 2.0.9
Packeta v2.0.9
2.3.2 2.3.1 trunk 1.2.2 1.2.3 1.2.4 1.2.5 1.2.6 1.3.0 1.3.1 1.3.2 1.4 1.4.1 1.4.2 1.4.3 1.5.0 1.5.1 1.5.2 1.5.3 1.5.4 1.6.0 1.6.1 1.6.2 1.6.3 1.6.4 All 56 releases
packeta / deps / composer / installed.php

installed.php in Packeta 2.0.9, at deps/composer/installed.php

6 lines 3.8 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 namespace Packetery;
4
5 return array('root' => array('name' => '__root__', 'pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev' => \true), 'versions' => array('__root__' => array('pretty_version' => '1.0.0+no-version-set', 'version' => '1.0.0.0', 'reference' => null, 'type' => 'library', 'install_path' => __DIR__ . '/../../', 'aliases' => array(), 'dev_requirement' => \false), 'latte/latte' => array('pretty_version' => 'v2.11.7', 'version' => '2.11.7.0', 'reference' => '0ac0843a459790d471821f6a82f5d13db831a0d3', 'type' => 'library', 'install_path' => __DIR__ . '/../latte/latte', 'aliases' => array(), 'dev_requirement' => \false), 'nette/bootstrap' => array('pretty_version' => 'v3.1.4', 'version' => '3.1.4.0', 'reference' => '1a7965b4ee401ad0e3f673b9c016d2481afdc280', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/bootstrap', 'aliases' => array(), 'dev_requirement' => \false), 'nette/component-model' => array('pretty_version' => 'v3.0.3', 'version' => '3.0.3.0', 'reference' => '9d97c0e1916bbf8e306283ab187834501fd4b1f5', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/component-model', 'aliases' => array(), 'dev_requirement' => \false), 'nette/di' => array('pretty_version' => 'v3.1.10', 'version' => '3.1.10.0', 'reference' => '2645ec3eaa17fa2ab87c5eb4eaacb1fe6dd28284', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/di', 'aliases' => array(), 'dev_requirement' => \false), 'nette/finder' => array('pretty_version' => 'v2.6.0', 'version' => '2.6.0.0', 'reference' => '991aefb42860abeab8e003970c3809a9d83cb932', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/finder', 'aliases' => array(), 'dev_requirement' => \false), 'nette/forms' => array('pretty_version' => 'v3.1.6', 'version' => '3.1.6.0', 'reference' => '4ed52434b61d7e532cb3bc77b048717703b91b0b', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/forms', 'aliases' => array(), 'dev_requirement' => \false), 'nette/http' => array('pretty_version' => 'v3.2.4', 'version' => '3.2.4.0', 'reference' => 'd7cc833ee186d5139cde5aab43b39ee7aedd6f22', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/http', 'aliases' => array(), 'dev_requirement' => \false), 'nette/neon' => array('pretty_version' => 'v3.3.3', 'version' => '3.3.3.0', 'reference' => '22e384da162fab42961d48eb06c06d3ad0c11b95', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/neon', 'aliases' => array(), 'dev_requirement' => \false), 'nette/php-generator' => array('pretty_version' => 'v3.6.9', 'version' => '3.6.9.0', 'reference' => 'd31782f7bd2ae84ad06f863391ec3fb77ca4d0a6', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/php-generator', 'aliases' => array(), 'dev_requirement' => \false), 'nette/robot-loader' => array('pretty_version' => 'v3.4.0', 'version' => '3.4.0.0', 'reference' => '3973cf3970d1de7b30888fd10b92dac9e0c2fd82', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/robot-loader', 'aliases' => array(), 'dev_requirement' => \false), 'nette/schema' => array('pretty_version' => 'v1.2.5', 'version' => '1.2.5.0', 'reference' => '0462f0166e823aad657c9224d0f849ecac1ba10a', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/schema', 'aliases' => array(), 'dev_requirement' => \false), 'nette/utils' => array('pretty_version' => 'v3.2.8', 'version' => '3.2.8.0', 'reference' => '02a54c4c872b99e4ec05c4aec54b5a06eb0f6368', 'type' => 'library', 'install_path' => __DIR__ . '/../nette/utils', 'aliases' => array(), 'dev_requirement' => \false), 'tracy/tracy' => array('pretty_version' => 'v2.9.7', 'version' => '2.9.7.0', 'reference' => '1c6e9b5bad030fdf49194154c9674201fa6372bb', 'type' => 'library', 'install_path' => __DIR__ . '/../tracy/tracy', 'aliases' => array(), 'dev_requirement' => \false)));
6