Advertisement
Guest User

Untitled

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