composer.lock 32 KB

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