Нема описа
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.1KB

1234567891011121314151617181920212223242526272829303132
  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' => 'd2677f76f389738b44394c8437766653366c3aae',
  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' => 'd2677f76f389738b44394c8437766653366c3aae',
  20. 'dev_requirement' => false,
  21. ),
  22. 'overtrue/pinyin' => array(
  23. 'pretty_version' => '4.1.0',
  24. 'version' => '4.1.0.0',
  25. 'type' => 'library',
  26. 'install_path' => __DIR__ . '/../overtrue/pinyin',
  27. 'aliases' => array(),
  28. 'reference' => '4d0fb4f27f0c79e81c9489e0c0ae4a4f8837eae7',
  29. 'dev_requirement' => false,
  30. ),
  31. ),
  32. );