installed.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. [
  2. {
  3. "name": "phpixie/core",
  4. "version": "dev-master",
  5. "version_normalized": "9999999-dev",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/dracony/PHPixie-Core.git",
  9. "reference": "11092a22456ecb30f488fc246def5a16ffa47abf"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/dracony/PHPixie-Core/zipball/11092a22456ecb30f488fc246def5a16ffa47abf",
  14. "reference": "11092a22456ecb30f488fc246def5a16ffa47abf",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.0"
  19. },
  20. "time": "2013-07-17 12:57:49",
  21. "type": "library",
  22. "extra": {
  23. "branch-alias": {
  24. "dev-master": "2.*-dev"
  25. }
  26. },
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-0": {
  30. "PHPixie": "classes/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "BSD"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Roman Tsiupa",
  40. "email": "[email protected]",
  41. "homepage": "http://dracony.org"
  42. }
  43. ],
  44. "description": "PHPixie Framework",
  45. "homepage": "http://phpixie.com",
  46. "keywords": [
  47. "framework"
  48. ]
  49. },
  50. {
  51. "name": "phpixie/db",
  52. "version": "dev-master",
  53. "version_normalized": "9999999-dev",
  54. "source": {
  55. "type": "git",
  56. "url": "https://github.com/dracony/PHPixie-DB.git",
  57. "reference": "4a3706193b0064a18d5c3115e6f1831c9f14de2e"
  58. },
  59. "dist": {
  60. "type": "zip",
  61. "url": "https://api.github.com/repos/dracony/PHPixie-DB/zipball/4a3706193b0064a18d5c3115e6f1831c9f14de2e",
  62. "reference": "4a3706193b0064a18d5c3115e6f1831c9f14de2e",
  63. "shasum": ""
  64. },
  65. "require": {
  66. "phpixie/core": "2.*@dev"
  67. },
  68. "time": "2013-06-22 22:25:03",
  69. "type": "library",
  70. "extra": {
  71. "branch-alias": {
  72. "dev-master": "2.x-dev"
  73. }
  74. },
  75. "installation-source": "dist",
  76. "autoload": {
  77. "psr-0": {
  78. "PHPixie": "classes/"
  79. }
  80. },
  81. "notification-url": "https://packagist.org/downloads/",
  82. "license": [
  83. "BSD"
  84. ],
  85. "authors": [
  86. {
  87. "name": "Roman Tsiupa",
  88. "email": "[email protected]",
  89. "homepage": "http://dracony.org"
  90. }
  91. ],
  92. "description": "PHPixie Database library",
  93. "homepage": "http://phpixie.com",
  94. "keywords": [
  95. "database",
  96. "mysql",
  97. "postgresql",
  98. "sqlite"
  99. ]
  100. },
  101. {
  102. "name": "phpixie/orm",
  103. "version": "dev-master",
  104. "version_normalized": "9999999-dev",
  105. "source": {
  106. "type": "git",
  107. "url": "https://github.com/dracony/PHPixie-ORM.git",
  108. "reference": "c6c379b9efd17e021a9659f01ed2f75027e3a2fc"
  109. },
  110. "dist": {
  111. "type": "zip",
  112. "url": "https://api.github.com/repos/dracony/PHPixie-ORM/zipball/c6c379b9efd17e021a9659f01ed2f75027e3a2fc",
  113. "reference": "c6c379b9efd17e021a9659f01ed2f75027e3a2fc",
  114. "shasum": ""
  115. },
  116. "require": {
  117. "phpixie/db": "2.*@dev"
  118. },
  119. "time": "2013-07-15 23:35:57",
  120. "type": "library",
  121. "extra": {
  122. "branch-alias": {
  123. "dev-master": "2.x-dev"
  124. }
  125. },
  126. "installation-source": "dist",
  127. "autoload": {
  128. "psr-0": {
  129. "PHPixie": "classes/"
  130. }
  131. },
  132. "notification-url": "https://packagist.org/downloads/",
  133. "license": [
  134. "BSD"
  135. ],
  136. "authors": [
  137. {
  138. "name": "Roman Tsiupa",
  139. "email": "[email protected]",
  140. "homepage": "http://dracony.org"
  141. }
  142. ],
  143. "description": "ORM library for PHPixie",
  144. "homepage": "http://phpixie.com",
  145. "keywords": [
  146. "database",
  147. "orm"
  148. ]
  149. }
  150. ]