installed.php 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => 'getgrav/grav-plugin-admin',
  4. 'pretty_version' => 'dev-develop',
  5. 'version' => 'dev-develop',
  6. 'reference' => 'be85fb4194474700fbd8fe60b48b27613b47ce59',
  7. 'type' => 'grav-plugin',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => false,
  11. ),
  12. 'versions' => array(
  13. 'getgrav/grav-plugin-admin' => array(
  14. 'pretty_version' => 'dev-develop',
  15. 'version' => 'dev-develop',
  16. 'reference' => 'be85fb4194474700fbd8fe60b48b27613b47ce59',
  17. 'type' => 'grav-plugin',
  18. 'install_path' => __DIR__ . '/../../',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'laminas/laminas-xml' => array(
  23. 'pretty_version' => '1.4.0',
  24. 'version' => '1.4.0.0',
  25. 'reference' => 'dcadeefdb6d7ed6b39d772b47e3845003d6ea60f',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../laminas/laminas-xml',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'laminas/laminas-zendframework-bridge' => array(
  32. 'pretty_version' => '1.4.1',
  33. 'version' => '1.4.1.0',
  34. 'reference' => '88bf037259869891afce6504cacc4f8a07b24d0f',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../laminas/laminas-zendframework-bridge',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'miniflux/picofeed' => array(
  41. 'dev_requirement' => false,
  42. 'replaced' => array(
  43. 0 => '0.1.35',
  44. ),
  45. ),
  46. 'p3k/picofeed' => array(
  47. 'pretty_version' => '1.0.0',
  48. 'version' => '1.0.0.0',
  49. 'reference' => '8eacaa62f50a0935e26ca33f8d30d283344ca397',
  50. 'type' => 'library',
  51. 'install_path' => __DIR__ . '/../p3k/picofeed',
  52. 'aliases' => array(),
  53. 'dev_requirement' => false,
  54. ),
  55. 'scssphp/scssphp' => array(
  56. 'pretty_version' => 'v1.11.0',
  57. 'version' => '1.11.0.0',
  58. 'reference' => '33749d12c2569bb24071f94e9af828662dabb068',
  59. 'type' => 'library',
  60. 'install_path' => __DIR__ . '/../scssphp/scssphp',
  61. 'aliases' => array(),
  62. 'dev_requirement' => false,
  63. ),
  64. 'symfony/polyfill-php72' => array(
  65. 'dev_requirement' => false,
  66. 'replaced' => array(
  67. 0 => '*',
  68. ),
  69. ),
  70. 'symfony/polyfill-php73' => array(
  71. 'dev_requirement' => false,
  72. 'replaced' => array(
  73. 0 => '*',
  74. ),
  75. ),
  76. ),
  77. );