Advertisement
Guest User

Untitled

a guest
Mar 12th, 2015
330
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 77.80 KB | None | 0 0
  1. [
  2. {
  3. "name": "beberlei/DoctrineExtensions",
  4. "version": "dev-master",
  5. "version_normalized": "9999999-dev",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/beberlei/DoctrineExtensions.git",
  9. "reference": "f2024137f24786ce07a98acdf277a3904f3fec2a"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/beberlei/DoctrineExtensions/zipball/f2024137f24786ce07a98acdf277a3904f3fec2a",
  14. "reference": "f2024137f24786ce07a98acdf277a3904f3fec2a",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "php": ">=5.3.2"
  19. },
  20. "require-dev": {
  21. "doctrine/orm": "<2.2",
  22. "phpunit/phpunit": "~4.5",
  23. "zf1/zend-date": "~1.12",
  24. "zf1/zend-registry": "~1.12"
  25. },
  26. "suggest": {
  27. "zf1/zend-date": "Alternative to DateTime"
  28. },
  29. "time": "2015-03-09 13:23:41",
  30. "type": "library",
  31. "installation-source": "source",
  32. "autoload": {
  33. "psr-0": {
  34. "DoctrineExtensions": "lib/"
  35. }
  36. },
  37. "notification-url": "https://packagist.org/downloads/"
  38. },
  39. {
  40. "name": "psr/log",
  41. "version": "1.0.0",
  42. "version_normalized": "1.0.0.0",
  43. "source": {
  44. "type": "git",
  45. "url": "https://github.com/php-fig/log.git",
  46. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  47. },
  48. "dist": {
  49. "type": "zip",
  50. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  51. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  52. "shasum": ""
  53. },
  54. "time": "2012-12-21 11:40:51",
  55. "type": "library",
  56. "installation-source": "dist",
  57. "autoload": {
  58. "psr-0": {
  59. "Psr\\Log\\": ""
  60. }
  61. },
  62. "notification-url": "https://packagist.org/downloads/",
  63. "license": [
  64. "MIT"
  65. ],
  66. "authors": [
  67. {
  68. "name": "PHP-FIG",
  69. "homepage": "http://www.php-fig.org/"
  70. }
  71. ],
  72. "description": "Common interface for logging libraries",
  73. "keywords": [
  74. "log",
  75. "psr",
  76. "psr-3"
  77. ]
  78. },
  79. {
  80. "name": "twig/twig",
  81. "version": "v1.18.0",
  82. "version_normalized": "1.18.0.0",
  83. "source": {
  84. "type": "git",
  85. "url": "https://github.com/twigphp/Twig.git",
  86. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf"
  87. },
  88. "dist": {
  89. "type": "zip",
  90. "url": "https://api.github.com/repos/twigphp/Twig/zipball/4cf7464348e7f9893a93f7096a90b73722be99cf",
  91. "reference": "4cf7464348e7f9893a93f7096a90b73722be99cf",
  92. "shasum": ""
  93. },
  94. "require": {
  95. "php": ">=5.2.4"
  96. },
  97. "time": "2015-01-25 17:32:08",
  98. "type": "library",
  99. "extra": {
  100. "branch-alias": {
  101. "dev-master": "1.18-dev"
  102. }
  103. },
  104. "installation-source": "dist",
  105. "autoload": {
  106. "psr-0": {
  107. "Twig_": "lib/"
  108. }
  109. },
  110. "notification-url": "https://packagist.org/downloads/",
  111. "license": [
  112. "BSD-3-Clause"
  113. ],
  114. "authors": [
  115. {
  116. "name": "Fabien Potencier",
  117. "email": "fabien@symfony.com",
  118. "homepage": "http://fabien.potencier.org",
  119. "role": "Lead Developer"
  120. },
  121. {
  122. "name": "Armin Ronacher",
  123. "email": "armin.ronacher@active-4.com",
  124. "role": "Project Founder"
  125. },
  126. {
  127. "name": "Twig Team",
  128. "homepage": "http://twig.sensiolabs.org/contributors",
  129. "role": "Contributors"
  130. }
  131. ],
  132. "description": "Twig, the flexible, fast, and secure template language for PHP",
  133. "homepage": "http://twig.sensiolabs.org",
  134. "keywords": [
  135. "templating"
  136. ]
  137. },
  138. {
  139. "name": "doctrine/lexer",
  140. "version": "v1.0.1",
  141. "version_normalized": "1.0.1.0",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/doctrine/lexer.git",
  145. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  150. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  151. "shasum": ""
  152. },
  153. "require": {
  154. "php": ">=5.3.2"
  155. },
  156. "time": "2014-09-09 13:34:57",
  157. "type": "library",
  158. "extra": {
  159. "branch-alias": {
  160. "dev-master": "1.0.x-dev"
  161. }
  162. },
  163. "installation-source": "dist",
  164. "autoload": {
  165. "psr-0": {
  166. "Doctrine\\Common\\Lexer\\": "lib/"
  167. }
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Roman Borschel",
  176. "email": "roman@code-factory.org"
  177. },
  178. {
  179. "name": "Guilherme Blanco",
  180. "email": "guilhermeblanco@gmail.com"
  181. },
  182. {
  183. "name": "Johannes Schmitt",
  184. "email": "schmittjoh@gmail.com"
  185. }
  186. ],
  187. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  188. "homepage": "http://www.doctrine-project.org",
  189. "keywords": [
  190. "lexer",
  191. "parser"
  192. ]
  193. },
  194. {
  195. "name": "doctrine/annotations",
  196. "version": "v1.2.3",
  197. "version_normalized": "1.2.3.0",
  198. "source": {
  199. "type": "git",
  200. "url": "https://github.com/doctrine/annotations.git",
  201. "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
  202. },
  203. "dist": {
  204. "type": "zip",
  205. "url": "https://api.github.com/repos/doctrine/annotations/zipball/eeda578cbe24a170331a1cfdf78be723412df7a4",
  206. "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
  207. "shasum": ""
  208. },
  209. "require": {
  210. "doctrine/lexer": "1.*",
  211. "php": ">=5.3.2"
  212. },
  213. "require-dev": {
  214. "doctrine/cache": "1.*",
  215. "phpunit/phpunit": "4.*"
  216. },
  217. "time": "2014-12-20 20:49:38",
  218. "type": "library",
  219. "extra": {
  220. "branch-alias": {
  221. "dev-master": "1.3.x-dev"
  222. }
  223. },
  224. "installation-source": "dist",
  225. "autoload": {
  226. "psr-0": {
  227. "Doctrine\\Common\\Annotations\\": "lib/"
  228. }
  229. },
  230. "notification-url": "https://packagist.org/downloads/",
  231. "license": [
  232. "MIT"
  233. ],
  234. "authors": [
  235. {
  236. "name": "Roman Borschel",
  237. "email": "roman@code-factory.org"
  238. },
  239. {
  240. "name": "Benjamin Eberlei",
  241. "email": "kontakt@beberlei.de"
  242. },
  243. {
  244. "name": "Guilherme Blanco",
  245. "email": "guilhermeblanco@gmail.com"
  246. },
  247. {
  248. "name": "Jonathan Wage",
  249. "email": "jonwage@gmail.com"
  250. },
  251. {
  252. "name": "Johannes Schmitt",
  253. "email": "schmittjoh@gmail.com"
  254. }
  255. ],
  256. "description": "Docblock Annotations Parser",
  257. "homepage": "http://www.doctrine-project.org",
  258. "keywords": [
  259. "annotations",
  260. "docblock",
  261. "parser"
  262. ]
  263. },
  264. {
  265. "name": "doctrine/collections",
  266. "version": "v1.2",
  267. "version_normalized": "1.2.0.0",
  268. "source": {
  269. "type": "git",
  270. "url": "https://github.com/doctrine/collections.git",
  271. "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2"
  272. },
  273. "dist": {
  274. "type": "zip",
  275. "url": "https://api.github.com/repos/doctrine/collections/zipball/b99c5c46c87126201899afe88ec490a25eedd6a2",
  276. "reference": "b99c5c46c87126201899afe88ec490a25eedd6a2",
  277. "shasum": ""
  278. },
  279. "require": {
  280. "php": ">=5.3.2"
  281. },
  282. "time": "2014-02-03 23:07:43",
  283. "type": "library",
  284. "extra": {
  285. "branch-alias": {
  286. "dev-master": "1.2.x-dev"
  287. }
  288. },
  289. "installation-source": "dist",
  290. "autoload": {
  291. "psr-0": {
  292. "Doctrine\\Common\\Collections\\": "lib/"
  293. }
  294. },
  295. "notification-url": "https://packagist.org/downloads/",
  296. "license": [
  297. "MIT"
  298. ],
  299. "authors": [
  300. {
  301. "name": "Jonathan Wage",
  302. "email": "jonwage@gmail.com",
  303. "homepage": "http://www.jwage.com/",
  304. "role": "Creator"
  305. },
  306. {
  307. "name": "Guilherme Blanco",
  308. "email": "guilhermeblanco@gmail.com",
  309. "homepage": "http://www.instaclick.com"
  310. },
  311. {
  312. "name": "Roman Borschel",
  313. "email": "roman@code-factory.org"
  314. },
  315. {
  316. "name": "Benjamin Eberlei",
  317. "email": "kontakt@beberlei.de"
  318. },
  319. {
  320. "name": "Johannes Schmitt",
  321. "email": "schmittjoh@gmail.com",
  322. "homepage": "https://github.com/schmittjoh",
  323. "role": "Developer of wrapped JMSSerializerBundle"
  324. }
  325. ],
  326. "description": "Collections Abstraction library",
  327. "homepage": "http://www.doctrine-project.org",
  328. "keywords": [
  329. "array",
  330. "collections",
  331. "iterator"
  332. ]
  333. },
  334. {
  335. "name": "doctrine/cache",
  336. "version": "v1.4.0",
  337. "version_normalized": "1.4.0.0",
  338. "source": {
  339. "type": "git",
  340. "url": "https://github.com/doctrine/cache.git",
  341. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8"
  342. },
  343. "dist": {
  344. "type": "zip",
  345. "url": "https://api.github.com/repos/doctrine/cache/zipball/2346085d2b027b233ae1d5de59b07440b9f288c8",
  346. "reference": "2346085d2b027b233ae1d5de59b07440b9f288c8",
  347. "shasum": ""
  348. },
  349. "require": {
  350. "php": ">=5.3.2"
  351. },
  352. "conflict": {
  353. "doctrine/common": ">2.2,<2.4"
  354. },
  355. "require-dev": {
  356. "phpunit/phpunit": ">=3.7",
  357. "predis/predis": "~0.8",
  358. "satooshi/php-coveralls": "~0.6"
  359. },
  360. "time": "2015-01-15 20:38:55",
  361. "type": "library",
  362. "extra": {
  363. "branch-alias": {
  364. "dev-master": "1.4.x-dev"
  365. }
  366. },
  367. "installation-source": "dist",
  368. "autoload": {
  369. "psr-0": {
  370. "Doctrine\\Common\\Cache\\": "lib/"
  371. }
  372. },
  373. "notification-url": "https://packagist.org/downloads/",
  374. "license": [
  375. "MIT"
  376. ],
  377. "authors": [
  378. {
  379. "name": "Roman Borschel",
  380. "email": "roman@code-factory.org"
  381. },
  382. {
  383. "name": "Benjamin Eberlei",
  384. "email": "kontakt@beberlei.de"
  385. },
  386. {
  387. "name": "Guilherme Blanco",
  388. "email": "guilhermeblanco@gmail.com"
  389. },
  390. {
  391. "name": "Jonathan Wage",
  392. "email": "jonwage@gmail.com"
  393. },
  394. {
  395. "name": "Johannes Schmitt",
  396. "email": "schmittjoh@gmail.com"
  397. }
  398. ],
  399. "description": "Caching library offering an object-oriented API for many cache backends",
  400. "homepage": "http://www.doctrine-project.org",
  401. "keywords": [
  402. "cache",
  403. "caching"
  404. ]
  405. },
  406. {
  407. "name": "doctrine/inflector",
  408. "version": "v1.0.1",
  409. "version_normalized": "1.0.1.0",
  410. "source": {
  411. "type": "git",
  412. "url": "https://github.com/doctrine/inflector.git",
  413. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  414. },
  415. "dist": {
  416. "type": "zip",
  417. "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
  418. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  419. "shasum": ""
  420. },
  421. "require": {
  422. "php": ">=5.3.2"
  423. },
  424. "require-dev": {
  425. "phpunit/phpunit": "4.*"
  426. },
  427. "time": "2014-12-20 21:24:13",
  428. "type": "library",
  429. "extra": {
  430. "branch-alias": {
  431. "dev-master": "1.0.x-dev"
  432. }
  433. },
  434. "installation-source": "dist",
  435. "autoload": {
  436. "psr-0": {
  437. "Doctrine\\Common\\Inflector\\": "lib/"
  438. }
  439. },
  440. "notification-url": "https://packagist.org/downloads/",
  441. "license": [
  442. "MIT"
  443. ],
  444. "authors": [
  445. {
  446. "name": "Roman Borschel",
  447. "email": "roman@code-factory.org"
  448. },
  449. {
  450. "name": "Benjamin Eberlei",
  451. "email": "kontakt@beberlei.de"
  452. },
  453. {
  454. "name": "Guilherme Blanco",
  455. "email": "guilhermeblanco@gmail.com"
  456. },
  457. {
  458. "name": "Jonathan Wage",
  459. "email": "jonwage@gmail.com"
  460. },
  461. {
  462. "name": "Johannes Schmitt",
  463. "email": "schmittjoh@gmail.com"
  464. }
  465. ],
  466. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  467. "homepage": "http://www.doctrine-project.org",
  468. "keywords": [
  469. "inflection",
  470. "pluralize",
  471. "singularize",
  472. "string"
  473. ]
  474. },
  475. {
  476. "name": "doctrine/common",
  477. "version": "v2.4.2",
  478. "version_normalized": "2.4.2.0",
  479. "source": {
  480. "type": "git",
  481. "url": "https://github.com/doctrine/common.git",
  482. "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b"
  483. },
  484. "dist": {
  485. "type": "zip",
  486. "url": "https://api.github.com/repos/doctrine/common/zipball/5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
  487. "reference": "5db6ab40e4c531f14dad4ca96a394dfce5d4255b",
  488. "shasum": ""
  489. },
  490. "require": {
  491. "doctrine/annotations": "1.*",
  492. "doctrine/cache": "1.*",
  493. "doctrine/collections": "1.*",
  494. "doctrine/inflector": "1.*",
  495. "doctrine/lexer": "1.*",
  496. "php": ">=5.3.2"
  497. },
  498. "require-dev": {
  499. "phpunit/phpunit": "~3.7"
  500. },
  501. "time": "2014-05-21 19:28:51",
  502. "type": "library",
  503. "extra": {
  504. "branch-alias": {
  505. "dev-master": "2.4.x-dev"
  506. }
  507. },
  508. "installation-source": "dist",
  509. "autoload": {
  510. "psr-0": {
  511. "Doctrine\\Common\\": "lib/"
  512. }
  513. },
  514. "notification-url": "https://packagist.org/downloads/",
  515. "license": [
  516. "MIT"
  517. ],
  518. "authors": [
  519. {
  520. "name": "Jonathan Wage",
  521. "email": "jonwage@gmail.com",
  522. "homepage": "http://www.jwage.com/",
  523. "role": "Creator"
  524. },
  525. {
  526. "name": "Guilherme Blanco",
  527. "email": "guilhermeblanco@gmail.com",
  528. "homepage": "http://www.instaclick.com"
  529. },
  530. {
  531. "name": "Roman Borschel",
  532. "email": "roman@code-factory.org"
  533. },
  534. {
  535. "name": "Benjamin Eberlei",
  536. "email": "kontakt@beberlei.de"
  537. },
  538. {
  539. "name": "Johannes Schmitt",
  540. "email": "schmittjoh@gmail.com",
  541. "homepage": "https://github.com/schmittjoh",
  542. "role": "Developer of wrapped JMSSerializerBundle"
  543. }
  544. ],
  545. "description": "Common Library for Doctrine projects",
  546. "homepage": "http://www.doctrine-project.org",
  547. "keywords": [
  548. "annotations",
  549. "collections",
  550. "eventmanager",
  551. "persistence",
  552. "spl"
  553. ]
  554. },
  555. {
  556. "name": "symfony/symfony",
  557. "version": "v2.6.4",
  558. "version_normalized": "2.6.4.0",
  559. "source": {
  560. "type": "git",
  561. "url": "https://github.com/symfony/symfony.git",
  562. "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf"
  563. },
  564. "dist": {
  565. "type": "zip",
  566. "url": "https://api.github.com/repos/symfony/symfony/zipball/23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
  567. "reference": "23b647f1e4eeb24a457d3c47f5f5046377d5a3bf",
  568. "shasum": ""
  569. },
  570. "require": {
  571. "doctrine/common": "~2.3",
  572. "php": ">=5.3.3",
  573. "psr/log": "~1.0",
  574. "twig/twig": "~1.12,>=1.12.3"
  575. },
  576. "replace": {
  577. "symfony/browser-kit": "self.version",
  578. "symfony/class-loader": "self.version",
  579. "symfony/config": "self.version",
  580. "symfony/console": "self.version",
  581. "symfony/css-selector": "self.version",
  582. "symfony/debug": "self.version",
  583. "symfony/debug-bundle": "self.version",
  584. "symfony/dependency-injection": "self.version",
  585. "symfony/doctrine-bridge": "self.version",
  586. "symfony/dom-crawler": "self.version",
  587. "symfony/event-dispatcher": "self.version",
  588. "symfony/expression-language": "self.version",
  589. "symfony/filesystem": "self.version",
  590. "symfony/finder": "self.version",
  591. "symfony/form": "self.version",
  592. "symfony/framework-bundle": "self.version",
  593. "symfony/http-foundation": "self.version",
  594. "symfony/http-kernel": "self.version",
  595. "symfony/intl": "self.version",
  596. "symfony/locale": "self.version",
  597. "symfony/monolog-bridge": "self.version",
  598. "symfony/options-resolver": "self.version",
  599. "symfony/process": "self.version",
  600. "symfony/propel1-bridge": "self.version",
  601. "symfony/property-access": "self.version",
  602. "symfony/proxy-manager-bridge": "self.version",
  603. "symfony/routing": "self.version",
  604. "symfony/security": "self.version",
  605. "symfony/security-acl": "self.version",
  606. "symfony/security-bundle": "self.version",
  607. "symfony/security-core": "self.version",
  608. "symfony/security-csrf": "self.version",
  609. "symfony/security-http": "self.version",
  610. "symfony/serializer": "self.version",
  611. "symfony/stopwatch": "self.version",
  612. "symfony/swiftmailer-bridge": "self.version",
  613. "symfony/templating": "self.version",
  614. "symfony/translation": "self.version",
  615. "symfony/twig-bridge": "self.version",
  616. "symfony/twig-bundle": "self.version",
  617. "symfony/validator": "self.version",
  618. "symfony/var-dumper": "self.version",
  619. "symfony/web-profiler-bundle": "self.version",
  620. "symfony/yaml": "self.version"
  621. },
  622. "require-dev": {
  623. "doctrine/data-fixtures": "1.0.*",
  624. "doctrine/dbal": "~2.2",
  625. "doctrine/doctrine-bundle": "~1.2",
  626. "doctrine/orm": "~2.2,>=2.2.3",
  627. "egulias/email-validator": "~1.2",
  628. "ircmaxell/password-compat": "~1.0",
  629. "monolog/monolog": "~1.11",
  630. "ocramius/proxy-manager": "~0.4|~1.0",
  631. "propel/propel1": "~1.6"
  632. },
  633. "time": "2015-02-02 18:02:30",
  634. "type": "library",
  635. "extra": {
  636. "branch-alias": {
  637. "dev-master": "2.6-dev"
  638. }
  639. },
  640. "installation-source": "dist",
  641. "autoload": {
  642. "psr-0": {
  643. "Symfony\\": "src/"
  644. },
  645. "classmap": [
  646. "src/Symfony/Component/HttpFoundation/Resources/stubs",
  647. "src/Symfony/Component/Intl/Resources/stubs"
  648. ],
  649. "files": [
  650. "src/Symfony/Component/Intl/Resources/stubs/functions.php"
  651. ]
  652. },
  653. "notification-url": "https://packagist.org/downloads/",
  654. "license": [
  655. "MIT"
  656. ],
  657. "authors": [
  658. {
  659. "name": "Symfony Community",
  660. "homepage": "http://symfony.com/contributors"
  661. },
  662. {
  663. "name": "Fabien Potencier",
  664. "email": "fabien@symfony.com"
  665. }
  666. ],
  667. "description": "The Symfony PHP framework",
  668. "homepage": "http://symfony.com",
  669. "keywords": [
  670. "framework"
  671. ]
  672. },
  673. {
  674. "name": "phpoption/phpoption",
  675. "version": "1.4.0",
  676. "version_normalized": "1.4.0.0",
  677. "source": {
  678. "type": "git",
  679. "url": "https://github.com/schmittjoh/php-option.git",
  680. "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
  681. },
  682. "dist": {
  683. "type": "zip",
  684. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
  685. "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
  686. "shasum": ""
  687. },
  688. "require": {
  689. "php": ">=5.3.0"
  690. },
  691. "time": "2014-01-09 22:37:17",
  692. "type": "library",
  693. "extra": {
  694. "branch-alias": {
  695. "dev-master": "1.3-dev"
  696. }
  697. },
  698. "installation-source": "dist",
  699. "autoload": {
  700. "psr-0": {
  701. "PhpOption\\": "src/"
  702. }
  703. },
  704. "notification-url": "https://packagist.org/downloads/",
  705. "license": [
  706. "Apache2"
  707. ],
  708. "authors": [
  709. {
  710. "name": "Johannes Schmitt",
  711. "email": "schmittjoh@gmail.com",
  712. "homepage": "https://github.com/schmittjoh",
  713. "role": "Developer of wrapped JMSSerializerBundle"
  714. }
  715. ],
  716. "description": "Option Type for PHP",
  717. "keywords": [
  718. "language",
  719. "option",
  720. "php",
  721. "type"
  722. ]
  723. },
  724. {
  725. "name": "phpcollection/phpcollection",
  726. "version": "0.4.0",
  727. "version_normalized": "0.4.0.0",
  728. "source": {
  729. "type": "git",
  730. "url": "https://github.com/schmittjoh/php-collection.git",
  731. "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83"
  732. },
  733. "dist": {
  734. "type": "zip",
  735. "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/b8bf55a0a929ca43b01232b36719f176f86c7e83",
  736. "reference": "b8bf55a0a929ca43b01232b36719f176f86c7e83",
  737. "shasum": ""
  738. },
  739. "require": {
  740. "phpoption/phpoption": "1.*"
  741. },
  742. "time": "2014-03-11 13:46:42",
  743. "type": "library",
  744. "extra": {
  745. "branch-alias": {
  746. "dev-master": "0.3-dev"
  747. }
  748. },
  749. "installation-source": "dist",
  750. "autoload": {
  751. "psr-0": {
  752. "PhpCollection": "src/"
  753. }
  754. },
  755. "notification-url": "https://packagist.org/downloads/",
  756. "license": [
  757. "Apache2"
  758. ],
  759. "authors": [
  760. {
  761. "name": "Johannes Schmitt",
  762. "email": "schmittjoh@gmail.com",
  763. "homepage": "https://github.com/schmittjoh",
  764. "role": "Developer of wrapped JMSSerializerBundle"
  765. }
  766. ],
  767. "description": "General-Purpose Collection Library for PHP",
  768. "keywords": [
  769. "collection",
  770. "list",
  771. "map",
  772. "sequence",
  773. "set"
  774. ]
  775. },
  776. {
  777. "name": "jms/parser-lib",
  778. "version": "1.0.0",
  779. "version_normalized": "1.0.0.0",
  780. "source": {
  781. "type": "git",
  782. "url": "https://github.com/schmittjoh/parser-lib.git",
  783. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d"
  784. },
  785. "dist": {
  786. "type": "zip",
  787. "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  788. "reference": "c509473bc1b4866415627af0e1c6cc8ac97fa51d",
  789. "shasum": ""
  790. },
  791. "require": {
  792. "phpoption/phpoption": ">=0.9,<2.0-dev"
  793. },
  794. "time": "2012-11-18 18:08:43",
  795. "type": "library",
  796. "extra": {
  797. "branch-alias": {
  798. "dev-master": "1.0-dev"
  799. }
  800. },
  801. "installation-source": "dist",
  802. "autoload": {
  803. "psr-0": {
  804. "JMS\\": "src/"
  805. }
  806. },
  807. "notification-url": "https://packagist.org/downloads/",
  808. "license": [
  809. "Apache2"
  810. ],
  811. "description": "A library for easily creating recursive-descent parsers."
  812. },
  813. {
  814. "name": "jms/metadata",
  815. "version": "1.5.1",
  816. "version_normalized": "1.5.1.0",
  817. "source": {
  818. "type": "git",
  819. "url": "https://github.com/schmittjoh/metadata.git",
  820. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
  821. },
  822. "dist": {
  823. "type": "zip",
  824. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
  825. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
  826. "shasum": ""
  827. },
  828. "require": {
  829. "php": ">=5.3.0"
  830. },
  831. "require-dev": {
  832. "doctrine/cache": "~1.0"
  833. },
  834. "time": "2014-07-12 07:13:19",
  835. "type": "library",
  836. "extra": {
  837. "branch-alias": {
  838. "dev-master": "1.5.x-dev"
  839. }
  840. },
  841. "installation-source": "dist",
  842. "autoload": {
  843. "psr-0": {
  844. "Metadata\\": "src/"
  845. }
  846. },
  847. "notification-url": "https://packagist.org/downloads/",
  848. "license": [
  849. "Apache"
  850. ],
  851. "authors": [
  852. {
  853. "name": "Johannes Schmitt",
  854. "email": "schmittjoh@gmail.com",
  855. "homepage": "https://github.com/schmittjoh",
  856. "role": "Developer of wrapped JMSSerializerBundle"
  857. }
  858. ],
  859. "description": "Class/method/property metadata management in PHP",
  860. "keywords": [
  861. "annotations",
  862. "metadata",
  863. "xml",
  864. "yaml"
  865. ]
  866. },
  867. {
  868. "name": "jms/serializer",
  869. "version": "0.16.0",
  870. "version_normalized": "0.16.0.0",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/schmittjoh/serializer.git",
  874. "reference": "c8a171357ca92b6706e395c757f334902d430ea9"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/c8a171357ca92b6706e395c757f334902d430ea9",
  879. "reference": "c8a171357ca92b6706e395c757f334902d430ea9",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "doctrine/annotations": "1.*",
  884. "jms/metadata": "~1.1",
  885. "jms/parser-lib": "1.*",
  886. "php": ">=5.3.2",
  887. "phpcollection/phpcollection": "~0.1"
  888. },
  889. "require-dev": {
  890. "doctrine/orm": "~2.1",
  891. "doctrine/phpcr-odm": "~1.0.1",
  892. "jackalope/jackalope-doctrine-dbal": "1.0.*",
  893. "propel/propel1": "~1.7",
  894. "symfony/filesystem": "2.*",
  895. "symfony/form": "~2.1",
  896. "symfony/translation": "~2.0",
  897. "symfony/validator": "~2.0",
  898. "symfony/yaml": "2.*",
  899. "twig/twig": ">=1.8,<2.0-dev"
  900. },
  901. "suggest": {
  902. "symfony/yaml": "Required if you'd like to serialize data to YAML format."
  903. },
  904. "time": "2014-03-18 08:39:00",
  905. "type": "library",
  906. "extra": {
  907. "branch-alias": {
  908. "dev-master": "0.15-dev"
  909. }
  910. },
  911. "installation-source": "dist",
  912. "autoload": {
  913. "psr-0": {
  914. "JMS\\Serializer": "src/"
  915. }
  916. },
  917. "notification-url": "https://packagist.org/downloads/",
  918. "license": [
  919. "Apache2"
  920. ],
  921. "authors": [
  922. {
  923. "name": "Johannes Schmitt",
  924. "email": "schmittjoh@gmail.com",
  925. "homepage": "https://github.com/schmittjoh",
  926. "role": "Developer of wrapped JMSSerializerBundle"
  927. }
  928. ],
  929. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  930. "homepage": "http://jmsyst.com/libs/serializer",
  931. "keywords": [
  932. "deserialization",
  933. "jaxb",
  934. "json",
  935. "serialization",
  936. "xml"
  937. ]
  938. },
  939. {
  940. "name": "jms/serializer-bundle",
  941. "version": "0.13.0",
  942. "version_normalized": "0.13.0.0",
  943. "target-dir": "JMS/SerializerBundle",
  944. "source": {
  945. "type": "git",
  946. "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
  947. "reference": "bb15db3e661168f4310fad48b86915ff1ca33795"
  948. },
  949. "dist": {
  950. "type": "zip",
  951. "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/bb15db3e661168f4310fad48b86915ff1ca33795",
  952. "reference": "bb15db3e661168f4310fad48b86915ff1ca33795",
  953. "shasum": ""
  954. },
  955. "require": {
  956. "jms/serializer": "~0.11",
  957. "php": ">=5.3.2",
  958. "symfony/framework-bundle": "~2.1"
  959. },
  960. "require-dev": {
  961. "doctrine/doctrine-bundle": "*",
  962. "doctrine/orm": "*",
  963. "symfony/browser-kit": "*",
  964. "symfony/class-loader": "*",
  965. "symfony/css-selector": "*",
  966. "symfony/finder": "*",
  967. "symfony/form": "*",
  968. "symfony/process": "*",
  969. "symfony/twig-bundle": "*",
  970. "symfony/validator": "*",
  971. "symfony/yaml": "*"
  972. },
  973. "suggest": {
  974. "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
  975. },
  976. "time": "2013-12-05 14:36:11",
  977. "type": "symfony-bundle",
  978. "extra": {
  979. "branch-alias": {
  980. "dev-master": "0.13-dev"
  981. }
  982. },
  983. "installation-source": "dist",
  984. "autoload": {
  985. "psr-0": {
  986. "JMS\\SerializerBundle": ""
  987. }
  988. },
  989. "notification-url": "https://packagist.org/downloads/",
  990. "license": [
  991. "Apache2"
  992. ],
  993. "authors": [
  994. {
  995. "name": "Johannes Schmitt",
  996. "email": "schmittjoh@gmail.com",
  997. "homepage": "https://github.com/schmittjoh",
  998. "role": "Developer of wrapped JMSSerializerBundle"
  999. }
  1000. ],
  1001. "description": "Allows you to easily serialize, and deserialize data of any complexity",
  1002. "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
  1003. "keywords": [
  1004. "deserialization",
  1005. "jaxb",
  1006. "json",
  1007. "serialization",
  1008. "xml"
  1009. ]
  1010. },
  1011. {
  1012. "name": "willdurand/jsonp-callback-validator",
  1013. "version": "v1.1.0",
  1014. "version_normalized": "1.1.0.0",
  1015. "source": {
  1016. "type": "git",
  1017. "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
  1018. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
  1019. },
  1020. "dist": {
  1021. "type": "zip",
  1022. "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
  1023. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
  1024. "shasum": ""
  1025. },
  1026. "require": {
  1027. "php": ">=5.3.0"
  1028. },
  1029. "require-dev": {
  1030. "phpunit/phpunit": "~3.7"
  1031. },
  1032. "time": "2014-01-20 22:35:06",
  1033. "type": "library",
  1034. "installation-source": "dist",
  1035. "autoload": {
  1036. "psr-0": {
  1037. "JsonpCallbackValidator": "src/"
  1038. }
  1039. },
  1040. "notification-url": "https://packagist.org/downloads/",
  1041. "license": [
  1042. "MIT"
  1043. ],
  1044. "authors": [
  1045. {
  1046. "name": "William Durand",
  1047. "email": "william.durand1@gmail.com",
  1048. "homepage": "http://www.willdurand.fr"
  1049. }
  1050. ],
  1051. "description": "JSONP callback validator."
  1052. },
  1053. {
  1054. "name": "friendsofsymfony/jsrouting-bundle",
  1055. "version": "1.5.4",
  1056. "version_normalized": "1.5.4.0",
  1057. "source": {
  1058. "type": "git",
  1059. "url": "https://github.com/FriendsOfSymfony/FOSJsRoutingBundle.git",
  1060. "reference": "539a6ac0c1fb6b010f92a1c877426a4caa5abba1"
  1061. },
  1062. "dist": {
  1063. "type": "zip",
  1064. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSJsRoutingBundle/zipball/539a6ac0c1fb6b010f92a1c877426a4caa5abba1",
  1065. "reference": "539a6ac0c1fb6b010f92a1c877426a4caa5abba1",
  1066. "shasum": ""
  1067. },
  1068. "require": {
  1069. "php": ">=5.3.2",
  1070. "symfony/console": "~2.0",
  1071. "symfony/framework-bundle": "~2.0",
  1072. "symfony/serializer": "~2.0",
  1073. "willdurand/jsonp-callback-validator": "~1.0"
  1074. },
  1075. "require-dev": {
  1076. "symfony/expression-language": "~2.4"
  1077. },
  1078. "time": "2015-01-23 02:44:26",
  1079. "type": "symfony-bundle",
  1080. "extra": {
  1081. "branch-alias": {
  1082. "dev-master": "1.5-dev"
  1083. }
  1084. },
  1085. "installation-source": "dist",
  1086. "autoload": {
  1087. "psr-4": {
  1088. "FOS\\JsRoutingBundle\\": ""
  1089. }
  1090. },
  1091. "notification-url": "https://packagist.org/downloads/",
  1092. "license": [
  1093. "MIT"
  1094. ],
  1095. "authors": [
  1096. {
  1097. "name": "FriendsOfSymfony Community",
  1098. "homepage": "https://github.com/friendsofsymfony/FOSJsRoutingBundle/contributors"
  1099. },
  1100. {
  1101. "name": "William Durand",
  1102. "email": "william.durand1@gmail.com"
  1103. }
  1104. ],
  1105. "description": "A pretty nice way to expose your Symfony2 routing to client applications.",
  1106. "homepage": "http://friendsofsymfony.github.com",
  1107. "keywords": [
  1108. "Js Routing",
  1109. "javascript",
  1110. "routing"
  1111. ]
  1112. },
  1113. {
  1114. "name": "adesigns/calendar-bundle",
  1115. "version": "1.1",
  1116. "version_normalized": "1.1.0.0",
  1117. "target-dir": "ADesigns/CalendarBundle",
  1118. "source": {
  1119. "type": "git",
  1120. "url": "https://github.com/adesigns/calendar-bundle.git",
  1121. "reference": "1bd71821f2ca727671967ab8b5e05425145b7c11"
  1122. },
  1123. "dist": {
  1124. "type": "zip",
  1125. "url": "https://api.github.com/repos/adesigns/calendar-bundle/zipball/1bd71821f2ca727671967ab8b5e05425145b7c11",
  1126. "reference": "1bd71821f2ca727671967ab8b5e05425145b7c11",
  1127. "shasum": ""
  1128. },
  1129. "require": {
  1130. "doctrine/collections": ">=1.0",
  1131. "friendsofsymfony/jsrouting-bundle": "~1.1",
  1132. "symfony/symfony": "~2.1"
  1133. },
  1134. "time": "2014-04-24 15:48:09",
  1135. "type": "symfony-bundle",
  1136. "installation-source": "dist",
  1137. "autoload": {
  1138. "psr-0": {
  1139. "ADesigns\\CalendarBundle": ""
  1140. }
  1141. },
  1142. "notification-url": "https://packagist.org/downloads/",
  1143. "license": [
  1144. "MIT"
  1145. ],
  1146. "authors": [
  1147. {
  1148. "name": "Mike Yudin",
  1149. "email": "mikeyudin@gmail.com",
  1150. "role": "Developer"
  1151. }
  1152. ],
  1153. "description": "This bundle allows you to integrate the jQuery FullCalendar plugin into your Symfony2 application.",
  1154. "homepage": "http://github.com/adesigns/calendar-bundle",
  1155. "keywords": [
  1156. "calendar",
  1157. "fullcalendar",
  1158. "jquery calendar"
  1159. ]
  1160. },
  1161. {
  1162. "name": "doctrine/dbal",
  1163. "version": "v2.5.1",
  1164. "version_normalized": "2.5.1.0",
  1165. "source": {
  1166. "type": "git",
  1167. "url": "https://github.com/doctrine/dbal.git",
  1168. "reference": "628c2256b646ae2417d44e063bce8aec5199d48d"
  1169. },
  1170. "dist": {
  1171. "type": "zip",
  1172. "url": "https://api.github.com/repos/doctrine/dbal/zipball/628c2256b646ae2417d44e063bce8aec5199d48d",
  1173. "reference": "628c2256b646ae2417d44e063bce8aec5199d48d",
  1174. "shasum": ""
  1175. },
  1176. "require": {
  1177. "doctrine/common": ">=2.4,<2.6-dev",
  1178. "php": ">=5.3.2"
  1179. },
  1180. "require-dev": {
  1181. "phpunit/phpunit": "4.*",
  1182. "symfony/console": "2.*"
  1183. },
  1184. "suggest": {
  1185. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  1186. },
  1187. "time": "2015-01-12 21:52:47",
  1188. "bin": [
  1189. "bin/doctrine-dbal"
  1190. ],
  1191. "type": "library",
  1192. "extra": {
  1193. "branch-alias": {
  1194. "dev-master": "2.5.x-dev"
  1195. }
  1196. },
  1197. "installation-source": "dist",
  1198. "autoload": {
  1199. "psr-0": {
  1200. "Doctrine\\DBAL\\": "lib/"
  1201. }
  1202. },
  1203. "notification-url": "https://packagist.org/downloads/",
  1204. "license": [
  1205. "MIT"
  1206. ],
  1207. "authors": [
  1208. {
  1209. "name": "Roman Borschel",
  1210. "email": "roman@code-factory.org"
  1211. },
  1212. {
  1213. "name": "Benjamin Eberlei",
  1214. "email": "kontakt@beberlei.de"
  1215. },
  1216. {
  1217. "name": "Guilherme Blanco",
  1218. "email": "guilhermeblanco@gmail.com"
  1219. },
  1220. {
  1221. "name": "Jonathan Wage",
  1222. "email": "jonwage@gmail.com"
  1223. }
  1224. ],
  1225. "description": "Database Abstraction Layer",
  1226. "homepage": "http://www.doctrine-project.org",
  1227. "keywords": [
  1228. "database",
  1229. "dbal",
  1230. "persistence",
  1231. "queryobject"
  1232. ]
  1233. },
  1234. {
  1235. "name": "doctrine/orm",
  1236. "version": "v2.4.7",
  1237. "version_normalized": "2.4.7.0",
  1238. "source": {
  1239. "type": "git",
  1240. "url": "https://github.com/doctrine/doctrine2.git",
  1241. "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
  1242. },
  1243. "dist": {
  1244. "type": "zip",
  1245. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
  1246. "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
  1247. "shasum": ""
  1248. },
  1249. "require": {
  1250. "doctrine/collections": "~1.1",
  1251. "doctrine/dbal": "~2.4",
  1252. "ext-pdo": "*",
  1253. "php": ">=5.3.2",
  1254. "symfony/console": "~2.0"
  1255. },
  1256. "require-dev": {
  1257. "satooshi/php-coveralls": "dev-master",
  1258. "symfony/yaml": "~2.1"
  1259. },
  1260. "suggest": {
  1261. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1262. },
  1263. "time": "2014-12-16 13:45:01",
  1264. "bin": [
  1265. "bin/doctrine",
  1266. "bin/doctrine.php"
  1267. ],
  1268. "type": "library",
  1269. "extra": {
  1270. "branch-alias": {
  1271. "dev-master": "2.4.x-dev"
  1272. }
  1273. },
  1274. "installation-source": "dist",
  1275. "autoload": {
  1276. "psr-0": {
  1277. "Doctrine\\ORM\\": "lib/"
  1278. }
  1279. },
  1280. "notification-url": "https://packagist.org/downloads/",
  1281. "license": [
  1282. "MIT"
  1283. ],
  1284. "authors": [
  1285. {
  1286. "name": "Roman Borschel",
  1287. "email": "roman@code-factory.org"
  1288. },
  1289. {
  1290. "name": "Benjamin Eberlei",
  1291. "email": "kontakt@beberlei.de"
  1292. },
  1293. {
  1294. "name": "Guilherme Blanco",
  1295. "email": "guilhermeblanco@gmail.com"
  1296. },
  1297. {
  1298. "name": "Jonathan Wage",
  1299. "email": "jonwage@gmail.com"
  1300. }
  1301. ],
  1302. "description": "Object-Relational-Mapper for PHP",
  1303. "homepage": "http://www.doctrine-project.org",
  1304. "keywords": [
  1305. "database",
  1306. "orm"
  1307. ]
  1308. },
  1309. {
  1310. "name": "doctrine/doctrine-cache-bundle",
  1311. "version": "v1.0.1",
  1312. "version_normalized": "1.0.1.0",
  1313. "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
  1314. "source": {
  1315. "type": "git",
  1316. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  1317. "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
  1318. },
  1319. "dist": {
  1320. "type": "zip",
  1321. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
  1322. "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
  1323. "shasum": ""
  1324. },
  1325. "require": {
  1326. "doctrine/cache": "~1.3",
  1327. "doctrine/inflector": "~1.0",
  1328. "php": ">=5.3.2",
  1329. "symfony/doctrine-bridge": "~2.2",
  1330. "symfony/framework-bundle": "~2.2",
  1331. "symfony/security": "~2.2"
  1332. },
  1333. "require-dev": {
  1334. "instaclick/coding-standard": "~1.1",
  1335. "instaclick/object-calisthenics-sniffs": "dev-master",
  1336. "instaclick/symfony2-coding-standard": "dev-remaster",
  1337. "phpunit/phpunit": "~3.7",
  1338. "satooshi/php-coveralls": "~0.6.1",
  1339. "squizlabs/php_codesniffer": "dev-master",
  1340. "symfony/console": "~2.2",
  1341. "symfony/finder": "~2.2",
  1342. "symfony/validator": "~2.2",
  1343. "symfony/yaml": "~2.2"
  1344. },
  1345. "time": "2014-11-28 09:43:36",
  1346. "type": "symfony-bundle",
  1347. "extra": {
  1348. "branch-alias": {
  1349. "dev-master": "1.0.x-dev"
  1350. }
  1351. },
  1352. "installation-source": "dist",
  1353. "autoload": {
  1354. "psr-0": {
  1355. "Doctrine\\Bundle\\DoctrineCacheBundle": ""
  1356. }
  1357. },
  1358. "notification-url": "https://packagist.org/downloads/",
  1359. "license": [
  1360. "MIT"
  1361. ],
  1362. "authors": [
  1363. {
  1364. "name": "Symfony Community",
  1365. "homepage": "http://symfony.com/contributors"
  1366. },
  1367. {
  1368. "name": "Benjamin Eberlei",
  1369. "email": "kontakt@beberlei.de"
  1370. },
  1371. {
  1372. "name": "Fabio B. Silva",
  1373. "email": "fabio.bat.silva@gmail.com"
  1374. },
  1375. {
  1376. "name": "Guilherme Blanco",
  1377. "email": "guilhermeblanco@hotmail.com"
  1378. },
  1379. {
  1380. "name": "Doctrine Project",
  1381. "homepage": "http://www.doctrine-project.org/"
  1382. },
  1383. {
  1384. "name": "Fabien Potencier",
  1385. "email": "fabien@symfony.com"
  1386. }
  1387. ],
  1388. "description": "Symfony2 Bundle for Doctrine Cache",
  1389. "homepage": "http://www.doctrine-project.org",
  1390. "keywords": [
  1391. "cache",
  1392. "caching"
  1393. ]
  1394. },
  1395. {
  1396. "name": "jdorn/sql-formatter",
  1397. "version": "v1.2.17",
  1398. "version_normalized": "1.2.17.0",
  1399. "source": {
  1400. "type": "git",
  1401. "url": "https://github.com/jdorn/sql-formatter.git",
  1402. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  1403. },
  1404. "dist": {
  1405. "type": "zip",
  1406. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  1407. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  1408. "shasum": ""
  1409. },
  1410. "require": {
  1411. "php": ">=5.2.4"
  1412. },
  1413. "require-dev": {
  1414. "phpunit/phpunit": "3.7.*"
  1415. },
  1416. "time": "2014-01-12 16:20:24",
  1417. "type": "library",
  1418. "extra": {
  1419. "branch-alias": {
  1420. "dev-master": "1.3.x-dev"
  1421. }
  1422. },
  1423. "installation-source": "dist",
  1424. "autoload": {
  1425. "classmap": [
  1426. "lib"
  1427. ]
  1428. },
  1429. "notification-url": "https://packagist.org/downloads/",
  1430. "license": [
  1431. "MIT"
  1432. ],
  1433. "authors": [
  1434. {
  1435. "name": "Jeremy Dorn",
  1436. "email": "jeremy@jeremydorn.com",
  1437. "homepage": "http://jeremydorn.com/"
  1438. }
  1439. ],
  1440. "description": "a PHP SQL highlighting library",
  1441. "homepage": "https://github.com/jdorn/sql-formatter/",
  1442. "keywords": [
  1443. "highlight",
  1444. "sql"
  1445. ]
  1446. },
  1447. {
  1448. "name": "doctrine/doctrine-bundle",
  1449. "version": "v1.4.0",
  1450. "version_normalized": "1.4.0.0",
  1451. "source": {
  1452. "type": "git",
  1453. "url": "https://github.com/doctrine/DoctrineBundle.git",
  1454. "reference": "1986ff3a945b584c6505d07eae92d77e41131078"
  1455. },
  1456. "dist": {
  1457. "type": "zip",
  1458. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1986ff3a945b584c6505d07eae92d77e41131078",
  1459. "reference": "1986ff3a945b584c6505d07eae92d77e41131078",
  1460. "shasum": ""
  1461. },
  1462. "require": {
  1463. "doctrine/dbal": "~2.3",
  1464. "doctrine/doctrine-cache-bundle": "~1.0",
  1465. "jdorn/sql-formatter": "~1.1",
  1466. "php": ">=5.3.2",
  1467. "symfony/doctrine-bridge": "~2.2",
  1468. "symfony/framework-bundle": "~2.3"
  1469. },
  1470. "require-dev": {
  1471. "doctrine/orm": "~2.3",
  1472. "phpunit/phpunit": "~4",
  1473. "satooshi/php-coveralls": "~0.6.1",
  1474. "symfony/validator": "~2.2",
  1475. "symfony/yaml": "~2.2",
  1476. "twig/twig": "~1.10"
  1477. },
  1478. "suggest": {
  1479. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  1480. "symfony/web-profiler-bundle": "to use the data collector"
  1481. },
  1482. "time": "2015-02-28 11:04:45",
  1483. "type": "symfony-bundle",
  1484. "extra": {
  1485. "branch-alias": {
  1486. "dev-master": "1.4.x-dev"
  1487. }
  1488. },
  1489. "installation-source": "dist",
  1490. "autoload": {
  1491. "psr-4": {
  1492. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  1493. }
  1494. },
  1495. "notification-url": "https://packagist.org/downloads/",
  1496. "license": [
  1497. "MIT"
  1498. ],
  1499. "authors": [
  1500. {
  1501. "name": "Symfony Community",
  1502. "homepage": "http://symfony.com/contributors"
  1503. },
  1504. {
  1505. "name": "Benjamin Eberlei",
  1506. "email": "kontakt@beberlei.de"
  1507. },
  1508. {
  1509. "name": "Doctrine Project",
  1510. "homepage": "http://www.doctrine-project.org/"
  1511. },
  1512. {
  1513. "name": "Fabien Potencier",
  1514. "email": "fabien@symfony.com"
  1515. }
  1516. ],
  1517. "description": "Symfony DoctrineBundle",
  1518. "homepage": "http://www.doctrine-project.org",
  1519. "keywords": [
  1520. "database",
  1521. "dbal",
  1522. "orm",
  1523. "persistence"
  1524. ]
  1525. },
  1526. {
  1527. "name": "twig/extensions",
  1528. "version": "v1.2.0",
  1529. "version_normalized": "1.2.0.0",
  1530. "source": {
  1531. "type": "git",
  1532. "url": "https://github.com/twigphp/Twig-extensions.git",
  1533. "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd"
  1534. },
  1535. "dist": {
  1536. "type": "zip",
  1537. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
  1538. "reference": "8cf4b9fe04077bd54fc73f4fde83347040c3b8cd",
  1539. "shasum": ""
  1540. },
  1541. "require": {
  1542. "twig/twig": "~1.12"
  1543. },
  1544. "require-dev": {
  1545. "symfony/translation": "~2.3"
  1546. },
  1547. "suggest": {
  1548. "symfony/translation": "Allow the time_diff output to be translated"
  1549. },
  1550. "time": "2014-10-30 14:30:03",
  1551. "type": "library",
  1552. "extra": {
  1553. "branch-alias": {
  1554. "dev-master": "1.2.x-dev"
  1555. }
  1556. },
  1557. "installation-source": "dist",
  1558. "autoload": {
  1559. "psr-0": {
  1560. "Twig_Extensions_": "lib/"
  1561. }
  1562. },
  1563. "notification-url": "https://packagist.org/downloads/",
  1564. "license": [
  1565. "MIT"
  1566. ],
  1567. "authors": [
  1568. {
  1569. "name": "Fabien Potencier",
  1570. "email": "fabien@symfony.com"
  1571. }
  1572. ],
  1573. "description": "Common additional features for Twig that do not directly belong in core",
  1574. "homepage": "http://twig.sensiolabs.org/doc/extensions/index.html",
  1575. "keywords": [
  1576. "i18n",
  1577. "text"
  1578. ]
  1579. },
  1580. {
  1581. "name": "kriswallsmith/assetic",
  1582. "version": "v1.2.1",
  1583. "version_normalized": "1.2.1.0",
  1584. "source": {
  1585. "type": "git",
  1586. "url": "https://github.com/kriswallsmith/assetic.git",
  1587. "reference": "b20efe38845d20458702f97f3ff625d80805897b"
  1588. },
  1589. "dist": {
  1590. "type": "zip",
  1591. "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
  1592. "reference": "b20efe38845d20458702f97f3ff625d80805897b",
  1593. "shasum": ""
  1594. },
  1595. "require": {
  1596. "php": ">=5.3.1",
  1597. "symfony/process": "~2.1"
  1598. },
  1599. "require-dev": {
  1600. "cssmin/cssmin": "*",
  1601. "joliclic/javascript-packer": "*",
  1602. "kamicane/packager": "*",
  1603. "leafo/lessphp": "*",
  1604. "leafo/scssphp": "*",
  1605. "leafo/scssphp-compass": "*",
  1606. "mrclay/minify": "*",
  1607. "patchwork/jsqueeze": "~1.0",
  1608. "phpunit/phpunit": "~4",
  1609. "psr/log": "~1.0",
  1610. "ptachoire/cssembed": "*",
  1611. "twig/twig": "~1.6"
  1612. },
  1613. "suggest": {
  1614. "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
  1615. "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
  1616. "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
  1617. "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
  1618. "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
  1619. "twig/twig": "Assetic provides the integration with the Twig templating engine"
  1620. },
  1621. "time": "2014-12-12 05:04:05",
  1622. "type": "library",
  1623. "extra": {
  1624. "branch-alias": {
  1625. "dev-master": "1.2-dev"
  1626. }
  1627. },
  1628. "installation-source": "dist",
  1629. "autoload": {
  1630. "psr-0": {
  1631. "Assetic": "src/"
  1632. },
  1633. "files": [
  1634. "src/functions.php"
  1635. ]
  1636. },
  1637. "notification-url": "https://packagist.org/downloads/",
  1638. "license": [
  1639. "MIT"
  1640. ],
  1641. "authors": [
  1642. {
  1643. "name": "Kris Wallsmith",
  1644. "email": "kris.wallsmith@gmail.com",
  1645. "homepage": "http://kriswallsmith.net/"
  1646. }
  1647. ],
  1648. "description": "Asset Management for PHP",
  1649. "homepage": "https://github.com/kriswallsmith/assetic",
  1650. "keywords": [
  1651. "assets",
  1652. "compression",
  1653. "minification"
  1654. ]
  1655. },
  1656. {
  1657. "name": "symfony/assetic-bundle",
  1658. "version": "v2.6.1",
  1659. "version_normalized": "2.6.1.0",
  1660. "source": {
  1661. "type": "git",
  1662. "url": "https://github.com/symfony/AsseticBundle.git",
  1663. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
  1664. },
  1665. "dist": {
  1666. "type": "zip",
  1667. "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  1668. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  1669. "shasum": ""
  1670. },
  1671. "require": {
  1672. "kriswallsmith/assetic": "~1.2",
  1673. "php": ">=5.3.0",
  1674. "symfony/console": "~2.3",
  1675. "symfony/dependency-injection": "~2.3",
  1676. "symfony/framework-bundle": "~2.3",
  1677. "symfony/yaml": "~2.3"
  1678. },
  1679. "require-dev": {
  1680. "kriswallsmith/spork": "~0.2",
  1681. "patchwork/jsqueeze": "~1.0",
  1682. "symfony/class-loader": "~2.3",
  1683. "symfony/css-selector": "~2.3",
  1684. "symfony/dom-crawler": "~2.3",
  1685. "symfony/twig-bundle": "~2.3"
  1686. },
  1687. "suggest": {
  1688. "kriswallsmith/spork": "to be able to dump assets in parallel",
  1689. "symfony/twig-bundle": "to use the Twig integration"
  1690. },
  1691. "time": "2015-01-27 12:45:16",
  1692. "type": "symfony-bundle",
  1693. "extra": {
  1694. "branch-alias": {
  1695. "dev-master": "2.5-dev"
  1696. }
  1697. },
  1698. "installation-source": "dist",
  1699. "autoload": {
  1700. "psr-4": {
  1701. "Symfony\\Bundle\\AsseticBundle\\": ""
  1702. }
  1703. },
  1704. "notification-url": "https://packagist.org/downloads/",
  1705. "license": [
  1706. "MIT"
  1707. ],
  1708. "authors": [
  1709. {
  1710. "name": "Kris Wallsmith",
  1711. "email": "kris.wallsmith@gmail.com",
  1712. "homepage": "http://kriswallsmith.net/"
  1713. }
  1714. ],
  1715. "description": "Integrates Assetic into Symfony2",
  1716. "homepage": "https://github.com/symfony/AsseticBundle",
  1717. "keywords": [
  1718. "assets",
  1719. "compression",
  1720. "minification"
  1721. ]
  1722. },
  1723. {
  1724. "name": "swiftmailer/swiftmailer",
  1725. "version": "v5.3.1",
  1726. "version_normalized": "5.3.1.0",
  1727. "source": {
  1728. "type": "git",
  1729. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1730. "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a"
  1731. },
  1732. "dist": {
  1733. "type": "zip",
  1734. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
  1735. "reference": "c5f963e7f9d6f6438fda4f22d5cc2db296ec621a",
  1736. "shasum": ""
  1737. },
  1738. "require": {
  1739. "php": ">=5.3.3"
  1740. },
  1741. "require-dev": {
  1742. "mockery/mockery": "~0.9.1"
  1743. },
  1744. "time": "2014-12-05 14:17:14",
  1745. "type": "library",
  1746. "extra": {
  1747. "branch-alias": {
  1748. "dev-master": "5.3-dev"
  1749. }
  1750. },
  1751. "installation-source": "dist",
  1752. "autoload": {
  1753. "files": [
  1754. "lib/swift_required.php"
  1755. ]
  1756. },
  1757. "notification-url": "https://packagist.org/downloads/",
  1758. "license": [
  1759. "MIT"
  1760. ],
  1761. "authors": [
  1762. {
  1763. "name": "Chris Corbyn"
  1764. },
  1765. {
  1766. "name": "Fabien Potencier",
  1767. "email": "fabien@symfony.com"
  1768. }
  1769. ],
  1770. "description": "Swiftmailer, free feature-rich PHP mailer",
  1771. "homepage": "http://swiftmailer.org",
  1772. "keywords": [
  1773. "mail",
  1774. "mailer"
  1775. ]
  1776. },
  1777. {
  1778. "name": "symfony/swiftmailer-bundle",
  1779. "version": "v2.3.8",
  1780. "version_normalized": "2.3.8.0",
  1781. "source": {
  1782. "type": "git",
  1783. "url": "https://github.com/symfony/SwiftmailerBundle.git",
  1784. "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
  1785. },
  1786. "dist": {
  1787. "type": "zip",
  1788. "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
  1789. "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
  1790. "shasum": ""
  1791. },
  1792. "require": {
  1793. "php": ">=5.3.2",
  1794. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  1795. "symfony/swiftmailer-bridge": "~2.1"
  1796. },
  1797. "require-dev": {
  1798. "symfony/config": "~2.1",
  1799. "symfony/dependency-injection": "~2.1",
  1800. "symfony/http-kernel": "~2.1",
  1801. "symfony/yaml": "~2.1"
  1802. },
  1803. "suggest": {
  1804. "psr/log": "Allows logging"
  1805. },
  1806. "time": "2014-12-01 17:44:50",
  1807. "type": "symfony-bundle",
  1808. "extra": {
  1809. "branch-alias": {
  1810. "dev-master": "2.3-dev"
  1811. }
  1812. },
  1813. "installation-source": "dist",
  1814. "autoload": {
  1815. "psr-4": {
  1816. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  1817. }
  1818. },
  1819. "notification-url": "https://packagist.org/downloads/",
  1820. "license": [
  1821. "MIT"
  1822. ],
  1823. "authors": [
  1824. {
  1825. "name": "Symfony Community",
  1826. "homepage": "http://symfony.com/contributors"
  1827. },
  1828. {
  1829. "name": "Fabien Potencier",
  1830. "email": "fabien@symfony.com"
  1831. }
  1832. ],
  1833. "description": "Symfony SwiftmailerBundle",
  1834. "homepage": "http://symfony.com"
  1835. },
  1836. {
  1837. "name": "monolog/monolog",
  1838. "version": "1.13.0",
  1839. "version_normalized": "1.13.0.0",
  1840. "source": {
  1841. "type": "git",
  1842. "url": "https://github.com/Seldaek/monolog.git",
  1843. "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae"
  1844. },
  1845. "dist": {
  1846. "type": "zip",
  1847. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c41c218e239b50446fd883acb1ecfd4b770caeae",
  1848. "reference": "c41c218e239b50446fd883acb1ecfd4b770caeae",
  1849. "shasum": ""
  1850. },
  1851. "require": {
  1852. "php": ">=5.3.0",
  1853. "psr/log": "~1.0"
  1854. },
  1855. "provide": {
  1856. "psr/log-implementation": "1.0.0"
  1857. },
  1858. "require-dev": {
  1859. "aws/aws-sdk-php": "~2.4, >2.4.8",
  1860. "doctrine/couchdb": "~1.0@dev",
  1861. "graylog2/gelf-php": "~1.0",
  1862. "phpunit/phpunit": "~4.0",
  1863. "raven/raven": "~0.5",
  1864. "ruflin/elastica": "0.90.*",
  1865. "swiftmailer/swiftmailer": "~5.3",
  1866. "videlalvaro/php-amqplib": "~2.4"
  1867. },
  1868. "suggest": {
  1869. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1870. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1871. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1872. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1873. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1874. "raven/raven": "Allow sending log messages to a Sentry server",
  1875. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1876. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1877. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  1878. },
  1879. "time": "2015-03-05 01:12:12",
  1880. "type": "library",
  1881. "extra": {
  1882. "branch-alias": {
  1883. "dev-master": "1.13.x-dev"
  1884. }
  1885. },
  1886. "installation-source": "dist",
  1887. "autoload": {
  1888. "psr-4": {
  1889. "Monolog\\": "src/Monolog"
  1890. }
  1891. },
  1892. "notification-url": "https://packagist.org/downloads/",
  1893. "license": [
  1894. "MIT"
  1895. ],
  1896. "authors": [
  1897. {
  1898. "name": "Jordi Boggiano",
  1899. "email": "j.boggiano@seld.be",
  1900. "homepage": "http://seld.be"
  1901. }
  1902. ],
  1903. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1904. "homepage": "http://github.com/Seldaek/monolog",
  1905. "keywords": [
  1906. "log",
  1907. "logging",
  1908. "psr-3"
  1909. ]
  1910. },
  1911. {
  1912. "name": "symfony/monolog-bundle",
  1913. "version": "v2.7.1",
  1914. "version_normalized": "2.7.1.0",
  1915. "source": {
  1916. "type": "git",
  1917. "url": "https://github.com/symfony/MonologBundle.git",
  1918. "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
  1919. },
  1920. "dist": {
  1921. "type": "zip",
  1922. "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
  1923. "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
  1924. "shasum": ""
  1925. },
  1926. "require": {
  1927. "monolog/monolog": "~1.8",
  1928. "php": ">=5.3.2",
  1929. "symfony/config": "~2.3",
  1930. "symfony/dependency-injection": "~2.3",
  1931. "symfony/http-kernel": "~2.3",
  1932. "symfony/monolog-bridge": "~2.3"
  1933. },
  1934. "require-dev": {
  1935. "symfony/console": "~2.3",
  1936. "symfony/yaml": "~2.3"
  1937. },
  1938. "time": "2015-01-04 20:21:17",
  1939. "type": "symfony-bundle",
  1940. "extra": {
  1941. "branch-alias": {
  1942. "dev-master": "2.7.x-dev"
  1943. }
  1944. },
  1945. "installation-source": "dist",
  1946. "autoload": {
  1947. "psr-4": {
  1948. "Symfony\\Bundle\\MonologBundle\\": ""
  1949. }
  1950. },
  1951. "notification-url": "https://packagist.org/downloads/",
  1952. "license": [
  1953. "MIT"
  1954. ],
  1955. "authors": [
  1956. {
  1957. "name": "Symfony Community",
  1958. "homepage": "http://symfony.com/contributors"
  1959. },
  1960. {
  1961. "name": "Fabien Potencier",
  1962. "email": "fabien@symfony.com"
  1963. }
  1964. ],
  1965. "description": "Symfony MonologBundle",
  1966. "homepage": "http://symfony.com",
  1967. "keywords": [
  1968. "log",
  1969. "logging"
  1970. ]
  1971. },
  1972. {
  1973. "name": "sensiolabs/security-checker",
  1974. "version": "v2.0.1",
  1975. "version_normalized": "2.0.1.0",
  1976. "source": {
  1977. "type": "git",
  1978. "url": "https://github.com/sensiolabs/security-checker.git",
  1979. "reference": "134cecf1c61256bd8e973e11376891a724543820"
  1980. },
  1981. "dist": {
  1982. "type": "zip",
  1983. "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/134cecf1c61256bd8e973e11376891a724543820",
  1984. "reference": "134cecf1c61256bd8e973e11376891a724543820",
  1985. "shasum": ""
  1986. },
  1987. "require": {
  1988. "ext-curl": "*",
  1989. "symfony/console": "~2.0"
  1990. },
  1991. "time": "2015-01-26 16:25:19",
  1992. "bin": [
  1993. "security-checker"
  1994. ],
  1995. "type": "library",
  1996. "extra": {
  1997. "branch-alias": {
  1998. "dev-master": "2.0-dev"
  1999. }
  2000. },
  2001. "installation-source": "dist",
  2002. "autoload": {
  2003. "psr-0": {
  2004. "SensioLabs\\Security": ""
  2005. }
  2006. },
  2007. "notification-url": "https://packagist.org/downloads/",
  2008. "license": [
  2009. "MIT"
  2010. ],
  2011. "authors": [
  2012. {
  2013. "name": "Fabien Potencier",
  2014. "email": "fabien.potencier@gmail.com"
  2015. }
  2016. ],
  2017. "description": "A security checker for your composer.lock"
  2018. },
  2019. {
  2020. "name": "sensio/distribution-bundle",
  2021. "version": "v3.0.18",
  2022. "version_normalized": "3.0.18.0",
  2023. "target-dir": "Sensio/Bundle/DistributionBundle",
  2024. "source": {
  2025. "type": "git",
  2026. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  2027. "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08"
  2028. },
  2029. "dist": {
  2030. "type": "zip",
  2031. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/ac026149ffb1d3a5c893290d2d3ca8795013de08",
  2032. "reference": "ac026149ffb1d3a5c893290d2d3ca8795013de08",
  2033. "shasum": ""
  2034. },
  2035. "require": {
  2036. "php": ">=5.3.3",
  2037. "sensiolabs/security-checker": "~2.0",
  2038. "symfony/class-loader": "~2.2",
  2039. "symfony/framework-bundle": "~2.3",
  2040. "symfony/process": "~2.2"
  2041. },
  2042. "require-dev": {
  2043. "symfony/form": "~2.2",
  2044. "symfony/validator": "~2.2",
  2045. "symfony/yaml": "~2.2"
  2046. },
  2047. "suggest": {
  2048. "symfony/form": "If you want to use the configurator",
  2049. "symfony/validator": "If you want to use the configurator",
  2050. "symfony/yaml": "If you want to use the configurator"
  2051. },
  2052. "time": "2015-02-27 12:59:18",
  2053. "type": "symfony-bundle",
  2054. "extra": {
  2055. "branch-alias": {
  2056. "dev-master": "3.0.x-dev"
  2057. }
  2058. },
  2059. "installation-source": "dist",
  2060. "autoload": {
  2061. "psr-0": {
  2062. "Sensio\\Bundle\\DistributionBundle": ""
  2063. }
  2064. },
  2065. "notification-url": "https://packagist.org/downloads/",
  2066. "license": [
  2067. "MIT"
  2068. ],
  2069. "authors": [
  2070. {
  2071. "name": "Fabien Potencier",
  2072. "email": "fabien@symfony.com"
  2073. }
  2074. ],
  2075. "description": "Base bundle for Symfony Distributions",
  2076. "keywords": [
  2077. "configuration",
  2078. "distribution"
  2079. ]
  2080. },
  2081. {
  2082. "name": "sensio/framework-extra-bundle",
  2083. "version": "v3.0.4",
  2084. "version_normalized": "3.0.4.0",
  2085. "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
  2086. "source": {
  2087. "type": "git",
  2088. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  2089. "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
  2090. },
  2091. "dist": {
  2092. "type": "zip",
  2093. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/b3bc3e67c8b6b68b18d727012183520d35ee762a",
  2094. "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
  2095. "shasum": ""
  2096. },
  2097. "require": {
  2098. "doctrine/common": "~2.2",
  2099. "symfony/framework-bundle": "~2.3"
  2100. },
  2101. "require-dev": {
  2102. "symfony/expression-language": "~2.4",
  2103. "symfony/security-bundle": "~2.4"
  2104. },
  2105. "suggest": {
  2106. "symfony/expression-language": "",
  2107. "symfony/security-bundle": ""
  2108. },
  2109. "time": "2014-12-02 09:52:52",
  2110. "type": "symfony-bundle",
  2111. "extra": {
  2112. "branch-alias": {
  2113. "dev-master": "3.0.x-dev"
  2114. }
  2115. },
  2116. "installation-source": "dist",
  2117. "autoload": {
  2118. "psr-0": {
  2119. "Sensio\\Bundle\\FrameworkExtraBundle": ""
  2120. }
  2121. },
  2122. "notification-url": "https://packagist.org/downloads/",
  2123. "license": [
  2124. "MIT"
  2125. ],
  2126. "authors": [
  2127. {
  2128. "name": "Fabien Potencier",
  2129. "email": "fabien@symfony.com"
  2130. }
  2131. ],
  2132. "description": "This bundle provides a way to configure your controllers with annotations",
  2133. "keywords": [
  2134. "annotations",
  2135. "controllers"
  2136. ]
  2137. },
  2138. {
  2139. "name": "incenteev/composer-parameter-handler",
  2140. "version": "v2.1.0",
  2141. "version_normalized": "2.1.0.0",
  2142. "target-dir": "Incenteev/ParameterHandler",
  2143. "source": {
  2144. "type": "git",
  2145. "url": "https://github.com/Incenteev/ParameterHandler.git",
  2146. "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
  2147. },
  2148. "dist": {
  2149. "type": "zip",
  2150. "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
  2151. "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
  2152. "shasum": ""
  2153. },
  2154. "require": {
  2155. "php": ">=5.3.3",
  2156. "symfony/yaml": "~2.0"
  2157. },
  2158. "require-dev": {
  2159. "composer/composer": "1.0.*@dev",
  2160. "phpspec/prophecy-phpunit": "~1.0",
  2161. "symfony/filesystem": "~2.2"
  2162. },
  2163. "time": "2013-12-07 10:10:39",
  2164. "type": "library",
  2165. "extra": {
  2166. "branch-alias": {
  2167. "dev-master": "2.1.x-dev"
  2168. }
  2169. },
  2170. "installation-source": "dist",
  2171. "autoload": {
  2172. "psr-0": {
  2173. "Incenteev\\ParameterHandler": ""
  2174. }
  2175. },
  2176. "notification-url": "https://packagist.org/downloads/",
  2177. "license": [
  2178. "MIT"
  2179. ],
  2180. "authors": [
  2181. {
  2182. "name": "Christophe Coevoet",
  2183. "email": "stof@notk.org"
  2184. }
  2185. ],
  2186. "description": "Composer script handling your ignored parameter file",
  2187. "homepage": "https://github.com/Incenteev/ParameterHandler",
  2188. "keywords": [
  2189. "parameters management"
  2190. ]
  2191. },
  2192. {
  2193. "name": "willdurand/negotiation",
  2194. "version": "1.3.4",
  2195. "version_normalized": "1.3.4.0",
  2196. "source": {
  2197. "type": "git",
  2198. "url": "https://github.com/willdurand/Negotiation.git",
  2199. "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c"
  2200. },
  2201. "dist": {
  2202. "type": "zip",
  2203. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
  2204. "reference": "d7fa4ce4a0436915b9ba9f7cb5ff37719f0a834c",
  2205. "shasum": ""
  2206. },
  2207. "require": {
  2208. "php": ">=5.3.0"
  2209. },
  2210. "time": "2014-10-02 07:26:00",
  2211. "type": "library",
  2212. "extra": {
  2213. "branch-alias": {
  2214. "dev-master": "1.3-dev"
  2215. }
  2216. },
  2217. "installation-source": "dist",
  2218. "autoload": {
  2219. "psr-0": {
  2220. "Negotiation": "src/"
  2221. }
  2222. },
  2223. "notification-url": "https://packagist.org/downloads/",
  2224. "license": [
  2225. "MIT"
  2226. ],
  2227. "authors": [
  2228. {
  2229. "name": "William Durand",
  2230. "email": "william.durand1@gmail.com"
  2231. }
  2232. ],
  2233. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  2234. "homepage": "http://williamdurand.fr/Negotiation/",
  2235. "keywords": [
  2236. "accept",
  2237. "content",
  2238. "format",
  2239. "header",
  2240. "negotiation"
  2241. ]
  2242. },
  2243. {
  2244. "name": "friendsofsymfony/rest-bundle",
  2245. "version": "1.5.3",
  2246. "version_normalized": "1.5.3.0",
  2247. "target-dir": "FOS/RestBundle",
  2248. "source": {
  2249. "type": "git",
  2250. "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
  2251. "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412"
  2252. },
  2253. "dist": {
  2254. "type": "zip",
  2255. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
  2256. "reference": "fdd21c4c0cb6222ae37efc9362c6a96bd1432412",
  2257. "shasum": ""
  2258. },
  2259. "require": {
  2260. "doctrine/inflector": "~1.0",
  2261. "php": ">=5.3.9",
  2262. "psr/log": "~1.0",
  2263. "symfony/framework-bundle": "~2.2",
  2264. "willdurand/jsonp-callback-validator": "~1.0",
  2265. "willdurand/negotiation": "~1.2"
  2266. },
  2267. "conflict": {
  2268. "jms/serializer": "<0.12",
  2269. "jms/serializer-bundle": "<0.11"
  2270. },
  2271. "require-dev": {
  2272. "jms/serializer-bundle": "~0.12",
  2273. "sensio/framework-extra-bundle": "~2.2",
  2274. "symfony/form": "~2.2",
  2275. "symfony/security": "~2.2",
  2276. "symfony/serializer": "~2.2",
  2277. "symfony/validator": "~2.2",
  2278. "symfony/yaml": "~2.2"
  2279. },
  2280. "suggest": {
  2281. "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
  2282. "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
  2283. "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
  2284. "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
  2285. },
  2286. "time": "2015-02-16 15:26:12",
  2287. "type": "symfony-bundle",
  2288. "extra": {
  2289. "branch-alias": {
  2290. "dev-master": "1.5-dev"
  2291. }
  2292. },
  2293. "installation-source": "dist",
  2294. "autoload": {
  2295. "psr-0": {
  2296. "FOS\\RestBundle": ""
  2297. }
  2298. },
  2299. "notification-url": "https://packagist.org/downloads/",
  2300. "license": [
  2301. "MIT"
  2302. ],
  2303. "authors": [
  2304. {
  2305. "name": "Lukas Kahwe Smith",
  2306. "email": "smith@pooteeweet.org"
  2307. },
  2308. {
  2309. "name": "FriendsOfSymfony Community",
  2310. "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
  2311. },
  2312. {
  2313. "name": "Konstantin Kudryashov",
  2314. "email": "ever.zet@gmail.com"
  2315. }
  2316. ],
  2317. "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
  2318. "homepage": "http://friendsofsymfony.github.com",
  2319. "keywords": [
  2320. "rest"
  2321. ]
  2322. },
  2323. {
  2324. "name": "sensio/generator-bundle",
  2325. "version": "v2.5.2",
  2326. "version_normalized": "2.5.2.0",
  2327. "target-dir": "Sensio/Bundle/GeneratorBundle",
  2328. "source": {
  2329. "type": "git",
  2330. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  2331. "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e"
  2332. },
  2333. "dist": {
  2334. "type": "zip",
  2335. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/4b09746520a826a7bf34a466ba31c7d8740fef7e",
  2336. "reference": "4b09746520a826a7bf34a466ba31c7d8740fef7e",
  2337. "shasum": ""
  2338. },
  2339. "require": {
  2340. "symfony/console": "~2.5",
  2341. "symfony/framework-bundle": "~2.2"
  2342. },
  2343. "require-dev": {
  2344. "doctrine/orm": "~2.2,>=2.2.3",
  2345. "symfony/doctrine-bridge": "~2.2",
  2346. "twig/twig": "~1.11"
  2347. },
  2348. "time": "2015-02-11 07:21:23",
  2349. "type": "symfony-bundle",
  2350. "extra": {
  2351. "branch-alias": {
  2352. "dev-master": "2.5.x-dev"
  2353. }
  2354. },
  2355. "installation-source": "dist",
  2356. "autoload": {
  2357. "psr-0": {
  2358. "Sensio\\Bundle\\GeneratorBundle": ""
  2359. }
  2360. },
  2361. "notification-url": "https://packagist.org/downloads/",
  2362. "license": [
  2363. "MIT"
  2364. ],
  2365. "authors": [
  2366. {
  2367. "name": "Fabien Potencier",
  2368. "email": "fabien@symfony.com"
  2369. }
  2370. ],
  2371. "description": "This bundle generates code for you"
  2372. }
  2373. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement