1234567891011121314151617181920212223242526272829303132333435363738394041 |
- <?php return array(
- 'root' => array(
- 'pretty_version' => 'dev-develop',
- 'version' => 'dev-develop',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => '349142c5f6dd3abf9d0f02c7d9643fb024d8c7ee',
- 'name' => '__root__',
- 'dev' => true,
- ),
- 'versions' => array(
- '__root__' => array(
- 'pretty_version' => 'dev-develop',
- 'version' => 'dev-develop',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../../',
- 'aliases' => array(),
- 'reference' => '349142c5f6dd3abf9d0f02c7d9643fb024d8c7ee',
- 'dev_requirement' => false,
- ),
- 'baidu-smartapp/openapi' => array(
- 'pretty_version' => '0.1.5',
- 'version' => '0.1.5.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../baidu-smartapp/openapi',
- 'aliases' => array(),
- 'reference' => '4728c4eaff4373b3d1096847c9abfb58faedc84c',
- 'dev_requirement' => false,
- ),
- 'overtrue/pinyin' => array(
- 'pretty_version' => '3.0.6',
- 'version' => '3.0.6.0',
- 'type' => 'library',
- 'install_path' => __DIR__ . '/../overtrue/pinyin',
- 'aliases' => array(),
- 'reference' => '3b781d267197b74752daa32814d3a2cf5d140779',
- 'dev_requirement' => false,
- ),
- ),
- );
|