installed.php 3.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. <?php return array(
  2. 'root' => array(
  3. 'name' => '__root__',
  4. 'pretty_version' => '1.0.0+no-version-set',
  5. 'version' => '1.0.0.0',
  6. 'reference' => NULL,
  7. 'type' => 'library',
  8. 'install_path' => __DIR__ . '/../../',
  9. 'aliases' => array(),
  10. 'dev' => true,
  11. ),
  12. 'versions' => array(
  13. '__root__' => array(
  14. 'pretty_version' => '1.0.0+no-version-set',
  15. 'version' => '1.0.0.0',
  16. 'reference' => NULL,
  17. 'type' => 'library',
  18. 'install_path' => __DIR__ . '/../../',
  19. 'aliases' => array(),
  20. 'dev_requirement' => false,
  21. ),
  22. 'econea/nusoap' => array(
  23. 'pretty_version' => 'v0.9.17',
  24. 'version' => '0.9.17.0',
  25. 'reference' => 'ac2322f37808ecb1a2b84ed469cba9c51648eb8d',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../econea/nusoap',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'graham-campbell/result-type' => array(
  32. 'pretty_version' => 'v1.1.3',
  33. 'version' => '1.1.3.0',
  34. 'reference' => '3ba905c11371512af9d9bdd27d99b782216b6945',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../graham-campbell/result-type',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'phpoption/phpoption' => array(
  41. 'pretty_version' => '1.9.3',
  42. 'version' => '1.9.3.0',
  43. 'reference' => 'e3fac8b24f56113f7cb96af14958c0dd16330f54',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../phpoption/phpoption',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'seinopsys/postgresql-database-class' => array(
  50. 'pretty_version' => 'v3.1.1',
  51. 'version' => '3.1.1.0',
  52. 'reference' => '47a648fdb67c2fc27e8ff35091c8e36cd95596e9',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../seinopsys/postgresql-database-class',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'symfony/polyfill-ctype' => array(
  59. 'pretty_version' => 'v1.30.0',
  60. 'version' => '1.30.0.0',
  61. 'reference' => '0424dff1c58f028c451efff2045f5d92410bd540',
  62. 'type' => 'library',
  63. 'install_path' => __DIR__ . '/../symfony/polyfill-ctype',
  64. 'aliases' => array(),
  65. 'dev_requirement' => false,
  66. ),
  67. 'symfony/polyfill-mbstring' => array(
  68. 'pretty_version' => 'v1.30.0',
  69. 'version' => '1.30.0.0',
  70. 'reference' => 'fd22ab50000ef01661e2a31d850ebaa297f8e03c',
  71. 'type' => 'library',
  72. 'install_path' => __DIR__ . '/../symfony/polyfill-mbstring',
  73. 'aliases' => array(),
  74. 'dev_requirement' => false,
  75. ),
  76. 'symfony/polyfill-php80' => array(
  77. 'pretty_version' => 'v1.30.0',
  78. 'version' => '1.30.0.0',
  79. 'reference' => '77fa7995ac1b21ab60769b7323d600a991a90433',
  80. 'type' => 'library',
  81. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  82. 'aliases' => array(),
  83. 'dev_requirement' => false,
  84. ),
  85. 'vlucas/phpdotenv' => array(
  86. 'pretty_version' => 'v5.6.1',
  87. 'version' => '5.6.1.0',
  88. 'reference' => 'a59a13791077fe3d44f90e7133eb68e7d22eaff2',
  89. 'type' => 'library',
  90. 'install_path' => __DIR__ . '/../vlucas/phpdotenv',
  91. 'aliases' => array(),
  92. 'dev_requirement' => false,
  93. ),
  94. ),
  95. );