composer.lock 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. {
  2. "hash": "f13f9a6a377c842c36fda6109bbbc465",
  3. "packages": [
  4. {
  5. "name": "justinrainbow/json-schema",
  6. "version": "1.1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "git://github.com/justinrainbow/json-schema.git",
  10. "reference": "v1.1.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/justinrainbow/json-schema/zipball/v1.1.0",
  15. "reference": "v1.1.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.0"
  20. },
  21. "time": "2012-01-02 21:33:17",
  22. "type": "library",
  23. "installation-source": "dist",
  24. "autoload": {
  25. "psr-0": {
  26. "JsonSchema": "src/"
  27. }
  28. }
  29. },
  30. {
  31. "name": "seld/jsonlint",
  32. "version": "1.0.1",
  33. "source": {
  34. "type": "git",
  35. "url": "http://github.com/Seldaek/jsonlint",
  36. "reference": "1.0.1"
  37. },
  38. "dist": {
  39. "type": "zip",
  40. "url": "https://github.com/Seldaek/jsonlint/zipball/1.0.1",
  41. "reference": "1.0.1",
  42. "shasum": ""
  43. },
  44. "require": {
  45. "php": ">=5.3.0"
  46. },
  47. "time": "2012-08-13 07:00:11",
  48. "bin": [
  49. "bin/jsonlint"
  50. ],
  51. "type": "library",
  52. "installation-source": "dist",
  53. "autoload": {
  54. "psr-0": {
  55. "Seld\\JsonLint": "src/"
  56. }
  57. },
  58. "license": [
  59. "MIT"
  60. ],
  61. "authors": [
  62. {
  63. "name": "Jordi Boggiano",
  64. "email": "j.boggiano@seld.be",
  65. "homepage": "http://seld.be",
  66. "role": "Developer"
  67. }
  68. ],
  69. "description": "JSON Linter",
  70. "keywords": [
  71. "json",
  72. "parser",
  73. "linter",
  74. "validator"
  75. ]
  76. },
  77. {
  78. "name": "symfony/console",
  79. "version": "dev-master",
  80. "target-dir": "Symfony/Component/Console",
  81. "source": {
  82. "type": "git",
  83. "url": "https://github.com/symfony/Console",
  84. "reference": "003a487a674175a1d2e62f205ecd91ffe85554b1"
  85. },
  86. "dist": {
  87. "type": "zip",
  88. "url": "https://github.com/symfony/Console/archive/003a487a674175a1d2e62f205ecd91ffe85554b1.zip",
  89. "reference": "003a487a674175a1d2e62f205ecd91ffe85554b1",
  90. "shasum": ""
  91. },
  92. "require": {
  93. "php": ">=5.3.3"
  94. },
  95. "time": "2012-11-19 12:58:52",
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "2.2-dev"
  100. }
  101. },
  102. "installation-source": "source",
  103. "autoload": {
  104. "psr-0": {
  105. "Symfony\\Component\\Console\\": ""
  106. }
  107. },
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Fabien Potencier",
  114. "email": "fabien@symfony.com"
  115. },
  116. {
  117. "name": "Symfony Community",
  118. "homepage": "http://symfony.com/contributors"
  119. }
  120. ],
  121. "description": "Symfony Console Component",
  122. "homepage": "http://symfony.com"
  123. },
  124. {
  125. "name": "symfony/finder",
  126. "version": "v2.1.3",
  127. "target-dir": "Symfony/Component/Finder",
  128. "source": {
  129. "type": "git",
  130. "url": "https://github.com/symfony/Finder",
  131. "reference": "v2.1.3"
  132. },
  133. "dist": {
  134. "type": "zip",
  135. "url": "https://github.com/symfony/Finder/zipball/v2.1.3",
  136. "reference": "v2.1.3",
  137. "shasum": ""
  138. },
  139. "require": {
  140. "php": ">=5.3.3"
  141. },
  142. "time": "2012-10-20 00:10:30",
  143. "type": "library",
  144. "extra": {
  145. "branch-alias": {
  146. "dev-master": "2.1-dev"
  147. }
  148. },
  149. "installation-source": "source",
  150. "autoload": {
  151. "psr-0": {
  152. "Symfony\\Component\\Finder": ""
  153. }
  154. },
  155. "license": [
  156. "MIT"
  157. ],
  158. "authors": [
  159. {
  160. "name": "Fabien Potencier",
  161. "email": "fabien@symfony.com"
  162. },
  163. {
  164. "name": "Symfony Community",
  165. "homepage": "http://symfony.com/contributors"
  166. }
  167. ],
  168. "description": "Symfony Finder Component",
  169. "homepage": "http://symfony.com"
  170. },
  171. {
  172. "name": "symfony/process",
  173. "version": "dev-master",
  174. "target-dir": "Symfony/Component/Process",
  175. "source": {
  176. "type": "git",
  177. "url": "https://github.com/symfony/Process",
  178. "reference": "a11b312f99a5a8bf88c0ea5e7660c13af79f964f"
  179. },
  180. "dist": {
  181. "type": "zip",
  182. "url": "https://github.com/symfony/Process/archive/a11b312f99a5a8bf88c0ea5e7660c13af79f964f.zip",
  183. "reference": "a11b312f99a5a8bf88c0ea5e7660c13af79f964f",
  184. "shasum": ""
  185. },
  186. "require": {
  187. "php": ">=5.3.3"
  188. },
  189. "time": "2012-11-13 14:08:04",
  190. "type": "library",
  191. "extra": {
  192. "branch-alias": {
  193. "dev-master": "2.2-dev"
  194. }
  195. },
  196. "installation-source": "source",
  197. "autoload": {
  198. "psr-0": {
  199. "Symfony\\Component\\Process\\": ""
  200. }
  201. },
  202. "license": [
  203. "MIT"
  204. ],
  205. "authors": [
  206. {
  207. "name": "Fabien Potencier",
  208. "email": "fabien@symfony.com"
  209. },
  210. {
  211. "name": "Symfony Community",
  212. "homepage": "http://symfony.com/contributors"
  213. }
  214. ],
  215. "description": "Symfony Process Component",
  216. "homepage": "http://symfony.com"
  217. }
  218. ],
  219. "packages-dev": null,
  220. "aliases": [
  221. ],
  222. "minimum-stability": "stable",
  223. "stability-flags": {
  224. "symfony/console": 20,
  225. "symfony/process": 20
  226. }
  227. }