composer.lock 29 KB

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