installed.php 801 B

1234567891011121314151617181920212223
  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' => 'dfa9760987bbf2cdd61038bca5a7928b31a9dcff',
  9. 'name' => 'getgrav/grav-plugin-flex-objects',
  10. 'dev' => false,
  11. ),
  12. 'versions' => array(
  13. 'getgrav/grav-plugin-flex-objects' => array(
  14. 'pretty_version' => 'dev-develop',
  15. 'version' => 'dev-develop',
  16. 'type' => 'grav-plugin',
  17. 'install_path' => __DIR__ . '/../../',
  18. 'aliases' => array(),
  19. 'reference' => 'dfa9760987bbf2cdd61038bca5a7928b31a9dcff',
  20. 'dev_requirement' => false,
  21. ),
  22. ),
  23. );