composer.lock 38 KB

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