1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- <?php 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,
- ),
- 'econea/nusoap' => array(
- 'pretty_version' => 'v0.9.17',
- 'version' => '0.9.17.0',
- 'reference' => 'ac2322f37808ecb1a2b84ed469cba9c51648eb8d',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../econea/nusoap',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'graham-campbell/result-type' => array(
- 'pretty_version' => 'v1.1.3',
- 'version' => '1.1.3.0',
- 'reference' => '3ba905c11371512af9d9bdd27d99b782216b6945',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../graham-campbell/result-type',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'phpoption/phpoption' => array(
- 'pretty_version' => '1.9.3',
- 'version' => '1.9.3.0',
- 'reference' => 'e3fac8b24f56113f7cb96af14958c0dd16330f54',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../phpoption/phpoption',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'seinopsys/postgresql-database-class' => array(
- 'pretty_version' => 'v3.1.1',
- 'version' => '3.1.1.0',
- 'reference' => '47a648fdb67c2fc27e8ff35091c8e36cd95596e9',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../seinopsys/postgresql-database-class',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-ctype' => array(
- 'pretty_version' => 'v1.30.0',
- 'version' => '1.30.0.0',
- 'reference' => '0424dff1c58f028c451efff2045f5d92410bd540',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-mbstring' => array(
- 'pretty_version' => 'v1.30.0',
- 'version' => '1.30.0.0',
- 'reference' => 'fd22ab50000ef01661e2a31d850ebaa297f8e03c',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'symfony/polyfill-php80' => array(
- 'pretty_version' => 'v1.30.0',
- 'version' => '1.30.0.0',
- 'reference' => '77fa7995ac1b21ab60769b7323d600a991a90433',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- 'vlucas/phpdotenv' => array(
- 'pretty_version' => 'v5.6.1',
- 'version' => '5.6.1.0',
- 'reference' => 'a59a13791077fe3d44f90e7133eb68e7d22eaff2',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../vlucas/phpdotenv',
- 'aliases' => array(),
- 'dev_requirement' => false,
- ),
- ),
- );
|