1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?php return array(
- 'root' => array(
- 'pretty_version' => 'dev-main',
- 'version' => 'dev-main',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => '1e3b7a9b548ee02e0b4dbd07b67dbcc38b54783f',
- 'name' => '__root__',
- 'dev' => true,
- ),
- 'versions' => array(
- '__root__' => array(
- 'pretty_version' => 'dev-main',
- 'version' => 'dev-main',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => '1e3b7a9b548ee02e0b4dbd07b67dbcc38b54783f',
- 'dev_requirement' => false,
- ),
- 'graham-campbell/result-type' => array(
- 'pretty_version' => 'v1.1.1',
- 'version' => '1.1.1.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../graham-campbell/result-type',
- 'aliases' => array(),
- 'reference' => '672eff8cf1d6fe1ef09ca0f89c4b287d6a3eb831',
- 'dev_requirement' => false,
- ),
- 'phpoption/phpoption' => array(
- 'pretty_version' => '1.9.1',
- 'version' => '1.9.1.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../phpoption/phpoption',
- 'aliases' => array(),
- 'reference' => 'dd3a383e599f49777d8b628dadbb90cae435b87e',
- 'dev_requirement' => false,
- ),
- 'seinopsys/postgresql-database-class' => array(
- 'pretty_version' => 'v3.1.1',
- 'version' => '3.1.1.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../seinopsys/postgresql-database-class',
- 'aliases' => array(),
- 'reference' => '47a648fdb67c2fc27e8ff35091c8e36cd95596e9',
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-ctype' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
- 'aliases' => array(),
- 'reference' => '5bbc823adecdae860bb64756d639ecfec17b050a',
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-mbstring' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
- 'aliases' => array(),
- 'reference' => '8ad114f6b39e2c98a8b0e3bd907732c207c2b534',
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php80' => array(
- 'pretty_version' => 'v1.27.0',
- 'version' => '1.27.0.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
- 'aliases' => array(),
- 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936',
- 'dev_requirement' => false,
- ),
- 'vlucas/phpdotenv' => array(
- 'pretty_version' => 'v5.5.0',
- 'version' => '5.5.0.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../vlucas/phpdotenv',
- 'aliases' => array(),
- 'reference' => '1a7ea2afc49c3ee6d87061f5a233e3a035d0eae7',
- 'dev_requirement' => false,
- ),
- ),
- );
|