Advertisement
Guest User

Untitled

a guest
Aug 27th, 2013
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 43.71 KB | None | 0 0
  1. {
  2. "hash": "afc6c8c8b9fe2252c0f74737aa59060b",
  3. "packages": [
  4. {
  5. "name": "doctrine/common",
  6. "version": "2.3.0",
  7. "source": {
  8. "type": "git",
  9. "url": "https://github.com/doctrine/common",
  10. "reference": "2.3.0"
  11. },
  12. "dist": {
  13. "type": "zip",
  14. "url": "https://github.com/doctrine/common/zipball/2.3.0",
  15. "reference": "2.3.0",
  16. "shasum": ""
  17. },
  18. "require": {
  19. "php": ">=5.3.2"
  20. },
  21. "time": "2012-09-19 22:55:18",
  22. "type": "library",
  23. "extra": {
  24. "branch-alias": {
  25. "dev-master": "2.3.x-dev"
  26. }
  27. },
  28. "autoload": {
  29. "psr-0": {
  30. "Doctrine\\Common": "lib/"
  31. }
  32. },
  33. "notification-url": "https://packagist.org/downloads/",
  34. "license": [
  35. "MIT"
  36. ],
  37. "authors": [
  38. {
  39. "name": "Jonathan Wage",
  40. "email": "jonwage@gmail.com",
  41. "homepage": "http://www.jwage.com/"
  42. },
  43. {
  44. "name": "Guilherme Blanco",
  45. "email": "guilhermeblanco@gmail.com",
  46. "homepage": "http://www.instaclick.com"
  47. },
  48. {
  49. "name": "Roman Borschel",
  50. "email": "roman@code-factory.org"
  51. },
  52. {
  53. "name": "Benjamin Eberlei",
  54. "email": "kontakt@beberlei.de"
  55. },
  56. {
  57. "name": "Johannes Schmitt",
  58. "email": "schmittjoh@gmail.com",
  59. "homepage": "https://github.com/schmittjoh",
  60. "role": "Developer of wrapped JMSSerializerBundle"
  61. }
  62. ],
  63. "description": "Common Library for Doctrine projects",
  64. "homepage": "http://www.doctrine-project.org",
  65. "keywords": [
  66. "collections",
  67. "spl",
  68. "eventmanager",
  69. "annotations",
  70. "persistence"
  71. ]
  72. },
  73. {
  74. "name": "doctrine/dbal",
  75. "version": "2.3.2",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/doctrine/dbal",
  79. "reference": "2.3.2"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://github.com/doctrine/dbal/archive/2.3.2.zip",
  84. "reference": "2.3.2",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": ">=5.3.2",
  89. "doctrine/common": "2.3.*"
  90. },
  91. "time": "2013-01-07 20:03:43",
  92. "type": "library",
  93. "extra": {
  94. "branch-alias": {
  95. "dev-master": "2.3.x-dev"
  96. }
  97. },
  98. "autoload": {
  99. "psr-0": {
  100. "Doctrine\\DBAL": "lib/"
  101. }
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "MIT"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Jonathan Wage",
  110. "email": "jonwage@gmail.com",
  111. "homepage": "http://www.jwage.com/"
  112. },
  113. {
  114. "name": "Guilherme Blanco",
  115. "email": "guilhermeblanco@gmail.com",
  116. "homepage": "http://www.instaclick.com"
  117. },
  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. "description": "Database Abstraction Layer",
  128. "homepage": "http://www.doctrine-project.org",
  129. "keywords": [
  130. "database",
  131. "persistence",
  132. "dbal",
  133. "queryobject"
  134. ]
  135. },
  136. {
  137. "name": "doctrine/doctrine-bundle",
  138. "version": "v1.1.0",
  139. "target-dir": "Doctrine/Bundle/DoctrineBundle",
  140. "source": {
  141. "type": "git",
  142. "url": "git://github.com/doctrine/DoctrineBundle.git",
  143. "reference": "v1.1.0"
  144. },
  145. "dist": {
  146. "type": "zip",
  147. "url": "https://github.com/doctrine/DoctrineBundle/archive/v1.1.0.zip",
  148. "reference": "v1.1.0",
  149. "shasum": ""
  150. },
  151. "require": {
  152. "php": ">=5.3.2",
  153. "symfony/framework-bundle": "2.1.*",
  154. "symfony/doctrine-bridge": "2.1.*",
  155. "doctrine/dbal": ">=2.2,<2.5-dev",
  156. "jdorn/sql-formatter": ">=1.1,<2.0"
  157. },
  158. "require-dev": {
  159. "doctrine/orm": ">=2.2,<2.5-dev",
  160. "symfony/yaml": "2.1.*",
  161. "symfony/validator": "2.1.*"
  162. },
  163. "suggest": {
  164. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle."
  165. },
  166. "time": "2013-01-12 13:20:23",
  167. "type": "symfony-bundle",
  168. "extra": {
  169. "branch-alias": {
  170. "dev-master": "1.1.x-dev"
  171. }
  172. },
  173. "autoload": {
  174. "psr-0": {
  175. "Doctrine\\Bundle\\DoctrineBundle": ""
  176. }
  177. },
  178. "notification-url": "https://packagist.org/downloads/",
  179. "license": [
  180. "MIT"
  181. ],
  182. "authors": [
  183. {
  184. "name": "Fabien Potencier",
  185. "email": "fabien@symfony.com"
  186. },
  187. {
  188. "name": "Symfony Community",
  189. "homepage": "http://symfony.com/contributors"
  190. },
  191. {
  192. "name": "Benjamin Eberlei",
  193. "email": "kontakt@beberlei.de"
  194. }
  195. ],
  196. "description": "Symfony DoctrineBundle",
  197. "homepage": "http://www.doctrine-project.org",
  198. "keywords": [
  199. "database",
  200. "orm",
  201. "persistence",
  202. "dbal"
  203. ]
  204. },
  205. {
  206. "name": "doctrine/orm",
  207. "version": "2.3.2",
  208. "source": {
  209. "type": "git",
  210. "url": "git://github.com/doctrine/doctrine2.git",
  211. "reference": "2.3.2"
  212. },
  213. "dist": {
  214. "type": "zip",
  215. "url": "https://github.com/doctrine/doctrine2/archive/2.3.2.zip",
  216. "reference": "2.3.2",
  217. "shasum": ""
  218. },
  219. "require": {
  220. "php": ">=5.3.2",
  221. "ext-pdo": "*",
  222. "doctrine/dbal": "2.3.*",
  223. "symfony/console": "2.*"
  224. },
  225. "suggest": {
  226. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  227. },
  228. "time": "2013-01-07 20:05:04",
  229. "bin": [
  230. "bin/doctrine",
  231. "bin/doctrine.php"
  232. ],
  233. "type": "library",
  234. "extra": {
  235. "branch-alias": {
  236. "dev-master": "2.3.x-dev"
  237. }
  238. },
  239. "autoload": {
  240. "psr-0": {
  241. "Doctrine\\ORM": "lib/"
  242. }
  243. },
  244. "notification-url": "https://packagist.org/downloads/",
  245. "license": [
  246. "MIT"
  247. ],
  248. "authors": [
  249. {
  250. "name": "Jonathan Wage",
  251. "email": "jonwage@gmail.com",
  252. "homepage": "http://www.jwage.com/"
  253. },
  254. {
  255. "name": "Guilherme Blanco",
  256. "email": "guilhermeblanco@gmail.com",
  257. "homepage": "http://www.instaclick.com"
  258. },
  259. {
  260. "name": "Roman Borschel",
  261. "email": "roman@code-factory.org"
  262. },
  263. {
  264. "name": "Benjamin Eberlei",
  265. "email": "kontakt@beberlei.de"
  266. }
  267. ],
  268. "description": "Object-Relational-Mapper for PHP",
  269. "homepage": "http://www.doctrine-project.org",
  270. "keywords": [
  271. "database",
  272. "orm"
  273. ]
  274. },
  275. {
  276. "name": "jdorn/sql-formatter",
  277. "version": "v1.2.0",
  278. "source": {
  279. "type": "git",
  280. "url": "git://github.com/jdorn/sql-formatter.git",
  281. "reference": "v1.2.0"
  282. },
  283. "dist": {
  284. "type": "zip",
  285. "url": "https://github.com/jdorn/sql-formatter/archive/v1.2.0.zip",
  286. "reference": "v1.2.0",
  287. "shasum": ""
  288. },
  289. "require": {
  290. "php": ">=5.2.4"
  291. },
  292. "time": "2012-12-22 21:46:50",
  293. "type": "library",
  294. "extra": {
  295. "branch-alias": {
  296. "dev-master": "1.3.x-dev"
  297. }
  298. },
  299. "autoload": {
  300. "classmap": [
  301. "lib"
  302. ]
  303. },
  304. "notification-url": "https://packagist.org/downloads/",
  305. "license": [
  306. "LGPL"
  307. ],
  308. "authors": [
  309. {
  310. "name": "Jeremy Dorn",
  311. "email": "jeremy@jeremydorn.com",
  312. "homepage": "http://jeremydorn.com/"
  313. }
  314. ],
  315. "description": "a PHP SQL highlighting library",
  316. "homepage": "https://github.com/jdorn/sql-formatter/",
  317. "keywords": [
  318. "sql",
  319. "highlight"
  320. ]
  321. },
  322. {
  323. "name": "jms/aop-bundle",
  324. "version": "1.0.0",
  325. "target-dir": "JMS/AopBundle",
  326. "source": {
  327. "type": "git",
  328. "url": "https://github.com/schmittjoh/JMSAopBundle",
  329. "reference": "1.0.0"
  330. },
  331. "dist": {
  332. "type": "zip",
  333. "url": "https://github.com/schmittjoh/JMSAopBundle/zipball/1.0.0",
  334. "reference": "1.0.0",
  335. "shasum": ""
  336. },
  337. "require": {
  338. "symfony/framework-bundle": "2.*",
  339. "jms/cg": "1.0.0"
  340. },
  341. "time": "2012-01-02 12:50:26",
  342. "type": "symfony-bundle",
  343. "autoload": {
  344. "psr-0": {
  345. "JMS\\AopBundle": ""
  346. }
  347. },
  348. "notification-url": "https://packagist.org/downloads/",
  349. "license": [
  350. "Apache"
  351. ],
  352. "authors": [
  353. {
  354. "name": "Johannes M. Schmitt",
  355. "email": "schmittjoh@gmail.com",
  356. "homepage": "https://github.com/schmittjoh",
  357. "role": "Developer of wrapped JMSSerializerBundle"
  358. }
  359. ],
  360. "description": "Adds AOP capabilities to Symfony2",
  361. "keywords": [
  362. "annotations",
  363. "aop"
  364. ]
  365. },
  366. {
  367. "name": "jms/cg",
  368. "version": "1.0.0",
  369. "source": {
  370. "type": "git",
  371. "url": "git://github.com/schmittjoh/cg-library.git",
  372. "reference": "1.0.0"
  373. },
  374. "dist": {
  375. "type": "zip",
  376. "url": "https://github.com/schmittjoh/cg-library/zipball/1.0.0",
  377. "reference": "1.0.0",
  378. "shasum": ""
  379. },
  380. "require": {
  381. "php": ">=5.3.0"
  382. },
  383. "time": "2012-01-02 12:40:52",
  384. "type": "library",
  385. "autoload": {
  386. "psr-0": {
  387. "CG\\": "src/"
  388. }
  389. },
  390. "notification-url": "https://packagist.org/downloads/",
  391. "license": [
  392. "Apache"
  393. ],
  394. "authors": [
  395. {
  396. "name": "Johannes M. Schmitt",
  397. "email": "schmittjoh@gmail.com",
  398. "homepage": "https://github.com/schmittjoh",
  399. "role": "Developer of wrapped JMSSerializerBundle"
  400. }
  401. ],
  402. "description": "Toolset for generating PHP code",
  403. "keywords": [
  404. "code generation"
  405. ]
  406. },
  407. {
  408. "name": "jms/di-extra-bundle",
  409. "version": "1.1.1",
  410. "target-dir": "JMS/DiExtraBundle",
  411. "source": {
  412. "type": "git",
  413. "url": "https://github.com/schmittjoh/JMSDiExtraBundle",
  414. "reference": "1.1.1"
  415. },
  416. "dist": {
  417. "type": "zip",
  418. "url": "https://github.com/schmittjoh/JMSDiExtraBundle/archive/1.1.1.zip",
  419. "reference": "1.1.1",
  420. "shasum": ""
  421. },
  422. "require": {
  423. "symfony/framework-bundle": "2.1.*",
  424. "symfony/process": "2.1.*",
  425. "symfony/finder": "2.1.*",
  426. "jms/aop-bundle": "1.0.*",
  427. "jms/metadata": "1.1.*"
  428. },
  429. "require-dev": {
  430. "symfony/validator": "*",
  431. "symfony/form": "*",
  432. "symfony/class-loader": "*",
  433. "symfony/yaml": "*",
  434. "symfony/browser-kit": "*",
  435. "symfony/security-bundle": "*",
  436. "symfony/twig-bundle": "*",
  437. "sensio/framework-extra-bundle": "*",
  438. "jms/security-extra-bundle": "1.*",
  439. "doctrine/doctrine-bundle": "*",
  440. "doctrine/orm": "*"
  441. },
  442. "time": "2012-09-21 01:56:32",
  443. "type": "symfony-bundle",
  444. "autoload": {
  445. "psr-0": {
  446. "JMS\\DiExtraBundle": ""
  447. }
  448. },
  449. "notification-url": "https://packagist.org/downloads/",
  450. "license": [
  451. "Apache"
  452. ],
  453. "authors": [
  454. {
  455. "name": "Johannes M. Schmitt",
  456. "email": "schmittjoh@gmail.com",
  457. "homepage": "https://github.com/schmittjoh",
  458. "role": "Developer of wrapped JMSSerializerBundle"
  459. }
  460. ],
  461. "description": "Allows to configure dependency injection using annotations",
  462. "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
  463. "keywords": [
  464. "dependency injection",
  465. "annotations"
  466. ]
  467. },
  468. {
  469. "name": "jms/metadata",
  470. "version": "1.1.1",
  471. "source": {
  472. "type": "git",
  473. "url": "https://github.com/schmittjoh/metadata",
  474. "reference": "1.1.1"
  475. },
  476. "dist": {
  477. "type": "zip",
  478. "url": "https://github.com/schmittjoh/metadata/zipball/1.1.1",
  479. "reference": "1.1.1",
  480. "shasum": ""
  481. },
  482. "require": {
  483. "php": ">=5.3.0"
  484. },
  485. "time": "2012-01-02 13:32:49",
  486. "type": "library",
  487. "autoload": {
  488. "psr-0": {
  489. "Metadata\\": "src/"
  490. }
  491. },
  492. "notification-url": "https://packagist.org/downloads/",
  493. "license": [
  494. "Apache"
  495. ],
  496. "authors": [
  497. {
  498. "name": "Johannes M. Schmitt",
  499. "email": "schmittjoh@gmail.com",
  500. "homepage": "https://github.com/schmittjoh",
  501. "role": "Developer of wrapped JMSSerializerBundle"
  502. }
  503. ],
  504. "description": "Class/method/property metadata management in PHP",
  505. "keywords": [
  506. "annotations",
  507. "yaml",
  508. "xml",
  509. "metadata"
  510. ]
  511. },
  512. {
  513. "name": "jms/security-extra-bundle",
  514. "version": "1.2.0",
  515. "target-dir": "JMS/SecurityExtraBundle",
  516. "source": {
  517. "type": "git",
  518. "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle",
  519. "reference": "1.2.0"
  520. },
  521. "dist": {
  522. "type": "zip",
  523. "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle/zipball/1.2.0",
  524. "reference": "1.2.0",
  525. "shasum": ""
  526. },
  527. "require": {
  528. "symfony/framework-bundle": "2.1.*",
  529. "symfony/security-bundle": "*",
  530. "jms/metadata": "1.1.*",
  531. "jms/aop-bundle": "1.0.*",
  532. "jms/di-extra-bundle": "1.1.*"
  533. },
  534. "require-dev": {
  535. "sensio/framework-extra-bundle": "*",
  536. "symfony/class-loader": "*",
  537. "symfony/yaml": "*",
  538. "symfony/browser-kit": "*",
  539. "symfony/finder": "*",
  540. "symfony/css-selector": "*",
  541. "symfony/process": "*",
  542. "doctrine/doctrine-bundle": "*",
  543. "symfony/twig-bundle": "*",
  544. "doctrine/orm": "*",
  545. "symfony/form": "*",
  546. "symfony/validator": "*"
  547. },
  548. "time": "2012-09-06 09:12:03",
  549. "type": "symfony-bundle",
  550. "autoload": {
  551. "psr-0": {
  552. "JMS\\SecurityExtraBundle": ""
  553. }
  554. },
  555. "notification-url": "https://packagist.org/downloads/",
  556. "license": [
  557. "Apache2"
  558. ],
  559. "authors": [
  560. {
  561. "name": "Johannes M. Schmitt",
  562. "email": "schmittjoh@gmail.com",
  563. "homepage": "https://github.com/schmittjoh",
  564. "role": "Developer of wrapped JMSSerializerBundle"
  565. }
  566. ],
  567. "description": "Enhances the Symfony2 Security Component by adding several new features",
  568. "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
  569. "keywords": [
  570. "annotations",
  571. "authorization",
  572. "security",
  573. "secure",
  574. "expression"
  575. ]
  576. },
  577. {
  578. "name": "kriswallsmith/assetic",
  579. "version": "dev-master",
  580. "source": {
  581. "type": "git",
  582. "url": "http://github.com/kriswallsmith/assetic.git",
  583. "reference": "5591252faa1c7f3299660daebffd63dee2746b7e"
  584. },
  585. "dist": {
  586. "type": "zip",
  587. "url": "https://github.com/kriswallsmith/assetic/archive/5591252faa1c7f3299660daebffd63dee2746b7e.zip",
  588. "reference": "5591252faa1c7f3299660daebffd63dee2746b7e",
  589. "shasum": ""
  590. },
  591. "require": {
  592. "symfony/process": ">=2.1.0,<2.3-dev",
  593. "php": ">=5.3.1"
  594. },
  595. "require-dev": {
  596. "twig/twig": ">=1.6.0,<2.0",
  597. "leafo/lessphp": "*",
  598. "leafo/scssphp": "*",
  599. "ptachoire/cssembed": "*",
  600. "leafo/scssphp-compass": "*",
  601. "cssmin/cssmin": "*",
  602. "mrclay/minify": "*",
  603. "kamicane/packager": "*",
  604. "joliclic/javascript-packer": "*"
  605. },
  606. "suggest": {
  607. "twig/twig": "Assetic provides the integration with the Twig templating engine",
  608. "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
  609. "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
  610. "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
  611. "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin"
  612. },
  613. "time": "2013-01-12 22:20:24",
  614. "type": "library",
  615. "extra": {
  616. "branch-alias": {
  617. "dev-master": "1.1-dev"
  618. }
  619. },
  620. "autoload": {
  621. "psr-0": {
  622. "Assetic": "src/"
  623. },
  624. "files": [
  625. "src/functions.php"
  626. ]
  627. },
  628. "notification-url": "https://packagist.org/downloads/",
  629. "license": [
  630. "MIT"
  631. ],
  632. "authors": [
  633. {
  634. "name": "Kris Wallsmith",
  635. "email": "kris.wallsmith@gmail.com",
  636. "homepage": "http://kriswallsmith.net/"
  637. }
  638. ],
  639. "description": "Asset Management for PHP",
  640. "homepage": "https://github.com/kriswallsmith/assetic",
  641. "keywords": [
  642. "assets",
  643. "compression",
  644. "minification"
  645. ]
  646. },
  647. {
  648. "name": "monolog/monolog",
  649. "version": "1.2.1",
  650. "source": {
  651. "type": "git",
  652. "url": "https://github.com/Seldaek/monolog",
  653. "reference": "1.2.1"
  654. },
  655. "dist": {
  656. "type": "zip",
  657. "url": "https://github.com/Seldaek/monolog/zipball/1.2.1",
  658. "reference": "1.2.1",
  659. "shasum": ""
  660. },
  661. "require": {
  662. "php": ">=5.3.0"
  663. },
  664. "require-dev": {
  665. "mlehner/gelf-php": "1.0.*"
  666. },
  667. "suggest": {
  668. "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  669. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  670. "ext-mongo": "Allow sending log messages to a MongoDB server"
  671. },
  672. "time": "2012-08-29 04:53:20",
  673. "type": "library",
  674. "extra": {
  675. "branch-alias": {
  676. "dev-master": "1.3.x-dev"
  677. }
  678. },
  679. "autoload": {
  680. "psr-0": {
  681. "Monolog": "src/"
  682. }
  683. },
  684. "notification-url": "https://packagist.org/downloads/",
  685. "license": [
  686. "MIT"
  687. ],
  688. "authors": [
  689. {
  690. "name": "Jordi Boggiano",
  691. "email": "j.boggiano@seld.be",
  692. "homepage": "http://seld.be",
  693. "role": "Developer"
  694. }
  695. ],
  696. "description": "Logging for PHP 5.3",
  697. "homepage": "http://github.com/Seldaek/monolog",
  698. "keywords": [
  699. "log",
  700. "logging"
  701. ]
  702. },
  703. {
  704. "name": "sensio/distribution-bundle",
  705. "version": "v2.1.7",
  706. "target-dir": "Sensio/Bundle/DistributionBundle",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/sensio/SensioDistributionBundle",
  710. "reference": "v2.1.7"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://github.com/sensio/SensioDistributionBundle/archive/v2.1.7.zip",
  715. "reference": "v2.1.7",
  716. "shasum": ""
  717. },
  718. "require": {
  719. "symfony/framework-bundle": "2.1.*"
  720. },
  721. "time": "2013-01-04 17:11:22",
  722. "type": "symfony-bundle",
  723. "extra": {
  724. "branch-alias": {
  725. "dev-master": "2.1.x-dev"
  726. }
  727. },
  728. "autoload": {
  729. "psr-0": {
  730. "Sensio\\Bundle\\DistributionBundle": ""
  731. }
  732. },
  733. "notification-url": "https://packagist.org/downloads/",
  734. "license": [
  735. "MIT"
  736. ],
  737. "authors": [
  738. {
  739. "name": "Fabien Potencier",
  740. "email": "fabien@symfony.com"
  741. }
  742. ],
  743. "description": "The base bundle for the Symfony Distributions",
  744. "keywords": [
  745. "distribution",
  746. "configuration"
  747. ]
  748. },
  749. {
  750. "name": "sensio/framework-extra-bundle",
  751. "version": "v2.1.7",
  752. "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
  753. "source": {
  754. "type": "git",
  755. "url": "https://github.com/sensio/SensioFrameworkExtraBundle",
  756. "reference": "v2.1.7"
  757. },
  758. "dist": {
  759. "type": "zip",
  760. "url": "https://github.com/sensio/SensioFrameworkExtraBundle/archive/v2.1.7.zip",
  761. "reference": "v2.1.7",
  762. "shasum": ""
  763. },
  764. "require": {
  765. "symfony/framework-bundle": "2.1.*",
  766. "doctrine/common": ">=2.1,<2.4-dev"
  767. },
  768. "time": "2013-01-04 17:06:26",
  769. "type": "symfony-bundle",
  770. "extra": {
  771. "branch-alias": {
  772. "dev-master": "2.1.x-dev"
  773. }
  774. },
  775. "autoload": {
  776. "psr-0": {
  777. "Sensio\\Bundle\\FrameworkExtraBundle": ""
  778. }
  779. },
  780. "notification-url": "https://packagist.org/downloads/",
  781. "license": [
  782. "MIT"
  783. ],
  784. "authors": [
  785. {
  786. "name": "Fabien Potencier",
  787. "email": "fabien@symfony.com"
  788. }
  789. ],
  790. "description": "This bundle provides a way to configure your controllers with annotations",
  791. "keywords": [
  792. "annotations",
  793. "controllers"
  794. ]
  795. },
  796. {
  797. "name": "sensio/generator-bundle",
  798. "version": "v2.1.7",
  799. "target-dir": "Sensio/Bundle/GeneratorBundle",
  800. "source": {
  801. "type": "git",
  802. "url": "https://github.com/sensio/SensioGeneratorBundle",
  803. "reference": "v2.1.7"
  804. },
  805. "dist": {
  806. "type": "zip",
  807. "url": "https://github.com/sensio/SensioGeneratorBundle/archive/v2.1.7.zip",
  808. "reference": "v2.1.7",
  809. "shasum": ""
  810. },
  811. "require": {
  812. "symfony/framework-bundle": "2.1.*",
  813. "symfony/console": "2.1.*"
  814. },
  815. "require-dev": {
  816. "symfony/doctrine-bridge": "2.1.*",
  817. "doctrine/orm": ">=2.1,<2.4-dev",
  818. "twig/twig": ">=1.8,<2.0-dev"
  819. },
  820. "time": "2013-01-04 17:09:08",
  821. "type": "symfony-bundle",
  822. "extra": {
  823. "branch-alias": {
  824. "dev-master": "2.1.x-dev"
  825. }
  826. },
  827. "autoload": {
  828. "psr-0": {
  829. "Sensio\\Bundle\\GeneratorBundle": ""
  830. }
  831. },
  832. "notification-url": "https://packagist.org/downloads/",
  833. "license": [
  834. "MIT"
  835. ],
  836. "authors": [
  837. {
  838. "name": "Fabien Potencier",
  839. "email": "fabien@symfony.com"
  840. }
  841. ],
  842. "description": "This bundle generates code for you"
  843. },
  844. {
  845. "name": "swiftmailer/swiftmailer",
  846. "version": "v4.2.2",
  847. "source": {
  848. "type": "git",
  849. "url": "git://github.com/swiftmailer/swiftmailer.git",
  850. "reference": "v4.2.2"
  851. },
  852. "dist": {
  853. "type": "zip",
  854. "url": "https://github.com/swiftmailer/swiftmailer/zipball/v4.2.2",
  855. "reference": "v4.2.2",
  856. "shasum": ""
  857. },
  858. "require": {
  859. "php": ">=5.2.4"
  860. },
  861. "time": "2012-10-25 01:30:40",
  862. "type": "library",
  863. "extra": {
  864. "branch-alias": {
  865. "dev-master": "4.2-dev"
  866. }
  867. },
  868. "autoload": {
  869. "files": [
  870. "lib/swift_required.php"
  871. ]
  872. },
  873. "notification-url": "https://packagist.org/downloads/",
  874. "license": [
  875. "LGPL"
  876. ],
  877. "authors": [
  878. {
  879. "name": "Fabien Potencier",
  880. "email": "fabien@symfony.com"
  881. },
  882. {
  883. "name": "Chris Corbyn"
  884. }
  885. ],
  886. "description": "Swiftmailer, free feature-rich PHP mailer",
  887. "homepage": "http://swiftmailer.org",
  888. "keywords": [
  889. "mail",
  890. "mailer"
  891. ]
  892. },
  893. {
  894. "name": "symfony/assetic-bundle",
  895. "version": "v2.1.0",
  896. "target-dir": "Symfony/Bundle/AsseticBundle",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/symfony/AsseticBundle",
  900. "reference": "v2.1.0-RC2"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://github.com/symfony/AsseticBundle/zipball/v2.1.0-RC2",
  905. "reference": "v2.1.0-RC2",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "php": ">=5.3.0",
  910. "symfony/framework-bundle": "2.1.*",
  911. "kriswallsmith/assetic": "1.1.*"
  912. },
  913. "require-dev": {
  914. "symfony/twig-bundle": "2.1.*",
  915. "symfony/console": "2.1.*",
  916. "symfony/class-loader": "2.1.*",
  917. "symfony/yaml": "2.1.*",
  918. "symfony/form": "2.1.*",
  919. "symfony/dom-crawler": "2.1.*",
  920. "symfony/css-selector": "2.1.*"
  921. },
  922. "suggest": {
  923. "symfony/twig-bundle": "2.1.*"
  924. },
  925. "time": "2012-08-28 03:22:44",
  926. "type": "symfony-bundle",
  927. "extra": {
  928. "branch-alias": {
  929. "dev-master": "2.1.x-dev"
  930. }
  931. },
  932. "autoload": {
  933. "psr-0": {
  934. "Symfony\\Bundle\\AsseticBundle": ""
  935. }
  936. },
  937. "notification-url": "https://packagist.org/downloads/",
  938. "license": [
  939. "MIT"
  940. ],
  941. "authors": [
  942. {
  943. "name": "Kris Wallsmith",
  944. "email": "kris.wallsmith@gmail.com",
  945. "homepage": "http://kriswallsmith.net/"
  946. }
  947. ],
  948. "description": "Integrates Assetic into Symfony2",
  949. "homepage": "https://github.com/symfony/AsseticBundle",
  950. "keywords": [
  951. "assets",
  952. "compression",
  953. "minification"
  954. ]
  955. },
  956. {
  957. "name": "symfony/monolog-bundle",
  958. "version": "v2.1.7",
  959. "target-dir": "Symfony/Bundle/MonologBundle",
  960. "source": {
  961. "type": "git",
  962. "url": "https://github.com/symfony/MonologBundle",
  963. "reference": "v2.1.7"
  964. },
  965. "dist": {
  966. "type": "zip",
  967. "url": "https://github.com/symfony/MonologBundle/archive/v2.1.7.zip",
  968. "reference": "v2.1.7",
  969. "shasum": ""
  970. },
  971. "require": {
  972. "php": ">=5.3.2",
  973. "symfony/monolog-bridge": ">=2.1.0,<2.3-dev",
  974. "symfony/dependency-injection": ">=2.1.0,<2.3-dev",
  975. "symfony/config": ">=2.1.0,<2.3-dev",
  976. "monolog/monolog": ">=1.0,<1.3-dev"
  977. },
  978. "require-dev": {
  979. "symfony/yaml": ">=2.1.0,<2.3-dev",
  980. "symfony/config": ">=2.1.0,<2.3-dev"
  981. },
  982. "time": "2013-01-07 10:57:41",
  983. "type": "symfony-bundle",
  984. "extra": {
  985. "branch-alias": {
  986. "dev-master": "2.1.x-dev"
  987. }
  988. },
  989. "autoload": {
  990. "psr-0": {
  991. "Symfony\\Bundle\\MonologBundle": ""
  992. }
  993. },
  994. "notification-url": "https://packagist.org/downloads/",
  995. "license": [
  996. "MIT"
  997. ],
  998. "authors": [
  999. {
  1000. "name": "Fabien Potencier",
  1001. "email": "fabien@symfony.com"
  1002. },
  1003. {
  1004. "name": "Symfony Community",
  1005. "homepage": "http://symfony.com/contributors"
  1006. }
  1007. ],
  1008. "description": "Symfony MonologBundle",
  1009. "homepage": "http://symfony.com",
  1010. "keywords": [
  1011. "log",
  1012. "logging"
  1013. ]
  1014. },
  1015. {
  1016. "name": "symfony/swiftmailer-bundle",
  1017. "version": "v2.1.7",
  1018. "target-dir": "Symfony/Bundle/SwiftmailerBundle",
  1019. "source": {
  1020. "type": "git",
  1021. "url": "https://github.com/symfony/SwiftmailerBundle",
  1022. "reference": "v2.1.7"
  1023. },
  1024. "dist": {
  1025. "type": "zip",
  1026. "url": "https://github.com/symfony/SwiftmailerBundle/archive/v2.1.7.zip",
  1027. "reference": "v2.1.7",
  1028. "shasum": ""
  1029. },
  1030. "require": {
  1031. "php": ">=5.3.2",
  1032. "swiftmailer/swiftmailer": ">=4.2.0,<4.3-dev",
  1033. "symfony/swiftmailer-bridge": ">=2.1.0,<2.3-dev"
  1034. },
  1035. "require-dev": {
  1036. "symfony/dependency-injection": ">=2.1.0,<2.3-dev",
  1037. "symfony/http-kernel": ">=2.1.0,<2.3-dev",
  1038. "symfony/config": ">=2.1.0,<2.3-dev",
  1039. "symfony/yaml": ">=2.1.0,<2.3-dev"
  1040. },
  1041. "time": "2013-01-04 17:04:29",
  1042. "type": "symfony-bundle",
  1043. "extra": {
  1044. "branch-alias": {
  1045. "dev-master": "2.1-dev"
  1046. }
  1047. },
  1048. "autoload": {
  1049. "psr-0": {
  1050. "Symfony\\Bundle\\SwiftmailerBundle": ""
  1051. }
  1052. },
  1053. "notification-url": "https://packagist.org/downloads/",
  1054. "license": [
  1055. "MIT"
  1056. ],
  1057. "authors": [
  1058. {
  1059. "name": "Fabien Potencier",
  1060. "email": "fabien@symfony.com"
  1061. },
  1062. {
  1063. "name": "Symfony Community",
  1064. "homepage": "http://symfony.com/contributors"
  1065. }
  1066. ],
  1067. "description": "Symfony SwiftmailerBundle",
  1068. "homepage": "http://symfony.com"
  1069. },
  1070. {
  1071. "name": "symfony/symfony",
  1072. "version": "v2.1.7",
  1073. "source": {
  1074. "type": "git",
  1075. "url": "git://github.com/symfony/symfony.git",
  1076. "reference": "v2.1.7"
  1077. },
  1078. "dist": {
  1079. "type": "zip",
  1080. "url": "https://github.com/symfony/symfony/archive/v2.1.7.zip",
  1081. "reference": "v2.1.7",
  1082. "shasum": ""
  1083. },
  1084. "require": {
  1085. "php": ">=5.3.3",
  1086. "doctrine/common": ">2.2,<2.4-dev",
  1087. "twig/twig": ">=1.9.1,<2.0-dev"
  1088. },
  1089. "replace": {
  1090. "symfony/doctrine-bridge": "self.version",
  1091. "symfony/monolog-bridge": "self.version",
  1092. "symfony/propel1-bridge": "self.version",
  1093. "symfony/swiftmailer-bridge": "self.version",
  1094. "symfony/twig-bridge": "self.version",
  1095. "symfony/framework-bundle": "self.version",
  1096. "symfony/security-bundle": "self.version",
  1097. "symfony/twig-bundle": "self.version",
  1098. "symfony/web-profiler-bundle": "self.version",
  1099. "symfony/browser-kit": "self.version",
  1100. "symfony/class-loader": "self.version",
  1101. "symfony/config": "self.version",
  1102. "symfony/console": "self.version",
  1103. "symfony/css-selector": "self.version",
  1104. "symfony/dependency-injection": "self.version",
  1105. "symfony/dom-crawler": "self.version",
  1106. "symfony/event-dispatcher": "self.version",
  1107. "symfony/filesystem": "self.version",
  1108. "symfony/finder": "self.version",
  1109. "symfony/form": "self.version",
  1110. "symfony/http-foundation": "self.version",
  1111. "symfony/http-kernel": "self.version",
  1112. "symfony/locale": "self.version",
  1113. "symfony/options-resolver": "self.version",
  1114. "symfony/process": "self.version",
  1115. "symfony/routing": "self.version",
  1116. "symfony/security": "self.version",
  1117. "symfony/serializer": "self.version",
  1118. "symfony/templating": "self.version",
  1119. "symfony/translation": "self.version",
  1120. "symfony/validator": "self.version",
  1121. "symfony/yaml": "self.version"
  1122. },
  1123. "require-dev": {
  1124. "doctrine/dbal": ">=2.2,<2.4-dev",
  1125. "doctrine/orm": ">=2.2.3,<2.4-dev",
  1126. "doctrine/data-fixtures": "1.0.*",
  1127. "propel/propel1": "dev-master",
  1128. "monolog/monolog": ">=1.0,<1.3-dev"
  1129. },
  1130. "time": "2013-01-17 21:21:51",
  1131. "type": "library",
  1132. "autoload": {
  1133. "psr-0": {
  1134. "Symfony": "src/",
  1135. "SessionHandlerInterface": "src/Symfony/Component/HttpFoundation/Resources/stubs"
  1136. }
  1137. },
  1138. "notification-url": "https://packagist.org/downloads/",
  1139. "license": [
  1140. "MIT"
  1141. ],
  1142. "authors": [
  1143. {
  1144. "name": "Fabien Potencier",
  1145. "email": "fabien@symfony.com"
  1146. },
  1147. {
  1148. "name": "Symfony Community",
  1149. "homepage": "http://symfony.com/contributors"
  1150. }
  1151. ],
  1152. "description": "The Symfony PHP framework",
  1153. "homepage": "http://symfony.com",
  1154. "keywords": [
  1155. "framework"
  1156. ]
  1157. },
  1158. {
  1159. "name": "twig/extensions",
  1160. "version": "dev-master",
  1161. "source": {
  1162. "type": "git",
  1163. "url": "https://github.com/fabpot/Twig-extensions",
  1164. "reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf"
  1165. },
  1166. "dist": {
  1167. "type": "zip",
  1168. "url": "https://github.com/fabpot/Twig-extensions/archive/5c2d515d4624bdd588226d688173cf0399a4d8cf.zip",
  1169. "reference": "5c2d515d4624bdd588226d688173cf0399a4d8cf",
  1170. "shasum": ""
  1171. },
  1172. "require": {
  1173. "twig/twig": "1.*"
  1174. },
  1175. "time": "2013-01-04 16:55:05",
  1176. "type": "library",
  1177. "extra": {
  1178. "branch-alias": {
  1179. "dev-master": "1.0.x-dev"
  1180. }
  1181. },
  1182. "autoload": {
  1183. "psr-0": {
  1184. "Twig_Extensions_": "lib/"
  1185. }
  1186. },
  1187. "notification-url": "https://packagist.org/downloads/",
  1188. "license": [
  1189. "MIT"
  1190. ],
  1191. "authors": [
  1192. {
  1193. "name": "Fabien Potencier",
  1194. "email": "fabien@symfony.com"
  1195. }
  1196. ],
  1197. "description": "Common additional features for Twig that do not directly belong in core",
  1198. "homepage": "https://github.com/fabpot/Twig-extensions",
  1199. "keywords": [
  1200. "debug",
  1201. "i18n",
  1202. "text"
  1203. ]
  1204. },
  1205. {
  1206. "name": "twig/twig",
  1207. "version": "v1.12.1",
  1208. "source": {
  1209. "type": "git",
  1210. "url": "git://github.com/fabpot/Twig.git",
  1211. "reference": "v1.12.1"
  1212. },
  1213. "dist": {
  1214. "type": "zip",
  1215. "url": "https://github.com/fabpot/Twig/archive/v1.12.1.zip",
  1216. "reference": "v1.12.1",
  1217. "shasum": ""
  1218. },
  1219. "require": {
  1220. "php": ">=5.2.4"
  1221. },
  1222. "time": "2013-01-15 20:03:52",
  1223. "type": "library",
  1224. "extra": {
  1225. "branch-alias": {
  1226. "dev-master": "1.12-dev"
  1227. }
  1228. },
  1229. "autoload": {
  1230. "psr-0": {
  1231. "Twig_": "lib/"
  1232. }
  1233. },
  1234. "notification-url": "https://packagist.org/downloads/",
  1235. "license": [
  1236. "BSD-3"
  1237. ],
  1238. "authors": [
  1239. {
  1240. "name": "Fabien Potencier",
  1241. "email": "fabien@symfony.com"
  1242. },
  1243. {
  1244. "name": "Armin Ronacher",
  1245. "email": "armin.ronacher@active-4.com"
  1246. }
  1247. ],
  1248. "description": "Twig, the flexible, fast, and secure template language for PHP",
  1249. "homepage": "http://twig.sensiolabs.org",
  1250. "keywords": [
  1251. "templating"
  1252. ]
  1253. }
  1254. ],
  1255. "packages-dev": null,
  1256. "aliases": [
  1257.  
  1258. ],
  1259. "minimum-stability": "stable",
  1260. "stability-flags": {
  1261. "twig/extensions": 20,
  1262. "kriswallsmith/assetic": 20
  1263. }
  1264. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement