installed.php 2.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. 'firebase/php-jwt' => array(
  23. 'pretty_version' => 'v6.8.1',
  24. 'version' => '6.8.1.0',
  25. 'reference' => '5dbc8959427416b8ee09a100d7a8588c00fb2e26',
  26. 'type' => 'library',
  27. 'install_path' => __DIR__ . '/../firebase/php-jwt',
  28. 'aliases' => array(),
  29. 'dev_requirement' => false,
  30. ),
  31. 'jean85/pretty-package-versions' => array(
  32. 'pretty_version' => '2.0.5',
  33. 'version' => '2.0.5.0',
  34. 'reference' => 'ae547e455a3d8babd07b96966b17d7fd21d9c6af',
  35. 'type' => 'library',
  36. 'install_path' => __DIR__ . '/../jean85/pretty-package-versions',
  37. 'aliases' => array(),
  38. 'dev_requirement' => false,
  39. ),
  40. 'mongodb/mongodb' => array(
  41. 'pretty_version' => '1.16.0',
  42. 'version' => '1.16.0.0',
  43. 'reference' => 'd4cdf057a67cb99a32db8984a16959bfa7ca7eb5',
  44. 'type' => 'library',
  45. 'install_path' => __DIR__ . '/../mongodb/mongodb',
  46. 'aliases' => array(),
  47. 'dev_requirement' => false,
  48. ),
  49. 'symfony/polyfill-php73' => array(
  50. 'pretty_version' => 'v1.27.0',
  51. 'version' => '1.27.0.0',
  52. 'reference' => '9e8ecb5f92152187c4799efd3c96b78ccab18ff9',
  53. 'type' => 'library',
  54. 'install_path' => __DIR__ . '/../symfony/polyfill-php73',
  55. 'aliases' => array(),
  56. 'dev_requirement' => false,
  57. ),
  58. 'symfony/polyfill-php80' => array(
  59. 'pretty_version' => 'v1.27.0',
  60. 'version' => '1.27.0.0',
  61. 'reference' => '7a6ff3f1959bb01aefccb463a0f2cd3d3d2fd936',
  62. 'type' => 'library',
  63. 'install_path' => __DIR__ . '/../symfony/polyfill-php80',
  64. 'aliases' => array(),
  65. 'dev_requirement' => false,
  66. ),
  67. 'symfony/polyfill-php81' => array(
  68. 'pretty_version' => 'v1.27.0',
  69. 'version' => '1.27.0.0',
  70. 'reference' => '707403074c8ea6e2edaf8794b0157a0bfa52157a',
  71. 'type' => 'library',
  72. 'install_path' => __DIR__ . '/../symfony/polyfill-php81',
  73. 'aliases' => array(),
  74. 'dev_requirement' => false,
  75. ),
  76. ),
  77. );