composer.lock 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "content-hash": "bb146d4f98065d11fe00ffc774bedd1f",
  8. "packages": [
  9. {
  10. "name": "phpixie/core",
  11. "version": "dev-master",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/dracony/PHPixie-Core.git",
  15. "reference": "52660b51002e53243bda3af6c11151a3232bfd7a"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/dracony/PHPixie-Core/zipball/52660b51002e53243bda3af6c11151a3232bfd7a",
  20. "reference": "52660b51002e53243bda3af6c11151a3232bfd7a",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.3.0"
  25. },
  26. "type": "library",
  27. "extra": {
  28. "branch-alias": {
  29. "dev-master": "2.*-dev"
  30. }
  31. },
  32. "autoload": {
  33. "psr-0": {
  34. "PHPixie": "classes/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/",
  38. "license": [
  39. "BSD"
  40. ],
  41. "authors": [
  42. {
  43. "name": "Roman Tsiupa",
  44. "email": "[email protected]",
  45. "homepage": "http://dracony.org"
  46. }
  47. ],
  48. "description": "PHPixie Framework",
  49. "homepage": "http://phpixie.com",
  50. "keywords": [
  51. "framework"
  52. ],
  53. "time": "2015-04-16T11:59:58+00:00"
  54. },
  55. {
  56. "name": "phpixie/db",
  57. "version": "dev-master",
  58. "source": {
  59. "type": "git",
  60. "url": "https://github.com/dracony/PHPixie-DB.git",
  61. "reference": "e6b46a322234da7cdf7d7d3645c108018cad9ac6"
  62. },
  63. "dist": {
  64. "type": "zip",
  65. "url": "https://api.github.com/repos/dracony/PHPixie-DB/zipball/e6b46a322234da7cdf7d7d3645c108018cad9ac6",
  66. "reference": "e6b46a322234da7cdf7d7d3645c108018cad9ac6",
  67. "shasum": ""
  68. },
  69. "require": {
  70. "phpixie/core": "2.*@dev"
  71. },
  72. "type": "library",
  73. "extra": {
  74. "branch-alias": {
  75. "dev-master": "2.x-dev"
  76. }
  77. },
  78. "autoload": {
  79. "psr-0": {
  80. "PHPixie": "classes/"
  81. }
  82. },
  83. "notification-url": "https://packagist.org/downloads/",
  84. "license": [
  85. "BSD"
  86. ],
  87. "authors": [
  88. {
  89. "name": "Roman Tsiupa",
  90. "email": "[email protected]",
  91. "homepage": "http://dracony.org"
  92. }
  93. ],
  94. "description": "PHPixie Database library",
  95. "homepage": "http://phpixie.com",
  96. "keywords": [
  97. "database",
  98. "mysql",
  99. "postgresql",
  100. "sqlite"
  101. ],
  102. "time": "2014-11-07T09:09:11+00:00"
  103. },
  104. {
  105. "name": "phpixie/orm",
  106. "version": "2.x-dev",
  107. "source": {
  108. "type": "git",
  109. "url": "https://github.com/PHPixie/ORM/",
  110. "reference": "82048e94f41e3fd4483480dc6709937d009ea18e"
  111. },
  112. "require": {
  113. "phpixie/db": "2.*@dev"
  114. },
  115. "type": "library",
  116. "autoload": {
  117. "psr-0": {
  118. "PHPixie": "classes/"
  119. }
  120. },
  121. "license": [
  122. "BSD"
  123. ],
  124. "authors": [
  125. {
  126. "name": "Roman Tsiupa",
  127. "email": "[email protected]",
  128. "homepage": "http://dracony.org"
  129. }
  130. ],
  131. "description": "ORM library for PHPixie",
  132. "homepage": "http://phpixie.com",
  133. "keywords": [
  134. "database",
  135. "orm"
  136. ],
  137. "time": "2015-03-04T15:55:04+00:00"
  138. }
  139. ],
  140. "packages-dev": [],
  141. "aliases": [],
  142. "minimum-stability": "stable",
  143. "stability-flags": {
  144. "phpixie/core": 20,
  145. "phpixie/db": 20,
  146. "phpixie/orm": 20
  147. },
  148. "prefer-stable": false,
  149. "prefer-lowest": false,
  150. "platform": [],
  151. "platform-dev": []
  152. }