composer.lock 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
  5. ],
  6. "hash": "28b04dbe7c201a0aa8fd35e4a02eab18",
  7. "packages": [
  8. {
  9. "name": "doctrine/annotations",
  10. "version": "v1.1.2",
  11. "source": {
  12. "type": "git",
  13. "url": "https://github.com/doctrine/annotations.git",
  14. "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
  15. },
  16. "dist": {
  17. "type": "zip",
  18. "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
  19. "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
  20. "shasum": ""
  21. },
  22. "require": {
  23. "doctrine/lexer": "1.*",
  24. "php": ">=5.3.2"
  25. },
  26. "require-dev": {
  27. "doctrine/cache": "1.*"
  28. },
  29. "type": "library",
  30. "extra": {
  31. "branch-alias": {
  32. "dev-master": "1.0.x-dev"
  33. }
  34. },
  35. "autoload": {
  36. "psr-0": {
  37. "Doctrine\\Common\\Annotations\\": "lib/"
  38. }
  39. },
  40. "notification-url": "https://packagist.org/downloads/",
  41. "license": [
  42. "MIT"
  43. ],
  44. "authors": [
  45. {
  46. "name": "Jonathan Wage",
  47. "email": "jonwage@gmail.com",
  48. "homepage": "http://www.jwage.com/"
  49. },
  50. {
  51. "name": "Guilherme Blanco",
  52. "email": "guilhermeblanco@gmail.com",
  53. "homepage": "http://www.instaclick.com"
  54. },
  55. {
  56. "name": "Roman Borschel",
  57. "email": "roman@code-factory.org"
  58. },
  59. {
  60. "name": "Benjamin Eberlei",
  61. "email": "kontakt@beberlei.de"
  62. },
  63. {
  64. "name": "Johannes Schmitt",
  65. "email": "schmittjoh@gmail.com",
  66. "homepage": "http://jmsyst.com",
  67. "role": "Developer of wrapped JMSSerializerBundle"
  68. }
  69. ],
  70. "description": "Docblock Annotations Parser",
  71. "homepage": "http://www.doctrine-project.org",
  72. "keywords": [
  73. "annotations",
  74. "docblock",
  75. "parser"
  76. ],
  77. "time": "2013-06-16 21:33:03"
  78. },
  79. {
  80. "name": "doctrine/lexer",
  81. "version": "dev-master",
  82. "source": {
  83. "type": "git",
  84. "url": "https://github.com/doctrine/lexer.git",
  85. "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94"
  86. },
  87. "dist": {
  88. "type": "zip",
  89. "url": "https://api.github.com/repos/doctrine/lexer/zipball/bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
  90. "reference": "bc0e1f0cc285127a38c6c8ea88bc5dba2fd53e94",
  91. "shasum": ""
  92. },
  93. "require": {
  94. "php": ">=5.3.2"
  95. },
  96. "type": "library",
  97. "extra": {
  98. "branch-alias": {
  99. "dev-master": "1.0.x-dev"
  100. }
  101. },
  102. "autoload": {
  103. "psr-0": {
  104. "Doctrine\\Common\\Lexer\\": "lib/"
  105. }
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "MIT"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Guilherme Blanco",
  114. "email": "guilhermeblanco@gmail.com",
  115. "homepage": "http://www.instaclick.com"
  116. },
  117. {
  118. "name": "Roman Borschel",
  119. "email": "roman@code-factory.org"
  120. },
  121. {
  122. "name": "Johannes Schmitt",
  123. "email": "schmittjoh@gmail.com",
  124. "homepage": "https://github.com/schmittjoh",
  125. "role": "Developer of wrapped JMSSerializerBundle"
  126. }
  127. ],
  128. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  129. "homepage": "http://www.doctrine-project.org",
  130. "keywords": [
  131. "lexer",
  132. "parser"
  133. ],
  134. "time": "2013-03-07 12:15:25"
  135. },
  136. {
  137. "name": "jms/metadata",
  138. "version": "dev-master",
  139. "source": {
  140. "type": "git",
  141. "url": "https://github.com/schmittjoh/metadata.git",
  142. "reference": "246d7096801ce29b5aea30a1abf0277ccfb9f055"
  143. },
  144. "dist": {
  145. "type": "zip",
  146. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/246d7096801ce29b5aea30a1abf0277ccfb9f055",
  147. "reference": "246d7096801ce29b5aea30a1abf0277ccfb9f055",
  148. "shasum": ""
  149. },
  150. "require": {
  151. "php": ">=5.3.0"
  152. },
  153. "require-dev": {
  154. "doctrine/cache": "~1.0"
  155. },
  156. "type": "library",
  157. "extra": {
  158. "branch-alias": {
  159. "dev-master": "1.4.x-dev"
  160. }
  161. },
  162. "autoload": {
  163. "psr-0": {
  164. "Metadata\\": "src/"
  165. }
  166. },
  167. "notification-url": "https://packagist.org/downloads/",
  168. "license": [
  169. "Apache"
  170. ],
  171. "authors": [
  172. {
  173. "name": "Johannes M. Schmitt",
  174. "email": "schmittjoh@gmail.com",
  175. "homepage": "http://jmsyst.com",
  176. "role": "Developer of wrapped JMSSerializerBundle"
  177. }
  178. ],
  179. "description": "Class/method/property metadata management in PHP",
  180. "keywords": [
  181. "annotations",
  182. "metadata",
  183. "xml",
  184. "yaml"
  185. ],
  186. "time": "2013-09-13 09:05:44"
  187. },
  188. {
  189. "name": "jms/parser-lib",
  190. "version": "dev-master",
  191. "source": {
  192. "type": "git",
  193. "url": "https://github.com/schmittjoh/parser-lib.git",
  194. "reference": "d5961fa3fa039aa5ee0e50021c6681ba949e360c"
  195. },
  196. "dist": {
  197. "type": "zip",
  198. "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/d5961fa3fa039aa5ee0e50021c6681ba949e360c",
  199. "reference": "d5961fa3fa039aa5ee0e50021c6681ba949e360c",
  200. "shasum": ""
  201. },
  202. "require": {
  203. "phpoption/phpoption": ">=0.9,<2.0-dev"
  204. },
  205. "type": "library",
  206. "extra": {
  207. "branch-alias": {
  208. "dev-master": "1.1-dev"
  209. }
  210. },
  211. "autoload": {
  212. "psr-0": {
  213. "JMS\\": "src/"
  214. }
  215. },
  216. "notification-url": "https://packagist.org/downloads/",
  217. "license": [
  218. "Apache2"
  219. ],
  220. "description": "A library for easily creating recursive-descent parsers.",
  221. "time": "2013-08-09 15:53:02"
  222. },
  223. {
  224. "name": "phpcollection/phpcollection",
  225. "version": "dev-master",
  226. "source": {
  227. "type": "git",
  228. "url": "https://github.com/schmittjoh/php-collection.git",
  229. "reference": "5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1"
  230. },
  231. "dist": {
  232. "type": "zip",
  233. "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1",
  234. "reference": "5c8ec0d1091c95b973b59a3bf0eb19c5de72d8d1",
  235. "shasum": ""
  236. },
  237. "require": {
  238. "phpoption/phpoption": "1.*"
  239. },
  240. "type": "library",
  241. "extra": {
  242. "branch-alias": {
  243. "dev-master": "0.2-dev"
  244. }
  245. },
  246. "autoload": {
  247. "psr-0": {
  248. "PhpCollection": "src/"
  249. }
  250. },
  251. "notification-url": "https://packagist.org/downloads/",
  252. "license": [
  253. "Apache2"
  254. ],
  255. "authors": [
  256. {
  257. "name": "Johannes M. Schmitt",
  258. "email": "schmittjoh@gmail.com",
  259. "homepage": "http://jmsyst.com",
  260. "role": "Developer of wrapped JMSSerializerBundle"
  261. }
  262. ],
  263. "description": "General-Purpose Collection Library for PHP",
  264. "keywords": [
  265. "collection",
  266. "list",
  267. "map",
  268. "sequence",
  269. "set"
  270. ],
  271. "time": "2013-08-22 09:46:14"
  272. },
  273. {
  274. "name": "phpoption/phpoption",
  275. "version": "dev-master",
  276. "source": {
  277. "type": "git",
  278. "url": "https://github.com/schmittjoh/php-option.git",
  279. "reference": "1c7e8016289d17d83ced49c56d0f266fd0568941"
  280. },
  281. "dist": {
  282. "type": "zip",
  283. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/1c7e8016289d17d83ced49c56d0f266fd0568941",
  284. "reference": "1c7e8016289d17d83ced49c56d0f266fd0568941",
  285. "shasum": ""
  286. },
  287. "require": {
  288. "php": ">=5.3.0"
  289. },
  290. "type": "library",
  291. "extra": {
  292. "branch-alias": {
  293. "dev-master": "1.3-dev"
  294. }
  295. },
  296. "autoload": {
  297. "psr-0": {
  298. "PhpOption\\": "src/"
  299. }
  300. },
  301. "notification-url": "https://packagist.org/downloads/",
  302. "license": [
  303. "Apache2"
  304. ],
  305. "authors": [
  306. {
  307. "name": "Johannes M. Schmitt",
  308. "email": "schmittjoh@gmail.com",
  309. "homepage": "http://jmsyst.com",
  310. "role": "Developer of wrapped JMSSerializerBundle"
  311. }
  312. ],
  313. "description": "Option Type for PHP",
  314. "keywords": [
  315. "language",
  316. "option",
  317. "php",
  318. "type"
  319. ],
  320. "time": "2013-05-19 11:09:35"
  321. }
  322. ],
  323. "packages-dev": [
  324. {
  325. "name": "doctrine/cache",
  326. "version": "v1.1",
  327. "source": {
  328. "type": "git",
  329. "url": "https://github.com/doctrine/cache.git",
  330. "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336"
  331. },
  332. "dist": {
  333. "type": "zip",
  334. "url": "https://api.github.com/repos/doctrine/cache/zipball/2c9761ff1d13e188d5f7378066c1ce2882d7a336",
  335. "reference": "2c9761ff1d13e188d5f7378066c1ce2882d7a336",
  336. "shasum": ""
  337. },
  338. "require": {
  339. "php": ">=5.3.2"
  340. },
  341. "conflict": {
  342. "doctrine/common": ">2.2,<2.4"
  343. },
  344. "type": "library",
  345. "extra": {
  346. "branch-alias": {
  347. "dev-master": "1.0.x-dev"
  348. }
  349. },
  350. "autoload": {
  351. "psr-0": {
  352. "Doctrine\\Common\\Cache\\": "lib/"
  353. }
  354. },
  355. "notification-url": "https://packagist.org/downloads/",
  356. "license": [
  357. "MIT"
  358. ],
  359. "authors": [
  360. {
  361. "name": "Jonathan Wage",
  362. "email": "jonwage@gmail.com",
  363. "homepage": "http://www.jwage.com/"
  364. },
  365. {
  366. "name": "Guilherme Blanco",
  367. "email": "guilhermeblanco@gmail.com",
  368. "homepage": "http://www.instaclick.com"
  369. },
  370. {
  371. "name": "Roman Borschel",
  372. "email": "roman@code-factory.org"
  373. },
  374. {
  375. "name": "Benjamin Eberlei",
  376. "email": "kontakt@beberlei.de"
  377. },
  378. {
  379. "name": "Johannes Schmitt",
  380. "email": "schmittjoh@gmail.com",
  381. "homepage": "http://jmsyst.com",
  382. "role": "Developer of wrapped JMSSerializerBundle"
  383. }
  384. ],
  385. "description": "Caching library offering an object-oriented API for many cache backends",
  386. "homepage": "http://www.doctrine-project.org",
  387. "keywords": [
  388. "cache",
  389. "caching"
  390. ],
  391. "time": "2013-08-07 16:04:25"
  392. },
  393. {
  394. "name": "doctrine/collections",
  395. "version": "dev-master",
  396. "source": {
  397. "type": "git",
  398. "url": "https://github.com/doctrine/collections.git",
  399. "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc"
  400. },
  401. "dist": {
  402. "type": "zip",
  403. "url": "https://api.github.com/repos/doctrine/collections/zipball/bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
  404. "reference": "bcb53776a096a0c64579cc8d8ec0db62f1109fbc",
  405. "shasum": ""
  406. },
  407. "require": {
  408. "php": ">=5.3.2"
  409. },
  410. "type": "library",
  411. "extra": {
  412. "branch-alias": {
  413. "dev-master": "1.2.x-dev"
  414. }
  415. },
  416. "autoload": {
  417. "psr-0": {
  418. "Doctrine\\Common\\Collections\\": "lib/"
  419. }
  420. },
  421. "notification-url": "https://packagist.org/downloads/",
  422. "license": [
  423. "MIT"
  424. ],
  425. "authors": [
  426. {
  427. "name": "Jonathan Wage",
  428. "email": "jonwage@gmail.com",
  429. "homepage": "http://www.jwage.com/"
  430. },
  431. {
  432. "name": "Guilherme Blanco",
  433. "email": "guilhermeblanco@gmail.com",
  434. "homepage": "http://www.instaclick.com"
  435. },
  436. {
  437. "name": "Roman Borschel",
  438. "email": "roman@code-factory.org"
  439. },
  440. {
  441. "name": "Benjamin Eberlei",
  442. "email": "kontakt@beberlei.de"
  443. },
  444. {
  445. "name": "Johannes Schmitt",
  446. "email": "schmittjoh@gmail.com",
  447. "homepage": "http://jmsyst.com",
  448. "role": "Developer of wrapped JMSSerializerBundle"
  449. }
  450. ],
  451. "description": "Collections Abstraction library",
  452. "homepage": "http://www.doctrine-project.org",
  453. "keywords": [
  454. "array",
  455. "collections",
  456. "iterator"
  457. ],
  458. "time": "2013-08-29 16:56:45"
  459. },
  460. {
  461. "name": "doctrine/common",
  462. "version": "2.4.x-dev",
  463. "source": {
  464. "type": "git",
  465. "url": "https://github.com/doctrine/common.git",
  466. "reference": "c94d6ff79e25418b1225e187c782bf4742f23a8b"
  467. },
  468. "dist": {
  469. "type": "zip",
  470. "url": "https://api.github.com/repos/doctrine/common/zipball/c94d6ff79e25418b1225e187c782bf4742f23a8b",
  471. "reference": "c94d6ff79e25418b1225e187c782bf4742f23a8b",
  472. "shasum": ""
  473. },
  474. "require": {
  475. "doctrine/annotations": "1.*",
  476. "doctrine/cache": "1.*",
  477. "doctrine/collections": "1.*",
  478. "doctrine/inflector": "1.*",
  479. "doctrine/lexer": "1.*",
  480. "php": ">=5.3.2"
  481. },
  482. "type": "library",
  483. "extra": {
  484. "branch-alias": {
  485. "dev-master": "2.4.x-dev"
  486. }
  487. },
  488. "autoload": {
  489. "psr-0": {
  490. "Doctrine\\Common\\": "lib/"
  491. }
  492. },
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "MIT"
  496. ],
  497. "authors": [
  498. {
  499. "name": "Jonathan Wage",
  500. "email": "jonwage@gmail.com",
  501. "homepage": "http://www.jwage.com/"
  502. },
  503. {
  504. "name": "Guilherme Blanco",
  505. "email": "guilhermeblanco@gmail.com",
  506. "homepage": "http://www.instaclick.com"
  507. },
  508. {
  509. "name": "Roman Borschel",
  510. "email": "roman@code-factory.org"
  511. },
  512. {
  513. "name": "Benjamin Eberlei",
  514. "email": "kontakt@beberlei.de"
  515. },
  516. {
  517. "name": "Johannes Schmitt",
  518. "email": "schmittjoh@gmail.com",
  519. "homepage": "http://jmsyst.com",
  520. "role": "Developer of wrapped JMSSerializerBundle"
  521. }
  522. ],
  523. "description": "Common Library for Doctrine projects",
  524. "homepage": "http://www.doctrine-project.org",
  525. "keywords": [
  526. "annotations",
  527. "collections",
  528. "eventmanager",
  529. "persistence",
  530. "spl"
  531. ],
  532. "time": "2013-09-07 10:20:35"
  533. },
  534. {
  535. "name": "doctrine/dbal",
  536. "version": "2.3.x-dev",
  537. "source": {
  538. "type": "git",
  539. "url": "https://github.com/doctrine/dbal.git",
  540. "reference": "2addbddbc7134bd775bbb1f30d172d1271a6afb0"
  541. },
  542. "dist": {
  543. "type": "zip",
  544. "url": "https://api.github.com/repos/doctrine/dbal/zipball/2addbddbc7134bd775bbb1f30d172d1271a6afb0",
  545. "reference": "2addbddbc7134bd775bbb1f30d172d1271a6afb0",
  546. "shasum": ""
  547. },
  548. "require": {
  549. "doctrine/common": ">=2.3.0,<2.5-dev",
  550. "php": ">=5.3.2"
  551. },
  552. "type": "library",
  553. "extra": {
  554. "branch-alias": {
  555. "dev-master": "2.3.x-dev"
  556. }
  557. },
  558. "autoload": {
  559. "psr-0": {
  560. "Doctrine\\DBAL": "lib/"
  561. }
  562. },
  563. "notification-url": "https://packagist.org/downloads/",
  564. "license": [
  565. "MIT"
  566. ],
  567. "authors": [
  568. {
  569. "name": "Jonathan Wage",
  570. "email": "jonwage@gmail.com",
  571. "homepage": "http://www.jwage.com/"
  572. },
  573. {
  574. "name": "Guilherme Blanco",
  575. "email": "guilhermeblanco@gmail.com",
  576. "homepage": "http://www.instaclick.com"
  577. },
  578. {
  579. "name": "Roman Borschel",
  580. "email": "roman@code-factory.org"
  581. },
  582. {
  583. "name": "Benjamin Eberlei",
  584. "email": "kontakt@beberlei.de"
  585. }
  586. ],
  587. "description": "Database Abstraction Layer",
  588. "homepage": "http://www.doctrine-project.org",
  589. "keywords": [
  590. "database",
  591. "dbal",
  592. "persistence",
  593. "queryobject"
  594. ],
  595. "time": "2013-09-08 13:25:53"
  596. },
  597. {
  598. "name": "doctrine/inflector",
  599. "version": "dev-master",
  600. "source": {
  601. "type": "git",
  602. "url": "https://github.com/doctrine/inflector.git",
  603. "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c"
  604. },
  605. "dist": {
  606. "type": "zip",
  607. "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
  608. "reference": "8b4b3ccec7aafc596e2fc1e593c9f2e78f939c8c",
  609. "shasum": ""
  610. },
  611. "require": {
  612. "php": ">=5.3.2"
  613. },
  614. "type": "library",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "1.0.x-dev"
  618. }
  619. },
  620. "autoload": {
  621. "psr-0": {
  622. "Doctrine\\Common\\Inflector\\": "lib/"
  623. }
  624. },
  625. "notification-url": "https://packagist.org/downloads/",
  626. "license": [
  627. "MIT"
  628. ],
  629. "authors": [
  630. {
  631. "name": "Jonathan Wage",
  632. "email": "jonwage@gmail.com",
  633. "homepage": "http://www.jwage.com/"
  634. },
  635. {
  636. "name": "Guilherme Blanco",
  637. "email": "guilhermeblanco@gmail.com",
  638. "homepage": "http://www.instaclick.com"
  639. },
  640. {
  641. "name": "Roman Borschel",
  642. "email": "roman@code-factory.org"
  643. },
  644. {
  645. "name": "Benjamin Eberlei",
  646. "email": "kontakt@beberlei.de"
  647. },
  648. {
  649. "name": "Johannes Schmitt",
  650. "email": "schmittjoh@gmail.com",
  651. "homepage": "https://github.com/schmittjoh",
  652. "role": "Developer of wrapped JMSSerializerBundle"
  653. }
  654. ],
  655. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  656. "homepage": "http://www.doctrine-project.org",
  657. "keywords": [
  658. "inflection",
  659. "pluralize",
  660. "singularize",
  661. "string"
  662. ],
  663. "time": "2013-04-10 16:14:30"
  664. },
  665. {
  666. "name": "doctrine/orm",
  667. "version": "2.3.x-dev",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/doctrine/doctrine2.git",
  671. "reference": "66d8b43f69105f3e3f0fb7d042f805eec1107e22"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/66d8b43f69105f3e3f0fb7d042f805eec1107e22",
  676. "reference": "66d8b43f69105f3e3f0fb7d042f805eec1107e22",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "doctrine/dbal": "2.3.*",
  681. "ext-pdo": "*",
  682. "php": ">=5.3.2",
  683. "symfony/console": "2.*"
  684. },
  685. "suggest": {
  686. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  687. },
  688. "bin": [
  689. "bin/doctrine",
  690. "bin/doctrine.php"
  691. ],
  692. "type": "library",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "2.3.x-dev"
  696. }
  697. },
  698. "autoload": {
  699. "psr-0": {
  700. "Doctrine\\ORM": "lib/"
  701. }
  702. },
  703. "notification-url": "https://packagist.org/downloads/",
  704. "license": [
  705. "MIT"
  706. ],
  707. "authors": [
  708. {
  709. "name": "Jonathan Wage",
  710. "email": "jonwage@gmail.com",
  711. "homepage": "http://www.jwage.com/"
  712. },
  713. {
  714. "name": "Guilherme Blanco",
  715. "email": "guilhermeblanco@gmail.com",
  716. "homepage": "http://www.instaclick.com"
  717. },
  718. {
  719. "name": "Roman Borschel",
  720. "email": "roman@code-factory.org"
  721. },
  722. {
  723. "name": "Benjamin Eberlei",
  724. "email": "kontakt@beberlei.de"
  725. }
  726. ],
  727. "description": "Object-Relational-Mapper for PHP",
  728. "homepage": "http://www.doctrine-project.org",
  729. "keywords": [
  730. "database",
  731. "orm"
  732. ],
  733. "time": "2013-09-08 14:03:26"
  734. },
  735. {
  736. "name": "symfony/console",
  737. "version": "dev-master",
  738. "target-dir": "Symfony/Component/Console",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/symfony/Console.git",
  742. "reference": "8b3d2627cc923f07bac5bb9fdc0622363ce1369b"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/symfony/Console/zipball/8b3d2627cc923f07bac5bb9fdc0622363ce1369b",
  747. "reference": "8b3d2627cc923f07bac5bb9fdc0622363ce1369b",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": ">=5.3.3"
  752. },
  753. "require-dev": {
  754. "symfony/event-dispatcher": "~2.1"
  755. },
  756. "suggest": {
  757. "symfony/event-dispatcher": ""
  758. },
  759. "type": "library",
  760. "extra": {
  761. "branch-alias": {
  762. "dev-master": "2.4-dev"
  763. }
  764. },
  765. "autoload": {
  766. "psr-0": {
  767. "Symfony\\Component\\Console\\": ""
  768. }
  769. },
  770. "notification-url": "https://packagist.org/downloads/",
  771. "license": [
  772. "MIT"
  773. ],
  774. "authors": [
  775. {
  776. "name": "Fabien Potencier",
  777. "email": "fabien@symfony.com"
  778. },
  779. {
  780. "name": "Symfony Community",
  781. "homepage": "http://symfony.com/contributors"
  782. }
  783. ],
  784. "description": "Symfony Console Component",
  785. "homepage": "http://symfony.com",
  786. "time": "2013-09-13 12:20:47"
  787. },
  788. {
  789. "name": "symfony/event-dispatcher",
  790. "version": "2.1.x-dev",
  791. "target-dir": "Symfony/Component/EventDispatcher",
  792. "source": {
  793. "type": "git",
  794. "url": "https://github.com/symfony/EventDispatcher.git",
  795. "reference": "e1d18ff0ff6f3e45ac82f000bc221135df635527"
  796. },
  797. "dist": {
  798. "type": "zip",
  799. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/e1d18ff0ff6f3e45ac82f000bc221135df635527",
  800. "reference": "e1d18ff0ff6f3e45ac82f000bc221135df635527",
  801. "shasum": ""
  802. },
  803. "require": {
  804. "php": ">=5.3.3"
  805. },
  806. "require-dev": {
  807. "symfony/dependency-injection": "2.1.*"
  808. },
  809. "suggest": {
  810. "symfony/dependency-injection": "2.1.*",
  811. "symfony/http-kernel": "2.1.*"
  812. },
  813. "type": "library",
  814. "autoload": {
  815. "psr-0": {
  816. "Symfony\\Component\\EventDispatcher": ""
  817. }
  818. },
  819. "notification-url": "https://packagist.org/downloads/",
  820. "license": [
  821. "MIT"
  822. ],
  823. "authors": [
  824. {
  825. "name": "Fabien Potencier",
  826. "email": "fabien@symfony.com"
  827. },
  828. {
  829. "name": "Symfony Community",
  830. "homepage": "http://symfony.com/contributors"
  831. }
  832. ],
  833. "description": "Symfony EventDispatcher Component",
  834. "homepage": "http://symfony.com",
  835. "time": "2013-02-11 11:26:14"
  836. },
  837. {
  838. "name": "symfony/filesystem",
  839. "version": "dev-master",
  840. "target-dir": "Symfony/Component/Filesystem",
  841. "source": {
  842. "type": "git",
  843. "url": "https://github.com/symfony/Filesystem.git",
  844. "reference": "da0dcf60b7307f68667fecef8ccbb2b070bda7cf"
  845. },
  846. "dist": {
  847. "type": "zip",
  848. "url": "https://api.github.com/repos/symfony/Filesystem/zipball/da0dcf60b7307f68667fecef8ccbb2b070bda7cf",
  849. "reference": "da0dcf60b7307f68667fecef8ccbb2b070bda7cf",
  850. "shasum": ""
  851. },
  852. "require": {
  853. "php": ">=5.3.3"
  854. },
  855. "type": "library",
  856. "extra": {
  857. "branch-alias": {
  858. "dev-master": "2.4-dev"
  859. }
  860. },
  861. "autoload": {
  862. "psr-0": {
  863. "Symfony\\Component\\Filesystem\\": ""
  864. }
  865. },
  866. "notification-url": "https://packagist.org/downloads/",
  867. "license": [
  868. "MIT"
  869. ],
  870. "authors": [
  871. {
  872. "name": "Fabien Potencier",
  873. "email": "fabien@symfony.com"
  874. },
  875. {
  876. "name": "Symfony Community",
  877. "homepage": "http://symfony.com/contributors"
  878. }
  879. ],
  880. "description": "Symfony Filesystem Component",
  881. "homepage": "http://symfony.com",
  882. "time": "2013-08-09 07:26:54"
  883. },
  884. {
  885. "name": "symfony/form",
  886. "version": "2.1.x-dev",
  887. "target-dir": "Symfony/Component/Form",
  888. "source": {
  889. "type": "git",
  890. "url": "https://github.com/symfony/Form.git",
  891. "reference": "d2edecec0d0f854ed176f7ac32332d44fa31c696"
  892. },
  893. "dist": {
  894. "type": "zip",
  895. "url": "https://api.github.com/repos/symfony/Form/zipball/d2edecec0d0f854ed176f7ac32332d44fa31c696",
  896. "reference": "d2edecec0d0f854ed176f7ac32332d44fa31c696",
  897. "shasum": ""
  898. },
  899. "require": {
  900. "php": ">=5.3.3",
  901. "symfony/event-dispatcher": "2.1.*",
  902. "symfony/locale": "2.1.*",
  903. "symfony/options-resolver": "2.1.*"
  904. },
  905. "require-dev": {
  906. "symfony/http-foundation": "2.1.*",
  907. "symfony/validator": "2.1.*"
  908. },
  909. "suggest": {
  910. "symfony/http-foundation": "2.1.*",
  911. "symfony/validator": "2.1.*"
  912. },
  913. "type": "library",
  914. "autoload": {
  915. "psr-0": {
  916. "Symfony\\Component\\Form": ""
  917. }
  918. },
  919. "notification-url": "https://packagist.org/downloads/",
  920. "license": [
  921. "MIT"
  922. ],
  923. "authors": [
  924. {
  925. "name": "Fabien Potencier",
  926. "email": "fabien@symfony.com"
  927. },
  928. {
  929. "name": "Symfony Community",
  930. "homepage": "http://symfony.com/contributors"
  931. }
  932. ],
  933. "description": "Symfony Form Component",
  934. "homepage": "http://symfony.com",
  935. "time": "2013-05-27 14:27:36"
  936. },
  937. {
  938. "name": "symfony/locale",
  939. "version": "2.1.x-dev",
  940. "target-dir": "Symfony/Component/Locale",
  941. "source": {
  942. "type": "git",
  943. "url": "https://github.com/symfony/Locale.git",
  944. "reference": "3ad6a5129809b3815a2b9056eee470dc2877717f"
  945. },
  946. "dist": {
  947. "type": "zip",
  948. "url": "https://api.github.com/repos/symfony/Locale/zipball/3ad6a5129809b3815a2b9056eee470dc2877717f",
  949. "reference": "3ad6a5129809b3815a2b9056eee470dc2877717f",
  950. "shasum": ""
  951. },
  952. "require": {
  953. "php": ">=5.3.3"
  954. },
  955. "suggest": {
  956. "ext-intl": ">=5.3.3"
  957. },
  958. "type": "library",
  959. "autoload": {
  960. "psr-0": {
  961. "Symfony\\Component\\Locale": ""
  962. }
  963. },
  964. "notification-url": "https://packagist.org/downloads/",
  965. "license": [
  966. "MIT"
  967. ],
  968. "authors": [
  969. {
  970. "name": "Fabien Potencier",
  971. "email": "fabien@symfony.com"
  972. },
  973. {
  974. "name": "Symfony Community",
  975. "homepage": "http://symfony.com/contributors"
  976. }
  977. ],
  978. "description": "Symfony Locale Component",
  979. "homepage": "http://symfony.com",
  980. "time": "2013-01-10 04:41:59"
  981. },
  982. {
  983. "name": "symfony/options-resolver",
  984. "version": "2.1.x-dev",
  985. "target-dir": "Symfony/Component/OptionsResolver",
  986. "source": {
  987. "type": "git",
  988. "url": "https://github.com/symfony/OptionsResolver.git",
  989. "reference": "1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b"
  990. },
  991. "dist": {
  992. "type": "zip",
  993. "url": "https://api.github.com/repos/symfony/OptionsResolver/zipball/1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b",
  994. "reference": "1a1319747462c2d457c3e1c8c2c9a26ad4bcb67b",
  995. "shasum": ""
  996. },
  997. "require": {
  998. "php": ">=5.3.3"
  999. },
  1000. "type": "library",
  1001. "autoload": {
  1002. "psr-0": {
  1003. "Symfony\\Component\\OptionsResolver": ""
  1004. }
  1005. },
  1006. "notification-url": "https://packagist.org/downloads/",
  1007. "license": [
  1008. "MIT"
  1009. ],
  1010. "authors": [
  1011. {
  1012. "name": "Fabien Potencier",
  1013. "email": "fabien@symfony.com"
  1014. },
  1015. {
  1016. "name": "Symfony Community",
  1017. "homepage": "http://symfony.com/contributors"
  1018. }
  1019. ],
  1020. "description": "Symfony OptionsResolver Component",
  1021. "homepage": "http://symfony.com",
  1022. "keywords": [
  1023. "config",
  1024. "configuration",
  1025. "options"
  1026. ],
  1027. "time": "2013-01-09 08:51:07"
  1028. },
  1029. {
  1030. "name": "symfony/translation",
  1031. "version": "2.1.x-dev",
  1032. "target-dir": "Symfony/Component/Translation",
  1033. "source": {
  1034. "type": "git",
  1035. "url": "https://github.com/symfony/Translation.git",
  1036. "reference": "39ba7a5dc560959667c45c9353b70f43182ca4b3"
  1037. },
  1038. "dist": {
  1039. "type": "zip",
  1040. "url": "https://api.github.com/repos/symfony/Translation/zipball/39ba7a5dc560959667c45c9353b70f43182ca4b3",
  1041. "reference": "39ba7a5dc560959667c45c9353b70f43182ca4b3",
  1042. "shasum": ""
  1043. },
  1044. "require": {
  1045. "php": ">=5.3.3"
  1046. },
  1047. "require-dev": {
  1048. "symfony/config": "2.1.*",
  1049. "symfony/yaml": "2.1.*"
  1050. },
  1051. "suggest": {
  1052. "symfony/config": "2.1.*",
  1053. "symfony/yaml": "2.1.*"
  1054. },
  1055. "type": "library",
  1056. "autoload": {
  1057. "psr-0": {
  1058. "Symfony\\Component\\Translation": ""
  1059. }
  1060. },
  1061. "notification-url": "https://packagist.org/downloads/",
  1062. "license": [
  1063. "MIT"
  1064. ],
  1065. "authors": [
  1066. {
  1067. "name": "Fabien Potencier",
  1068. "email": "fabien@symfony.com"
  1069. },
  1070. {
  1071. "name": "Symfony Community",
  1072. "homepage": "http://symfony.com/contributors"
  1073. }
  1074. ],
  1075. "description": "Symfony Translation Component",
  1076. "homepage": "http://symfony.com",
  1077. "time": "2013-04-20 08:25:59"
  1078. },
  1079. {
  1080. "name": "symfony/validator",
  1081. "version": "2.1.x-dev",
  1082. "target-dir": "Symfony/Component/Validator",
  1083. "source": {
  1084. "type": "git",
  1085. "url": "https://github.com/symfony/Validator.git",
  1086. "reference": "20e121114768672e0a90a25a378e5b14e1331ec0"
  1087. },
  1088. "dist": {
  1089. "type": "zip",
  1090. "url": "https://api.github.com/repos/symfony/Validator/zipball/20e121114768672e0a90a25a378e5b14e1331ec0",
  1091. "reference": "20e121114768672e0a90a25a378e5b14e1331ec0",
  1092. "shasum": ""
  1093. },
  1094. "require": {
  1095. "php": ">=5.3.3"
  1096. },
  1097. "require-dev": {
  1098. "symfony/http-foundation": "2.1.*",
  1099. "symfony/locale": "2.1.*",
  1100. "symfony/yaml": "2.1.*"
  1101. },
  1102. "suggest": {
  1103. "doctrine/common": "~2.1",
  1104. "symfony/http-foundation": "2.1.*",
  1105. "symfony/yaml": "2.1.*"
  1106. },
  1107. "type": "library",
  1108. "autoload": {
  1109. "psr-0": {
  1110. "Symfony\\Component\\Validator": ""
  1111. }
  1112. },
  1113. "notification-url": "https://packagist.org/downloads/",
  1114. "license": [
  1115. "MIT"
  1116. ],
  1117. "authors": [
  1118. {
  1119. "name": "Fabien Potencier",
  1120. "email": "fabien@symfony.com"
  1121. },
  1122. {
  1123. "name": "Symfony Community",
  1124. "homepage": "http://symfony.com/contributors"
  1125. }
  1126. ],
  1127. "description": "Symfony Validator Component",
  1128. "homepage": "http://symfony.com",
  1129. "time": "2013-08-06 05:58:11"
  1130. },
  1131. {
  1132. "name": "symfony/yaml",
  1133. "version": "dev-master",
  1134. "target-dir": "Symfony/Component/Yaml",
  1135. "source": {
  1136. "type": "git",
  1137. "url": "https://github.com/symfony/Yaml.git",
  1138. "reference": "6286e95889e326311ff90ae4f96ddc15d6db2c39"
  1139. },
  1140. "dist": {
  1141. "type": "zip",
  1142. "url": "https://api.github.com/repos/symfony/Yaml/zipball/6286e95889e326311ff90ae4f96ddc15d6db2c39",
  1143. "reference": "6286e95889e326311ff90ae4f96ddc15d6db2c39",
  1144. "shasum": ""
  1145. },
  1146. "require": {
  1147. "php": ">=5.3.3"
  1148. },
  1149. "type": "library",
  1150. "extra": {
  1151. "branch-alias": {
  1152. "dev-master": "2.4-dev"
  1153. }
  1154. },
  1155. "autoload": {
  1156. "psr-0": {
  1157. "Symfony\\Component\\Yaml\\": ""
  1158. }
  1159. },
  1160. "notification-url": "https://packagist.org/downloads/",
  1161. "license": [
  1162. "MIT"
  1163. ],
  1164. "authors": [
  1165. {
  1166. "name": "Fabien Potencier",
  1167. "email": "fabien@symfony.com"
  1168. },
  1169. {
  1170. "name": "Symfony Community",
  1171. "homepage": "http://symfony.com/contributors"
  1172. }
  1173. ],
  1174. "description": "Symfony Yaml Component",
  1175. "homepage": "http://symfony.com",
  1176. "time": "2013-08-29 06:54:01"
  1177. },
  1178. {
  1179. "name": "twig/twig",
  1180. "version": "dev-master",
  1181. "source": {
  1182. "type": "git",
  1183. "url": "https://github.com/fabpot/Twig.git",
  1184. "reference": "0d97eb95288c6f08d5c46e9aa5706f2341a34e29"
  1185. },
  1186. "dist": {
  1187. "type": "zip",
  1188. "url": "https://api.github.com/repos/fabpot/Twig/zipball/0d97eb95288c6f08d5c46e9aa5706f2341a34e29",
  1189. "reference": "0d97eb95288c6f08d5c46e9aa5706f2341a34e29",
  1190. "shasum": ""
  1191. },
  1192. "require": {
  1193. "php": ">=5.2.4"
  1194. },
  1195. "type": "library",
  1196. "extra": {
  1197. "branch-alias": {
  1198. "dev-master": "1.14-dev"
  1199. }
  1200. },
  1201. "autoload": {
  1202. "psr-0": {
  1203. "Twig_": "lib/"
  1204. }
  1205. },
  1206. "notification-url": "https://packagist.org/downloads/",
  1207. "license": [
  1208. "BSD-3-Clause"
  1209. ],
  1210. "authors": [
  1211. {
  1212. "name": "Fabien Potencier",
  1213. "email": "fabien@symfony.com"
  1214. },
  1215. {
  1216. "name": "Armin Ronacher",
  1217. "email": "armin.ronacher@active-4.com"
  1218. }
  1219. ],
  1220. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1221. "homepage": "http://twig.sensiolabs.org",
  1222. "keywords": [
  1223. "templating"
  1224. ],
  1225. "time": "2013-09-17 13:39:25"
  1226. }
  1227. ],
  1228. "aliases": [
  1229. ],
  1230. "minimum-stability": "dev",
  1231. "stability-flags": [
  1232. ],
  1233. "platform": {
  1234. "php": ">=5.3.2"
  1235. },
  1236. "platform-dev": [
  1237. ]
  1238. }