composer.lock 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. {
  2. "hash": "f763db6a8f5bcaff6e51ae516283a4c9",
  3. "packages": [
  4. {
  5. "name": "doctrine/annotations",
  6. "version": "v1.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/annotations.git",
  10. "reference": "v1.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/doctrine/annotations/archive/v1.0.zip",
  15. "reference": "v1.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2",
  20. "doctrine/lexer": "1.*"
  21. },
  22. "require-dev": {
  23. "doctrine/cache": "1.*"
  24. },
  25. "time": "2013-01-12 19:23:32",
  26. "type": "library",
  27. "installation-source": "dist",
  28. "autoload": {
  29. "psr-0": {
  30. "Doctrine\\Common\\Annotations\\": "lib/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Jonathan Wage",
  40. "email": "jonwage@gmail.com",
  41. "homepage": "http://www.jwage.com/"
  42. },
  43. {
  44. "name": "Guilherme Blanco",
  45. "email": "guilhermeblanco@gmail.com",
  46. "homepage": "http://www.instaclick.com"
  47. },
  48. {
  49. "name": "Roman Borschel",
  50. "email": "roman@code-factory.org"
  51. },
  52. {
  53. "name": "Benjamin Eberlei",
  54. "email": "kontakt@beberlei.de"
  55. },
  56. {
  57. "name": "Johannes Schmitt",
  58. "email": "schmittjoh@gmail.com",
  59. "homepage": "https://github.com/schmittjoh",
  60. "role": "Developer of wrapped JMSSerializerBundle"
  61. }
  62. ],
  63. "description": "Docblock Annotations Parser",
  64. "homepage": "http://www.doctrine-project.org",
  65. "keywords": [
  66. "annotations",
  67. "parser",
  68. "docblock"
  69. ]
  70. },
  71. {
  72. "name": "doctrine/cache",
  73. "version": "v1.0",
  74. "source": {
  75. "type": "git",
  76. "url": "https://github.com/doctrine/cache.git",
  77. "reference": "v1.0"
  78. },
  79. "dist": {
  80. "type": "zip",
  81. "url": "https://github.com/doctrine/cache/archive/v1.0.zip",
  82. "reference": "v1.0",
  83. "shasum": ""
  84. },
  85. "require": {
  86. "php": ">=5.3.2"
  87. },
  88. "time": "2013-01-10 22:43:46",
  89. "type": "library",
  90. "installation-source": "dist",
  91. "autoload": {
  92. "psr-0": {
  93. "Doctrine\\Common\\Cache\\": "lib/"
  94. }
  95. },
  96. "notification-url": "https://packagist.org/downloads/",
  97. "license": [
  98. "MIT"
  99. ],
  100. "authors": [
  101. {
  102. "name": "Jonathan Wage",
  103. "email": "jonwage@gmail.com",
  104. "homepage": "http://www.jwage.com/"
  105. },
  106. {
  107. "name": "Guilherme Blanco",
  108. "email": "guilhermeblanco@gmail.com",
  109. "homepage": "http://www.instaclick.com"
  110. },
  111. {
  112. "name": "Roman Borschel",
  113. "email": "roman@code-factory.org"
  114. },
  115. {
  116. "name": "Benjamin Eberlei",
  117. "email": "kontakt@beberlei.de"
  118. },
  119. {
  120. "name": "Johannes Schmitt",
  121. "email": "schmittjoh@gmail.com",
  122. "homepage": "https://github.com/schmittjoh",
  123. "role": "Developer of wrapped JMSSerializerBundle"
  124. }
  125. ],
  126. "description": "Caching library offering an object-oriented API for many cache backends",
  127. "homepage": "http://www.doctrine-project.org",
  128. "keywords": [
  129. "cache",
  130. "caching"
  131. ]
  132. },
  133. {
  134. "name": "doctrine/collections",
  135. "version": "v1.0",
  136. "source": {
  137. "type": "git",
  138. "url": "https://github.com/doctrine/collections.git",
  139. "reference": "v1.0"
  140. },
  141. "dist": {
  142. "type": "zip",
  143. "url": "https://github.com/doctrine/collections/archive/v1.0.zip",
  144. "reference": "v1.0",
  145. "shasum": ""
  146. },
  147. "require": {
  148. "php": ">=5.3.2"
  149. },
  150. "time": "2013-01-12 16:36:50",
  151. "type": "library",
  152. "installation-source": "dist",
  153. "autoload": {
  154. "psr-0": {
  155. "Doctrine\\Common\\Collections\\": "lib/"
  156. }
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "license": [
  160. "MIT"
  161. ],
  162. "authors": [
  163. {
  164. "name": "Jonathan Wage",
  165. "email": "jonwage@gmail.com",
  166. "homepage": "http://www.jwage.com/"
  167. },
  168. {
  169. "name": "Guilherme Blanco",
  170. "email": "guilhermeblanco@gmail.com",
  171. "homepage": "http://www.instaclick.com"
  172. },
  173. {
  174. "name": "Roman Borschel",
  175. "email": "roman@code-factory.org"
  176. },
  177. {
  178. "name": "Benjamin Eberlei",
  179. "email": "kontakt@beberlei.de"
  180. },
  181. {
  182. "name": "Johannes Schmitt",
  183. "email": "schmittjoh@gmail.com",
  184. "homepage": "https://github.com/schmittjoh",
  185. "role": "Developer of wrapped JMSSerializerBundle"
  186. }
  187. ],
  188. "description": "Collections Abstraction library",
  189. "homepage": "http://www.doctrine-project.org",
  190. "keywords": [
  191. "collections",
  192. "iterator",
  193. "array"
  194. ]
  195. },
  196. {
  197. "name": "doctrine/inflector",
  198. "version": "v1.0",
  199. "source": {
  200. "type": "git",
  201. "url": "https://github.com/doctrine/inflector.git",
  202. "reference": "v1.0"
  203. },
  204. "dist": {
  205. "type": "zip",
  206. "url": "https://github.com/doctrine/inflector/archive/v1.0.zip",
  207. "reference": "v1.0",
  208. "shasum": ""
  209. },
  210. "require": {
  211. "php": ">=5.3.2"
  212. },
  213. "time": "2013-01-10 21:49:15",
  214. "type": "library",
  215. "installation-source": "dist",
  216. "autoload": {
  217. "psr-0": {
  218. "Doctrine\\Common\\Inflector\\": "lib/"
  219. }
  220. },
  221. "notification-url": "https://packagist.org/downloads/",
  222. "license": [
  223. "MIT"
  224. ],
  225. "authors": [
  226. {
  227. "name": "Jonathan Wage",
  228. "email": "jonwage@gmail.com",
  229. "homepage": "http://www.jwage.com/"
  230. },
  231. {
  232. "name": "Guilherme Blanco",
  233. "email": "guilhermeblanco@gmail.com",
  234. "homepage": "http://www.instaclick.com"
  235. },
  236. {
  237. "name": "Roman Borschel",
  238. "email": "roman@code-factory.org"
  239. },
  240. {
  241. "name": "Benjamin Eberlei",
  242. "email": "kontakt@beberlei.de"
  243. },
  244. {
  245. "name": "Johannes Schmitt",
  246. "email": "schmittjoh@gmail.com",
  247. "homepage": "https://github.com/schmittjoh",
  248. "role": "Developer of wrapped JMSSerializerBundle"
  249. }
  250. ],
  251. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  252. "homepage": "http://www.doctrine-project.org",
  253. "keywords": [
  254. "string",
  255. "inflection",
  256. "singuarlize",
  257. "pluarlize"
  258. ]
  259. },
  260. {
  261. "name": "doctrine/lexer",
  262. "version": "v1.0",
  263. "source": {
  264. "type": "git",
  265. "url": "https://github.com/doctrine/lexer.git",
  266. "reference": "v1.0"
  267. },
  268. "dist": {
  269. "type": "zip",
  270. "url": "https://github.com/doctrine/lexer/archive/v1.0.zip",
  271. "reference": "v1.0",
  272. "shasum": ""
  273. },
  274. "require": {
  275. "php": ">=5.3.2"
  276. },
  277. "time": "2013-01-12 18:59:04",
  278. "type": "library",
  279. "installation-source": "dist",
  280. "autoload": {
  281. "psr-0": {
  282. "Doctrine\\Common\\Lexer\\": "lib/"
  283. }
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "MIT"
  288. ],
  289. "authors": [
  290. {
  291. "name": "Guilherme Blanco",
  292. "email": "guilhermeblanco@gmail.com",
  293. "homepage": "http://www.instaclick.com"
  294. },
  295. {
  296. "name": "Roman Borschel",
  297. "email": "roman@code-factory.org"
  298. },
  299. {
  300. "name": "Johannes Schmitt",
  301. "email": "schmittjoh@gmail.com",
  302. "homepage": "https://github.com/schmittjoh",
  303. "role": "Developer of wrapped JMSSerializerBundle"
  304. }
  305. ],
  306. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  307. "homepage": "http://www.doctrine-project.org",
  308. "keywords": [
  309. "parser",
  310. "lexer"
  311. ]
  312. }
  313. ],
  314. "packages-dev": null,
  315. "aliases": [
  316. ],
  317. "minimum-stability": "stable",
  318. "stability-flags": [
  319. ]
  320. }