installed.json 28 KB

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