心理咨询网
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

installed.php 1.5KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <?php return array(
  2. 'root' => array(
  3. 'pretty_version' => 'dev-develop',
  4. 'version' => 'dev-develop',
  5. 'type' => 'library',
  6. 'install_path' => __DIR__ . '/../../',
  7. 'aliases' => array(),
  8. 'reference' => '349142c5f6dd3abf9d0f02c7d9643fb024d8c7ee',
  9. 'name' => '__root__',
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. '__root__' => array(
  14. 'pretty_version' => 'dev-develop',
  15. 'version' => 'dev-develop',
  16. 'type' => 'library',
  17. 'install_path' => __DIR__ . '/../../',
  18. 'aliases' => array(),
  19. 'reference' => '349142c5f6dd3abf9d0f02c7d9643fb024d8c7ee',
  20. 'dev_requirement' => false,
  21. ),
  22. 'baidu-smartapp/openapi' => array(
  23. 'pretty_version' => '0.1.5',
  24. 'version' => '0.1.5.0',
  25. 'type' => 'library',
  26. 'install_path' => __DIR__ . '/../baidu-smartapp/openapi',
  27. 'aliases' => array(),
  28. 'reference' => '4728c4eaff4373b3d1096847c9abfb58faedc84c',
  29. 'dev_requirement' => false,
  30. ),
  31. 'overtrue/pinyin' => array(
  32. 'pretty_version' => '3.0.6',
  33. 'version' => '3.0.6.0',
  34. 'type' => 'library',
  35. 'install_path' => __DIR__ . '/../overtrue/pinyin',
  36. 'aliases' => array(),
  37. 'reference' => '3b781d267197b74752daa32814d3a2cf5d140779',
  38. 'dev_requirement' => false,
  39. ),
  40. ),
  41. );