installed.php 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php return array(
  2. 'root' => array(
  3. 'pretty_version' => 'dev-develop',
  4. 'version' => 'dev-develop',
  5. 'type' => 'grav-plugin',
  6. 'install_path' => __DIR__ . '/../../',
  7. 'aliases' => array(),
  8. 'reference' => '2e6d16dbc801d605f56d2d2942cd99a8bf63550c',
  9. 'name' => 'getgrav/grav-plugin-form',
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. 'getgrav/grav-plugin-form' => array(
  14. 'pretty_version' => 'dev-develop',
  15. 'version' => 'dev-develop',
  16. 'type' => 'grav-plugin',
  17. 'install_path' => __DIR__ . '/../../',
  18. 'aliases' => array(),
  19. 'reference' => '2e6d16dbc801d605f56d2d2942cd99a8bf63550c',
  20. 'dev_requirement' => false,
  21. ),
  22. 'google/recaptcha' => array(
  23. 'pretty_version' => '1.2.4',
  24. 'version' => '1.2.4.0',
  25. 'type' => 'library',
  26. 'install_path' => __DIR__ . '/../google/recaptcha',
  27. 'aliases' => array(),
  28. 'reference' => '614f25a9038be4f3f2da7cbfd778dc5b357d2419',
  29. 'dev_requirement' => false,
  30. ),
  31. ),
  32. );