PHP项目开发框架,基于composer
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.

23 lines
698 B

  1. <?php return array(
  2. 'root' => array(
  3. 'pretty_version' => '1.0.0+no-version-set',
  4. 'version' => '1.0.0.0',
  5. 'type' => 'library',
  6. 'install_path' => __DIR__ . '/../../',
  7. 'aliases' => array(),
  8. 'reference' => NULL,
  9. 'name' => 'wiggins/my-project',
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'wiggins/my-project' => array(
  14. 'pretty_version' => '1.0.0+no-version-set',
  15. 'version' => '1.0.0.0',
  16. 'type' => 'library',
  17. 'install_path' => __DIR__ . '/../../',
  18. 'aliases' => array(),
  19. 'reference' => NULL,
  20. 'dev_requirement' => false,
  21. ),
  22. ),
  23. );