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. 'name' => '__root__',
  4. 'pretty_version' => 'dev-master',
  5. 'version' => 'dev-master',
  6. 'reference' => '4ff660ca2e0baa02440ba07296ed7e75fa544c0e',
  7. 'type' => 'library',
  8. 'install_path' => __DIR__ . '/../../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. '__root__' => array(
  14. 'pretty_version' => 'dev-master',
  15. 'version' => 'dev-master',
  16. 'reference' => '4ff660ca2e0baa02440ba07296ed7e75fa544c0e',
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../../../',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'bamarni/composer-bin-plugin' => array(
  23. 'pretty_version' => '1.8.2',
  24. 'version' => '1.8.2.0',
  25. 'reference' => '92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880',
  26. 'type' => 'composer-plugin',
  27. 'install_path' => __DIR__ . '/../bamarni/composer-bin-plugin',
  28. 'aliases' => array(),
  29. 'dev_requirement' => true,
  30. ),
  31. ),
  32. );