composer.lock 28 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845
  1. {
  2. "hash": "b7b3bf3af72f9457ff11f961f92d7eec",
  3. "packages": [
  4. {
  5. "name": "doctrine/common",
  6. "version": "dev-master",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/common",
  10. "reference": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/doctrine/common/archive/a890fe1b689ed65c52bf4a7e64333a27b3c400d6.zip",
  15. "reference": "a890fe1b689ed65c52bf4a7e64333a27b3c400d6",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "time": "2012-12-18 00:45:03",
  22. "type": "library",
  23. "extra": {
  24. "branch-alias": {
  25. "dev-master": "2.4.x-dev"
  26. }
  27. },
  28. "installation-source": "source",
  29. "autoload": {
  30. "psr-0": {
  31. "Doctrine\\Common\\": "lib/"
  32. }
  33. },
  34. "notification-url": "https://packagist.org/downloads/",
  35. "license": [
  36. "MIT"
  37. ],
  38. "authors": [
  39. {
  40. "name": "Jonathan Wage",
  41. "email": "jonwage@gmail.com",
  42. "homepage": "http://www.jwage.com/"
  43. },
  44. {
  45. "name": "Guilherme Blanco",
  46. "email": "guilhermeblanco@gmail.com",
  47. "homepage": "http://www.instaclick.com"
  48. },
  49. {
  50. "name": "Roman Borschel",
  51. "email": "roman@code-factory.org"
  52. },
  53. {
  54. "name": "Benjamin Eberlei",
  55. "email": "kontakt@beberlei.de"
  56. },
  57. {
  58. "name": "Johannes Schmitt",
  59. "email": "schmittjoh@gmail.com",
  60. "homepage": "https://github.com/schmittjoh",
  61. "role": "Developer of wrapped JMSSerializerBundle"
  62. }
  63. ],
  64. "description": "Common Library for Doctrine projects",
  65. "homepage": "http://www.doctrine-project.org",
  66. "keywords": [
  67. "collections",
  68. "spl",
  69. "eventmanager",
  70. "annotations",
  71. "persistence"
  72. ]
  73. },
  74. {
  75. "name": "jms/metadata",
  76. "version": "1.2.0-RC",
  77. "source": {
  78. "type": "git",
  79. "url": "https://github.com/schmittjoh/metadata",
  80. "reference": "1.2.0-RC"
  81. },
  82. "dist": {
  83. "type": "zip",
  84. "url": "https://github.com/schmittjoh/metadata/zipball/1.2.0-RC",
  85. "reference": "1.2.0-RC",
  86. "shasum": ""
  87. },
  88. "require": {
  89. "php": ">=5.3.0"
  90. },
  91. "require-dev": {
  92. "doctrine/common": ">=2.0,<2.4-dev"
  93. },
  94. "time": "2012-08-21 05:40:10",
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "1.2.x-dev"
  99. }
  100. },
  101. "installation-source": "dist",
  102. "autoload": {
  103. "psr-0": {
  104. "Metadata\\": "src/"
  105. }
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "Apache"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Johannes M. Schmitt",
  114. "email": "schmittjoh@gmail.com",
  115. "homepage": "https://github.com/schmittjoh",
  116. "role": "Developer of wrapped JMSSerializerBundle"
  117. }
  118. ],
  119. "description": "Class/method/property metadata management in PHP",
  120. "keywords": [
  121. "annotations",
  122. "yaml",
  123. "xml",
  124. "metadata"
  125. ]
  126. },
  127. {
  128. "name": "jms/parser-lib",
  129. "version": "dev-master",
  130. "source": {
  131. "type": "git",
  132. "url": "git://github.com/schmittjoh/parser-lib",
  133. "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0"
  134. },
  135. "dist": {
  136. "type": "zip",
  137. "url": "https://github.com/schmittjoh/parser-lib/archive/4d469a70c6dd03f921cbdeadafbcb261bb23e8b0.zip",
  138. "reference": "4d469a70c6dd03f921cbdeadafbcb261bb23e8b0",
  139. "shasum": ""
  140. },
  141. "require": {
  142. "phpoption/phpoption": ">=0.9,<2.0-dev"
  143. },
  144. "time": "2012-11-30 08:11:04",
  145. "type": "library",
  146. "extra": {
  147. "branch-alias": {
  148. "dev-master": "1.1-dev"
  149. }
  150. },
  151. "installation-source": "source",
  152. "autoload": {
  153. "psr-0": {
  154. "JMS\\": "src/"
  155. }
  156. },
  157. "notification-url": "https://packagist.org/downloads/",
  158. "license": [
  159. "Apache2"
  160. ],
  161. "description": "A library for easily creating recursive-descent parsers."
  162. },
  163. {
  164. "name": "phpcollection/phpcollection",
  165. "version": "dev-master",
  166. "source": {
  167. "type": "git",
  168. "url": "git://github.com/schmittjoh/php-collection",
  169. "reference": "38df966c266016c04d8fc2079e7a8fff023694f3"
  170. },
  171. "dist": {
  172. "type": "zip",
  173. "url": "https://github.com/schmittjoh/php-collection/archive/38df966c266016c04d8fc2079e7a8fff023694f3.zip",
  174. "reference": "38df966c266016c04d8fc2079e7a8fff023694f3",
  175. "shasum": ""
  176. },
  177. "require": {
  178. "phpoption/phpoption": "1.*"
  179. },
  180. "time": "2013-01-05 10:10:42",
  181. "type": "library",
  182. "extra": {
  183. "branch-alias": {
  184. "dev-master": "0.2-dev"
  185. }
  186. },
  187. "installation-source": "source",
  188. "autoload": {
  189. "psr-0": {
  190. "PhpCollection": "src/"
  191. }
  192. },
  193. "notification-url": "https://packagist.org/downloads/",
  194. "license": [
  195. "Apache2"
  196. ],
  197. "authors": [
  198. {
  199. "name": "Johannes M. Schmitt",
  200. "email": "schmittjoh@gmail.com",
  201. "homepage": "https://github.com/schmittjoh",
  202. "role": "Developer of wrapped JMSSerializerBundle"
  203. }
  204. ],
  205. "description": "General-Purpose Collection Library for PHP",
  206. "keywords": [
  207. "map",
  208. "set",
  209. "list",
  210. "sequence",
  211. "collection"
  212. ]
  213. },
  214. {
  215. "name": "phpoption/phpoption",
  216. "version": "dev-master",
  217. "source": {
  218. "type": "git",
  219. "url": "git://github.com/schmittjoh/php-option",
  220. "reference": "7c3d959ac1ab7677cca6463dbb7d443ef9eea8ed"
  221. },
  222. "dist": {
  223. "type": "zip",
  224. "url": "https://github.com/schmittjoh/php-option/archive/7c3d959ac1ab7677cca6463dbb7d443ef9eea8ed.zip",
  225. "reference": "7c3d959ac1ab7677cca6463dbb7d443ef9eea8ed",
  226. "shasum": ""
  227. },
  228. "require": {
  229. "php": ">=5.3.0"
  230. },
  231. "time": "2012-12-07 09:34:13",
  232. "type": "library",
  233. "extra": {
  234. "branch-alias": {
  235. "dev-master": "1.1-dev"
  236. }
  237. },
  238. "installation-source": "source",
  239. "autoload": {
  240. "psr-0": {
  241. "PhpOption\\": "src/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "Apache2"
  247. ],
  248. "authors": [
  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": "Option Type for PHP",
  257. "keywords": [
  258. "php",
  259. "language",
  260. "type",
  261. "option"
  262. ]
  263. }
  264. ],
  265. "packages-dev": [
  266. {
  267. "name": "doctrine/dbal",
  268. "version": "dev-master",
  269. "source": {
  270. "type": "git",
  271. "url": "https://github.com/doctrine/dbal",
  272. "reference": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362"
  273. },
  274. "dist": {
  275. "type": "zip",
  276. "url": "https://github.com/doctrine/dbal/archive/63b7ef12a51fab0df4588dbd21bd1a3613bc0362.zip",
  277. "reference": "63b7ef12a51fab0df4588dbd21bd1a3613bc0362",
  278. "shasum": ""
  279. },
  280. "require": {
  281. "php": ">=5.3.2",
  282. "doctrine/common": ">=2.3-dev,<2.5-dev"
  283. },
  284. "time": "2012-12-23 21:25:15",
  285. "type": "library",
  286. "extra": {
  287. "branch-alias": {
  288. "dev-master": "2.4.x-dev"
  289. }
  290. },
  291. "installation-source": "source",
  292. "autoload": {
  293. "psr-0": {
  294. "Doctrine\\DBAL\\": "lib/"
  295. }
  296. },
  297. "notification-url": "https://packagist.org/downloads/",
  298. "license": [
  299. "MIT"
  300. ],
  301. "authors": [
  302. {
  303. "name": "Jonathan Wage",
  304. "email": "jonwage@gmail.com",
  305. "homepage": "http://www.jwage.com/"
  306. },
  307. {
  308. "name": "Guilherme Blanco",
  309. "email": "guilhermeblanco@gmail.com",
  310. "homepage": "http://www.instaclick.com"
  311. },
  312. {
  313. "name": "Roman Borschel",
  314. "email": "roman@code-factory.org"
  315. },
  316. {
  317. "name": "Benjamin Eberlei",
  318. "email": "kontakt@beberlei.de"
  319. }
  320. ],
  321. "description": "Database Abstraction Layer",
  322. "homepage": "http://www.doctrine-project.org",
  323. "keywords": [
  324. "database",
  325. "persistence",
  326. "dbal",
  327. "queryobject"
  328. ]
  329. },
  330. {
  331. "name": "doctrine/orm",
  332. "version": "2.2.0-BETA2",
  333. "source": {
  334. "type": "git",
  335. "url": "git://github.com/doctrine/doctrine2.git",
  336. "reference": "2.2.0-BETA2"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://github.com/doctrine/doctrine2/zipball/2.2.0-BETA2",
  341. "reference": "2.2.0-BETA2",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.3.2",
  346. "ext-pdo": "*",
  347. "doctrine/common": "master-dev",
  348. "doctrine/dbal": "master-dev"
  349. },
  350. "time": "2012-01-03 13:27:03",
  351. "type": "library",
  352. "installation-source": "dist",
  353. "autoload": {
  354. "psr-0": {
  355. "Doctrine\\ORM": "lib/"
  356. }
  357. },
  358. "notification-url": "https://packagist.org/downloads/",
  359. "license": [
  360. "LGPL"
  361. ],
  362. "authors": [
  363. {
  364. "name": "Jonathan Wage",
  365. "email": "jonwage@gmail.com",
  366. "homepage": "http://www.jwage.com/"
  367. },
  368. {
  369. "name": "Guilherme Blanco",
  370. "email": "guilhermeblanco@gmail.com",
  371. "homepage": "http://www.instaclick.com"
  372. },
  373. {
  374. "name": "Roman Borschel",
  375. "email": "roman@code-factory.org"
  376. },
  377. {
  378. "name": "Benjamin Eberlei",
  379. "email": "kontakt@beberlei.de"
  380. }
  381. ],
  382. "description": "Object-Relational-Mapper for PHP",
  383. "homepage": "http://www.doctrine-project.org",
  384. "keywords": [
  385. "database",
  386. "orm"
  387. ]
  388. },
  389. {
  390. "name": "symfony/event-dispatcher",
  391. "version": "2.1.x-dev",
  392. "target-dir": "Symfony/Component/EventDispatcher",
  393. "source": {
  394. "type": "git",
  395. "url": "https://github.com/symfony/EventDispatcher",
  396. "reference": "1018313ea65428d645cd778bc354932d64a0f4e9"
  397. },
  398. "dist": {
  399. "type": "zip",
  400. "url": "https://github.com/symfony/EventDispatcher/archive/1018313ea65428d645cd778bc354932d64a0f4e9.zip",
  401. "reference": "1018313ea65428d645cd778bc354932d64a0f4e9",
  402. "shasum": ""
  403. },
  404. "require": {
  405. "php": ">=5.3.3"
  406. },
  407. "require-dev": {
  408. "symfony/dependency-injection": "2.1.*"
  409. },
  410. "suggest": {
  411. "symfony/dependency-injection": "2.1.*",
  412. "symfony/http-kernel": "2.1.*"
  413. },
  414. "time": "2013-01-04 17:00:54",
  415. "type": "library",
  416. "installation-source": "source",
  417. "autoload": {
  418. "psr-0": {
  419. "Symfony\\Component\\EventDispatcher": ""
  420. }
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "Fabien Potencier",
  429. "email": "fabien@symfony.com"
  430. },
  431. {
  432. "name": "Symfony Community",
  433. "homepage": "http://symfony.com/contributors"
  434. }
  435. ],
  436. "description": "Symfony EventDispatcher Component",
  437. "homepage": "http://symfony.com"
  438. },
  439. {
  440. "name": "symfony/filesystem",
  441. "version": "dev-master",
  442. "target-dir": "Symfony/Component/Filesystem",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/symfony/Filesystem",
  446. "reference": "80a7acb777ab48901883736fde396df8ad46fcde"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://github.com/symfony/Filesystem/archive/80a7acb777ab48901883736fde396df8ad46fcde.zip",
  451. "reference": "80a7acb777ab48901883736fde396df8ad46fcde",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "php": ">=5.3.3"
  456. },
  457. "time": "2013-01-04 16:58:00",
  458. "type": "library",
  459. "extra": {
  460. "branch-alias": {
  461. "dev-master": "2.2-dev"
  462. }
  463. },
  464. "installation-source": "source",
  465. "autoload": {
  466. "psr-0": {
  467. "Symfony\\Component\\Filesystem\\": ""
  468. }
  469. },
  470. "notification-url": "https://packagist.org/downloads/",
  471. "license": [
  472. "MIT"
  473. ],
  474. "authors": [
  475. {
  476. "name": "Fabien Potencier",
  477. "email": "fabien@symfony.com"
  478. },
  479. {
  480. "name": "Symfony Community",
  481. "homepage": "http://symfony.com/contributors"
  482. }
  483. ],
  484. "description": "Symfony Filesystem Component",
  485. "homepage": "http://symfony.com"
  486. },
  487. {
  488. "name": "symfony/form",
  489. "version": "2.1.x-dev",
  490. "target-dir": "Symfony/Component/Form",
  491. "source": {
  492. "type": "git",
  493. "url": "https://github.com/symfony/Form",
  494. "reference": "5486bbb177ae1cc34d6e6f4b834bac1a9ef467b0"
  495. },
  496. "dist": {
  497. "type": "zip",
  498. "url": "https://github.com/symfony/Form/archive/5486bbb177ae1cc34d6e6f4b834bac1a9ef467b0.zip",
  499. "reference": "5486bbb177ae1cc34d6e6f4b834bac1a9ef467b0",
  500. "shasum": ""
  501. },
  502. "require": {
  503. "php": ">=5.3.3",
  504. "symfony/event-dispatcher": "2.1.*",
  505. "symfony/locale": "2.1.*",
  506. "symfony/options-resolver": "2.1.*"
  507. },
  508. "require-dev": {
  509. "symfony/validator": "2.1.*",
  510. "symfony/http-foundation": "2.1.*"
  511. },
  512. "suggest": {
  513. "symfony/validator": "2.1.*",
  514. "symfony/http-foundation": "2.1.*"
  515. },
  516. "time": "2013-01-04 17:00:54",
  517. "type": "library",
  518. "installation-source": "source",
  519. "autoload": {
  520. "psr-0": {
  521. "Symfony\\Component\\Form": ""
  522. }
  523. },
  524. "notification-url": "https://packagist.org/downloads/",
  525. "license": [
  526. "MIT"
  527. ],
  528. "authors": [
  529. {
  530. "name": "Fabien Potencier",
  531. "email": "fabien@symfony.com"
  532. },
  533. {
  534. "name": "Symfony Community",
  535. "homepage": "http://symfony.com/contributors"
  536. }
  537. ],
  538. "description": "Symfony Form Component",
  539. "homepage": "http://symfony.com"
  540. },
  541. {
  542. "name": "symfony/locale",
  543. "version": "2.1.x-dev",
  544. "target-dir": "Symfony/Component/Locale",
  545. "source": {
  546. "type": "git",
  547. "url": "https://github.com/symfony/Locale",
  548. "reference": "8caf15e29c6a8a9dcb8aed6086f7b87cbdd04d60"
  549. },
  550. "dist": {
  551. "type": "zip",
  552. "url": "https://github.com/symfony/Locale/archive/8caf15e29c6a8a9dcb8aed6086f7b87cbdd04d60.zip",
  553. "reference": "8caf15e29c6a8a9dcb8aed6086f7b87cbdd04d60",
  554. "shasum": ""
  555. },
  556. "require": {
  557. "php": ">=5.3.3"
  558. },
  559. "suggest": {
  560. "ext-intl": ">=5.3.3"
  561. },
  562. "time": "2013-01-04 17:00:54",
  563. "type": "library",
  564. "installation-source": "source",
  565. "autoload": {
  566. "psr-0": {
  567. "Symfony\\Component\\Locale": ""
  568. }
  569. },
  570. "notification-url": "https://packagist.org/downloads/",
  571. "license": [
  572. "MIT"
  573. ],
  574. "authors": [
  575. {
  576. "name": "Fabien Potencier",
  577. "email": "fabien@symfony.com"
  578. },
  579. {
  580. "name": "Symfony Community",
  581. "homepage": "http://symfony.com/contributors"
  582. }
  583. ],
  584. "description": "Symfony Locale Component",
  585. "homepage": "http://symfony.com"
  586. },
  587. {
  588. "name": "symfony/options-resolver",
  589. "version": "2.1.x-dev",
  590. "target-dir": "Symfony/Component/OptionsResolver",
  591. "source": {
  592. "type": "git",
  593. "url": "https://github.com/symfony/OptionsResolver",
  594. "reference": "20e02e06f438439e8ff2dc0c3eddf53c732baa6d"
  595. },
  596. "dist": {
  597. "type": "zip",
  598. "url": "https://github.com/symfony/OptionsResolver/archive/20e02e06f438439e8ff2dc0c3eddf53c732baa6d.zip",
  599. "reference": "20e02e06f438439e8ff2dc0c3eddf53c732baa6d",
  600. "shasum": ""
  601. },
  602. "require": {
  603. "php": ">=5.3.3"
  604. },
  605. "time": "2013-01-04 17:00:54",
  606. "type": "library",
  607. "installation-source": "source",
  608. "autoload": {
  609. "psr-0": {
  610. "Symfony\\Component\\OptionsResolver": ""
  611. }
  612. },
  613. "notification-url": "https://packagist.org/downloads/",
  614. "license": [
  615. "MIT"
  616. ],
  617. "authors": [
  618. {
  619. "name": "Fabien Potencier",
  620. "email": "fabien@symfony.com"
  621. },
  622. {
  623. "name": "Symfony Community",
  624. "homepage": "http://symfony.com/contributors"
  625. }
  626. ],
  627. "description": "Symfony OptionsResolver Component",
  628. "homepage": "http://symfony.com",
  629. "keywords": [
  630. "configuration",
  631. "config",
  632. "options"
  633. ]
  634. },
  635. {
  636. "name": "symfony/translation",
  637. "version": "2.1.x-dev",
  638. "target-dir": "Symfony/Component/Translation",
  639. "source": {
  640. "type": "git",
  641. "url": "https://github.com/symfony/Translation",
  642. "reference": "8d95063995a7c0da61dad27a318dc98bf1e50564"
  643. },
  644. "dist": {
  645. "type": "zip",
  646. "url": "https://github.com/symfony/Translation/archive/8d95063995a7c0da61dad27a318dc98bf1e50564.zip",
  647. "reference": "8d95063995a7c0da61dad27a318dc98bf1e50564",
  648. "shasum": ""
  649. },
  650. "require": {
  651. "php": ">=5.3.3"
  652. },
  653. "require-dev": {
  654. "symfony/config": "2.1.*",
  655. "symfony/yaml": "2.1.*"
  656. },
  657. "suggest": {
  658. "symfony/config": "2.1.*",
  659. "symfony/yaml": "2.1.*"
  660. },
  661. "time": "2013-01-04 17:00:54",
  662. "type": "library",
  663. "installation-source": "source",
  664. "autoload": {
  665. "psr-0": {
  666. "Symfony\\Component\\Translation": ""
  667. }
  668. },
  669. "notification-url": "https://packagist.org/downloads/",
  670. "license": [
  671. "MIT"
  672. ],
  673. "authors": [
  674. {
  675. "name": "Fabien Potencier",
  676. "email": "fabien@symfony.com"
  677. },
  678. {
  679. "name": "Symfony Community",
  680. "homepage": "http://symfony.com/contributors"
  681. }
  682. ],
  683. "description": "Symfony Translation Component",
  684. "homepage": "http://symfony.com"
  685. },
  686. {
  687. "name": "symfony/validator",
  688. "version": "2.1.x-dev",
  689. "target-dir": "Symfony/Component/Validator",
  690. "source": {
  691. "type": "git",
  692. "url": "https://github.com/symfony/Validator",
  693. "reference": "868475185fbe00ed3f89209613664957a86231e4"
  694. },
  695. "dist": {
  696. "type": "zip",
  697. "url": "https://github.com/symfony/Validator/archive/868475185fbe00ed3f89209613664957a86231e4.zip",
  698. "reference": "868475185fbe00ed3f89209613664957a86231e4",
  699. "shasum": ""
  700. },
  701. "require": {
  702. "php": ">=5.3.3"
  703. },
  704. "require-dev": {
  705. "symfony/http-foundation": "2.1.*",
  706. "symfony/locale": "2.1.*",
  707. "symfony/yaml": "2.1.*"
  708. },
  709. "suggest": {
  710. "doctrine/common": ">=2.1,<2.4-dev",
  711. "symfony/http-foundation": "2.1.*",
  712. "symfony/yaml": "2.1.*"
  713. },
  714. "time": "2013-01-04 17:00:54",
  715. "type": "library",
  716. "installation-source": "source",
  717. "autoload": {
  718. "psr-0": {
  719. "Symfony\\Component\\Validator": ""
  720. }
  721. },
  722. "notification-url": "https://packagist.org/downloads/",
  723. "license": [
  724. "MIT"
  725. ],
  726. "authors": [
  727. {
  728. "name": "Fabien Potencier",
  729. "email": "fabien@symfony.com"
  730. },
  731. {
  732. "name": "Symfony Community",
  733. "homepage": "http://symfony.com/contributors"
  734. }
  735. ],
  736. "description": "Symfony Validator Component",
  737. "homepage": "http://symfony.com"
  738. },
  739. {
  740. "name": "symfony/yaml",
  741. "version": "dev-master",
  742. "target-dir": "Symfony/Component/Yaml",
  743. "source": {
  744. "type": "git",
  745. "url": "https://github.com/symfony/Yaml",
  746. "reference": "3fc20ae831df3c823f6829dc81ffc719d50e7c73"
  747. },
  748. "dist": {
  749. "type": "zip",
  750. "url": "https://github.com/symfony/Yaml/archive/3fc20ae831df3c823f6829dc81ffc719d50e7c73.zip",
  751. "reference": "3fc20ae831df3c823f6829dc81ffc719d50e7c73",
  752. "shasum": ""
  753. },
  754. "require": {
  755. "php": ">=5.3.3"
  756. },
  757. "time": "2013-01-04 16:58:00",
  758. "type": "library",
  759. "extra": {
  760. "branch-alias": {
  761. "dev-master": "2.2-dev"
  762. }
  763. },
  764. "installation-source": "source",
  765. "autoload": {
  766. "psr-0": {
  767. "Symfony\\Component\\Yaml\\": ""
  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 Yaml Component",
  785. "homepage": "http://symfony.com"
  786. },
  787. {
  788. "name": "twig/twig",
  789. "version": "dev-master",
  790. "source": {
  791. "type": "git",
  792. "url": "git://github.com/fabpot/Twig.git",
  793. "reference": "720b71a0b8b48bbefac8037d81d618f798356e7f"
  794. },
  795. "dist": {
  796. "type": "zip",
  797. "url": "https://github.com/fabpot/Twig/archive/720b71a0b8b48bbefac8037d81d618f798356e7f.zip",
  798. "reference": "720b71a0b8b48bbefac8037d81d618f798356e7f",
  799. "shasum": ""
  800. },
  801. "require": {
  802. "php": ">=5.2.4"
  803. },
  804. "time": "2013-01-04 21:43:10",
  805. "type": "library",
  806. "extra": {
  807. "branch-alias": {
  808. "dev-master": "1.12-dev"
  809. }
  810. },
  811. "installation-source": "source",
  812. "autoload": {
  813. "psr-0": {
  814. "Twig_": "lib/"
  815. }
  816. },
  817. "notification-url": "https://packagist.org/downloads/",
  818. "license": [
  819. "BSD-3"
  820. ],
  821. "authors": [
  822. {
  823. "name": "Fabien Potencier",
  824. "email": "fabien@symfony.com"
  825. },
  826. {
  827. "name": "Armin Ronacher",
  828. "email": "armin.ronacher@active-4.com"
  829. }
  830. ],
  831. "description": "Twig, the flexible, fast, and secure template language for PHP",
  832. "homepage": "http://twig.sensiolabs.org",
  833. "keywords": [
  834. "templating"
  835. ]
  836. }
  837. ],
  838. "aliases": [
  839. ],
  840. "minimum-stability": "dev",
  841. "stability-flags": [
  842. ]
  843. }