installed.json 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946
  1. [
  2. {
  3. "name": "psr/log",
  4. "version": "1.0.0",
  5. "version_normalized": "1.0.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/php-fig/log.git",
  9. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  14. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  15. "shasum": ""
  16. },
  17. "time": "2012-12-21 11:40:51",
  18. "type": "library",
  19. "installation-source": "dist",
  20. "autoload": {
  21. "psr-0": {
  22. "Psr\\Log\\": ""
  23. }
  24. },
  25. "notification-url": "https://packagist.org/downloads/",
  26. "license": [
  27. "MIT"
  28. ],
  29. "authors": [
  30. {
  31. "name": "PHP-FIG",
  32. "homepage": "http://www.php-fig.org/"
  33. }
  34. ],
  35. "description": "Common interface for logging libraries",
  36. "keywords": [
  37. "log",
  38. "psr",
  39. "psr-3"
  40. ]
  41. },
  42. {
  43. "name": "doctrine/lexer",
  44. "version": "v1.0",
  45. "version_normalized": "1.0.0.0",
  46. "source": {
  47. "type": "git",
  48. "url": "https://github.com/doctrine/lexer.git",
  49. "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb"
  50. },
  51. "dist": {
  52. "type": "zip",
  53. "url": "https://api.github.com/repos/doctrine/lexer/zipball/2f708a85bb3aab5d99dab8be435abd73e0b18acb",
  54. "reference": "2f708a85bb3aab5d99dab8be435abd73e0b18acb",
  55. "shasum": ""
  56. },
  57. "require": {
  58. "php": ">=5.3.2"
  59. },
  60. "time": "2013-01-12 18:59:04",
  61. "type": "library",
  62. "installation-source": "dist",
  63. "autoload": {
  64. "psr-0": {
  65. "Doctrine\\Common\\Lexer\\": "lib/"
  66. }
  67. },
  68. "notification-url": "https://packagist.org/downloads/",
  69. "license": [
  70. "MIT"
  71. ],
  72. "authors": [
  73. {
  74. "name": "Guilherme Blanco",
  75. "email": "[email protected]",
  76. "homepage": "http://www.instaclick.com"
  77. },
  78. {
  79. "name": "Roman Borschel",
  80. "email": "[email protected]"
  81. },
  82. {
  83. "name": "Johannes Schmitt",
  84. "email": "[email protected]",
  85. "homepage": "http://jmsyst.com",
  86. "role": "Developer of wrapped JMSSerializerBundle"
  87. }
  88. ],
  89. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  90. "homepage": "http://www.doctrine-project.org",
  91. "keywords": [
  92. "lexer",
  93. "parser"
  94. ]
  95. },
  96. {
  97. "name": "doctrine/annotations",
  98. "version": "v1.1.2",
  99. "version_normalized": "1.1.2.0",
  100. "source": {
  101. "type": "git",
  102. "url": "https://github.com/doctrine/annotations.git",
  103. "reference": "40db0c96985aab2822edbc4848b3bd2429e02670"
  104. },
  105. "dist": {
  106. "type": "zip",
  107. "url": "https://api.github.com/repos/doctrine/annotations/zipball/40db0c96985aab2822edbc4848b3bd2429e02670",
  108. "reference": "40db0c96985aab2822edbc4848b3bd2429e02670",
  109. "shasum": ""
  110. },
  111. "require": {
  112. "doctrine/lexer": "1.*",
  113. "php": ">=5.3.2"
  114. },
  115. "require-dev": {
  116. "doctrine/cache": "1.*"
  117. },
  118. "time": "2013-06-16 21:33:03",
  119. "type": "library",
  120. "extra": {
  121. "branch-alias": {
  122. "dev-master": "1.0.x-dev"
  123. }
  124. },
  125. "installation-source": "dist",
  126. "autoload": {
  127. "psr-0": {
  128. "Doctrine\\Common\\Annotations\\": "lib/"
  129. }
  130. },
  131. "notification-url": "https://packagist.org/downloads/",
  132. "license": [
  133. "MIT"
  134. ],
  135. "authors": [
  136. {
  137. "name": "Jonathan Wage",
  138. "email": "[email protected]",
  139. "homepage": "http://www.jwage.com/"
  140. },
  141. {
  142. "name": "Guilherme Blanco",
  143. "email": "[email protected]",
  144. "homepage": "http://www.instaclick.com"
  145. },
  146. {
  147. "name": "Roman Borschel",
  148. "email": "[email protected]"
  149. },
  150. {
  151. "name": "Benjamin Eberlei",
  152. "email": "[email protected]"
  153. },
  154. {
  155. "name": "Johannes Schmitt",
  156. "email": "[email protected]",
  157. "homepage": "http://jmsyst.com",
  158. "role": "Developer of wrapped JMSSerializerBundle"
  159. }
  160. ],
  161. "description": "Docblock Annotations Parser",
  162. "homepage": "http://www.doctrine-project.org",
  163. "keywords": [
  164. "annotations",
  165. "docblock",
  166. "parser"
  167. ]
  168. },
  169. {
  170. "name": "doctrine/collections",
  171. "version": "v1.1",
  172. "version_normalized": "1.1.0.0",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/doctrine/collections.git",
  176. "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/doctrine/collections/zipball/560f29c39cfcfbcd210e5d549d993a39d898b04b",
  181. "reference": "560f29c39cfcfbcd210e5d549d993a39d898b04b",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "php": ">=5.3.2"
  186. },
  187. "time": "2013-03-07 12:15:54",
  188. "type": "library",
  189. "extra": {
  190. "branch-alias": {
  191. "dev-master": "1.1.x-dev"
  192. }
  193. },
  194. "installation-source": "dist",
  195. "autoload": {
  196. "psr-0": {
  197. "Doctrine\\Common\\Collections\\": "lib/"
  198. }
  199. },
  200. "notification-url": "https://packagist.org/downloads/",
  201. "license": [
  202. "MIT"
  203. ],
  204. "authors": [
  205. {
  206. "name": "Jonathan Wage",
  207. "email": "[email protected]",
  208. "homepage": "http://www.jwage.com/"
  209. },
  210. {
  211. "name": "Guilherme Blanco",
  212. "email": "[email protected]",
  213. "homepage": "http://www.instaclick.com"
  214. },
  215. {
  216. "name": "Roman Borschel",
  217. "email": "[email protected]"
  218. },
  219. {
  220. "name": "Benjamin Eberlei",
  221. "email": "[email protected]"
  222. },
  223. {
  224. "name": "Johannes Schmitt",
  225. "email": "[email protected]",
  226. "homepage": "http://jmsyst.com",
  227. "role": "Developer of wrapped JMSSerializerBundle"
  228. }
  229. ],
  230. "description": "Collections Abstraction library",
  231. "homepage": "http://www.doctrine-project.org",
  232. "keywords": [
  233. "array",
  234. "collections",
  235. "iterator"
  236. ]
  237. },
  238. {
  239. "name": "doctrine/cache",
  240. "version": "v1.2.0",
  241. "version_normalized": "1.2.0.0",
  242. "source": {
  243. "type": "git",
  244. "url": "https://github.com/doctrine/cache.git",
  245. "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179"
  246. },
  247. "dist": {
  248. "type": "zip",
  249. "url": "https://api.github.com/repos/doctrine/cache/zipball/d0e4447707a064a5814b18cb0dcc2f24185f6179",
  250. "reference": "d0e4447707a064a5814b18cb0dcc2f24185f6179",
  251. "shasum": ""
  252. },
  253. "require": {
  254. "php": ">=5.3.2"
  255. },
  256. "conflict": {
  257. "doctrine/common": ">2.2,<2.4"
  258. },
  259. "time": "2013-09-26 19:23:25",
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-master": "1.0.x-dev"
  264. }
  265. },
  266. "installation-source": "dist",
  267. "autoload": {
  268. "psr-0": {
  269. "Doctrine\\Common\\Cache\\": "lib/"
  270. }
  271. },
  272. "notification-url": "https://packagist.org/downloads/",
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Jonathan Wage",
  279. "email": "[email protected]",
  280. "homepage": "http://www.jwage.com/"
  281. },
  282. {
  283. "name": "Guilherme Blanco",
  284. "email": "[email protected]",
  285. "homepage": "http://www.instaclick.com"
  286. },
  287. {
  288. "name": "Roman Borschel",
  289. "email": "[email protected]"
  290. },
  291. {
  292. "name": "Benjamin Eberlei",
  293. "email": "[email protected]"
  294. },
  295. {
  296. "name": "Johannes Schmitt",
  297. "email": "[email protected]",
  298. "homepage": "http://jmsyst.com",
  299. "role": "Developer of wrapped JMSSerializerBundle"
  300. }
  301. ],
  302. "description": "Caching library offering an object-oriented API for many cache backends",
  303. "homepage": "http://www.doctrine-project.org",
  304. "keywords": [
  305. "cache",
  306. "caching"
  307. ]
  308. },
  309. {
  310. "name": "doctrine/inflector",
  311. "version": "v1.0",
  312. "version_normalized": "1.0.0.0",
  313. "source": {
  314. "type": "git",
  315. "url": "https://github.com/doctrine/inflector.git",
  316. "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08"
  317. },
  318. "dist": {
  319. "type": "zip",
  320. "url": "https://api.github.com/repos/doctrine/inflector/zipball/54b8333d2a5682afdc690060c1cf384ba9f47f08",
  321. "reference": "54b8333d2a5682afdc690060c1cf384ba9f47f08",
  322. "shasum": ""
  323. },
  324. "require": {
  325. "php": ">=5.3.2"
  326. },
  327. "time": "2013-01-10 21:49:15",
  328. "type": "library",
  329. "installation-source": "dist",
  330. "autoload": {
  331. "psr-0": {
  332. "Doctrine\\Common\\Inflector\\": "lib/"
  333. }
  334. },
  335. "notification-url": "https://packagist.org/downloads/",
  336. "license": [
  337. "MIT"
  338. ],
  339. "authors": [
  340. {
  341. "name": "Jonathan Wage",
  342. "email": "[email protected]",
  343. "homepage": "http://www.jwage.com/"
  344. },
  345. {
  346. "name": "Guilherme Blanco",
  347. "email": "[email protected]",
  348. "homepage": "http://www.instaclick.com"
  349. },
  350. {
  351. "name": "Roman Borschel",
  352. "email": "[email protected]"
  353. },
  354. {
  355. "name": "Benjamin Eberlei",
  356. "email": "[email protected]"
  357. },
  358. {
  359. "name": "Johannes Schmitt",
  360. "email": "[email protected]",
  361. "homepage": "https://github.com/schmittjoh",
  362. "role": "Developer of wrapped JMSSerializerBundle"
  363. }
  364. ],
  365. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  366. "homepage": "http://www.doctrine-project.org",
  367. "keywords": [
  368. "inflection",
  369. "pluarlize",
  370. "singuarlize",
  371. "string"
  372. ]
  373. },
  374. {
  375. "name": "doctrine/common",
  376. "version": "v2.4.1",
  377. "version_normalized": "2.4.1.0",
  378. "source": {
  379. "type": "git",
  380. "url": "https://github.com/doctrine/common.git",
  381. "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7"
  382. },
  383. "dist": {
  384. "type": "zip",
  385. "url": "https://api.github.com/repos/doctrine/common/zipball/ceb18cf9b0230f3ea208b6238130fd415abda0a7",
  386. "reference": "ceb18cf9b0230f3ea208b6238130fd415abda0a7",
  387. "shasum": ""
  388. },
  389. "require": {
  390. "doctrine/annotations": "1.*",
  391. "doctrine/cache": "1.*",
  392. "doctrine/collections": "1.*",
  393. "doctrine/inflector": "1.*",
  394. "doctrine/lexer": "1.*",
  395. "php": ">=5.3.2"
  396. },
  397. "time": "2013-09-07 10:20:34",
  398. "type": "library",
  399. "extra": {
  400. "branch-alias": {
  401. "dev-master": "2.4.x-dev"
  402. }
  403. },
  404. "installation-source": "dist",
  405. "autoload": {
  406. "psr-0": {
  407. "Doctrine\\Common\\": "lib/"
  408. }
  409. },
  410. "notification-url": "https://packagist.org/downloads/",
  411. "license": [
  412. "MIT"
  413. ],
  414. "authors": [
  415. {
  416. "name": "Jonathan Wage",
  417. "email": "[email protected]",
  418. "homepage": "http://www.jwage.com/"
  419. },
  420. {
  421. "name": "Guilherme Blanco",
  422. "email": "[email protected]",
  423. "homepage": "http://www.instaclick.com"
  424. },
  425. {
  426. "name": "Roman Borschel",
  427. "email": "[email protected]"
  428. },
  429. {
  430. "name": "Benjamin Eberlei",
  431. "email": "[email protected]"
  432. },
  433. {
  434. "name": "Johannes Schmitt",
  435. "email": "[email protected]",
  436. "homepage": "http://jmsyst.com",
  437. "role": "Developer of wrapped JMSSerializerBundle"
  438. }
  439. ],
  440. "description": "Common Library for Doctrine projects",
  441. "homepage": "http://www.doctrine-project.org",
  442. "keywords": [
  443. "annotations",
  444. "collections",
  445. "eventmanager",
  446. "persistence",
  447. "spl"
  448. ]
  449. },
  450. {
  451. "name": "symfony/routing",
  452. "version": "v2.3.5",
  453. "version_normalized": "2.3.5.0",
  454. "target-dir": "Symfony/Component/Routing",
  455. "source": {
  456. "type": "git",
  457. "url": "https://github.com/symfony/Routing.git",
  458. "reference": "6d1f7b101337594fe790c47166068583b60b6460"
  459. },
  460. "dist": {
  461. "type": "zip",
  462. "url": "https://api.github.com/repos/symfony/Routing/zipball/6d1f7b101337594fe790c47166068583b60b6460",
  463. "reference": "6d1f7b101337594fe790c47166068583b60b6460",
  464. "shasum": ""
  465. },
  466. "require": {
  467. "php": ">=5.3.3"
  468. },
  469. "require-dev": {
  470. "doctrine/common": "~2.2",
  471. "psr/log": "~1.0",
  472. "symfony/config": "~2.2",
  473. "symfony/yaml": "~2.0"
  474. },
  475. "suggest": {
  476. "doctrine/common": "",
  477. "symfony/config": "",
  478. "symfony/yaml": ""
  479. },
  480. "time": "2013-09-19 09:45:20",
  481. "type": "library",
  482. "extra": {
  483. "branch-alias": {
  484. "dev-master": "2.3-dev"
  485. }
  486. },
  487. "installation-source": "dist",
  488. "autoload": {
  489. "psr-0": {
  490. "Symfony\\Component\\Routing\\": ""
  491. }
  492. },
  493. "notification-url": "https://packagist.org/downloads/",
  494. "license": [
  495. "MIT"
  496. ],
  497. "authors": [
  498. {
  499. "name": "Fabien Potencier",
  500. "email": "[email protected]"
  501. },
  502. {
  503. "name": "Symfony Community",
  504. "homepage": "http://symfony.com/contributors"
  505. }
  506. ],
  507. "description": "Symfony Routing Component",
  508. "homepage": "http://symfony.com"
  509. },
  510. {
  511. "name": "symfony/debug",
  512. "version": "v2.3.5",
  513. "version_normalized": "2.3.5.0",
  514. "target-dir": "Symfony/Component/Debug",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/symfony/Debug.git",
  518. "reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/symfony/Debug/zipball/7f671456b9617d0a54f04597ae1c1ed3a1e858fd",
  523. "reference": "7f671456b9617d0a54f04597ae1c1ed3a1e858fd",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "php": ">=5.3.3"
  528. },
  529. "require-dev": {
  530. "symfony/http-foundation": "~2.1",
  531. "symfony/http-kernel": "~2.1"
  532. },
  533. "suggest": {
  534. "symfony/class-loader": "",
  535. "symfony/http-foundation": "",
  536. "symfony/http-kernel": ""
  537. },
  538. "time": "2013-09-19 09:47:13",
  539. "type": "library",
  540. "extra": {
  541. "branch-alias": {
  542. "dev-master": "2.3-dev"
  543. }
  544. },
  545. "installation-source": "dist",
  546. "autoload": {
  547. "psr-0": {
  548. "Symfony\\Component\\Debug\\": ""
  549. }
  550. },
  551. "notification-url": "https://packagist.org/downloads/",
  552. "license": [
  553. "MIT"
  554. ],
  555. "authors": [
  556. {
  557. "name": "Fabien Potencier",
  558. "email": "[email protected]"
  559. },
  560. {
  561. "name": "Symfony Community",
  562. "homepage": "http://symfony.com/contributors"
  563. }
  564. ],
  565. "description": "Symfony Debug Component",
  566. "homepage": "http://symfony.com"
  567. },
  568. {
  569. "name": "symfony/http-foundation",
  570. "version": "v2.3.5",
  571. "version_normalized": "2.3.5.0",
  572. "target-dir": "Symfony/Component/HttpFoundation",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/symfony/HttpFoundation.git",
  576. "reference": "ed17ea8ee67ae25371bdb63f691c22b453ea4bc0"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/symfony/HttpFoundation/zipball/ed17ea8ee67ae25371bdb63f691c22b453ea4bc0",
  581. "reference": "ed17ea8ee67ae25371bdb63f691c22b453ea4bc0",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "php": ">=5.3.3"
  586. },
  587. "time": "2013-09-19 09:45:20",
  588. "type": "library",
  589. "extra": {
  590. "branch-alias": {
  591. "dev-master": "2.3-dev"
  592. }
  593. },
  594. "installation-source": "dist",
  595. "autoload": {
  596. "psr-0": {
  597. "Symfony\\Component\\HttpFoundation\\": ""
  598. },
  599. "classmap": [
  600. "Symfony/Component/HttpFoundation/Resources/stubs"
  601. ]
  602. },
  603. "notification-url": "https://packagist.org/downloads/",
  604. "license": [
  605. "MIT"
  606. ],
  607. "authors": [
  608. {
  609. "name": "Fabien Potencier",
  610. "email": "[email protected]"
  611. },
  612. {
  613. "name": "Symfony Community",
  614. "homepage": "http://symfony.com/contributors"
  615. }
  616. ],
  617. "description": "Symfony HttpFoundation Component",
  618. "homepage": "http://symfony.com"
  619. },
  620. {
  621. "name": "symfony/event-dispatcher",
  622. "version": "v2.3.5",
  623. "version_normalized": "2.3.5.0",
  624. "target-dir": "Symfony/Component/EventDispatcher",
  625. "source": {
  626. "type": "git",
  627. "url": "https://github.com/symfony/EventDispatcher.git",
  628. "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9"
  629. },
  630. "dist": {
  631. "type": "zip",
  632. "url": "https://api.github.com/repos/symfony/EventDispatcher/zipball/7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
  633. "reference": "7fc72a7a346a1887d3968cc1ce5642a15cd182e9",
  634. "shasum": ""
  635. },
  636. "require": {
  637. "php": ">=5.3.3"
  638. },
  639. "require-dev": {
  640. "symfony/dependency-injection": "~2.0"
  641. },
  642. "suggest": {
  643. "symfony/dependency-injection": "",
  644. "symfony/http-kernel": ""
  645. },
  646. "time": "2013-09-19 09:45:20",
  647. "type": "library",
  648. "extra": {
  649. "branch-alias": {
  650. "dev-master": "2.3-dev"
  651. }
  652. },
  653. "installation-source": "dist",
  654. "autoload": {
  655. "psr-0": {
  656. "Symfony\\Component\\EventDispatcher\\": ""
  657. }
  658. },
  659. "notification-url": "https://packagist.org/downloads/",
  660. "license": [
  661. "MIT"
  662. ],
  663. "authors": [
  664. {
  665. "name": "Fabien Potencier",
  666. "email": "[email protected]"
  667. },
  668. {
  669. "name": "Symfony Community",
  670. "homepage": "http://symfony.com/contributors"
  671. }
  672. ],
  673. "description": "Symfony EventDispatcher Component",
  674. "homepage": "http://symfony.com"
  675. },
  676. {
  677. "name": "symfony/http-kernel",
  678. "version": "v2.3.5",
  679. "version_normalized": "2.3.5.0",
  680. "target-dir": "Symfony/Component/HttpKernel",
  681. "source": {
  682. "type": "git",
  683. "url": "https://github.com/symfony/HttpKernel.git",
  684. "reference": "4c867d68f393535c1389c65f20f87d32a6d93f4e"
  685. },
  686. "dist": {
  687. "type": "zip",
  688. "url": "https://api.github.com/repos/symfony/HttpKernel/zipball/4c867d68f393535c1389c65f20f87d32a6d93f4e",
  689. "reference": "4c867d68f393535c1389c65f20f87d32a6d93f4e",
  690. "shasum": ""
  691. },
  692. "require": {
  693. "php": ">=5.3.3",
  694. "psr/log": "~1.0",
  695. "symfony/debug": "~2.3",
  696. "symfony/event-dispatcher": "~2.1",
  697. "symfony/http-foundation": "~2.2"
  698. },
  699. "require-dev": {
  700. "symfony/browser-kit": "~2.2",
  701. "symfony/class-loader": "~2.1",
  702. "symfony/config": "~2.0",
  703. "symfony/console": "~2.2",
  704. "symfony/dependency-injection": "~2.0",
  705. "symfony/finder": "~2.0",
  706. "symfony/process": "~2.0",
  707. "symfony/routing": "~2.2",
  708. "symfony/stopwatch": "~2.2",
  709. "symfony/templating": "~2.2"
  710. },
  711. "suggest": {
  712. "symfony/browser-kit": "",
  713. "symfony/class-loader": "",
  714. "symfony/config": "",
  715. "symfony/console": "",
  716. "symfony/dependency-injection": "",
  717. "symfony/finder": ""
  718. },
  719. "time": "2013-09-27 07:31:40",
  720. "type": "library",
  721. "extra": {
  722. "branch-alias": {
  723. "dev-master": "2.3-dev"
  724. }
  725. },
  726. "installation-source": "dist",
  727. "autoload": {
  728. "psr-0": {
  729. "Symfony\\Component\\HttpKernel\\": ""
  730. }
  731. },
  732. "notification-url": "https://packagist.org/downloads/",
  733. "license": [
  734. "MIT"
  735. ],
  736. "authors": [
  737. {
  738. "name": "Fabien Potencier",
  739. "email": "[email protected]"
  740. },
  741. {
  742. "name": "Symfony Community",
  743. "homepage": "http://symfony.com/contributors"
  744. }
  745. ],
  746. "description": "Symfony HttpKernel Component",
  747. "homepage": "http://symfony.com"
  748. },
  749. {
  750. "name": "pimple/pimple",
  751. "version": "v1.0.2",
  752. "version_normalized": "1.0.2.0",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/fabpot/Pimple.git",
  756. "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://api.github.com/repos/fabpot/Pimple/zipball/ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
  761. "reference": "ae11e57e8c2bb414b2ff93396dbbfc0eb92feb94",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "php": ">=5.3.0"
  766. },
  767. "time": "2013-03-08 08:21:40",
  768. "type": "library",
  769. "extra": {
  770. "branch-alias": {
  771. "dev-master": "1.0.x-dev"
  772. }
  773. },
  774. "installation-source": "dist",
  775. "autoload": {
  776. "psr-0": {
  777. "Pimple": "lib/"
  778. }
  779. },
  780. "notification-url": "https://packagist.org/downloads/",
  781. "license": [
  782. "MIT"
  783. ],
  784. "authors": [
  785. {
  786. "name": "Fabien Potencier",
  787. "email": "[email protected]"
  788. }
  789. ],
  790. "description": "Pimple is a simple Dependency Injection Container for PHP 5.3",
  791. "homepage": "http://pimple.sensiolabs.org",
  792. "keywords": [
  793. "container",
  794. "dependency injection"
  795. ]
  796. },
  797. {
  798. "name": "silex/silex",
  799. "version": "1.0.x-dev",
  800. "version_normalized": "1.0.9999999.9999999-dev",
  801. "source": {
  802. "type": "git",
  803. "url": "https://github.com/fabpot/Silex.git",
  804. "reference": "6e4b5ff9e8e325882ec4b1a7e717cdbfd41d5e38"
  805. },
  806. "dist": {
  807. "type": "zip",
  808. "url": "https://api.github.com/repos/fabpot/Silex/zipball/6e4b5ff9e8e325882ec4b1a7e717cdbfd41d5e38",
  809. "reference": "6e4b5ff9e8e325882ec4b1a7e717cdbfd41d5e38",
  810. "shasum": ""
  811. },
  812. "require": {
  813. "php": ">=5.3.3",
  814. "pimple/pimple": "1.*",
  815. "symfony/event-dispatcher": ">=2.1,<2.4-dev",
  816. "symfony/http-foundation": ">=2.1,<2.4-dev",
  817. "symfony/http-kernel": ">=2.1,<2.4-dev",
  818. "symfony/routing": ">=2.1,<2.4-dev"
  819. },
  820. "require-dev": {
  821. "doctrine/dbal": ">=2.2.0,<2.4.0-dev",
  822. "monolog/monolog": "~1.4,>=1.4.1",
  823. "swiftmailer/swiftmailer": "5.*",
  824. "symfony/browser-kit": ">=2.1,<2.4-dev",
  825. "symfony/config": ">=2.1,<2.4-dev",
  826. "symfony/css-selector": ">=2.1,<2.4-dev",
  827. "symfony/dom-crawler": ">=2.1,<2.4-dev",
  828. "symfony/finder": ">=2.1,<2.4-dev",
  829. "symfony/form": ">=2.1.4,<2.4-dev",
  830. "symfony/locale": ">=2.1,<2.4-dev",
  831. "symfony/monolog-bridge": ">=2.1,<2.4-dev",
  832. "symfony/options-resolver": ">=2.1,<2.4-dev",
  833. "symfony/process": ">=2.1,<2.4-dev",
  834. "symfony/security": ">=2.1,<2.4-dev",
  835. "symfony/serializer": ">=2.1,<2.4-dev",
  836. "symfony/translation": ">=2.1,<2.4-dev",
  837. "symfony/twig-bridge": ">=2.1,<2.4-dev",
  838. "symfony/validator": ">=2.1,<2.4-dev",
  839. "twig/twig": ">=1.8.0,<2.0-dev"
  840. },
  841. "suggest": {
  842. "symfony/browser-kit": ">=2.1,<2.4-dev",
  843. "symfony/css-selector": ">=2.1,<2.4-dev",
  844. "symfony/dom-crawler": ">=2.1,<2.4-dev",
  845. "symfony/form": ">= 2.1.4,<2.4-dev"
  846. },
  847. "time": "2013-09-23 10:35:22",
  848. "type": "library",
  849. "extra": {
  850. "branch-alias": {
  851. "dev-master": "1.0.x-dev"
  852. }
  853. },
  854. "installation-source": "source",
  855. "autoload": {
  856. "psr-0": {
  857. "Silex": "src/"
  858. }
  859. },
  860. "notification-url": "https://packagist.org/downloads/",
  861. "license": [
  862. "MIT"
  863. ],
  864. "authors": [
  865. {
  866. "name": "Fabien Potencier",
  867. "email": "[email protected]"
  868. },
  869. {
  870. "name": "Igor Wiedler",
  871. "email": "[email protected]",
  872. "homepage": "http://wiedler.ch/igor/"
  873. }
  874. ],
  875. "description": "The PHP micro-framework based on the Symfony2 Components",
  876. "homepage": "http://silex.sensiolabs.org",
  877. "keywords": [
  878. "microframework"
  879. ]
  880. },
  881. {
  882. "name": "doctrine/dbal",
  883. "version": "2.3.4",
  884. "version_normalized": "2.3.4.0",
  885. "source": {
  886. "type": "git",
  887. "url": "https://github.com/doctrine/dbal.git",
  888. "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13"
  889. },
  890. "dist": {
  891. "type": "zip",
  892. "url": "https://api.github.com/repos/doctrine/dbal/zipball/2a37b007dda8e21bdbb8fa445be8fa0064199e13",
  893. "reference": "2a37b007dda8e21bdbb8fa445be8fa0064199e13",
  894. "shasum": ""
  895. },
  896. "require": {
  897. "doctrine/common": ">=2.3.0,<2.5-dev",
  898. "php": ">=5.3.2"
  899. },
  900. "time": "2013-05-11 07:45:37",
  901. "type": "library",
  902. "extra": {
  903. "branch-alias": {
  904. "dev-master": "2.3.x-dev"
  905. }
  906. },
  907. "installation-source": "dist",
  908. "autoload": {
  909. "psr-0": {
  910. "Doctrine\\DBAL": "lib/"
  911. }
  912. },
  913. "notification-url": "https://packagist.org/downloads/",
  914. "license": [
  915. "MIT"
  916. ],
  917. "authors": [
  918. {
  919. "name": "Jonathan Wage",
  920. "email": "[email protected]",
  921. "homepage": "http://www.jwage.com/"
  922. },
  923. {
  924. "name": "Guilherme Blanco",
  925. "email": "[email protected]",
  926. "homepage": "http://www.instaclick.com"
  927. },
  928. {
  929. "name": "Roman Borschel",
  930. "email": "[email protected]"
  931. },
  932. {
  933. "name": "Benjamin Eberlei",
  934. "email": "[email protected]"
  935. }
  936. ],
  937. "description": "Database Abstraction Layer",
  938. "homepage": "http://www.doctrine-project.org",
  939. "keywords": [
  940. "database",
  941. "dbal",
  942. "persistence",
  943. "queryobject"
  944. ]
  945. }
  946. ]