Advertisement
Guest User

Untitled

a guest
Aug 3rd, 2015
279
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 73.91 KB | None | 0 0
  1. {
  2. "_readme": [
  3. "This file locks the dependencies of your project to a known state",
  4. "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
  5. "This file is @generated automatically"
  6. ],
  7. "hash": "cff39c8cf744b47d66de42b7e91913ad",
  8. "packages": [
  9. {
  10. "name": "doctrine/annotations",
  11. "version": "v1.2.4",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/doctrine/annotations.git",
  15. "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/doctrine/annotations/zipball/b5202eb9e83f8db52e0e58867e0a46e63be8332e",
  20. "reference": "b5202eb9e83f8db52e0e58867e0a46e63be8332e",
  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": "roman@code-factory.org"
  50. },
  51. {
  52. "name": "Benjamin Eberlei",
  53. "email": "kontakt@beberlei.de"
  54. },
  55. {
  56. "name": "Guilherme Blanco",
  57. "email": "guilhermeblanco@gmail.com"
  58. },
  59. {
  60. "name": "Jonathan Wage",
  61. "email": "jonwage@gmail.com"
  62. },
  63. {
  64. "name": "Johannes Schmitt",
  65. "email": "schmittjoh@gmail.com"
  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-23 22:40:37"
  76. },
  77. {
  78. "name": "doctrine/cache",
  79. "version": "v1.4.1",
  80. "source": {
  81. "type": "git",
  82. "url": "https://github.com/doctrine/cache.git",
  83. "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03"
  84. },
  85. "dist": {
  86. "type": "zip",
  87. "url": "https://api.github.com/repos/doctrine/cache/zipball/c9eadeb743ac6199f7eec423cb9426bc518b7b03",
  88. "reference": "c9eadeb743ac6199f7eec423cb9426bc518b7b03",
  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. "predis/predis": "~1.0",
  100. "satooshi/php-coveralls": "~0.6"
  101. },
  102. "type": "library",
  103. "extra": {
  104. "branch-alias": {
  105. "dev-master": "1.5.x-dev"
  106. }
  107. },
  108. "autoload": {
  109. "psr-0": {
  110. "Doctrine\\Common\\Cache\\": "lib/"
  111. }
  112. },
  113. "notification-url": "https://packagist.org/downloads/",
  114. "license": [
  115. "MIT"
  116. ],
  117. "authors": [
  118. {
  119. "name": "Roman Borschel",
  120. "email": "roman@code-factory.org"
  121. },
  122. {
  123. "name": "Benjamin Eberlei",
  124. "email": "kontakt@beberlei.de"
  125. },
  126. {
  127. "name": "Guilherme Blanco",
  128. "email": "guilhermeblanco@gmail.com"
  129. },
  130. {
  131. "name": "Jonathan Wage",
  132. "email": "jonwage@gmail.com"
  133. },
  134. {
  135. "name": "Johannes Schmitt",
  136. "email": "schmittjoh@gmail.com"
  137. }
  138. ],
  139. "description": "Caching library offering an object-oriented API for many cache backends",
  140. "homepage": "http://www.doctrine-project.org",
  141. "keywords": [
  142. "cache",
  143. "caching"
  144. ],
  145. "time": "2015-04-15 00:11:59"
  146. },
  147. {
  148. "name": "doctrine/collections",
  149. "version": "v1.3.0",
  150. "source": {
  151. "type": "git",
  152. "url": "https://github.com/doctrine/collections.git",
  153. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  154. },
  155. "dist": {
  156. "type": "zip",
  157. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  158. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  159. "shasum": ""
  160. },
  161. "require": {
  162. "php": ">=5.3.2"
  163. },
  164. "require-dev": {
  165. "phpunit/phpunit": "~4.0"
  166. },
  167. "type": "library",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "1.2.x-dev"
  171. }
  172. },
  173. "autoload": {
  174. "psr-0": {
  175. "Doctrine\\Common\\Collections\\": "lib/"
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Roman Borschel",
  185. "email": "roman@code-factory.org"
  186. },
  187. {
  188. "name": "Benjamin Eberlei",
  189. "email": "kontakt@beberlei.de"
  190. },
  191. {
  192. "name": "Guilherme Blanco",
  193. "email": "guilhermeblanco@gmail.com"
  194. },
  195. {
  196. "name": "Jonathan Wage",
  197. "email": "jonwage@gmail.com"
  198. },
  199. {
  200. "name": "Johannes Schmitt",
  201. "email": "schmittjoh@gmail.com"
  202. }
  203. ],
  204. "description": "Collections Abstraction library",
  205. "homepage": "http://www.doctrine-project.org",
  206. "keywords": [
  207. "array",
  208. "collections",
  209. "iterator"
  210. ],
  211. "time": "2015-04-14 22:21:58"
  212. },
  213. {
  214. "name": "doctrine/common",
  215. "version": "v2.5.0",
  216. "source": {
  217. "type": "git",
  218. "url": "https://github.com/doctrine/common.git",
  219. "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3"
  220. },
  221. "dist": {
  222. "type": "zip",
  223. "url": "https://api.github.com/repos/doctrine/common/zipball/cd8daf2501e10c63dced7b8b9b905844316ae9d3",
  224. "reference": "cd8daf2501e10c63dced7b8b9b905844316ae9d3",
  225. "shasum": ""
  226. },
  227. "require": {
  228. "doctrine/annotations": "1.*",
  229. "doctrine/cache": "1.*",
  230. "doctrine/collections": "1.*",
  231. "doctrine/inflector": "1.*",
  232. "doctrine/lexer": "1.*",
  233. "php": ">=5.3.2"
  234. },
  235. "require-dev": {
  236. "phpunit/phpunit": "~3.7"
  237. },
  238. "type": "library",
  239. "extra": {
  240. "branch-alias": {
  241. "dev-master": "2.6.x-dev"
  242. }
  243. },
  244. "autoload": {
  245. "psr-0": {
  246. "Doctrine\\Common\\": "lib/"
  247. }
  248. },
  249. "notification-url": "https://packagist.org/downloads/",
  250. "license": [
  251. "MIT"
  252. ],
  253. "authors": [
  254. {
  255. "name": "Roman Borschel",
  256. "email": "roman@code-factory.org"
  257. },
  258. {
  259. "name": "Benjamin Eberlei",
  260. "email": "kontakt@beberlei.de"
  261. },
  262. {
  263. "name": "Guilherme Blanco",
  264. "email": "guilhermeblanco@gmail.com"
  265. },
  266. {
  267. "name": "Jonathan Wage",
  268. "email": "jonwage@gmail.com"
  269. },
  270. {
  271. "name": "Johannes Schmitt",
  272. "email": "schmittjoh@gmail.com"
  273. }
  274. ],
  275. "description": "Common Library for Doctrine projects",
  276. "homepage": "http://www.doctrine-project.org",
  277. "keywords": [
  278. "annotations",
  279. "collections",
  280. "eventmanager",
  281. "persistence",
  282. "spl"
  283. ],
  284. "time": "2015-04-02 19:55:44"
  285. },
  286. {
  287. "name": "doctrine/dbal",
  288. "version": "v2.4.4",
  289. "source": {
  290. "type": "git",
  291. "url": "https://github.com/doctrine/dbal.git",
  292. "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b"
  293. },
  294. "dist": {
  295. "type": "zip",
  296. "url": "https://api.github.com/repos/doctrine/dbal/zipball/a370e5b95e509a7809d11f3d280acfc9310d464b",
  297. "reference": "a370e5b95e509a7809d11f3d280acfc9310d464b",
  298. "shasum": ""
  299. },
  300. "require": {
  301. "doctrine/common": "~2.4",
  302. "php": ">=5.3.2"
  303. },
  304. "require-dev": {
  305. "phpunit/phpunit": "3.7.*",
  306. "symfony/console": "~2.0"
  307. },
  308. "suggest": {
  309. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  310. },
  311. "type": "library",
  312. "autoload": {
  313. "psr-0": {
  314. "Doctrine\\DBAL\\": "lib/"
  315. }
  316. },
  317. "notification-url": "https://packagist.org/downloads/",
  318. "license": [
  319. "MIT"
  320. ],
  321. "authors": [
  322. {
  323. "name": "Roman Borschel",
  324. "email": "roman@code-factory.org"
  325. },
  326. {
  327. "name": "Benjamin Eberlei",
  328. "email": "kontakt@beberlei.de"
  329. },
  330. {
  331. "name": "Guilherme Blanco",
  332. "email": "guilhermeblanco@gmail.com"
  333. },
  334. {
  335. "name": "Jonathan Wage",
  336. "email": "jonwage@gmail.com"
  337. }
  338. ],
  339. "description": "Database Abstraction Layer",
  340. "homepage": "http://www.doctrine-project.org",
  341. "keywords": [
  342. "database",
  343. "dbal",
  344. "persistence",
  345. "queryobject"
  346. ],
  347. "time": "2015-01-12 21:57:01"
  348. },
  349. {
  350. "name": "doctrine/doctrine-bundle",
  351. "version": "v1.5.0",
  352. "source": {
  353. "type": "git",
  354. "url": "https://github.com/doctrine/DoctrineBundle.git",
  355. "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f"
  356. },
  357. "dist": {
  358. "type": "zip",
  359. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/0b9e27037c4fdbad515ee5ec89842e9091a6480f",
  360. "reference": "0b9e27037c4fdbad515ee5ec89842e9091a6480f",
  361. "shasum": ""
  362. },
  363. "require": {
  364. "doctrine/dbal": "~2.3",
  365. "doctrine/doctrine-cache-bundle": "~1.0",
  366. "jdorn/sql-formatter": "~1.1",
  367. "php": ">=5.3.2",
  368. "symfony/console": "~2.3",
  369. "symfony/doctrine-bridge": "~2.2",
  370. "symfony/framework-bundle": "~2.3"
  371. },
  372. "require-dev": {
  373. "doctrine/orm": "~2.3",
  374. "phpunit/phpunit": "~4",
  375. "satooshi/php-coveralls": "~0.6.1",
  376. "symfony/validator": "~2.2",
  377. "symfony/yaml": "~2.2",
  378. "twig/twig": "~1.10"
  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.5.x-dev"
  388. }
  389. },
  390. "autoload": {
  391. "psr-4": {
  392. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  393. }
  394. },
  395. "notification-url": "https://packagist.org/downloads/",
  396. "license": [
  397. "MIT"
  398. ],
  399. "authors": [
  400. {
  401. "name": "Symfony Community",
  402. "homepage": "http://symfony.com/contributors"
  403. },
  404. {
  405. "name": "Benjamin Eberlei",
  406. "email": "kontakt@beberlei.de"
  407. },
  408. {
  409. "name": "Doctrine Project",
  410. "homepage": "http://www.doctrine-project.org/"
  411. },
  412. {
  413. "name": "Fabien Potencier",
  414. "email": "fabien@symfony.com"
  415. }
  416. ],
  417. "description": "Symfony DoctrineBundle",
  418. "homepage": "http://www.doctrine-project.org",
  419. "keywords": [
  420. "database",
  421. "dbal",
  422. "orm",
  423. "persistence"
  424. ],
  425. "time": "2015-05-28 12:27:15"
  426. },
  427. {
  428. "name": "doctrine/doctrine-cache-bundle",
  429. "version": "v1.0.1",
  430. "target-dir": "Doctrine/Bundle/DoctrineCacheBundle",
  431. "source": {
  432. "type": "git",
  433. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  434. "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d"
  435. },
  436. "dist": {
  437. "type": "zip",
  438. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
  439. "reference": "e4b6f810aa047f9cbfe41c3d6a3d7e83d7477a9d",
  440. "shasum": ""
  441. },
  442. "require": {
  443. "doctrine/cache": "~1.3",
  444. "doctrine/inflector": "~1.0",
  445. "php": ">=5.3.2",
  446. "symfony/doctrine-bridge": "~2.2",
  447. "symfony/framework-bundle": "~2.2",
  448. "symfony/security": "~2.2"
  449. },
  450. "require-dev": {
  451. "instaclick/coding-standard": "~1.1",
  452. "instaclick/object-calisthenics-sniffs": "dev-master",
  453. "instaclick/symfony2-coding-standard": "dev-remaster",
  454. "phpunit/phpunit": "~3.7",
  455. "satooshi/php-coveralls": "~0.6.1",
  456. "squizlabs/php_codesniffer": "dev-master",
  457. "symfony/console": "~2.2",
  458. "symfony/finder": "~2.2",
  459. "symfony/validator": "~2.2",
  460. "symfony/yaml": "~2.2"
  461. },
  462. "type": "symfony-bundle",
  463. "extra": {
  464. "branch-alias": {
  465. "dev-master": "1.0.x-dev"
  466. }
  467. },
  468. "autoload": {
  469. "psr-0": {
  470. "Doctrine\\Bundle\\DoctrineCacheBundle": ""
  471. }
  472. },
  473. "notification-url": "https://packagist.org/downloads/",
  474. "license": [
  475. "MIT"
  476. ],
  477. "authors": [
  478. {
  479. "name": "Symfony Community",
  480. "homepage": "http://symfony.com/contributors"
  481. },
  482. {
  483. "name": "Benjamin Eberlei",
  484. "email": "kontakt@beberlei.de"
  485. },
  486. {
  487. "name": "Fabio B. Silva",
  488. "email": "fabio.bat.silva@gmail.com"
  489. },
  490. {
  491. "name": "Guilherme Blanco",
  492. "email": "guilhermeblanco@hotmail.com"
  493. },
  494. {
  495. "name": "Doctrine Project",
  496. "homepage": "http://www.doctrine-project.org/"
  497. },
  498. {
  499. "name": "Fabien Potencier",
  500. "email": "fabien@symfony.com"
  501. }
  502. ],
  503. "description": "Symfony2 Bundle for Doctrine Cache",
  504. "homepage": "http://www.doctrine-project.org",
  505. "keywords": [
  506. "cache",
  507. "caching"
  508. ],
  509. "time": "2014-11-28 09:43:36"
  510. },
  511. {
  512. "name": "doctrine/doctrine-migrations-bundle",
  513. "version": "1.0.1",
  514. "target-dir": "Doctrine/Bundle/MigrationsBundle",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  518. "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/1e8cd4415bd2f893eb828216b529a75e8b61d579",
  523. "reference": "1e8cd4415bd2f893eb828216b529a75e8b61d579",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "doctrine/doctrine-bundle": "~1.0",
  528. "doctrine/migrations": "~1.0@dev",
  529. "php": ">=5.3.2",
  530. "symfony/framework-bundle": "~2.3|~3.0"
  531. },
  532. "type": "symfony-bundle",
  533. "extra": {
  534. "branch-alias": {
  535. "dev-master": "2.1.x-dev"
  536. }
  537. },
  538. "autoload": {
  539. "psr-0": {
  540. "Doctrine\\Bundle\\MigrationsBundle": ""
  541. }
  542. },
  543. "notification-url": "https://packagist.org/downloads/",
  544. "license": [
  545. "MIT"
  546. ],
  547. "authors": [
  548. {
  549. "name": "Symfony Community",
  550. "homepage": "http://symfony.com/contributors"
  551. },
  552. {
  553. "name": "Doctrine Project",
  554. "homepage": "http://www.doctrine-project.org"
  555. },
  556. {
  557. "name": "Fabien Potencier",
  558. "email": "fabien@symfony.com"
  559. }
  560. ],
  561. "description": "Symfony DoctrineMigrationsBundle",
  562. "homepage": "http://www.doctrine-project.org",
  563. "keywords": [
  564. "dbal",
  565. "migrations",
  566. "schema"
  567. ],
  568. "time": "2015-05-06 08:32:15"
  569. },
  570. {
  571. "name": "doctrine/inflector",
  572. "version": "v1.0.1",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/doctrine/inflector.git",
  576. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/doctrine/inflector/zipball/0bcb2e79d8571787f18b7eb036ed3d004908e604",
  581. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "php": ">=5.3.2"
  586. },
  587. "require-dev": {
  588. "phpunit/phpunit": "4.*"
  589. },
  590. "type": "library",
  591. "extra": {
  592. "branch-alias": {
  593. "dev-master": "1.0.x-dev"
  594. }
  595. },
  596. "autoload": {
  597. "psr-0": {
  598. "Doctrine\\Common\\Inflector\\": "lib/"
  599. }
  600. },
  601. "notification-url": "https://packagist.org/downloads/",
  602. "license": [
  603. "MIT"
  604. ],
  605. "authors": [
  606. {
  607. "name": "Roman Borschel",
  608. "email": "roman@code-factory.org"
  609. },
  610. {
  611. "name": "Benjamin Eberlei",
  612. "email": "kontakt@beberlei.de"
  613. },
  614. {
  615. "name": "Guilherme Blanco",
  616. "email": "guilhermeblanco@gmail.com"
  617. },
  618. {
  619. "name": "Jonathan Wage",
  620. "email": "jonwage@gmail.com"
  621. },
  622. {
  623. "name": "Johannes Schmitt",
  624. "email": "schmittjoh@gmail.com"
  625. }
  626. ],
  627. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  628. "homepage": "http://www.doctrine-project.org",
  629. "keywords": [
  630. "inflection",
  631. "pluralize",
  632. "singularize",
  633. "string"
  634. ],
  635. "time": "2014-12-20 21:24:13"
  636. },
  637. {
  638. "name": "doctrine/lexer",
  639. "version": "v1.0.1",
  640. "source": {
  641. "type": "git",
  642. "url": "https://github.com/doctrine/lexer.git",
  643. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  644. },
  645. "dist": {
  646. "type": "zip",
  647. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  648. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  649. "shasum": ""
  650. },
  651. "require": {
  652. "php": ">=5.3.2"
  653. },
  654. "type": "library",
  655. "extra": {
  656. "branch-alias": {
  657. "dev-master": "1.0.x-dev"
  658. }
  659. },
  660. "autoload": {
  661. "psr-0": {
  662. "Doctrine\\Common\\Lexer\\": "lib/"
  663. }
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "MIT"
  668. ],
  669. "authors": [
  670. {
  671. "name": "Roman Borschel",
  672. "email": "roman@code-factory.org"
  673. },
  674. {
  675. "name": "Guilherme Blanco",
  676. "email": "guilhermeblanco@gmail.com"
  677. },
  678. {
  679. "name": "Johannes Schmitt",
  680. "email": "schmittjoh@gmail.com"
  681. }
  682. ],
  683. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  684. "homepage": "http://www.doctrine-project.org",
  685. "keywords": [
  686. "lexer",
  687. "parser"
  688. ],
  689. "time": "2014-09-09 13:34:57"
  690. },
  691. {
  692. "name": "doctrine/migrations",
  693. "version": "dev-master",
  694. "source": {
  695. "type": "git",
  696. "url": "https://github.com/doctrine/migrations.git",
  697. "reference": "78954cce4962a4655ff47c0751eb78021fbaf2cc"
  698. },
  699. "dist": {
  700. "type": "zip",
  701. "url": "https://api.github.com/repos/doctrine/migrations/zipball/78954cce4962a4655ff47c0751eb78021fbaf2cc",
  702. "reference": "78954cce4962a4655ff47c0751eb78021fbaf2cc",
  703. "shasum": ""
  704. },
  705. "require": {
  706. "doctrine/dbal": "~2.2",
  707. "php": ">=5.4.0",
  708. "symfony/console": "~2.3",
  709. "symfony/yaml": "~2.3"
  710. },
  711. "require-dev": {
  712. "doctrine/coding-standard": "dev-master",
  713. "doctrine/orm": "2.*",
  714. "johnkary/phpunit-speedtrap": "~1.0@dev",
  715. "mockery/mockery": "^0.9.4",
  716. "phpunit/phpunit": "~4.7",
  717. "satooshi/php-coveralls": "0.6.*"
  718. },
  719. "suggest": {
  720. "symfony/console": "to run the migration from the console"
  721. },
  722. "type": "library",
  723. "extra": {
  724. "branch-alias": {
  725. "dev-master": "1.0.x-dev"
  726. }
  727. },
  728. "autoload": {
  729. "psr-0": {
  730. "Doctrine\\DBAL\\Migrations": "lib"
  731. }
  732. },
  733. "notification-url": "https://packagist.org/downloads/",
  734. "license": [
  735. "LGPL-2.1"
  736. ],
  737. "authors": [
  738. {
  739. "name": "Benjamin Eberlei",
  740. "email": "kontakt@beberlei.de"
  741. },
  742. {
  743. "name": "Jonathan Wage",
  744. "email": "jonwage@gmail.com"
  745. }
  746. ],
  747. "description": "Database Schema migrations using Doctrine DBAL",
  748. "homepage": "http://www.doctrine-project.org",
  749. "keywords": [
  750. "database",
  751. "migrations"
  752. ],
  753. "time": "2015-07-05 21:24:36"
  754. },
  755. {
  756. "name": "doctrine/orm",
  757. "version": "v2.4.7",
  758. "source": {
  759. "type": "git",
  760. "url": "https://github.com/doctrine/doctrine2.git",
  761. "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68"
  762. },
  763. "dist": {
  764. "type": "zip",
  765. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
  766. "reference": "2bc4ff3cab2ae297bcd05f2e619d42e6a7ca9e68",
  767. "shasum": ""
  768. },
  769. "require": {
  770. "doctrine/collections": "~1.1",
  771. "doctrine/dbal": "~2.4",
  772. "ext-pdo": "*",
  773. "php": ">=5.3.2",
  774. "symfony/console": "~2.0"
  775. },
  776. "require-dev": {
  777. "satooshi/php-coveralls": "dev-master",
  778. "symfony/yaml": "~2.1"
  779. },
  780. "suggest": {
  781. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  782. },
  783. "bin": [
  784. "bin/doctrine",
  785. "bin/doctrine.php"
  786. ],
  787. "type": "library",
  788. "extra": {
  789. "branch-alias": {
  790. "dev-master": "2.4.x-dev"
  791. }
  792. },
  793. "autoload": {
  794. "psr-0": {
  795. "Doctrine\\ORM\\": "lib/"
  796. }
  797. },
  798. "notification-url": "https://packagist.org/downloads/",
  799. "license": [
  800. "MIT"
  801. ],
  802. "authors": [
  803. {
  804. "name": "Roman Borschel",
  805. "email": "roman@code-factory.org"
  806. },
  807. {
  808. "name": "Benjamin Eberlei",
  809. "email": "kontakt@beberlei.de"
  810. },
  811. {
  812. "name": "Guilherme Blanco",
  813. "email": "guilhermeblanco@gmail.com"
  814. },
  815. {
  816. "name": "Jonathan Wage",
  817. "email": "jonwage@gmail.com"
  818. }
  819. ],
  820. "description": "Object-Relational-Mapper for PHP",
  821. "homepage": "http://www.doctrine-project.org",
  822. "keywords": [
  823. "database",
  824. "orm"
  825. ],
  826. "time": "2014-12-16 13:45:01"
  827. },
  828. {
  829. "name": "friendsofsymfony/user-bundle",
  830. "version": "dev-master",
  831. "source": {
  832. "type": "git",
  833. "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
  834. "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947"
  835. },
  836. "dist": {
  837. "type": "zip",
  838. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/3efbc08a97f218d0a4524dee926fc4381e3d0947",
  839. "reference": "3efbc08a97f218d0a4524dee926fc4381e3d0947",
  840. "shasum": ""
  841. },
  842. "require": {
  843. "php": ">=5.3.2",
  844. "symfony/form": "~2.3",
  845. "symfony/framework-bundle": "~2.3",
  846. "symfony/security-bundle": "~2.3",
  847. "symfony/twig-bundle": "~2.3"
  848. },
  849. "require-dev": {
  850. "doctrine/doctrine-bundle": "~1.3",
  851. "swiftmailer/swiftmailer": "~4.3|~5",
  852. "symfony/validator": "~2.3",
  853. "symfony/yaml": "~2.3",
  854. "willdurand/propel-typehintable-behavior": "~1.0"
  855. },
  856. "suggest": {
  857. "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
  858. },
  859. "type": "symfony-bundle",
  860. "extra": {
  861. "branch-alias": {
  862. "dev-master": "2.0.x-dev"
  863. }
  864. },
  865. "autoload": {
  866. "psr-4": {
  867. "FOS\\UserBundle\\": ""
  868. }
  869. },
  870. "notification-url": "https://packagist.org/downloads/",
  871. "license": [
  872. "MIT"
  873. ],
  874. "authors": [
  875. {
  876. "name": "Christophe Coevoet",
  877. "email": "stof@notk.org"
  878. },
  879. {
  880. "name": "FriendsOfSymfony Community",
  881. "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
  882. },
  883. {
  884. "name": "Thibault Duplessis",
  885. "email": "thibault.duplessis@gmail.com"
  886. }
  887. ],
  888. "description": "Symfony FOSUserBundle",
  889. "homepage": "http://friendsofsymfony.github.com",
  890. "keywords": [
  891. "User management"
  892. ],
  893. "time": "2015-06-10 08:27:05"
  894. },
  895. {
  896. "name": "incenteev/composer-parameter-handler",
  897. "version": "v2.1.0",
  898. "target-dir": "Incenteev/ParameterHandler",
  899. "source": {
  900. "type": "git",
  901. "url": "https://github.com/Incenteev/ParameterHandler.git",
  902. "reference": "143272a0a09c62616a3c8011fc165a10c6b35241"
  903. },
  904. "dist": {
  905. "type": "zip",
  906. "url": "https://api.github.com/repos/Incenteev/ParameterHandler/zipball/143272a0a09c62616a3c8011fc165a10c6b35241",
  907. "reference": "143272a0a09c62616a3c8011fc165a10c6b35241",
  908. "shasum": ""
  909. },
  910. "require": {
  911. "php": ">=5.3.3",
  912. "symfony/yaml": "~2.0"
  913. },
  914. "require-dev": {
  915. "composer/composer": "1.0.*@dev",
  916. "phpspec/prophecy-phpunit": "~1.0",
  917. "symfony/filesystem": "~2.2"
  918. },
  919. "type": "library",
  920. "extra": {
  921. "branch-alias": {
  922. "dev-master": "2.1.x-dev"
  923. }
  924. },
  925. "autoload": {
  926. "psr-0": {
  927. "Incenteev\\ParameterHandler": ""
  928. }
  929. },
  930. "notification-url": "https://packagist.org/downloads/",
  931. "license": [
  932. "MIT"
  933. ],
  934. "authors": [
  935. {
  936. "name": "Christophe Coevoet",
  937. "email": "stof@notk.org"
  938. }
  939. ],
  940. "description": "Composer script handling your ignored parameter file",
  941. "homepage": "https://github.com/Incenteev/ParameterHandler",
  942. "keywords": [
  943. "parameters management"
  944. ],
  945. "time": "2013-12-07 10:10:39"
  946. },
  947. {
  948. "name": "jdorn/sql-formatter",
  949. "version": "v1.2.17",
  950. "source": {
  951. "type": "git",
  952. "url": "https://github.com/jdorn/sql-formatter.git",
  953. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc"
  954. },
  955. "dist": {
  956. "type": "zip",
  957. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/64990d96e0959dff8e059dfcdc1af130728d92bc",
  958. "reference": "64990d96e0959dff8e059dfcdc1af130728d92bc",
  959. "shasum": ""
  960. },
  961. "require": {
  962. "php": ">=5.2.4"
  963. },
  964. "require-dev": {
  965. "phpunit/phpunit": "3.7.*"
  966. },
  967. "type": "library",
  968. "extra": {
  969. "branch-alias": {
  970. "dev-master": "1.3.x-dev"
  971. }
  972. },
  973. "autoload": {
  974. "classmap": [
  975. "lib"
  976. ]
  977. },
  978. "notification-url": "https://packagist.org/downloads/",
  979. "license": [
  980. "MIT"
  981. ],
  982. "authors": [
  983. {
  984. "name": "Jeremy Dorn",
  985. "email": "jeremy@jeremydorn.com",
  986. "homepage": "http://jeremydorn.com/"
  987. }
  988. ],
  989. "description": "a PHP SQL highlighting library",
  990. "homepage": "https://github.com/jdorn/sql-formatter/",
  991. "keywords": [
  992. "highlight",
  993. "sql"
  994. ],
  995. "time": "2014-01-12 16:20:24"
  996. },
  997. {
  998. "name": "kevintweber/ktw-database-menu-bundle",
  999. "version": "v0.4.2",
  1000. "target-dir": "kevintweber/KtwDatabaseMenuBundle",
  1001. "source": {
  1002. "type": "git",
  1003. "url": "https://github.com/kevintweber/KtwDatabaseMenuBundle.git",
  1004. "reference": "38c22df29487b0cccfeca1dc4457d782492c9fe6"
  1005. },
  1006. "dist": {
  1007. "type": "zip",
  1008. "url": "https://api.github.com/repos/kevintweber/KtwDatabaseMenuBundle/zipball/38c22df29487b0cccfeca1dc4457d782492c9fe6",
  1009. "reference": "38c22df29487b0cccfeca1dc4457d782492c9fe6",
  1010. "shasum": ""
  1011. },
  1012. "require": {
  1013. "doctrine/doctrine-bundle": "~1.2",
  1014. "doctrine/orm": "~2.2,>=2.2.3",
  1015. "knplabs/knp-menu": "~2.0",
  1016. "php": ">=5.3.3",
  1017. "symfony/framework-bundle": "~2.1"
  1018. },
  1019. "type": "symfony-bundle",
  1020. "autoload": {
  1021. "psr-0": {
  1022. "kevintweber\\KtwDatabaseMenuBundle": ""
  1023. }
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "MIT"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "Kevin Weber",
  1032. "email": "kevintweber@gmail.com"
  1033. }
  1034. ],
  1035. "description": "Symfony bundle for extending KnpMenuBundle to store menu items in a database.",
  1036. "homepage": "https://github.com/kevintweber/KtwDatabaseMenuBundle",
  1037. "keywords": [
  1038. "database",
  1039. "menu"
  1040. ],
  1041. "time": "2015-06-04 22:57:05"
  1042. },
  1043. {
  1044. "name": "knplabs/knp-menu",
  1045. "version": "v2.0.1",
  1046. "source": {
  1047. "type": "git",
  1048. "url": "https://github.com/KnpLabs/KnpMenu.git",
  1049. "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a"
  1050. },
  1051. "dist": {
  1052. "type": "zip",
  1053. "url": "https://api.github.com/repos/KnpLabs/KnpMenu/zipball/5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
  1054. "reference": "5758d0026d7ed00c8dd4727e413918cf2dc74c1a",
  1055. "shasum": ""
  1056. },
  1057. "require": {
  1058. "php": ">=5.3.0"
  1059. },
  1060. "require-dev": {
  1061. "pimple/pimple": "1.0.*",
  1062. "silex/silex": "1.0.*",
  1063. "twig/twig": ">=1.2,<2.0-dev"
  1064. },
  1065. "suggest": {
  1066. "pimple/pimple": "for the built-in implementations of the menu provider and renderer provider",
  1067. "silex/silex": "for the integration with your silex application",
  1068. "twig/twig": "for the TwigRenderer and the integration with your templates"
  1069. },
  1070. "type": "library",
  1071. "extra": {
  1072. "branch-alias": {
  1073. "dev-master": "2.0.x-dev"
  1074. }
  1075. },
  1076. "autoload": {
  1077. "psr-0": {
  1078. "Knp\\Menu\\": "src/"
  1079. }
  1080. },
  1081. "notification-url": "https://packagist.org/downloads/",
  1082. "license": [
  1083. "MIT"
  1084. ],
  1085. "authors": [
  1086. {
  1087. "name": "Christophe Coevoet",
  1088. "email": "stof@notk.org"
  1089. },
  1090. {
  1091. "name": "KnpLabs",
  1092. "homepage": "http://knplabs.com"
  1093. },
  1094. {
  1095. "name": "Symfony Community",
  1096. "homepage": "https://github.com/KnpLabs/KnpMenu/contributors"
  1097. }
  1098. ],
  1099. "description": "An object oriented menu library",
  1100. "homepage": "http://knplabs.com",
  1101. "keywords": [
  1102. "menu",
  1103. "tree"
  1104. ],
  1105. "time": "2014-08-01 09:50:16"
  1106. },
  1107. {
  1108. "name": "knplabs/knp-menu-bundle",
  1109. "version": "v2.0.0",
  1110. "target-dir": "Knp/Bundle/MenuBundle",
  1111. "source": {
  1112. "type": "git",
  1113. "url": "https://github.com/KnpLabs/KnpMenuBundle.git",
  1114. "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088"
  1115. },
  1116. "dist": {
  1117. "type": "zip",
  1118. "url": "https://api.github.com/repos/KnpLabs/KnpMenuBundle/zipball/bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
  1119. "reference": "bdfc95da5ff7e4e67f948aaa9ea5da835a3a9088",
  1120. "shasum": ""
  1121. },
  1122. "require": {
  1123. "knplabs/knp-menu": "~2.0",
  1124. "symfony/framework-bundle": "~2.0"
  1125. },
  1126. "type": "symfony-bundle",
  1127. "extra": {
  1128. "branch-alias": {
  1129. "dev-master": "2.0.x-dev"
  1130. }
  1131. },
  1132. "autoload": {
  1133. "psr-0": {
  1134. "Knp\\Bundle\\MenuBundle": ""
  1135. }
  1136. },
  1137. "notification-url": "https://packagist.org/downloads/",
  1138. "license": [
  1139. "MIT"
  1140. ],
  1141. "authors": [
  1142. {
  1143. "name": "Christophe Coevoet",
  1144. "email": "stof@notk.org"
  1145. },
  1146. {
  1147. "name": "Knplabs",
  1148. "homepage": "http://knplabs.com"
  1149. },
  1150. {
  1151. "name": "Symfony Community",
  1152. "homepage": "https://github.com/KnpLabs/KnpMenuBundle/contributors"
  1153. }
  1154. ],
  1155. "description": "This bundle provides an integration of the KnpMenu library",
  1156. "keywords": [
  1157. "menu"
  1158. ],
  1159. "time": "2014-08-01 09:57:23"
  1160. },
  1161. {
  1162. "name": "kriswallsmith/assetic",
  1163. "version": "v1.2.1",
  1164. "source": {
  1165. "type": "git",
  1166. "url": "https://github.com/kriswallsmith/assetic.git",
  1167. "reference": "b20efe38845d20458702f97f3ff625d80805897b"
  1168. },
  1169. "dist": {
  1170. "type": "zip",
  1171. "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/b20efe38845d20458702f97f3ff625d80805897b",
  1172. "reference": "b20efe38845d20458702f97f3ff625d80805897b",
  1173. "shasum": ""
  1174. },
  1175. "require": {
  1176. "php": ">=5.3.1",
  1177. "symfony/process": "~2.1"
  1178. },
  1179. "require-dev": {
  1180. "cssmin/cssmin": "*",
  1181. "joliclic/javascript-packer": "*",
  1182. "kamicane/packager": "*",
  1183. "leafo/lessphp": "*",
  1184. "leafo/scssphp": "*",
  1185. "leafo/scssphp-compass": "*",
  1186. "mrclay/minify": "*",
  1187. "patchwork/jsqueeze": "~1.0",
  1188. "phpunit/phpunit": "~4",
  1189. "psr/log": "~1.0",
  1190. "ptachoire/cssembed": "*",
  1191. "twig/twig": "~1.6"
  1192. },
  1193. "suggest": {
  1194. "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
  1195. "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
  1196. "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
  1197. "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
  1198. "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
  1199. "twig/twig": "Assetic provides the integration with the Twig templating engine"
  1200. },
  1201. "type": "library",
  1202. "extra": {
  1203. "branch-alias": {
  1204. "dev-master": "1.2-dev"
  1205. }
  1206. },
  1207. "autoload": {
  1208. "psr-0": {
  1209. "Assetic": "src/"
  1210. },
  1211. "files": [
  1212. "src/functions.php"
  1213. ]
  1214. },
  1215. "notification-url": "https://packagist.org/downloads/",
  1216. "license": [
  1217. "MIT"
  1218. ],
  1219. "authors": [
  1220. {
  1221. "name": "Kris Wallsmith",
  1222. "email": "kris.wallsmith@gmail.com",
  1223. "homepage": "http://kriswallsmith.net/"
  1224. }
  1225. ],
  1226. "description": "Asset Management for PHP",
  1227. "homepage": "https://github.com/kriswallsmith/assetic",
  1228. "keywords": [
  1229. "assets",
  1230. "compression",
  1231. "minification"
  1232. ],
  1233. "time": "2014-12-12 05:04:05"
  1234. },
  1235. {
  1236. "name": "monolog/monolog",
  1237. "version": "1.13.1",
  1238. "source": {
  1239. "type": "git",
  1240. "url": "https://github.com/Seldaek/monolog.git",
  1241. "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac"
  1242. },
  1243. "dist": {
  1244. "type": "zip",
  1245. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
  1246. "reference": "c31a2c4e8db5da8b46c74cf275d7f109c0f249ac",
  1247. "shasum": ""
  1248. },
  1249. "require": {
  1250. "php": ">=5.3.0",
  1251. "psr/log": "~1.0"
  1252. },
  1253. "provide": {
  1254. "psr/log-implementation": "1.0.0"
  1255. },
  1256. "require-dev": {
  1257. "aws/aws-sdk-php": "~2.4, >2.4.8",
  1258. "doctrine/couchdb": "~1.0@dev",
  1259. "graylog2/gelf-php": "~1.0",
  1260. "phpunit/phpunit": "~4.0",
  1261. "raven/raven": "~0.5",
  1262. "ruflin/elastica": "0.90.*",
  1263. "swiftmailer/swiftmailer": "~5.3",
  1264. "videlalvaro/php-amqplib": "~2.4"
  1265. },
  1266. "suggest": {
  1267. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1268. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1269. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1270. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1271. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1272. "raven/raven": "Allow sending log messages to a Sentry server",
  1273. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1274. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1275. "videlalvaro/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib"
  1276. },
  1277. "type": "library",
  1278. "extra": {
  1279. "branch-alias": {
  1280. "dev-master": "1.13.x-dev"
  1281. }
  1282. },
  1283. "autoload": {
  1284. "psr-4": {
  1285. "Monolog\\": "src/Monolog"
  1286. }
  1287. },
  1288. "notification-url": "https://packagist.org/downloads/",
  1289. "license": [
  1290. "MIT"
  1291. ],
  1292. "authors": [
  1293. {
  1294. "name": "Jordi Boggiano",
  1295. "email": "j.boggiano@seld.be",
  1296. "homepage": "http://seld.be"
  1297. }
  1298. ],
  1299. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1300. "homepage": "http://github.com/Seldaek/monolog",
  1301. "keywords": [
  1302. "log",
  1303. "logging",
  1304. "psr-3"
  1305. ],
  1306. "time": "2015-03-09 09:58:04"
  1307. },
  1308. {
  1309. "name": "psr/log",
  1310. "version": "1.0.0",
  1311. "source": {
  1312. "type": "git",
  1313. "url": "https://github.com/php-fig/log.git",
  1314. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  1315. },
  1316. "dist": {
  1317. "type": "zip",
  1318. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  1319. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  1320. "shasum": ""
  1321. },
  1322. "type": "library",
  1323. "autoload": {
  1324. "psr-0": {
  1325. "Psr\\Log\\": ""
  1326. }
  1327. },
  1328. "notification-url": "https://packagist.org/downloads/",
  1329. "license": [
  1330. "MIT"
  1331. ],
  1332. "authors": [
  1333. {
  1334. "name": "PHP-FIG",
  1335. "homepage": "http://www.php-fig.org/"
  1336. }
  1337. ],
  1338. "description": "Common interface for logging libraries",
  1339. "keywords": [
  1340. "log",
  1341. "psr",
  1342. "psr-3"
  1343. ],
  1344. "time": "2012-12-21 11:40:51"
  1345. },
  1346. {
  1347. "name": "sensio/distribution-bundle",
  1348. "version": "v3.0.25",
  1349. "target-dir": "Sensio/Bundle/DistributionBundle",
  1350. "source": {
  1351. "type": "git",
  1352. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  1353. "reference": "01931139b0f067a4016d5d56e82c2b3086533b89"
  1354. },
  1355. "dist": {
  1356. "type": "zip",
  1357. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/01931139b0f067a4016d5d56e82c2b3086533b89",
  1358. "reference": "01931139b0f067a4016d5d56e82c2b3086533b89",
  1359. "shasum": ""
  1360. },
  1361. "require": {
  1362. "php": ">=5.3.3",
  1363. "sensiolabs/security-checker": "~2.0",
  1364. "symfony/class-loader": "~2.2",
  1365. "symfony/framework-bundle": "~2.3",
  1366. "symfony/process": "~2.2"
  1367. },
  1368. "require-dev": {
  1369. "symfony/form": "~2.2",
  1370. "symfony/validator": "~2.2",
  1371. "symfony/yaml": "~2.2"
  1372. },
  1373. "suggest": {
  1374. "symfony/form": "If you want to use the configurator",
  1375. "symfony/validator": "If you want to use the configurator",
  1376. "symfony/yaml": "If you want to use the configurator"
  1377. },
  1378. "type": "symfony-bundle",
  1379. "extra": {
  1380. "branch-alias": {
  1381. "dev-master": "3.0.x-dev"
  1382. }
  1383. },
  1384. "autoload": {
  1385. "psr-0": {
  1386. "Sensio\\Bundle\\DistributionBundle": ""
  1387. }
  1388. },
  1389. "notification-url": "https://packagist.org/downloads/",
  1390. "license": [
  1391. "MIT"
  1392. ],
  1393. "authors": [
  1394. {
  1395. "name": "Fabien Potencier",
  1396. "email": "fabien@symfony.com"
  1397. }
  1398. ],
  1399. "description": "Base bundle for Symfony Distributions",
  1400. "keywords": [
  1401. "configuration",
  1402. "distribution"
  1403. ],
  1404. "time": "2015-05-29 22:35:41"
  1405. },
  1406. {
  1407. "name": "sensio/framework-extra-bundle",
  1408. "version": "v3.0.8",
  1409. "source": {
  1410. "type": "git",
  1411. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  1412. "reference": "a30fc18bf147bc25faf6b1d54bf55cfad4b63cba"
  1413. },
  1414. "dist": {
  1415. "type": "zip",
  1416. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/a30fc18bf147bc25faf6b1d54bf55cfad4b63cba",
  1417. "reference": "a30fc18bf147bc25faf6b1d54bf55cfad4b63cba",
  1418. "shasum": ""
  1419. },
  1420. "require": {
  1421. "doctrine/common": "~2.2",
  1422. "symfony/framework-bundle": "~2.3"
  1423. },
  1424. "require-dev": {
  1425. "symfony/expression-language": "~2.4",
  1426. "symfony/security-bundle": "~2.4"
  1427. },
  1428. "suggest": {
  1429. "symfony/expression-language": "",
  1430. "symfony/psr-http-message-bridge": "To use the PSR-7 converters",
  1431. "symfony/security-bundle": ""
  1432. },
  1433. "type": "symfony-bundle",
  1434. "extra": {
  1435. "branch-alias": {
  1436. "dev-master": "3.0.x-dev"
  1437. }
  1438. },
  1439. "autoload": {
  1440. "psr-4": {
  1441. "Sensio\\Bundle\\FrameworkExtraBundle\\": ""
  1442. }
  1443. },
  1444. "notification-url": "https://packagist.org/downloads/",
  1445. "license": [
  1446. "MIT"
  1447. ],
  1448. "authors": [
  1449. {
  1450. "name": "Fabien Potencier",
  1451. "email": "fabien@symfony.com"
  1452. }
  1453. ],
  1454. "description": "This bundle provides a way to configure your controllers with annotations",
  1455. "keywords": [
  1456. "annotations",
  1457. "controllers"
  1458. ],
  1459. "time": "2015-05-29 18:27:23"
  1460. },
  1461. {
  1462. "name": "sensiolabs/security-checker",
  1463. "version": "v2.0.5",
  1464. "source": {
  1465. "type": "git",
  1466. "url": "https://github.com/sensiolabs/security-checker.git",
  1467. "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810"
  1468. },
  1469. "dist": {
  1470. "type": "zip",
  1471. "url": "https://api.github.com/repos/sensiolabs/security-checker/zipball/2c2a71f1c77d9765c12638c4724d9ca23658a810",
  1472. "reference": "2c2a71f1c77d9765c12638c4724d9ca23658a810",
  1473. "shasum": ""
  1474. },
  1475. "require": {
  1476. "ext-curl": "*",
  1477. "symfony/console": "~2.0"
  1478. },
  1479. "bin": [
  1480. "security-checker"
  1481. ],
  1482. "type": "library",
  1483. "extra": {
  1484. "branch-alias": {
  1485. "dev-master": "2.0-dev"
  1486. }
  1487. },
  1488. "autoload": {
  1489. "psr-0": {
  1490. "SensioLabs\\Security": ""
  1491. }
  1492. },
  1493. "notification-url": "https://packagist.org/downloads/",
  1494. "license": [
  1495. "MIT"
  1496. ],
  1497. "authors": [
  1498. {
  1499. "name": "Fabien Potencier",
  1500. "email": "fabien.potencier@gmail.com"
  1501. }
  1502. ],
  1503. "description": "A security checker for your composer.lock",
  1504. "time": "2015-05-28 14:22:40"
  1505. },
  1506. {
  1507. "name": "swiftmailer/swiftmailer",
  1508. "version": "v5.4.0",
  1509. "source": {
  1510. "type": "git",
  1511. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1512. "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f"
  1513. },
  1514. "dist": {
  1515. "type": "zip",
  1516. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/31454f258f10329ae7c48763eb898a75c39e0a9f",
  1517. "reference": "31454f258f10329ae7c48763eb898a75c39e0a9f",
  1518. "shasum": ""
  1519. },
  1520. "require": {
  1521. "php": ">=5.3.3"
  1522. },
  1523. "require-dev": {
  1524. "mockery/mockery": "~0.9.1"
  1525. },
  1526. "type": "library",
  1527. "extra": {
  1528. "branch-alias": {
  1529. "dev-master": "5.4-dev"
  1530. }
  1531. },
  1532. "autoload": {
  1533. "files": [
  1534. "lib/swift_required.php"
  1535. ]
  1536. },
  1537. "notification-url": "https://packagist.org/downloads/",
  1538. "license": [
  1539. "MIT"
  1540. ],
  1541. "authors": [
  1542. {
  1543. "name": "Chris Corbyn"
  1544. },
  1545. {
  1546. "name": "Fabien Potencier",
  1547. "email": "fabien@symfony.com"
  1548. }
  1549. ],
  1550. "description": "Swiftmailer, free feature-rich PHP mailer",
  1551. "homepage": "http://swiftmailer.org",
  1552. "keywords": [
  1553. "mail",
  1554. "mailer"
  1555. ],
  1556. "time": "2015-03-14 06:06:39"
  1557. },
  1558. {
  1559. "name": "symfony/assetic-bundle",
  1560. "version": "v2.6.1",
  1561. "source": {
  1562. "type": "git",
  1563. "url": "https://github.com/symfony/AsseticBundle.git",
  1564. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
  1565. },
  1566. "dist": {
  1567. "type": "zip",
  1568. "url": "https://api.github.com/repos/symfony/AsseticBundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  1569. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  1570. "shasum": ""
  1571. },
  1572. "require": {
  1573. "kriswallsmith/assetic": "~1.2",
  1574. "php": ">=5.3.0",
  1575. "symfony/console": "~2.3",
  1576. "symfony/dependency-injection": "~2.3",
  1577. "symfony/framework-bundle": "~2.3",
  1578. "symfony/yaml": "~2.3"
  1579. },
  1580. "require-dev": {
  1581. "kriswallsmith/spork": "~0.2",
  1582. "patchwork/jsqueeze": "~1.0",
  1583. "symfony/class-loader": "~2.3",
  1584. "symfony/css-selector": "~2.3",
  1585. "symfony/dom-crawler": "~2.3",
  1586. "symfony/twig-bundle": "~2.3"
  1587. },
  1588. "suggest": {
  1589. "kriswallsmith/spork": "to be able to dump assets in parallel",
  1590. "symfony/twig-bundle": "to use the Twig integration"
  1591. },
  1592. "type": "symfony-bundle",
  1593. "extra": {
  1594. "branch-alias": {
  1595. "dev-master": "2.5-dev"
  1596. }
  1597. },
  1598. "autoload": {
  1599. "psr-4": {
  1600. "Symfony\\Bundle\\AsseticBundle\\": ""
  1601. }
  1602. },
  1603. "notification-url": "https://packagist.org/downloads/",
  1604. "license": [
  1605. "MIT"
  1606. ],
  1607. "authors": [
  1608. {
  1609. "name": "Kris Wallsmith",
  1610. "email": "kris.wallsmith@gmail.com",
  1611. "homepage": "http://kriswallsmith.net/"
  1612. }
  1613. ],
  1614. "description": "Integrates Assetic into Symfony2",
  1615. "homepage": "https://github.com/symfony/AsseticBundle",
  1616. "keywords": [
  1617. "assets",
  1618. "compression",
  1619. "minification"
  1620. ],
  1621. "time": "2015-01-27 12:45:16"
  1622. },
  1623. {
  1624. "name": "symfony/monolog-bundle",
  1625. "version": "v2.7.1",
  1626. "source": {
  1627. "type": "git",
  1628. "url": "https://github.com/symfony/MonologBundle.git",
  1629. "reference": "9320b6863404c70ebe111e9040dab96f251de7ac"
  1630. },
  1631. "dist": {
  1632. "type": "zip",
  1633. "url": "https://api.github.com/repos/symfony/MonologBundle/zipball/9320b6863404c70ebe111e9040dab96f251de7ac",
  1634. "reference": "9320b6863404c70ebe111e9040dab96f251de7ac",
  1635. "shasum": ""
  1636. },
  1637. "require": {
  1638. "monolog/monolog": "~1.8",
  1639. "php": ">=5.3.2",
  1640. "symfony/config": "~2.3",
  1641. "symfony/dependency-injection": "~2.3",
  1642. "symfony/http-kernel": "~2.3",
  1643. "symfony/monolog-bridge": "~2.3"
  1644. },
  1645. "require-dev": {
  1646. "symfony/console": "~2.3",
  1647. "symfony/yaml": "~2.3"
  1648. },
  1649. "type": "symfony-bundle",
  1650. "extra": {
  1651. "branch-alias": {
  1652. "dev-master": "2.7.x-dev"
  1653. }
  1654. },
  1655. "autoload": {
  1656. "psr-4": {
  1657. "Symfony\\Bundle\\MonologBundle\\": ""
  1658. }
  1659. },
  1660. "notification-url": "https://packagist.org/downloads/",
  1661. "license": [
  1662. "MIT"
  1663. ],
  1664. "authors": [
  1665. {
  1666. "name": "Symfony Community",
  1667. "homepage": "http://symfony.com/contributors"
  1668. },
  1669. {
  1670. "name": "Fabien Potencier",
  1671. "email": "fabien@symfony.com"
  1672. }
  1673. ],
  1674. "description": "Symfony MonologBundle",
  1675. "homepage": "http://symfony.com",
  1676. "keywords": [
  1677. "log",
  1678. "logging"
  1679. ],
  1680. "time": "2015-01-04 20:21:17"
  1681. },
  1682. {
  1683. "name": "symfony/swiftmailer-bundle",
  1684. "version": "v2.3.8",
  1685. "source": {
  1686. "type": "git",
  1687. "url": "https://github.com/symfony/SwiftmailerBundle.git",
  1688. "reference": "970b13d01871207e81d17b17ddda025e7e21e797"
  1689. },
  1690. "dist": {
  1691. "type": "zip",
  1692. "url": "https://api.github.com/repos/symfony/SwiftmailerBundle/zipball/970b13d01871207e81d17b17ddda025e7e21e797",
  1693. "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
  1694. "shasum": ""
  1695. },
  1696. "require": {
  1697. "php": ">=5.3.2",
  1698. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  1699. "symfony/swiftmailer-bridge": "~2.1"
  1700. },
  1701. "require-dev": {
  1702. "symfony/config": "~2.1",
  1703. "symfony/dependency-injection": "~2.1",
  1704. "symfony/http-kernel": "~2.1",
  1705. "symfony/yaml": "~2.1"
  1706. },
  1707. "suggest": {
  1708. "psr/log": "Allows logging"
  1709. },
  1710. "type": "symfony-bundle",
  1711. "extra": {
  1712. "branch-alias": {
  1713. "dev-master": "2.3-dev"
  1714. }
  1715. },
  1716. "autoload": {
  1717. "psr-4": {
  1718. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  1719. }
  1720. },
  1721. "notification-url": "https://packagist.org/downloads/",
  1722. "license": [
  1723. "MIT"
  1724. ],
  1725. "authors": [
  1726. {
  1727. "name": "Symfony Community",
  1728. "homepage": "http://symfony.com/contributors"
  1729. },
  1730. {
  1731. "name": "Fabien Potencier",
  1732. "email": "fabien@symfony.com"
  1733. }
  1734. ],
  1735. "description": "Symfony SwiftmailerBundle",
  1736. "homepage": "http://symfony.com",
  1737. "time": "2014-12-01 17:44:50"
  1738. },
  1739. {
  1740. "name": "symfony/symfony",
  1741. "version": "v2.7.0",
  1742. "source": {
  1743. "type": "git",
  1744. "url": "https://github.com/symfony/symfony.git",
  1745. "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46"
  1746. },
  1747. "dist": {
  1748. "type": "zip",
  1749. "url": "https://api.github.com/repos/symfony/symfony/zipball/9975b1eca3de4db792a2c3e4e16f676a4aadcd46",
  1750. "reference": "9975b1eca3de4db792a2c3e4e16f676a4aadcd46",
  1751. "shasum": ""
  1752. },
  1753. "require": {
  1754. "doctrine/common": "~2.3",
  1755. "php": ">=5.3.9",
  1756. "psr/log": "~1.0",
  1757. "twig/twig": "~1.18"
  1758. },
  1759. "replace": {
  1760. "symfony/asset": "self.version",
  1761. "symfony/browser-kit": "self.version",
  1762. "symfony/class-loader": "self.version",
  1763. "symfony/config": "self.version",
  1764. "symfony/console": "self.version",
  1765. "symfony/css-selector": "self.version",
  1766. "symfony/debug": "self.version",
  1767. "symfony/debug-bundle": "self.version",
  1768. "symfony/dependency-injection": "self.version",
  1769. "symfony/doctrine-bridge": "self.version",
  1770. "symfony/dom-crawler": "self.version",
  1771. "symfony/event-dispatcher": "self.version",
  1772. "symfony/expression-language": "self.version",
  1773. "symfony/filesystem": "self.version",
  1774. "symfony/finder": "self.version",
  1775. "symfony/form": "self.version",
  1776. "symfony/framework-bundle": "self.version",
  1777. "symfony/http-foundation": "self.version",
  1778. "symfony/http-kernel": "self.version",
  1779. "symfony/intl": "self.version",
  1780. "symfony/locale": "self.version",
  1781. "symfony/monolog-bridge": "self.version",
  1782. "symfony/options-resolver": "self.version",
  1783. "symfony/process": "self.version",
  1784. "symfony/property-access": "self.version",
  1785. "symfony/proxy-manager-bridge": "self.version",
  1786. "symfony/routing": "self.version",
  1787. "symfony/security": "self.version",
  1788. "symfony/security-acl": "self.version",
  1789. "symfony/security-bundle": "self.version",
  1790. "symfony/security-core": "self.version",
  1791. "symfony/security-csrf": "self.version",
  1792. "symfony/security-http": "self.version",
  1793. "symfony/serializer": "self.version",
  1794. "symfony/stopwatch": "self.version",
  1795. "symfony/swiftmailer-bridge": "self.version",
  1796. "symfony/templating": "self.version",
  1797. "symfony/translation": "self.version",
  1798. "symfony/twig-bridge": "self.version",
  1799. "symfony/twig-bundle": "self.version",
  1800. "symfony/validator": "self.version",
  1801. "symfony/var-dumper": "self.version",
  1802. "symfony/web-profiler-bundle": "self.version",
  1803. "symfony/yaml": "self.version"
  1804. },
  1805. "require-dev": {
  1806. "doctrine/data-fixtures": "1.0.*",
  1807. "doctrine/dbal": "~2.2",
  1808. "doctrine/doctrine-bundle": "~1.2",
  1809. "doctrine/orm": "~2.2,>=2.2.3",
  1810. "egulias/email-validator": "~1.2",
  1811. "ircmaxell/password-compat": "~1.0",
  1812. "monolog/monolog": "~1.11",
  1813. "ocramius/proxy-manager": "~0.4|~1.0",
  1814. "symfony/phpunit-bridge": "self.version"
  1815. },
  1816. "type": "library",
  1817. "extra": {
  1818. "branch-alias": {
  1819. "dev-master": "2.7-dev"
  1820. }
  1821. },
  1822. "autoload": {
  1823. "psr-4": {
  1824. "Symfony\\Bridge\\Doctrine\\": "src/Symfony/Bridge/Doctrine/",
  1825. "Symfony\\Bridge\\Monolog\\": "src/Symfony/Bridge/Monolog/",
  1826. "Symfony\\Bridge\\ProxyManager\\": "src/Symfony/Bridge/ProxyManager/",
  1827. "Symfony\\Bridge\\Swiftmailer\\": "src/Symfony/Bridge/Swiftmailer/",
  1828. "Symfony\\Bridge\\Twig\\": "src/Symfony/Bridge/Twig/",
  1829. "Symfony\\Bundle\\": "src/Symfony/Bundle/",
  1830. "Symfony\\Component\\": "src/Symfony/Component/"
  1831. },
  1832. "classmap": [
  1833. "src/Symfony/Component/HttpFoundation/Resources/stubs",
  1834. "src/Symfony/Component/Intl/Resources/stubs"
  1835. ],
  1836. "files": [
  1837. "src/Symfony/Component/Intl/Resources/stubs/functions.php"
  1838. ]
  1839. },
  1840. "notification-url": "https://packagist.org/downloads/",
  1841. "license": [
  1842. "MIT"
  1843. ],
  1844. "authors": [
  1845. {
  1846. "name": "Fabien Potencier",
  1847. "email": "fabien@symfony.com"
  1848. },
  1849. {
  1850. "name": "Symfony Community",
  1851. "homepage": "https://symfony.com/contributors"
  1852. }
  1853. ],
  1854. "description": "The Symfony PHP framework",
  1855. "homepage": "https://symfony.com",
  1856. "keywords": [
  1857. "framework"
  1858. ],
  1859. "time": "2015-05-30 16:52:28"
  1860. },
  1861. {
  1862. "name": "twig/twig",
  1863. "version": "v1.18.1",
  1864. "source": {
  1865. "type": "git",
  1866. "url": "https://github.com/twigphp/Twig.git",
  1867. "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f"
  1868. },
  1869. "dist": {
  1870. "type": "zip",
  1871. "url": "https://api.github.com/repos/twigphp/Twig/zipball/9f70492f44398e276d1b81c1b43adfe6751c7b7f",
  1872. "reference": "9f70492f44398e276d1b81c1b43adfe6751c7b7f",
  1873. "shasum": ""
  1874. },
  1875. "require": {
  1876. "php": ">=5.2.7"
  1877. },
  1878. "type": "library",
  1879. "extra": {
  1880. "branch-alias": {
  1881. "dev-master": "1.18-dev"
  1882. }
  1883. },
  1884. "autoload": {
  1885. "psr-0": {
  1886. "Twig_": "lib/"
  1887. }
  1888. },
  1889. "notification-url": "https://packagist.org/downloads/",
  1890. "license": [
  1891. "BSD-3-Clause"
  1892. ],
  1893. "authors": [
  1894. {
  1895. "name": "Fabien Potencier",
  1896. "email": "fabien@symfony.com",
  1897. "homepage": "http://fabien.potencier.org",
  1898. "role": "Lead Developer"
  1899. },
  1900. {
  1901. "name": "Armin Ronacher",
  1902. "email": "armin.ronacher@active-4.com",
  1903. "role": "Project Founder"
  1904. },
  1905. {
  1906. "name": "Twig Team",
  1907. "homepage": "http://twig.sensiolabs.org/contributors",
  1908. "role": "Contributors"
  1909. }
  1910. ],
  1911. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1912. "homepage": "http://twig.sensiolabs.org",
  1913. "keywords": [
  1914. "templating"
  1915. ],
  1916. "time": "2015-04-19 08:30:27"
  1917. }
  1918. ],
  1919. "packages-dev": [
  1920. {
  1921. "name": "jms/metadata",
  1922. "version": "1.5.1",
  1923. "source": {
  1924. "type": "git",
  1925. "url": "https://github.com/schmittjoh/metadata.git",
  1926. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
  1927. },
  1928. "dist": {
  1929. "type": "zip",
  1930. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/22b72455559a25777cfd28c4ffda81ff7639f353",
  1931. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
  1932. "shasum": ""
  1933. },
  1934. "require": {
  1935. "php": ">=5.3.0"
  1936. },
  1937. "require-dev": {
  1938. "doctrine/cache": "~1.0"
  1939. },
  1940. "type": "library",
  1941. "extra": {
  1942. "branch-alias": {
  1943. "dev-master": "1.5.x-dev"
  1944. }
  1945. },
  1946. "autoload": {
  1947. "psr-0": {
  1948. "Metadata\\": "src/"
  1949. }
  1950. },
  1951. "notification-url": "https://packagist.org/downloads/",
  1952. "license": [
  1953. "Apache"
  1954. ],
  1955. "authors": [
  1956. {
  1957. "name": "Johannes Schmitt",
  1958. "email": "schmittjoh@gmail.com",
  1959. "homepage": "https://github.com/schmittjoh",
  1960. "role": "Developer of wrapped JMSSerializerBundle"
  1961. }
  1962. ],
  1963. "description": "Class/method/property metadata management in PHP",
  1964. "keywords": [
  1965. "annotations",
  1966. "metadata",
  1967. "xml",
  1968. "yaml"
  1969. ],
  1970. "time": "2014-07-12 07:13:19"
  1971. },
  1972. {
  1973. "name": "sensio/generator-bundle",
  1974. "version": "v2.5.3",
  1975. "target-dir": "Sensio/Bundle/GeneratorBundle",
  1976. "source": {
  1977. "type": "git",
  1978. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  1979. "reference": "e50108c2133ee5c9c484555faed50c17a61221d3"
  1980. },
  1981. "dist": {
  1982. "type": "zip",
  1983. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/e50108c2133ee5c9c484555faed50c17a61221d3",
  1984. "reference": "e50108c2133ee5c9c484555faed50c17a61221d3",
  1985. "shasum": ""
  1986. },
  1987. "require": {
  1988. "symfony/console": "~2.5",
  1989. "symfony/framework-bundle": "~2.2"
  1990. },
  1991. "require-dev": {
  1992. "doctrine/orm": "~2.2,>=2.2.3",
  1993. "symfony/doctrine-bridge": "~2.2",
  1994. "twig/twig": "~1.11"
  1995. },
  1996. "type": "symfony-bundle",
  1997. "extra": {
  1998. "branch-alias": {
  1999. "dev-master": "2.5.x-dev"
  2000. }
  2001. },
  2002. "autoload": {
  2003. "psr-0": {
  2004. "Sensio\\Bundle\\GeneratorBundle": ""
  2005. }
  2006. },
  2007. "notification-url": "https://packagist.org/downloads/",
  2008. "license": [
  2009. "MIT"
  2010. ],
  2011. "authors": [
  2012. {
  2013. "name": "Fabien Potencier",
  2014. "email": "fabien@symfony.com"
  2015. }
  2016. ],
  2017. "description": "This bundle generates code for you",
  2018. "time": "2015-03-17 06:36:52"
  2019. }
  2020. ],
  2021. "aliases": [],
  2022. "minimum-stability": "stable",
  2023. "stability-flags": {
  2024. "symfony/symfony": 10,
  2025. "friendsofsymfony/user-bundle": 20,
  2026. "doctrine/migrations": 20
  2027. },
  2028. "prefer-stable": false,
  2029. "prefer-lowest": false,
  2030. "platform": {
  2031. "php": ">=5.3.3"
  2032. },
  2033. "platform-dev": []
  2034. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement