Advertisement
Guest User

Untitled

a guest
Jan 18th, 2016
780
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 238.86 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": "503f2b9735f33a47b998552d6737c90e",
  8. "content-hash": "edeb72edd7f61ba920b934b384f96618",
  9. "packages": [
  10. {
  11. "name": "amazonwebservices/aws-sdk-for-php",
  12. "version": "dev-master",
  13. "source": {
  14. "type": "git",
  15. "url": "https://github.com/amazonwebservices/aws-sdk-for-php.git",
  16. "reference": "0507424b05bd191f043375b787640bd1eb4f692b"
  17. },
  18. "dist": {
  19. "type": "zip",
  20. "url": "https://api.github.com/repos/amazonwebservices/aws-sdk-for-php/zipball/0507424b05bd191f043375b787640bd1eb4f692b",
  21. "reference": "0507424b05bd191f043375b787640bd1eb4f692b",
  22. "shasum": ""
  23. },
  24. "require": {
  25. "php": ">=5.2.0"
  26. },
  27. "suggest": {
  28. "aws/aws-sdk-php": "You should consider upgrading to version 2 of the AWS SDK for PHP"
  29. },
  30. "type": "library",
  31. "autoload": {
  32. "classmap": [
  33. "authentication/",
  34. "extensions/",
  35. "lib/",
  36. "services/",
  37. "utilities/",
  38. "sdk.class.php"
  39. ]
  40. },
  41. "notification-url": "https://packagist.org/downloads/",
  42. "license": [
  43. "Apache-2.0"
  44. ],
  45. "authors": [
  46. {
  47. "name": "Amazon Web Services",
  48. "homepage": "http://aws.amazon.com"
  49. }
  50. ],
  51. "description": "AWS SDK for PHP",
  52. "homepage": "http://aws.amazon.com/sdkforphp/",
  53. "keywords": [
  54. "amazon",
  55. "aws",
  56. "dynamodb",
  57. "ec2",
  58. "s3",
  59. "sdk"
  60. ],
  61. "time": "2014-10-15 20:05:19"
  62. },
  63. {
  64. "name": "aws/aws-sdk-php",
  65. "version": "dev-master",
  66. "source": {
  67. "type": "git",
  68. "url": "https://github.com/aws/aws-sdk-php.git",
  69. "reference": "f7a45e68187bc29d82b710b753fda47839a73d98"
  70. },
  71. "dist": {
  72. "type": "zip",
  73. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c84939b433da639702020ecd5d5674b5baaf3b0c",
  74. "reference": "f7a45e68187bc29d82b710b753fda47839a73d98",
  75. "shasum": ""
  76. },
  77. "require": {
  78. "guzzle/guzzle": "~3.7",
  79. "php": ">=5.3.3"
  80. },
  81. "require-dev": {
  82. "doctrine/cache": "~1.0",
  83. "ext-openssl": "*",
  84. "monolog/monolog": "~1.4",
  85. "phpunit/phpunit": "~4.0",
  86. "symfony/yaml": "~2.1"
  87. },
  88. "suggest": {
  89. "doctrine/cache": "Adds support for caching of credentials and responses",
  90. "ext-apc": "Allows service description opcode caching, request and response caching, and credentials caching",
  91. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  92. "monolog/monolog": "Adds support for logging HTTP requests and responses",
  93. "symfony/yaml": "Eases the ability to write manifests for creating jobs in AWS Import/Export"
  94. },
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "2.7-dev"
  99. }
  100. },
  101. "autoload": {
  102. "psr-0": {
  103. "Aws": "src/"
  104. }
  105. },
  106. "notification-url": "https://packagist.org/downloads/",
  107. "license": [
  108. "Apache-2.0"
  109. ],
  110. "authors": [
  111. {
  112. "name": "Amazon Web Services",
  113. "homepage": "http://aws.amazon.com"
  114. }
  115. ],
  116. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  117. "homepage": "http://aws.amazon.com/sdkforphp",
  118. "keywords": [
  119. "amazon",
  120. "aws",
  121. "cloud",
  122. "dynamodb",
  123. "ec2",
  124. "glacier",
  125. "s3",
  126. "sdk"
  127. ],
  128. "time": "2015-05-21 20:09:31"
  129. },
  130. {
  131. "name": "behat/transliterator",
  132. "version": "dev-master",
  133. "source": {
  134. "type": "git",
  135. "url": "https://github.com/Behat/Transliterator.git",
  136. "reference": "2fd406df003d18fc53eb5fa3e89da52068fad6c6"
  137. },
  138. "dist": {
  139. "type": "zip",
  140. "url": "https://api.github.com/repos/Behat/Transliterator/zipball/868e05be3a9f25ba6424c2dd4849567f50715003",
  141. "reference": "2fd406df003d18fc53eb5fa3e89da52068fad6c6",
  142. "shasum": ""
  143. },
  144. "require": {
  145. "php": ">=5.3.3"
  146. },
  147. "type": "library",
  148. "extra": {
  149. "branch-alias": {
  150. "dev-master": "1.1-dev"
  151. }
  152. },
  153. "autoload": {
  154. "psr-0": {
  155. "Behat\\Transliterator": "src/"
  156. }
  157. },
  158. "notification-url": "https://packagist.org/downloads/",
  159. "license": [
  160. "Artistic-1.0"
  161. ],
  162. "description": "String transliterator",
  163. "keywords": [
  164. "i18n",
  165. "slug",
  166. "transliterator"
  167. ],
  168. "time": "2014-09-04 13:06:40"
  169. },
  170. {
  171. "name": "cboden/ratchet",
  172. "version": "v0.3.4",
  173. "source": {
  174. "type": "git",
  175. "url": "https://github.com/ratchetphp/Ratchet.git",
  176. "reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1"
  177. },
  178. "dist": {
  179. "type": "zip",
  180. "url": "https://api.github.com/repos/ratchetphp/Ratchet/zipball/a177819dd0e6eb1d7e4192aeafadfa43a84867f1",
  181. "reference": "a177819dd0e6eb1d7e4192aeafadfa43a84867f1",
  182. "shasum": ""
  183. },
  184. "require": {
  185. "guzzle/http": "^3.6",
  186. "php": ">=5.3.9",
  187. "react/socket": "^0.3 || ^0.4",
  188. "symfony/http-foundation": "^2.2|^3.0",
  189. "symfony/routing": "^2.2|^3.0"
  190. },
  191. "type": "library",
  192. "autoload": {
  193. "psr-4": {
  194. "Ratchet\\": "src/Ratchet"
  195. }
  196. },
  197. "notification-url": "https://packagist.org/downloads/",
  198. "license": [
  199. "MIT"
  200. ],
  201. "authors": [
  202. {
  203. "name": "Chris Boden",
  204. "email": "cboden@gmail.com",
  205. "role": "Developer"
  206. }
  207. ],
  208. "description": "PHP WebSocket library",
  209. "homepage": "http://socketo.me",
  210. "keywords": [
  211. "Ratchet",
  212. "WebSockets",
  213. "server",
  214. "sockets"
  215. ],
  216. "time": "2015-12-23 15:06:48"
  217. },
  218. {
  219. "name": "ccampbell/chromephp",
  220. "version": "dev-master",
  221. "source": {
  222. "type": "git",
  223. "url": "https://github.com/ccampbell/chromephp.git",
  224. "reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef"
  225. },
  226. "dist": {
  227. "type": "zip",
  228. "url": "https://api.github.com/repos/ccampbell/chromephp/zipball/c3c297615d48ae5b2a86a82311152d1ed095fcef",
  229. "reference": "c3c297615d48ae5b2a86a82311152d1ed095fcef",
  230. "shasum": ""
  231. },
  232. "require": {
  233. "php": ">=5.0.0"
  234. },
  235. "type": "library",
  236. "autoload": {
  237. "psr-0": {
  238. "ChromePhp": ""
  239. }
  240. },
  241. "notification-url": "https://packagist.org/downloads/",
  242. "license": [
  243. "Apache-2.0"
  244. ],
  245. "authors": [
  246. {
  247. "name": "Craig Campbell",
  248. "email": "iamcraigcampbell@gmail.com",
  249. "homepage": "http://craig.is",
  250. "role": "Developer"
  251. }
  252. ],
  253. "description": "Log variables to the Chrome console (via Chrome Logger Google Chrome extension).",
  254. "homepage": "http://github.com/ccampbell/chromephp",
  255. "keywords": [
  256. "log",
  257. "logging"
  258. ],
  259. "time": "2013-06-26 03:44:33"
  260. },
  261. {
  262. "name": "danrevah/shortifypunit",
  263. "version": "v1.0.7",
  264. "source": {
  265. "type": "git",
  266. "url": "https://github.com/danrevah/ShortifyPunit.git",
  267. "reference": "6ce59fa247afd95253f0ccaa3ab510d33991b1ce"
  268. },
  269. "dist": {
  270. "type": "zip",
  271. "url": "https://api.github.com/repos/danrevah/ShortifyPunit/zipball/6ce59fa247afd95253f0ccaa3ab510d33991b1ce",
  272. "reference": "6ce59fa247afd95253f0ccaa3ab510d33991b1ce",
  273. "shasum": ""
  274. },
  275. "require": {
  276. "hamcrest/hamcrest-php": "1.2.0",
  277. "php": ">=5.4.0"
  278. },
  279. "type": "library",
  280. "autoload": {
  281. "psr-4": {
  282. "ShortifyPunit\\": "src/"
  283. }
  284. },
  285. "notification-url": "https://packagist.org/downloads/",
  286. "license": [
  287. "MIT"
  288. ],
  289. "authors": [
  290. {
  291. "name": "Dan Revah",
  292. "email": "danrevah89@gmail.com"
  293. }
  294. ],
  295. "description": "PHP Mocking framework",
  296. "homepage": "https://github.com/danrevah/ShortifyPunit",
  297. "time": "2015-03-14 12:23:53"
  298. },
  299. {
  300. "name": "doctrine/annotations",
  301. "version": "dev-master",
  302. "source": {
  303. "type": "git",
  304. "url": "https://github.com/doctrine/annotations.git",
  305. "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4"
  306. },
  307. "dist": {
  308. "type": "zip",
  309. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  310. "reference": "eeda578cbe24a170331a1cfdf78be723412df7a4",
  311. "shasum": ""
  312. },
  313. "require": {
  314. "doctrine/lexer": "1.*",
  315. "php": ">=5.3.2"
  316. },
  317. "require-dev": {
  318. "doctrine/cache": "1.*",
  319. "phpunit/phpunit": "4.*"
  320. },
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "1.3.x-dev"
  325. }
  326. },
  327. "autoload": {
  328. "psr-0": {
  329. "Doctrine\\Common\\Annotations\\": "lib/"
  330. }
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "Roman Borschel",
  339. "email": "roman@code-factory.org"
  340. },
  341. {
  342. "name": "Benjamin Eberlei",
  343. "email": "kontakt@beberlei.de"
  344. },
  345. {
  346. "name": "Guilherme Blanco",
  347. "email": "guilhermeblanco@gmail.com"
  348. },
  349. {
  350. "name": "Jonathan Wage",
  351. "email": "jonwage@gmail.com"
  352. },
  353. {
  354. "name": "Johannes Schmitt",
  355. "email": "schmittjoh@gmail.com"
  356. }
  357. ],
  358. "description": "Docblock Annotations Parser",
  359. "homepage": "http://www.doctrine-project.org",
  360. "keywords": [
  361. "annotations",
  362. "docblock",
  363. "parser"
  364. ],
  365. "time": "2014-12-20 20:49:38"
  366. },
  367. {
  368. "name": "doctrine/cache",
  369. "version": "dev-master",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/doctrine/cache.git",
  373. "reference": "6c5c32eb6c596993d04e13b95d0c1e8153783d7a"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/doctrine/cache/zipball/e0ef9e9833ca024d251e77e8d82a00ca92b0aa71",
  378. "reference": "6c5c32eb6c596993d04e13b95d0c1e8153783d7a",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "php": ">=5.3.2"
  383. },
  384. "conflict": {
  385. "doctrine/common": ">2.2,<2.4"
  386. },
  387. "require-dev": {
  388. "phpunit/phpunit": ">=3.7",
  389. "predis/predis": "~1.0",
  390. "satooshi/php-coveralls": "~0.6"
  391. },
  392. "type": "library",
  393. "extra": {
  394. "branch-alias": {
  395. "dev-master": "1.5.x-dev"
  396. }
  397. },
  398. "autoload": {
  399. "psr-0": {
  400. "Doctrine\\Common\\Cache\\": "lib/"
  401. }
  402. },
  403. "notification-url": "https://packagist.org/downloads/",
  404. "license": [
  405. "MIT"
  406. ],
  407. "authors": [
  408. {
  409. "name": "Roman Borschel",
  410. "email": "roman@code-factory.org"
  411. },
  412. {
  413. "name": "Benjamin Eberlei",
  414. "email": "kontakt@beberlei.de"
  415. },
  416. {
  417. "name": "Guilherme Blanco",
  418. "email": "guilhermeblanco@gmail.com"
  419. },
  420. {
  421. "name": "Jonathan Wage",
  422. "email": "jonwage@gmail.com"
  423. },
  424. {
  425. "name": "Johannes Schmitt",
  426. "email": "schmittjoh@gmail.com"
  427. }
  428. ],
  429. "description": "Caching library offering an object-oriented API for many cache backends",
  430. "homepage": "http://www.doctrine-project.org",
  431. "keywords": [
  432. "cache",
  433. "caching"
  434. ],
  435. "time": "2015-02-16 12:24:01"
  436. },
  437. {
  438. "name": "doctrine/collections",
  439. "version": "dev-master",
  440. "source": {
  441. "type": "git",
  442. "url": "https://github.com/doctrine/collections.git",
  443. "reference": "38ed66e6606309bec203a9df506ffa26d956d21d"
  444. },
  445. "dist": {
  446. "type": "zip",
  447. "url": "https://api.github.com/repos/doctrine/collections/zipball/866e100a425b8b73d15393fd081c6bf067f05bf9",
  448. "reference": "38ed66e6606309bec203a9df506ffa26d956d21d",
  449. "shasum": ""
  450. },
  451. "require": {
  452. "php": ">=5.3.2"
  453. },
  454. "require-dev": {
  455. "phpunit/phpunit": "~4.0"
  456. },
  457. "type": "library",
  458. "extra": {
  459. "branch-alias": {
  460. "dev-master": "1.2.x-dev"
  461. }
  462. },
  463. "autoload": {
  464. "psr-0": {
  465. "Doctrine\\Common\\Collections\\": "lib/"
  466. }
  467. },
  468. "notification-url": "https://packagist.org/downloads/",
  469. "license": [
  470. "MIT"
  471. ],
  472. "authors": [
  473. {
  474. "name": "Roman Borschel",
  475. "email": "roman@code-factory.org"
  476. },
  477. {
  478. "name": "Benjamin Eberlei",
  479. "email": "kontakt@beberlei.de"
  480. },
  481. {
  482. "name": "Guilherme Blanco",
  483. "email": "guilhermeblanco@gmail.com"
  484. },
  485. {
  486. "name": "Jonathan Wage",
  487. "email": "jonwage@gmail.com"
  488. },
  489. {
  490. "name": "Johannes Schmitt",
  491. "email": "schmittjoh@gmail.com"
  492. }
  493. ],
  494. "description": "Collections Abstraction library",
  495. "homepage": "http://www.doctrine-project.org",
  496. "keywords": [
  497. "array",
  498. "collections",
  499. "iterator"
  500. ],
  501. "time": "2014-11-05 15:56:21"
  502. },
  503. {
  504. "name": "doctrine/common",
  505. "version": "dev-master",
  506. "source": {
  507. "type": "git",
  508. "url": "https://github.com/doctrine/common.git",
  509. "reference": "23cdbfae8d673d79bb06790a126c96f8b648a052"
  510. },
  511. "dist": {
  512. "type": "zip",
  513. "url": "https://api.github.com/repos/doctrine/common/zipball/773c56e51fc26ae07a47146fae31b320dd6cada3",
  514. "reference": "23cdbfae8d673d79bb06790a126c96f8b648a052",
  515. "shasum": ""
  516. },
  517. "require": {
  518. "doctrine/annotations": "1.*",
  519. "doctrine/cache": "1.*",
  520. "doctrine/collections": "1.*",
  521. "doctrine/inflector": "1.*",
  522. "doctrine/lexer": "1.*",
  523. "php": ">=5.3.2"
  524. },
  525. "require-dev": {
  526. "phpunit/phpunit": "~3.7"
  527. },
  528. "type": "library",
  529. "extra": {
  530. "branch-alias": {
  531. "dev-master": "2.5.x-dev"
  532. }
  533. },
  534. "autoload": {
  535. "psr-0": {
  536. "Doctrine\\Common\\": "lib/"
  537. }
  538. },
  539. "notification-url": "https://packagist.org/downloads/",
  540. "license": [
  541. "MIT"
  542. ],
  543. "authors": [
  544. {
  545. "name": "Roman Borschel",
  546. "email": "roman@code-factory.org"
  547. },
  548. {
  549. "name": "Benjamin Eberlei",
  550. "email": "kontakt@beberlei.de"
  551. },
  552. {
  553. "name": "Guilherme Blanco",
  554. "email": "guilhermeblanco@gmail.com"
  555. },
  556. {
  557. "name": "Jonathan Wage",
  558. "email": "jonwage@gmail.com"
  559. },
  560. {
  561. "name": "Johannes Schmitt",
  562. "email": "schmittjoh@gmail.com"
  563. }
  564. ],
  565. "description": "Common Library for Doctrine projects",
  566. "homepage": "http://www.doctrine-project.org",
  567. "keywords": [
  568. "annotations",
  569. "collections",
  570. "eventmanager",
  571. "persistence",
  572. "spl"
  573. ],
  574. "time": "2015-03-15 09:03:43"
  575. },
  576. {
  577. "name": "doctrine/data-fixtures",
  578. "version": "dev-master",
  579. "source": {
  580. "type": "git",
  581. "url": "https://github.com/doctrine/data-fixtures.git",
  582. "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a"
  583. },
  584. "dist": {
  585. "type": "zip",
  586. "url": "https://api.github.com/repos/doctrine/data-fixtures/zipball/b4213c21f138c96c29ba2f57349d6fca5b2878a9",
  587. "reference": "bd44f6b6e40247b6530bc8abe802e4e4d914976a",
  588. "shasum": ""
  589. },
  590. "require": {
  591. "doctrine/common": "~2.2",
  592. "php": ">=5.3.2"
  593. },
  594. "conflict": {
  595. "doctrine/orm": "< 2.4"
  596. },
  597. "require-dev": {
  598. "doctrine/orm": "~2.4"
  599. },
  600. "suggest": {
  601. "doctrine/mongodb-odm": "For loading MongoDB ODM fixtures",
  602. "doctrine/orm": "For loading ORM fixtures",
  603. "doctrine/phpcr-odm": "For loading PHPCR ODM fixtures"
  604. },
  605. "type": "library",
  606. "extra": {
  607. "branch-alias": {
  608. "dev-master": "1.1.x-dev"
  609. }
  610. },
  611. "autoload": {
  612. "psr-0": {
  613. "Doctrine\\Common\\DataFixtures": "lib/"
  614. }
  615. },
  616. "notification-url": "https://packagist.org/downloads/",
  617. "license": [
  618. "MIT"
  619. ],
  620. "authors": [
  621. {
  622. "name": "Jonathan Wage",
  623. "email": "jonwage@gmail.com"
  624. }
  625. ],
  626. "description": "Data Fixtures for all Doctrine Object Managers",
  627. "homepage": "http://www.doctrine-project.org",
  628. "keywords": [
  629. "database"
  630. ],
  631. "time": "2015-03-30 12:14:13"
  632. },
  633. {
  634. "name": "doctrine/dbal",
  635. "version": "dev-master",
  636. "source": {
  637. "type": "git",
  638. "url": "https://github.com/doctrine/dbal.git",
  639. "reference": "b4775238e63ac4d31346cec2c7058933a31d282e"
  640. },
  641. "dist": {
  642. "type": "zip",
  643. "url": "https://api.github.com/repos/doctrine/dbal/zipball/02e5b61baedbeb1832702d0feac3174e70c32c74",
  644. "reference": "b4775238e63ac4d31346cec2c7058933a31d282e",
  645. "shasum": ""
  646. },
  647. "require": {
  648. "doctrine/common": ">=2.4,<2.6-dev",
  649. "php": ">=5.3.2"
  650. },
  651. "require-dev": {
  652. "phpunit/phpunit": "4.*",
  653. "symfony/console": "2.*"
  654. },
  655. "suggest": {
  656. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  657. },
  658. "bin": [
  659. "bin/doctrine-dbal"
  660. ],
  661. "type": "library",
  662. "extra": {
  663. "branch-alias": {
  664. "dev-master": "2.6.x-dev"
  665. }
  666. },
  667. "autoload": {
  668. "psr-0": {
  669. "Doctrine\\DBAL\\": "lib/"
  670. }
  671. },
  672. "notification-url": "https://packagist.org/downloads/",
  673. "license": [
  674. "MIT"
  675. ],
  676. "authors": [
  677. {
  678. "name": "Roman Borschel",
  679. "email": "roman@code-factory.org"
  680. },
  681. {
  682. "name": "Benjamin Eberlei",
  683. "email": "kontakt@beberlei.de"
  684. },
  685. {
  686. "name": "Guilherme Blanco",
  687. "email": "guilhermeblanco@gmail.com"
  688. },
  689. {
  690. "name": "Jonathan Wage",
  691. "email": "jonwage@gmail.com"
  692. }
  693. ],
  694. "description": "Database Abstraction Layer",
  695. "homepage": "http://www.doctrine-project.org",
  696. "keywords": [
  697. "database",
  698. "dbal",
  699. "persistence",
  700. "queryobject"
  701. ],
  702. "time": "2014-12-16 20:17:15"
  703. },
  704. {
  705. "name": "doctrine/doctrine-bundle",
  706. "version": "v1.3.0",
  707. "source": {
  708. "type": "git",
  709. "url": "https://github.com/doctrine/DoctrineBundle.git",
  710. "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b"
  711. },
  712. "dist": {
  713. "type": "zip",
  714. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/3beb3a780485ab01f86941f4892cd23ef8c39c6b",
  715. "reference": "3beb3a780485ab01f86941f4892cd23ef8c39c6b",
  716. "shasum": ""
  717. },
  718. "require": {
  719. "doctrine/dbal": "~2.3",
  720. "doctrine/doctrine-cache-bundle": "~1.0",
  721. "jdorn/sql-formatter": "~1.1",
  722. "php": ">=5.3.2",
  723. "symfony/doctrine-bridge": "~2.2",
  724. "symfony/framework-bundle": "~2.2"
  725. },
  726. "require-dev": {
  727. "doctrine/orm": "~2.3",
  728. "phpunit/php-code-coverage": "~1.2",
  729. "phpunit/phpunit": "~3.7",
  730. "phpunit/phpunit-mock-objects": "~1.2",
  731. "satooshi/php-coveralls": "~0.6.1",
  732. "symfony/validator": "~2.2",
  733. "symfony/yaml": "~2.2",
  734. "twig/twig": "~1"
  735. },
  736. "suggest": {
  737. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  738. "symfony/web-profiler-bundle": "to use the data collector"
  739. },
  740. "type": "symfony-bundle",
  741. "extra": {
  742. "branch-alias": {
  743. "dev-master": "1.3.x-dev"
  744. }
  745. },
  746. "autoload": {
  747. "psr-4": {
  748. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  749. }
  750. },
  751. "notification-url": "https://packagist.org/downloads/",
  752. "license": [
  753. "MIT"
  754. ],
  755. "authors": [
  756. {
  757. "name": "Symfony Community",
  758. "homepage": "http://symfony.com/contributors"
  759. },
  760. {
  761. "name": "Benjamin Eberlei",
  762. "email": "kontakt@beberlei.de"
  763. },
  764. {
  765. "name": "Doctrine Project",
  766. "homepage": "http://www.doctrine-project.org/"
  767. },
  768. {
  769. "name": "Fabien Potencier",
  770. "email": "fabien@symfony.com"
  771. }
  772. ],
  773. "description": "Symfony DoctrineBundle",
  774. "homepage": "http://www.doctrine-project.org",
  775. "keywords": [
  776. "database",
  777. "dbal",
  778. "orm",
  779. "persistence"
  780. ],
  781. "time": "2014-11-28 08:32:03"
  782. },
  783. {
  784. "name": "doctrine/doctrine-cache-bundle",
  785. "version": "dev-master",
  786. "source": {
  787. "type": "git",
  788. "url": "https://github.com/doctrine/DoctrineCacheBundle.git",
  789. "reference": "f8cb839c20b5175676b4b7abaf1b31717c15135d"
  790. },
  791. "dist": {
  792. "type": "zip",
  793. "url": "https://api.github.com/repos/doctrine/DoctrineCacheBundle/zipball/5f8a9a9c7c3395e9c5dd0562a51221d434592567",
  794. "reference": "f8cb839c20b5175676b4b7abaf1b31717c15135d",
  795. "shasum": ""
  796. },
  797. "require": {
  798. "doctrine/cache": "~1.3",
  799. "doctrine/inflector": "~1.0",
  800. "php": ">=5.3.2",
  801. "symfony/doctrine-bridge": "~2.2",
  802. "symfony/framework-bundle": "~2.2",
  803. "symfony/security": "~2.2"
  804. },
  805. "require-dev": {
  806. "instaclick/coding-standard": "~1.1",
  807. "instaclick/object-calisthenics-sniffs": "dev-master",
  808. "instaclick/symfony2-coding-standard": "dev-remaster",
  809. "phpunit/phpunit": "~4",
  810. "satooshi/php-coveralls": "~0.6.1",
  811. "squizlabs/php_codesniffer": "~1.5",
  812. "symfony/console": "~2.2",
  813. "symfony/finder": "~2.2",
  814. "symfony/validator": "~2.2",
  815. "symfony/yaml": "~2.2"
  816. },
  817. "type": "symfony-bundle",
  818. "extra": {
  819. "branch-alias": {
  820. "dev-master": "1.0.x-dev"
  821. }
  822. },
  823. "autoload": {
  824. "psr-4": {
  825. "Doctrine\\Bundle\\DoctrineCacheBundle\\": ""
  826. }
  827. },
  828. "notification-url": "https://packagist.org/downloads/",
  829. "license": [
  830. "MIT"
  831. ],
  832. "authors": [
  833. {
  834. "name": "Symfony Community",
  835. "homepage": "http://symfony.com/contributors"
  836. },
  837. {
  838. "name": "Benjamin Eberlei",
  839. "email": "kontakt@beberlei.de"
  840. },
  841. {
  842. "name": "Fabio B. Silva",
  843. "email": "fabio.bat.silva@gmail.com"
  844. },
  845. {
  846. "name": "Guilherme Blanco",
  847. "email": "guilhermeblanco@hotmail.com"
  848. },
  849. {
  850. "name": "Doctrine Project",
  851. "homepage": "http://www.doctrine-project.org/"
  852. },
  853. {
  854. "name": "Fabien Potencier",
  855. "email": "fabien@symfony.com"
  856. }
  857. ],
  858. "description": "Symfony2 Bundle for Doctrine Cache",
  859. "homepage": "http://www.doctrine-project.org",
  860. "keywords": [
  861. "cache",
  862. "caching"
  863. ],
  864. "time": "2014-12-17 13:47:47"
  865. },
  866. {
  867. "name": "doctrine/doctrine-fixtures-bundle",
  868. "version": "dev-master",
  869. "target-dir": "Doctrine/Bundle/FixturesBundle",
  870. "source": {
  871. "type": "git",
  872. "url": "https://github.com/doctrine/DoctrineFixturesBundle.git",
  873. "reference": "9a5b5289eb22079ec139ba1eb06043d4b89c6677"
  874. },
  875. "dist": {
  876. "type": "zip",
  877. "url": "https://api.github.com/repos/doctrine/DoctrineFixturesBundle/zipball/0f1a2f91b349e10f5c343f75ab71d23aace5b029",
  878. "reference": "9a5b5289eb22079ec139ba1eb06043d4b89c6677",
  879. "shasum": ""
  880. },
  881. "require": {
  882. "doctrine/data-fixtures": "~1.0",
  883. "doctrine/doctrine-bundle": "~1.0",
  884. "php": ">=5.3.2",
  885. "symfony/doctrine-bridge": "~2.1"
  886. },
  887. "type": "symfony-bundle",
  888. "extra": {
  889. "branch-alias": {
  890. "dev-master": "2.2.x-dev"
  891. }
  892. },
  893. "autoload": {
  894. "psr-0": {
  895. "Doctrine\\Bundle\\FixturesBundle": ""
  896. }
  897. },
  898. "notification-url": "https://packagist.org/downloads/",
  899. "license": [
  900. "MIT"
  901. ],
  902. "authors": [
  903. {
  904. "name": "Symfony Community",
  905. "homepage": "http://symfony.com/contributors"
  906. },
  907. {
  908. "name": "Doctrine Project",
  909. "homepage": "http://www.doctrine-project.org"
  910. },
  911. {
  912. "name": "Fabien Potencier",
  913. "email": "fabien@symfony.com"
  914. }
  915. ],
  916. "description": "Symfony DoctrineFixturesBundle",
  917. "homepage": "http://www.doctrine-project.org",
  918. "keywords": [
  919. "Fixture",
  920. "persistence"
  921. ],
  922. "time": "2014-09-16 05:03:04"
  923. },
  924. {
  925. "name": "doctrine/inflector",
  926. "version": "dev-master",
  927. "source": {
  928. "type": "git",
  929. "url": "https://github.com/doctrine/inflector.git",
  930. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604"
  931. },
  932. "dist": {
  933. "type": "zip",
  934. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  935. "reference": "0bcb2e79d8571787f18b7eb036ed3d004908e604",
  936. "shasum": ""
  937. },
  938. "require": {
  939. "php": ">=5.3.2"
  940. },
  941. "require-dev": {
  942. "phpunit/phpunit": "4.*"
  943. },
  944. "type": "library",
  945. "extra": {
  946. "branch-alias": {
  947. "dev-master": "1.0.x-dev"
  948. }
  949. },
  950. "autoload": {
  951. "psr-0": {
  952. "Doctrine\\Common\\Inflector\\": "lib/"
  953. }
  954. },
  955. "notification-url": "https://packagist.org/downloads/",
  956. "license": [
  957. "MIT"
  958. ],
  959. "authors": [
  960. {
  961. "name": "Roman Borschel",
  962. "email": "roman@code-factory.org"
  963. },
  964. {
  965. "name": "Benjamin Eberlei",
  966. "email": "kontakt@beberlei.de"
  967. },
  968. {
  969. "name": "Guilherme Blanco",
  970. "email": "guilhermeblanco@gmail.com"
  971. },
  972. {
  973. "name": "Jonathan Wage",
  974. "email": "jonwage@gmail.com"
  975. },
  976. {
  977. "name": "Johannes Schmitt",
  978. "email": "schmittjoh@gmail.com"
  979. }
  980. ],
  981. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  982. "homepage": "http://www.doctrine-project.org",
  983. "keywords": [
  984. "inflection",
  985. "pluralize",
  986. "singularize",
  987. "string"
  988. ],
  989. "time": "2014-12-20 21:24:13"
  990. },
  991. {
  992. "name": "doctrine/instantiator",
  993. "version": "dev-master",
  994. "source": {
  995. "type": "git",
  996. "url": "https://github.com/doctrine/instantiator.git",
  997. "reference": "40efa2d8c9e2948b29fdf5d782babaacb08d0c86"
  998. },
  999. "dist": {
  1000. "type": "zip",
  1001. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  1002. "reference": "40efa2d8c9e2948b29fdf5d782babaacb08d0c86",
  1003. "shasum": ""
  1004. },
  1005. "require": {
  1006. "php": ">=5.3,<8.0-DEV"
  1007. },
  1008. "require-dev": {
  1009. "athletic/athletic": "~0.1.8",
  1010. "ext-pdo": "*",
  1011. "ext-phar": "*",
  1012. "phpunit/phpunit": "~4.0",
  1013. "squizlabs/php_codesniffer": "~2.0"
  1014. },
  1015. "type": "library",
  1016. "extra": {
  1017. "branch-alias": {
  1018. "dev-master": "1.0.x-dev"
  1019. }
  1020. },
  1021. "autoload": {
  1022. "psr-4": {
  1023. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1024. }
  1025. },
  1026. "notification-url": "https://packagist.org/downloads/",
  1027. "license": [
  1028. "MIT"
  1029. ],
  1030. "authors": [
  1031. {
  1032. "name": "Marco Pivetta",
  1033. "email": "ocramius@gmail.com",
  1034. "homepage": "http://ocramius.github.com/"
  1035. }
  1036. ],
  1037. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1038. "homepage": "https://github.com/doctrine/instantiator",
  1039. "keywords": [
  1040. "constructor",
  1041. "instantiate"
  1042. ],
  1043. "time": "2014-12-12 16:47:07"
  1044. },
  1045. {
  1046. "name": "doctrine/lexer",
  1047. "version": "dev-master",
  1048. "source": {
  1049. "type": "git",
  1050. "url": "https://github.com/doctrine/lexer.git",
  1051. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  1052. },
  1053. "dist": {
  1054. "type": "zip",
  1055. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  1056. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  1057. "shasum": ""
  1058. },
  1059. "require": {
  1060. "php": ">=5.3.2"
  1061. },
  1062. "type": "library",
  1063. "extra": {
  1064. "branch-alias": {
  1065. "dev-master": "1.0.x-dev"
  1066. }
  1067. },
  1068. "autoload": {
  1069. "psr-0": {
  1070. "Doctrine\\Common\\Lexer\\": "lib/"
  1071. }
  1072. },
  1073. "notification-url": "https://packagist.org/downloads/",
  1074. "license": [
  1075. "MIT"
  1076. ],
  1077. "authors": [
  1078. {
  1079. "name": "Roman Borschel",
  1080. "email": "roman@code-factory.org"
  1081. },
  1082. {
  1083. "name": "Guilherme Blanco",
  1084. "email": "guilhermeblanco@gmail.com"
  1085. },
  1086. {
  1087. "name": "Johannes Schmitt",
  1088. "email": "schmittjoh@gmail.com"
  1089. }
  1090. ],
  1091. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  1092. "homepage": "http://www.doctrine-project.org",
  1093. "keywords": [
  1094. "lexer",
  1095. "parser"
  1096. ],
  1097. "time": "2014-09-09 13:34:57"
  1098. },
  1099. {
  1100. "name": "doctrine/mongodb",
  1101. "version": "dev-master",
  1102. "source": {
  1103. "type": "git",
  1104. "url": "https://github.com/doctrine/mongodb.git",
  1105. "reference": "f1ccea5c72714686ef72b29e5cc9b4f907300f61"
  1106. },
  1107. "dist": {
  1108. "type": "zip",
  1109. "url": "https://api.github.com/repos/doctrine/mongodb/zipball/293f4033146667ca61392ba4e67425cb09f949df",
  1110. "reference": "f1ccea5c72714686ef72b29e5cc9b4f907300f61",
  1111. "shasum": ""
  1112. },
  1113. "require": {
  1114. "doctrine/common": "~2.1",
  1115. "ext-mongo": ">=1.2.12,<1.7-dev",
  1116. "php": ">=5.3.2"
  1117. },
  1118. "require-dev": {
  1119. "jmikola/geojson": "~1.0"
  1120. },
  1121. "suggest": {
  1122. "jmikola/geojson": "Support GeoJSON geometry objects in 2dsphere queries"
  1123. },
  1124. "type": "library",
  1125. "extra": {
  1126. "branch-alias": {
  1127. "dev-master": "1.2.x-dev"
  1128. }
  1129. },
  1130. "autoload": {
  1131. "psr-0": {
  1132. "Doctrine\\MongoDB": "lib/"
  1133. }
  1134. },
  1135. "notification-url": "https://packagist.org/downloads/",
  1136. "license": [
  1137. "MIT"
  1138. ],
  1139. "authors": [
  1140. {
  1141. "name": "Jonathan H. Wage",
  1142. "email": "jonwage@gmail.com"
  1143. },
  1144. {
  1145. "name": "Jeremy Mikola",
  1146. "email": "jmikola@gmail.com"
  1147. },
  1148. {
  1149. "name": "Bulat Shakirzyanov",
  1150. "email": "mallluhuct@gmail.com"
  1151. },
  1152. {
  1153. "name": "Kris Wallsmith",
  1154. "email": "kris.wallsmith@gmail.com"
  1155. }
  1156. ],
  1157. "description": "Doctrine MongoDB Abstraction Layer",
  1158. "homepage": "http://www.doctrine-project.org",
  1159. "keywords": [
  1160. "database",
  1161. "mongodb",
  1162. "persistence"
  1163. ],
  1164. "time": "2015-02-25 00:44:57"
  1165. },
  1166. {
  1167. "name": "doctrine/mongodb-odm",
  1168. "version": "dev-master",
  1169. "source": {
  1170. "type": "git",
  1171. "url": "https://github.com/doctrine/mongodb-odm.git",
  1172. "reference": "a95e87158d9e224abf2c587f02d62a924a8af90f"
  1173. },
  1174. "dist": {
  1175. "type": "zip",
  1176. "url": "https://api.github.com/repos/doctrine/mongodb-odm/zipball/957ab471ef4b60669dc6d0e283411e33deec8c0a",
  1177. "reference": "a95e87158d9e224abf2c587f02d62a924a8af90f",
  1178. "shasum": ""
  1179. },
  1180. "require": {
  1181. "doctrine/annotations": "~1.0",
  1182. "doctrine/cache": "~1.0",
  1183. "doctrine/collections": "~1.1",
  1184. "doctrine/common": "~2.4",
  1185. "doctrine/inflector": "~1.0",
  1186. "doctrine/instantiator": "~1.0.1",
  1187. "doctrine/mongodb": ">=1.1.5,<2.0",
  1188. "php": ">=5.3.2",
  1189. "symfony/console": "~2.0"
  1190. },
  1191. "require-dev": {
  1192. "symfony/yaml": "~2.0"
  1193. },
  1194. "suggest": {
  1195. "symfony/yaml": "Enables the YAML metadata mapping driver"
  1196. },
  1197. "type": "library",
  1198. "extra": {
  1199. "branch-alias": {
  1200. "dev-master": "1.0.x-dev"
  1201. }
  1202. },
  1203. "autoload": {
  1204. "psr-0": {
  1205. "Doctrine\\ODM\\MongoDB": "lib/"
  1206. }
  1207. },
  1208. "notification-url": "https://packagist.org/downloads/",
  1209. "license": [
  1210. "MIT"
  1211. ],
  1212. "authors": [
  1213. {
  1214. "name": "Jonathan H. Wage",
  1215. "email": "jonwage@gmail.com"
  1216. },
  1217. {
  1218. "name": "Jeremy Mikola",
  1219. "email": "jmikola@gmail.com"
  1220. },
  1221. {
  1222. "name": "Bulat Shakirzyanov",
  1223. "email": "mallluhuct@gmail.com"
  1224. },
  1225. {
  1226. "name": "Kris Wallsmith",
  1227. "email": "kris.wallsmith@gmail.com"
  1228. },
  1229. {
  1230. "name": "Maciej Malarz",
  1231. "email": "malarzm@gmail.com"
  1232. }
  1233. ],
  1234. "description": "Doctrine MongoDB Object Document Mapper",
  1235. "homepage": "http://www.doctrine-project.org",
  1236. "keywords": [
  1237. "database",
  1238. "mongodb",
  1239. "odm",
  1240. "persistence"
  1241. ],
  1242. "time": "2015-03-24 07:19:29"
  1243. },
  1244. {
  1245. "name": "doctrine/mongodb-odm-bundle",
  1246. "version": "dev-master",
  1247. "source": {
  1248. "type": "git",
  1249. "url": "https://github.com/doctrine/DoctrineMongoDBBundle.git",
  1250. "reference": "1595d14845fc48ef59c8cc1ae496305964ac0f0a"
  1251. },
  1252. "dist": {
  1253. "type": "zip",
  1254. "url": "https://api.github.com/repos/doctrine/DoctrineMongoDBBundle/zipball/d66da72d4d43c40f8bf1a1fe6e6852096b72f00c",
  1255. "reference": "1595d14845fc48ef59c8cc1ae496305964ac0f0a",
  1256. "shasum": ""
  1257. },
  1258. "require": {
  1259. "doctrine/mongodb-odm": "~1.0.0-beta10@dev",
  1260. "php": ">=5.3.2",
  1261. "symfony/doctrine-bridge": "~2.1",
  1262. "symfony/framework-bundle": "~2.1",
  1263. "symfony/options-resolver": "~2.1"
  1264. },
  1265. "require-dev": {
  1266. "doctrine/data-fixtures": "@dev",
  1267. "symfony/form": "~2.1",
  1268. "symfony/yaml": "~2.1"
  1269. },
  1270. "suggest": {
  1271. "doctrine/data-fixtures": "Load data fixtures"
  1272. },
  1273. "type": "symfony-bundle",
  1274. "extra": {
  1275. "branch-alias": {
  1276. "dev-master": "3.0-dev"
  1277. }
  1278. },
  1279. "autoload": {
  1280. "psr-4": {
  1281. "Doctrine\\Bundle\\MongoDBBundle\\": ""
  1282. }
  1283. },
  1284. "notification-url": "https://packagist.org/downloads/",
  1285. "license": [
  1286. "MIT"
  1287. ],
  1288. "authors": [
  1289. {
  1290. "name": "Kris Wallsmith",
  1291. "email": "kris@symfony.com"
  1292. },
  1293. {
  1294. "name": "Jonathan H. Wage",
  1295. "email": "jonwage@gmail.com"
  1296. },
  1297. {
  1298. "name": "Bulat Shakirzyanov",
  1299. "email": "mallluhuct@gmail.com"
  1300. }
  1301. ],
  1302. "description": "Symfony2 Doctrine MongoDB Bundle",
  1303. "homepage": "http://www.doctrine-project.org",
  1304. "keywords": [
  1305. "mongodb",
  1306. "persistence",
  1307. "symfony"
  1308. ],
  1309. "time": "2014-08-20 14:18:27"
  1310. },
  1311. {
  1312. "name": "doctrine/orm",
  1313. "version": "v2.4.2",
  1314. "source": {
  1315. "type": "git",
  1316. "url": "https://github.com/doctrine/doctrine2.git",
  1317. "reference": "0363a5548d9263f979f9ca149decb9cfc66419ab"
  1318. },
  1319. "dist": {
  1320. "type": "zip",
  1321. "url": "https://api.github.com/repos/doctrine/doctrine2/zipball/0363a5548d9263f979f9ca149decb9cfc66419ab",
  1322. "reference": "0363a5548d9263f979f9ca149decb9cfc66419ab",
  1323. "shasum": ""
  1324. },
  1325. "require": {
  1326. "doctrine/collections": "~1.1",
  1327. "doctrine/dbal": "~2.4",
  1328. "ext-pdo": "*",
  1329. "php": ">=5.3.2",
  1330. "symfony/console": "~2.0"
  1331. },
  1332. "require-dev": {
  1333. "satooshi/php-coveralls": "dev-master",
  1334. "symfony/yaml": "~2.1"
  1335. },
  1336. "suggest": {
  1337. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1338. },
  1339. "bin": [
  1340. "bin/doctrine",
  1341. "bin/doctrine.php"
  1342. ],
  1343. "type": "library",
  1344. "extra": {
  1345. "branch-alias": {
  1346. "dev-master": "2.4.x-dev"
  1347. }
  1348. },
  1349. "autoload": {
  1350. "psr-0": {
  1351. "Doctrine\\ORM\\": "lib/"
  1352. }
  1353. },
  1354. "notification-url": "https://packagist.org/downloads/",
  1355. "license": [
  1356. "MIT"
  1357. ],
  1358. "authors": [
  1359. {
  1360. "name": "Jonathan Wage",
  1361. "email": "jonwage@gmail.com",
  1362. "homepage": "http://www.jwage.com/",
  1363. "role": "Creator"
  1364. },
  1365. {
  1366. "name": "Guilherme Blanco",
  1367. "email": "guilhermeblanco@gmail.com",
  1368. "homepage": "http://www.instaclick.com"
  1369. },
  1370. {
  1371. "name": "Roman Borschel",
  1372. "email": "roman@code-factory.org"
  1373. },
  1374. {
  1375. "name": "Benjamin Eberlei",
  1376. "email": "kontakt@beberlei.de"
  1377. }
  1378. ],
  1379. "description": "Object-Relational-Mapper for PHP",
  1380. "homepage": "http://www.doctrine-project.org",
  1381. "keywords": [
  1382. "database",
  1383. "orm"
  1384. ],
  1385. "time": "2014-02-08 16:35:09"
  1386. },
  1387. {
  1388. "name": "ekino/newrelic-bundle",
  1389. "version": "dev-master",
  1390. "target-dir": "Ekino/Bundle/NewRelicBundle",
  1391. "source": {
  1392. "type": "git",
  1393. "url": "https://github.com/ekino/EkinoNewRelicBundle.git",
  1394. "reference": "9fbddc1df5da5afa688d74dfa303567c9a3a6f0e"
  1395. },
  1396. "dist": {
  1397. "type": "zip",
  1398. "url": "https://api.github.com/repos/ekino/EkinoNewRelicBundle/zipball/33b887f07c59fbbc1b0ab42e04e6cfeb6e02011f",
  1399. "reference": "9fbddc1df5da5afa688d74dfa303567c9a3a6f0e",
  1400. "shasum": ""
  1401. },
  1402. "require-dev": {
  1403. "silex/silex": "~1.0",
  1404. "symfony/console": "~2.2",
  1405. "symfony/framework-bundle": "~2.2",
  1406. "twig/twig": "1.*"
  1407. },
  1408. "suggest": {
  1409. "sonata-project/block-bundle": "2.2.*@dev"
  1410. },
  1411. "type": "symfony-bundle",
  1412. "extra": {
  1413. "branch-alias": {
  1414. "dev-master": "1.2-dev"
  1415. }
  1416. },
  1417. "autoload": {
  1418. "psr-0": {
  1419. "Ekino\\Bundle\\NewRelicBundle": ""
  1420. }
  1421. },
  1422. "notification-url": "https://packagist.org/downloads/",
  1423. "license": [
  1424. "MIT"
  1425. ],
  1426. "authors": [
  1427. {
  1428. "name": "Thomas Rabaix",
  1429. "email": "thomas.rabaix@ekino.com",
  1430. "homepage": "http://ekino.com"
  1431. }
  1432. ],
  1433. "description": "Integrate New Relic into Symfony2",
  1434. "homepage": "https://github.com/ekino/EkinoNewRelicBundle",
  1435. "keywords": [
  1436. "metric",
  1437. "monitoring",
  1438. "performance"
  1439. ],
  1440. "time": "2014-12-09 23:14:45"
  1441. },
  1442. {
  1443. "name": "elyotechgit/travelyo_zooz",
  1444. "version": "dev-master",
  1445. "target-dir": "Travelyo/ZoozBundle",
  1446. "source": {
  1447. "type": "git",
  1448. "url": "git@github.com:elyotechgit/travelyo_zooz.git",
  1449. "reference": "f7668cd92cd9889f7a1b1fdab3963e8fa32df4c7"
  1450. },
  1451. "dist": {
  1452. "type": "zip",
  1453. "url": "https://api.github.com/repos/elyotechgit/travelyo_zooz/zipball/03a9390e02e1e0ea3ef27689080eaeed58d15ebf",
  1454. "reference": "f7668cd92cd9889f7a1b1fdab3963e8fa32df4c7",
  1455. "shasum": ""
  1456. },
  1457. "require": {
  1458. "php": ">=5.3.2",
  1459. "symfony/framework-bundle": "2.*"
  1460. },
  1461. "type": "symfony-bundle",
  1462. "autoload": {
  1463. "psr-0": {
  1464. "Travelyo\\ZoozBundle": ""
  1465. }
  1466. },
  1467. "license": [
  1468. "MIT"
  1469. ],
  1470. "authors": [
  1471. {
  1472. "name": "Dan Revah",
  1473. "email": "danr@elyotech.com"
  1474. }
  1475. ],
  1476. "description": "Symfony2 ZoozBundle",
  1477. "homepage": "http://github.com/elyotechgit/travelyo_zooz.git",
  1478. "keywords": [
  1479. "ZoozBundle"
  1480. ],
  1481. "support": {
  1482. "source": "https://github.com/elyotechgit/travelyo_zooz/tree/master",
  1483. "issues": "https://github.com/elyotechgit/travelyo_zooz/issues"
  1484. },
  1485. "time": "2015-09-03 10:10:09"
  1486. },
  1487. {
  1488. "name": "evenement/evenement",
  1489. "version": "dev-master",
  1490. "source": {
  1491. "type": "git",
  1492. "url": "https://github.com/igorw/evenement.git",
  1493. "reference": "35e87541d4b53c22201519fce3caaa5b38ac8164"
  1494. },
  1495. "dist": {
  1496. "type": "zip",
  1497. "url": "https://api.github.com/repos/igorw/evenement/zipball/35e87541d4b53c22201519fce3caaa5b38ac8164",
  1498. "reference": "35e87541d4b53c22201519fce3caaa5b38ac8164",
  1499. "shasum": ""
  1500. },
  1501. "require": {
  1502. "php": ">=5.4.0"
  1503. },
  1504. "type": "library",
  1505. "extra": {
  1506. "branch-alias": {
  1507. "dev-master": "2.0-dev"
  1508. }
  1509. },
  1510. "autoload": {
  1511. "psr-0": {
  1512. "Evenement": "src"
  1513. }
  1514. },
  1515. "notification-url": "https://packagist.org/downloads/",
  1516. "license": [
  1517. "MIT"
  1518. ],
  1519. "authors": [
  1520. {
  1521. "name": "Igor Wiedler",
  1522. "email": "igor@wiedler.ch",
  1523. "homepage": "http://wiedler.ch/igor/"
  1524. }
  1525. ],
  1526. "description": "Événement is a very simple event dispatching library for PHP",
  1527. "keywords": [
  1528. "event-dispatcher",
  1529. "event-emitter"
  1530. ],
  1531. "time": "2014-07-09 21:08:03"
  1532. },
  1533. {
  1534. "name": "fabpot/goutte",
  1535. "version": "dev-master",
  1536. "source": {
  1537. "type": "git",
  1538. "url": "https://github.com/FriendsOfPHP/Goutte.git",
  1539. "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5"
  1540. },
  1541. "dist": {
  1542. "type": "zip",
  1543. "url": "https://api.github.com/repos/FriendsOfPHP/Goutte/zipball/357876943ab0594696e4869be7c49e0db618af38",
  1544. "reference": "65ab61eae03d670b93a9044ad2328eb81aa1bde5",
  1545. "shasum": ""
  1546. },
  1547. "require": {
  1548. "guzzlehttp/guzzle": ">=4,<6",
  1549. "php": ">=5.4.0",
  1550. "symfony/browser-kit": "~2.1",
  1551. "symfony/css-selector": "~2.1",
  1552. "symfony/dom-crawler": "~2.1"
  1553. },
  1554. "type": "application",
  1555. "extra": {
  1556. "branch-alias": {
  1557. "dev-master": "2.0-dev"
  1558. }
  1559. },
  1560. "autoload": {
  1561. "psr-4": {
  1562. "Goutte\\": "Goutte"
  1563. }
  1564. },
  1565. "notification-url": "https://packagist.org/downloads/",
  1566. "license": [
  1567. "MIT"
  1568. ],
  1569. "authors": [
  1570. {
  1571. "name": "Fabien Potencier",
  1572. "email": "fabien@symfony.com"
  1573. }
  1574. ],
  1575. "description": "A simple PHP Web Scraper",
  1576. "homepage": "https://github.com/FriendsOfPHP/Goutte",
  1577. "keywords": [
  1578. "scraper"
  1579. ],
  1580. "time": "2014-11-28 09:48:17"
  1581. },
  1582. {
  1583. "name": "firephp/firephp-core",
  1584. "version": "dev-master",
  1585. "source": {
  1586. "type": "git",
  1587. "url": "https://github.com/firephp/firephp-core.git",
  1588. "reference": "67b5aa8e314eb88f8927d1213ea268effa1dfa3d"
  1589. },
  1590. "dist": {
  1591. "type": "zip",
  1592. "url": "https://api.github.com/repos/firephp/firephp-core/zipball/b58e48ef2b6ab2d8fbe6d9aa585652d3e75486bd",
  1593. "reference": "67b5aa8e314eb88f8927d1213ea268effa1dfa3d",
  1594. "shasum": ""
  1595. },
  1596. "type": "library",
  1597. "autoload": {
  1598. "classmap": [
  1599. "lib/FirePHPCore/FirePHP.class.php",
  1600. "lib/FirePHPCore/fb.php"
  1601. ],
  1602. "files": [
  1603. "lib/FirePHPCore/fb.php"
  1604. ]
  1605. },
  1606. "notification-url": "https://packagist.org/downloads/",
  1607. "license": [
  1608. "MIT"
  1609. ],
  1610. "authors": [
  1611. {
  1612. "name": "Christoph Dorn",
  1613. "email": "christoph@christophdorn.com",
  1614. "homepage": "http://christophdorn.com"
  1615. }
  1616. ],
  1617. "description": "Traditional FirePHPCore library for sending PHP variables to the browser.",
  1618. "homepage": "https://github.com/firephp/firephp-core",
  1619. "time": "2014-11-26 18:59:18"
  1620. },
  1621. {
  1622. "name": "friendsofsymfony/http-cache",
  1623. "version": "dev-master",
  1624. "source": {
  1625. "type": "git",
  1626. "url": "https://github.com/FriendsOfSymfony/FOSHttpCache.git",
  1627. "reference": "d488a2db3cdba03d500396fba1087fe19cc45432"
  1628. },
  1629. "dist": {
  1630. "type": "zip",
  1631. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCache/zipball/b56f5454b3a937acc1507b831893eecacf3a51b7",
  1632. "reference": "d488a2db3cdba03d500396fba1087fe19cc45432",
  1633. "shasum": ""
  1634. },
  1635. "require": {
  1636. "guzzle/http": "3.*",
  1637. "php": ">=5.3.3",
  1638. "symfony/event-dispatcher": "~2.3",
  1639. "symfony/options-resolver": "~2.3"
  1640. },
  1641. "require-dev": {
  1642. "guzzle/plugin-mock": "*",
  1643. "mockery/mockery": "*",
  1644. "monolog/monolog": "*",
  1645. "symfony/http-kernel": "~2.3",
  1646. "symfony/process": "~2.3"
  1647. },
  1648. "suggest": {
  1649. "monolog/monolog": "For logging issues while invalidating"
  1650. },
  1651. "type": "library",
  1652. "extra": {
  1653. "branch-alias": {
  1654. "dev-master": "1.3.x-dev"
  1655. }
  1656. },
  1657. "autoload": {
  1658. "psr-4": {
  1659. "FOS\\HttpCache\\": "src/",
  1660. "FOS\\HttpCache\\Tests\\": "tests/"
  1661. }
  1662. },
  1663. "notification-url": "https://packagist.org/downloads/",
  1664. "license": [
  1665. "MIT"
  1666. ],
  1667. "authors": [
  1668. {
  1669. "name": "Liip AG",
  1670. "homepage": "http://www.liip.ch/"
  1671. },
  1672. {
  1673. "name": "Driebit",
  1674. "email": "tech@driebit.nl",
  1675. "homepage": "http://www.driebit.nl"
  1676. },
  1677. {
  1678. "name": "Community contributions",
  1679. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache/contributors"
  1680. }
  1681. ],
  1682. "description": "Tools to manage cache invalidation",
  1683. "homepage": "https://github.com/friendsofsymfony/FOSHttpCache",
  1684. "keywords": [
  1685. "caching",
  1686. "http",
  1687. "invalidation",
  1688. "nginx",
  1689. "purge",
  1690. "varnish"
  1691. ],
  1692. "time": "2015-03-16 08:47:06"
  1693. },
  1694. {
  1695. "name": "friendsofsymfony/http-cache-bundle",
  1696. "version": "dev-master",
  1697. "source": {
  1698. "type": "git",
  1699. "url": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle.git",
  1700. "reference": "d789ace46968d466672f2b757af1866eded4ecaa"
  1701. },
  1702. "dist": {
  1703. "type": "zip",
  1704. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSHttpCacheBundle/zipball/a28853add01d8af5011fe9b9055da5175f99cd5c",
  1705. "reference": "d789ace46968d466672f2b757af1866eded4ecaa",
  1706. "shasum": ""
  1707. },
  1708. "require": {
  1709. "friendsofsymfony/http-cache": "~1.2",
  1710. "php": ">=5.3.3",
  1711. "symfony/framework-bundle": "~2.3"
  1712. },
  1713. "require-dev": {
  1714. "friendsofsymfony/http-cache": "~1.2@dev",
  1715. "matthiasnoback/symfony-dependency-injection-test": "0.*",
  1716. "mockery/mockery": "0.9.*",
  1717. "monolog/monolog": "*",
  1718. "polishsymfonycommunity/symfony-mocker-container": "~1.0",
  1719. "sensio/framework-extra-bundle": "~2.3",
  1720. "symfony/expression-language": "~2.4",
  1721. "symfony/monolog-bundle": "~2.3",
  1722. "symfony/symfony": "~2.3"
  1723. },
  1724. "suggest": {
  1725. "sensio/framework-extra-bundle": "For Tagged Cache Invalidation",
  1726. "symfony/console": "To send invalidation requests from the command line",
  1727. "symfony/expression-language": "For Tagged Cache Invalidation"
  1728. },
  1729. "type": "symfony-bundle",
  1730. "extra": {
  1731. "branch-alias": {
  1732. "dev-master": "1.2.x-dev"
  1733. }
  1734. },
  1735. "autoload": {
  1736. "psr-4": {
  1737. "FOS\\HttpCacheBundle\\": ""
  1738. }
  1739. },
  1740. "notification-url": "https://packagist.org/downloads/",
  1741. "license": [
  1742. "MIT"
  1743. ],
  1744. "authors": [
  1745. {
  1746. "name": "Liip AG",
  1747. "homepage": "http://www.liip.ch/"
  1748. },
  1749. {
  1750. "name": "Driebit",
  1751. "email": "tech@driebit.nl",
  1752. "homepage": "http://www.driebit.nl"
  1753. },
  1754. {
  1755. "name": "Community contributions",
  1756. "homepage": "https://github.com/friendsofsymfony/FOSHttpCacheBundle/contributors"
  1757. }
  1758. ],
  1759. "description": "Set path based HTTP cache headers and send invalidation requests to your HTTP cache",
  1760. "homepage": "https://github.com/FriendsOfSymfony/FOSHttpCacheBundle",
  1761. "keywords": [
  1762. "caching",
  1763. "esi",
  1764. "http",
  1765. "invalidation",
  1766. "purge",
  1767. "varnish"
  1768. ],
  1769. "time": "2015-03-10 14:36:32"
  1770. },
  1771. {
  1772. "name": "friendsofsymfony/rest-bundle",
  1773. "version": "dev-master",
  1774. "target-dir": "FOS/RestBundle",
  1775. "source": {
  1776. "type": "git",
  1777. "url": "https://github.com/FriendsOfSymfony/FOSRestBundle.git",
  1778. "reference": "0bea0cc46c3603eb5449ceb2b3c3e5f9782a8c7e"
  1779. },
  1780. "dist": {
  1781. "type": "zip",
  1782. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSRestBundle/zipball/b63307ce86bd1318ea3325bf9fa6a005665191c7",
  1783. "reference": "0bea0cc46c3603eb5449ceb2b3c3e5f9782a8c7e",
  1784. "shasum": ""
  1785. },
  1786. "require": {
  1787. "doctrine/inflector": "~1.0",
  1788. "php": ">=5.3.9",
  1789. "psr/log": "~1.0",
  1790. "symfony/framework-bundle": "~2.3",
  1791. "willdurand/jsonp-callback-validator": "~1.0",
  1792. "willdurand/negotiation": "~1.2"
  1793. },
  1794. "conflict": {
  1795. "jms/serializer": "<0.12",
  1796. "jms/serializer-bundle": "<0.11"
  1797. },
  1798. "require-dev": {
  1799. "jms/serializer-bundle": "~0.12",
  1800. "sensio/framework-extra-bundle": "~3.0",
  1801. "symfony/browser-kit": "~2.3",
  1802. "symfony/form": "~2.3",
  1803. "symfony/security": "~2.3",
  1804. "symfony/serializer": "~2.3",
  1805. "symfony/validator": "~2.3",
  1806. "symfony/yaml": "~2.3"
  1807. },
  1808. "suggest": {
  1809. "jms/serializer-bundle": "Add support for advanced serialization capabilities, recommended, requires ~0.12",
  1810. "sensio/framework-extra-bundle": "Add support for route annotations and the view response listener",
  1811. "symfony/serializer": "Add support for basic serialization capabilities and xml decoding, requires ~2.2",
  1812. "symfony/validator": "Add support for validation capabilities in the ParamFetcher, requires ~2.2"
  1813. },
  1814. "type": "symfony-bundle",
  1815. "extra": {
  1816. "branch-alias": {
  1817. "dev-master": "1.6-dev"
  1818. }
  1819. },
  1820. "autoload": {
  1821. "psr-0": {
  1822. "FOS\\RestBundle": ""
  1823. }
  1824. },
  1825. "notification-url": "https://packagist.org/downloads/",
  1826. "license": [
  1827. "MIT"
  1828. ],
  1829. "authors": [
  1830. {
  1831. "name": "Lukas Kahwe Smith",
  1832. "email": "smith@pooteeweet.org"
  1833. },
  1834. {
  1835. "name": "FriendsOfSymfony Community",
  1836. "homepage": "https://github.com/friendsofsymfony/FOSRestBundle/contributors"
  1837. },
  1838. {
  1839. "name": "Konstantin Kudryashov",
  1840. "email": "ever.zet@gmail.com"
  1841. }
  1842. ],
  1843. "description": "This Bundle provides various tools to rapidly develop RESTful API's with Symfony2",
  1844. "homepage": "http://friendsofsymfony.github.com",
  1845. "keywords": [
  1846. "rest"
  1847. ],
  1848. "time": "2015-03-20 19:51:22"
  1849. },
  1850. {
  1851. "name": "friendsofsymfony/user-bundle",
  1852. "version": "dev-master",
  1853. "source": {
  1854. "type": "git",
  1855. "url": "https://github.com/FriendsOfSymfony/FOSUserBundle.git",
  1856. "reference": "3565dfb22df2b0791137d5244d34d528d887f73e"
  1857. },
  1858. "dist": {
  1859. "type": "zip",
  1860. "url": "https://api.github.com/repos/FriendsOfSymfony/FOSUserBundle/zipball/6ccff96434c0ac7fee077d1dce90966341dfd278",
  1861. "reference": "3565dfb22df2b0791137d5244d34d528d887f73e",
  1862. "shasum": ""
  1863. },
  1864. "require": {
  1865. "php": ">=5.3.2",
  1866. "symfony/form": "~2.3",
  1867. "symfony/framework-bundle": "~2.3",
  1868. "symfony/security-bundle": "~2.3",
  1869. "symfony/twig-bundle": "~2.3"
  1870. },
  1871. "require-dev": {
  1872. "doctrine/doctrine-bundle": "*",
  1873. "swiftmailer/swiftmailer": ">=4.3, <6.0",
  1874. "symfony/validator": "~2.3",
  1875. "symfony/yaml": "~2.3",
  1876. "willdurand/propel-typehintable-behavior": "dev-master"
  1877. },
  1878. "suggest": {
  1879. "willdurand/propel-typehintable-behavior": "Needed when using the propel implementation"
  1880. },
  1881. "type": "symfony-bundle",
  1882. "extra": {
  1883. "branch-alias": {
  1884. "dev-master": "2.0.x-dev"
  1885. }
  1886. },
  1887. "autoload": {
  1888. "psr-4": {
  1889. "FOS\\UserBundle\\": ""
  1890. }
  1891. },
  1892. "notification-url": "https://packagist.org/downloads/",
  1893. "license": [
  1894. "MIT"
  1895. ],
  1896. "authors": [
  1897. {
  1898. "name": "Christophe Coevoet",
  1899. "email": "stof@notk.org"
  1900. },
  1901. {
  1902. "name": "FriendsOfSymfony Community",
  1903. "homepage": "https://github.com/friendsofsymfony/FOSUserBundle/contributors"
  1904. },
  1905. {
  1906. "name": "Thibault Duplessis",
  1907. "email": "thibault.duplessis@gmail.com"
  1908. }
  1909. ],
  1910. "description": "Symfony FOSUserBundle",
  1911. "homepage": "http://friendsofsymfony.github.com",
  1912. "keywords": [
  1913. "User management"
  1914. ],
  1915. "time": "2014-11-19 10:34:13"
  1916. },
  1917. {
  1918. "name": "gedmo/doctrine-extensions",
  1919. "version": "dev-master",
  1920. "source": {
  1921. "type": "git",
  1922. "url": "https://github.com/Atlantic18/DoctrineExtensions.git",
  1923. "reference": "b1c364389992c248fcf50d6793e2fe4042021682"
  1924. },
  1925. "dist": {
  1926. "type": "zip",
  1927. "url": "https://api.github.com/repos/Atlantic18/DoctrineExtensions/zipball/6edc04eea3325032f298ed51ec3b4d6048e08c1c",
  1928. "reference": "b1c364389992c248fcf50d6793e2fe4042021682",
  1929. "shasum": ""
  1930. },
  1931. "require": {
  1932. "behat/transliterator": "~1.0",
  1933. "doctrine/common": "~2.4",
  1934. "php": ">=5.3.2"
  1935. },
  1936. "require-dev": {
  1937. "doctrine/mongodb-odm": "~1.0-BETA10",
  1938. "doctrine/orm": "~2.4",
  1939. "symfony/yaml": "~2.3"
  1940. },
  1941. "suggest": {
  1942. "doctrine/mongodb-odm": "to use the extensions with the MongoDB ODM",
  1943. "doctrine/orm": "to use the extensions with the ORM"
  1944. },
  1945. "type": "library",
  1946. "extra": {
  1947. "branch-alias": {
  1948. "dev-master": "2.3.x-dev"
  1949. }
  1950. },
  1951. "autoload": {
  1952. "psr-0": {
  1953. "Gedmo\\": "lib/"
  1954. }
  1955. },
  1956. "notification-url": "https://packagist.org/downloads/",
  1957. "license": [
  1958. "MIT"
  1959. ],
  1960. "authors": [
  1961. {
  1962. "name": "David Buchmann",
  1963. "email": "david@liip.ch"
  1964. },
  1965. {
  1966. "name": "Gediminas Morkevicius",
  1967. "email": "gediminas.morkevicius@gmail.com"
  1968. },
  1969. {
  1970. "name": "Gustavo Falco",
  1971. "email": "comfortablynumb84@gmail.com"
  1972. }
  1973. ],
  1974. "description": "Doctrine2 behavioral extensions",
  1975. "homepage": "http://gediminasm.org/",
  1976. "keywords": [
  1977. "Blameable",
  1978. "behaviors",
  1979. "doctrine2",
  1980. "extensions",
  1981. "gedmo",
  1982. "loggable",
  1983. "nestedset",
  1984. "sluggable",
  1985. "sortable",
  1986. "timestampable",
  1987. "translatable",
  1988. "tree",
  1989. "uploadable"
  1990. ],
  1991. "time": "2014-10-05 20:50:56"
  1992. },
  1993. {
  1994. "name": "gloomy/pager-bundle",
  1995. "version": "dev-master",
  1996. "target-dir": "Gloomy/PagerBundle",
  1997. "source": {
  1998. "type": "git",
  1999. "url": "https://github.com/elyotechgit/GloomyPagerBundle.git",
  2000. "reference": "ce8891b2a21c20a1ced67ae85a1a38ee23d31004"
  2001. },
  2002. "dist": {
  2003. "type": "zip",
  2004. "url": "https://api.github.com/repos/elyotechgit/GloomyPagerBundle/zipball/182bf03feeac1bfcfc1c03aae3c2de913b35b22b",
  2005. "reference": "ce8891b2a21c20a1ced67ae85a1a38ee23d31004",
  2006. "shasum": ""
  2007. },
  2008. "require": {
  2009. "symfony/framework-bundle": "~2.3"
  2010. },
  2011. "type": "symfony-bundle",
  2012. "autoload": {
  2013. "psr-0": {
  2014. "Gloomy\\PagerBundle": ""
  2015. }
  2016. },
  2017. "license": [
  2018. "MIT"
  2019. ],
  2020. "authors": [
  2021. {
  2022. "name": "Luc Vieillescazes",
  2023. "email": "luc@vieillescazes.net"
  2024. }
  2025. ],
  2026. "description": "Paginator/datagrid/crud bundle for Symfony2 with advanced filtering & sorting",
  2027. "homepage": "https://github.com/iamluc/GloomyPagerBundle",
  2028. "keywords": [
  2029. "REST",
  2030. "crud",
  2031. "datagrid",
  2032. "pager",
  2033. "pagination",
  2034. "paginator",
  2035. "paging"
  2036. ],
  2037. "support": {
  2038. "source": "https://github.com/elyotechgit/GloomyPagerBundle/tree/master"
  2039. },
  2040. "time": "2014-12-16 14:19:04"
  2041. },
  2042. {
  2043. "name": "gos/pnctl-event-loop-emitter",
  2044. "version": "v0.1.2",
  2045. "source": {
  2046. "type": "git",
  2047. "url": "https://github.com/GeniusesOfSymfony/PNCTLEventLoopEmitter.git",
  2048. "reference": "a972d9c2b031ae102c8547d554e848f4302c90f0"
  2049. },
  2050. "dist": {
  2051. "type": "zip",
  2052. "url": "https://api.github.com/repos/GeniusesOfSymfony/PNCTLEventLoopEmitter/zipball/a972d9c2b031ae102c8547d554e848f4302c90f0",
  2053. "reference": "a972d9c2b031ae102c8547d554e848f4302c90f0",
  2054. "shasum": ""
  2055. },
  2056. "require": {
  2057. "evenement/evenement": "~2.0",
  2058. "php": ">=5.3",
  2059. "react/event-loop": "~0.4.0"
  2060. },
  2061. "type": "library",
  2062. "extra": {
  2063. "branch-alias": {
  2064. "dev-master": "1.0.x-dev"
  2065. }
  2066. },
  2067. "autoload": {
  2068. "psr-4": {
  2069. "Gos\\Component\\PnctlEventLoopEmitter\\": "src/"
  2070. }
  2071. },
  2072. "notification-url": "https://packagist.org/downloads/",
  2073. "license": [
  2074. "MIT"
  2075. ],
  2076. "authors": [
  2077. {
  2078. "name": "Johann Saunier",
  2079. "email": "johann_27@hotmail.fr"
  2080. }
  2081. ],
  2082. "description": "Pnctl event emitter for event loop",
  2083. "homepage": "https://github.com/GeniusesOfSymfony/PnctlEventLoopEmitter",
  2084. "keywords": [
  2085. "Pnctl",
  2086. "event loop",
  2087. "reactphp"
  2088. ],
  2089. "time": "2015-07-08 21:09:56"
  2090. },
  2091. {
  2092. "name": "gos/pubsub-router-bundle",
  2093. "version": "v0.1.10",
  2094. "source": {
  2095. "type": "git",
  2096. "url": "https://github.com/GeniusesOfSymfony/PubSubRouterBundle.git",
  2097. "reference": "3420c4be8f6571f6f949040e64950a495e75ceab"
  2098. },
  2099. "dist": {
  2100. "type": "zip",
  2101. "url": "https://api.github.com/repos/GeniusesOfSymfony/PubSubRouterBundle/zipball/3420c4be8f6571f6f949040e64950a495e75ceab",
  2102. "reference": "3420c4be8f6571f6f949040e64950a495e75ceab",
  2103. "shasum": ""
  2104. },
  2105. "require": {
  2106. "doctrine/cache": "~1.4",
  2107. "php": ">=5.4",
  2108. "symfony/framework-bundle": "~2.3"
  2109. },
  2110. "require-dev": {
  2111. "phpunit/phpunit": "~4.0"
  2112. },
  2113. "type": "symfony-bundle",
  2114. "extra": {
  2115. "branch-alias": {
  2116. "dev-master": "0.2.x-dev"
  2117. }
  2118. },
  2119. "autoload": {
  2120. "psr-4": {
  2121. "Gos\\Bundle\\PubSubRouterBundle\\": ""
  2122. }
  2123. },
  2124. "notification-url": "https://packagist.org/downloads/",
  2125. "license": [
  2126. "MIT"
  2127. ],
  2128. "authors": [
  2129. {
  2130. "name": "Johann Saunier",
  2131. "email": "johann_27@hotmail.fr"
  2132. }
  2133. ],
  2134. "description": "Symfony PubSub Router Bundle",
  2135. "homepage": "https://github.com/GeniusesOfSymfony/PubSubRouterBundle",
  2136. "keywords": [
  2137. "PubSub Bundle",
  2138. "WAMP",
  2139. "bundle",
  2140. "pubsub",
  2141. "redis",
  2142. "zmq"
  2143. ],
  2144. "time": "2015-11-02 13:03:06"
  2145. },
  2146. {
  2147. "name": "gos/ratchet",
  2148. "version": "v0.3.4",
  2149. "source": {
  2150. "type": "git",
  2151. "url": "https://github.com/GeniusesOfSymfony/Ratchet.git",
  2152. "reference": "edc26ae070a2e60012622221260d37cf0d9b7c9c"
  2153. },
  2154. "dist": {
  2155. "type": "zip",
  2156. "url": "https://api.github.com/repos/GeniusesOfSymfony/Ratchet/zipball/edc26ae070a2e60012622221260d37cf0d9b7c9c",
  2157. "reference": "edc26ae070a2e60012622221260d37cf0d9b7c9c",
  2158. "shasum": ""
  2159. },
  2160. "require": {
  2161. "guzzle/http": "^3.6",
  2162. "php": ">=5.3.9",
  2163. "react/socket": "^0.3 || ^0.4",
  2164. "symfony/http-foundation": "^2.2",
  2165. "symfony/routing": "^2.2"
  2166. },
  2167. "type": "library",
  2168. "autoload": {
  2169. "psr-4": {
  2170. "Ratchet\\": "src/Ratchet"
  2171. }
  2172. },
  2173. "notification-url": "https://packagist.org/downloads/",
  2174. "license": [
  2175. "MIT"
  2176. ],
  2177. "authors": [
  2178. {
  2179. "name": "Chris Boden",
  2180. "email": "cboden@gmail.com",
  2181. "role": "Developer"
  2182. }
  2183. ],
  2184. "description": "PHP WebSocket library",
  2185. "homepage": "http://socketo.me",
  2186. "keywords": [
  2187. "Ratchet",
  2188. "WebSockets",
  2189. "server",
  2190. "sockets"
  2191. ],
  2192. "time": "2015-08-02 21:21:37"
  2193. },
  2194. {
  2195. "name": "gos/ratchet-stack",
  2196. "version": "v0.1.0",
  2197. "source": {
  2198. "type": "git",
  2199. "url": "git@github.com:GeniusesOfSymfony/RatchetStackBuilder.git",
  2200. "reference": "5b2a1082349afc70dd9c0a5476e078c6edc29d5d"
  2201. },
  2202. "dist": {
  2203. "type": "zip",
  2204. "url": "https://api.github.com/repos/GeniusesOfSymfony/RatchetStackBuilder/zipball/5b2a1082349afc70dd9c0a5476e078c6edc29d5d",
  2205. "reference": "5b2a1082349afc70dd9c0a5476e078c6edc29d5d",
  2206. "shasum": ""
  2207. },
  2208. "require": {
  2209. "cboden/ratchet": "~0.3.0",
  2210. "php": ">=5.3"
  2211. },
  2212. "type": "library",
  2213. "extra": {
  2214. "branch-alias": {
  2215. "dev-master": "1.0.x-dev"
  2216. }
  2217. },
  2218. "autoload": {
  2219. "psr-4": {
  2220. "Gos\\Component\\RatchetStack\\": "src/"
  2221. }
  2222. },
  2223. "notification-url": "https://packagist.org/downloads/",
  2224. "license": [
  2225. "MIT"
  2226. ],
  2227. "authors": [
  2228. {
  2229. "name": "Johann Saunier",
  2230. "email": "johann_27@hotmail.fr"
  2231. }
  2232. ],
  2233. "description": "Ratchet Stack",
  2234. "homepage": "https://github.com/GeniusesOfSymfony/RatchetStack",
  2235. "keywords": [
  2236. "Ratchet",
  2237. "application",
  2238. "stack"
  2239. ],
  2240. "time": "2015-05-27 11:46:21"
  2241. },
  2242. {
  2243. "name": "gos/web-socket-bundle",
  2244. "version": "v1.5.2",
  2245. "source": {
  2246. "type": "git",
  2247. "url": "https://github.com/GeniusesOfSymfony/WebSocketBundle.git",
  2248. "reference": "3103157809198f61a75fe8330aa322d66f3d5bcc"
  2249. },
  2250. "dist": {
  2251. "type": "zip",
  2252. "url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketBundle/zipball/3103157809198f61a75fe8330aa322d66f3d5bcc",
  2253. "reference": "3103157809198f61a75fe8330aa322d66f3d5bcc",
  2254. "shasum": ""
  2255. },
  2256. "require": {
  2257. "gos/pnctl-event-loop-emitter": "~0.1",
  2258. "gos/pubsub-router-bundle": "~0.1.0",
  2259. "gos/ratchet": "~0.3.0",
  2260. "gos/ratchet-stack": "~0.1",
  2261. "gos/websocket-client": "~0.1.0",
  2262. "php": ">=5.4",
  2263. "symfony/framework-bundle": "~2.3"
  2264. },
  2265. "suggest": {
  2266. "ext-amqp": "*",
  2267. "ext-libev": "*",
  2268. "ext-libevent": ">=0.0.5",
  2269. "ext-zmq": "*",
  2270. "ocramius/proxy-manager": "~1.0",
  2271. "symfony/proxy-manager-bridge": "~2.3"
  2272. },
  2273. "type": "symfony-bundle",
  2274. "extra": {
  2275. "branch-alias": {
  2276. "dev-master": "1.5.x-dev"
  2277. }
  2278. },
  2279. "autoload": {
  2280. "psr-4": {
  2281. "Gos\\Bundle\\WebSocketBundle\\": ""
  2282. }
  2283. },
  2284. "notification-url": "https://packagist.org/downloads/",
  2285. "license": [
  2286. "MIT"
  2287. ],
  2288. "authors": [
  2289. {
  2290. "name": "Jeremy Dare",
  2291. "email": "jeremy.d.dare@gmail.com"
  2292. },
  2293. {
  2294. "name": "Johann Saunier",
  2295. "email": "johann_27@hotmail.fr"
  2296. }
  2297. ],
  2298. "description": "Symfony Web Socket Bundle",
  2299. "homepage": "https://github.com/GeniusesOfSymfony/WebSocketBundle",
  2300. "keywords": [
  2301. "Ratchet",
  2302. "WAMP",
  2303. "Web Socket Bundle",
  2304. "io",
  2305. "websocket"
  2306. ],
  2307. "time": "2015-08-17 19:23:55"
  2308. },
  2309. {
  2310. "name": "gos/websocket-client",
  2311. "version": "dev-master",
  2312. "source": {
  2313. "type": "git",
  2314. "url": "https://github.com/GeniusesOfSymfony/WebSocketPhpClient.git",
  2315. "reference": "64e4351d42acb77d5b6df748221c889a2f0adee4"
  2316. },
  2317. "dist": {
  2318. "type": "zip",
  2319. "url": "https://api.github.com/repos/GeniusesOfSymfony/WebSocketPhpClient/zipball/64e4351d42acb77d5b6df748221c889a2f0adee4",
  2320. "reference": "64e4351d42acb77d5b6df748221c889a2f0adee4",
  2321. "shasum": ""
  2322. },
  2323. "require": {
  2324. "php": ">=5.3.0"
  2325. },
  2326. "type": "library",
  2327. "extra": {
  2328. "branch-alias": {
  2329. "dev-master": "0.1.x-dev"
  2330. }
  2331. },
  2332. "autoload": {
  2333. "psr-4": {
  2334. "Gos\\Component\\WebSocketClient\\": ""
  2335. }
  2336. },
  2337. "notification-url": "https://packagist.org/downloads/",
  2338. "license": [
  2339. "MIT"
  2340. ],
  2341. "authors": [
  2342. {
  2343. "name": "Johann Saunier",
  2344. "email": "johann_27@hotmail.fr"
  2345. },
  2346. {
  2347. "name": "Martin Bažík",
  2348. "email": "martin@bazo.sk"
  2349. }
  2350. ],
  2351. "description": "WAMP client in PHP",
  2352. "keywords": [
  2353. "Ratchet",
  2354. "WAMP",
  2355. "websocket"
  2356. ],
  2357. "time": "2015-09-21 20:53:45"
  2358. },
  2359. {
  2360. "name": "guzzle/guzzle",
  2361. "version": "v3.9.2",
  2362. "source": {
  2363. "type": "git",
  2364. "url": "https://github.com/guzzle/guzzle3.git",
  2365. "reference": "54991459675c1a2924122afbb0e5609ade581155"
  2366. },
  2367. "dist": {
  2368. "type": "zip",
  2369. "url": "https://api.github.com/repos/guzzle/guzzle3/zipball/54991459675c1a2924122afbb0e5609ade581155",
  2370. "reference": "54991459675c1a2924122afbb0e5609ade581155",
  2371. "shasum": ""
  2372. },
  2373. "require": {
  2374. "ext-curl": "*",
  2375. "php": ">=5.3.3",
  2376. "symfony/event-dispatcher": "~2.1"
  2377. },
  2378. "replace": {
  2379. "guzzle/batch": "self.version",
  2380. "guzzle/cache": "self.version",
  2381. "guzzle/common": "self.version",
  2382. "guzzle/http": "self.version",
  2383. "guzzle/inflection": "self.version",
  2384. "guzzle/iterator": "self.version",
  2385. "guzzle/log": "self.version",
  2386. "guzzle/parser": "self.version",
  2387. "guzzle/plugin": "self.version",
  2388. "guzzle/plugin-async": "self.version",
  2389. "guzzle/plugin-backoff": "self.version",
  2390. "guzzle/plugin-cache": "self.version",
  2391. "guzzle/plugin-cookie": "self.version",
  2392. "guzzle/plugin-curlauth": "self.version",
  2393. "guzzle/plugin-error-response": "self.version",
  2394. "guzzle/plugin-history": "self.version",
  2395. "guzzle/plugin-log": "self.version",
  2396. "guzzle/plugin-md5": "self.version",
  2397. "guzzle/plugin-mock": "self.version",
  2398. "guzzle/plugin-oauth": "self.version",
  2399. "guzzle/service": "self.version",
  2400. "guzzle/stream": "self.version"
  2401. },
  2402. "require-dev": {
  2403. "doctrine/cache": "~1.3",
  2404. "monolog/monolog": "~1.0",
  2405. "phpunit/phpunit": "3.7.*",
  2406. "psr/log": "~1.0",
  2407. "symfony/class-loader": "~2.1",
  2408. "zendframework/zend-cache": "2.*,<2.3",
  2409. "zendframework/zend-log": "2.*,<2.3"
  2410. },
  2411. "type": "library",
  2412. "extra": {
  2413. "branch-alias": {
  2414. "dev-master": "3.9-dev"
  2415. }
  2416. },
  2417. "autoload": {
  2418. "psr-0": {
  2419. "Guzzle": "src/",
  2420. "Guzzle\\Tests": "tests/"
  2421. }
  2422. },
  2423. "notification-url": "https://packagist.org/downloads/",
  2424. "license": [
  2425. "MIT"
  2426. ],
  2427. "authors": [
  2428. {
  2429. "name": "Michael Dowling",
  2430. "email": "mtdowling@gmail.com",
  2431. "homepage": "https://github.com/mtdowling"
  2432. },
  2433. {
  2434. "name": "Guzzle Community",
  2435. "homepage": "https://github.com/guzzle/guzzle/contributors"
  2436. }
  2437. ],
  2438. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  2439. "homepage": "http://guzzlephp.org/",
  2440. "keywords": [
  2441. "client",
  2442. "curl",
  2443. "framework",
  2444. "http",
  2445. "http client",
  2446. "rest",
  2447. "web service"
  2448. ],
  2449. "time": "2014-08-11 04:32:36"
  2450. },
  2451. {
  2452. "name": "guzzlehttp/guzzle",
  2453. "version": "5.2.0",
  2454. "source": {
  2455. "type": "git",
  2456. "url": "https://github.com/guzzle/guzzle.git",
  2457. "reference": "475b29ccd411f2fa8a408e64576418728c032cfa"
  2458. },
  2459. "dist": {
  2460. "type": "zip",
  2461. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/475b29ccd411f2fa8a408e64576418728c032cfa",
  2462. "reference": "475b29ccd411f2fa8a408e64576418728c032cfa",
  2463. "shasum": ""
  2464. },
  2465. "require": {
  2466. "guzzlehttp/ringphp": "~1.0",
  2467. "php": ">=5.4.0"
  2468. },
  2469. "require-dev": {
  2470. "ext-curl": "*",
  2471. "phpunit/phpunit": "~4.0",
  2472. "psr/log": "~1.0"
  2473. },
  2474. "type": "library",
  2475. "extra": {
  2476. "branch-alias": {
  2477. "dev-master": "5.0-dev"
  2478. }
  2479. },
  2480. "autoload": {
  2481. "psr-4": {
  2482. "GuzzleHttp\\": "src/"
  2483. }
  2484. },
  2485. "notification-url": "https://packagist.org/downloads/",
  2486. "license": [
  2487. "MIT"
  2488. ],
  2489. "authors": [
  2490. {
  2491. "name": "Michael Dowling",
  2492. "email": "mtdowling@gmail.com",
  2493. "homepage": "https://github.com/mtdowling"
  2494. }
  2495. ],
  2496. "description": "Guzzle is a PHP HTTP client library and framework for building RESTful web service clients",
  2497. "homepage": "http://guzzlephp.org/",
  2498. "keywords": [
  2499. "client",
  2500. "curl",
  2501. "framework",
  2502. "http",
  2503. "http client",
  2504. "rest",
  2505. "web service"
  2506. ],
  2507. "time": "2015-01-28 01:03:29"
  2508. },
  2509. {
  2510. "name": "guzzlehttp/ringphp",
  2511. "version": "dev-master",
  2512. "source": {
  2513. "type": "git",
  2514. "url": "https://github.com/guzzle/RingPHP.git",
  2515. "reference": "a903f51b692427318bc813217c0e6505287e79a4"
  2516. },
  2517. "dist": {
  2518. "type": "zip",
  2519. "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/9465032ac5d6beaa55f10923403e6e1c36018d9c",
  2520. "reference": "a903f51b692427318bc813217c0e6505287e79a4",
  2521. "shasum": ""
  2522. },
  2523. "require": {
  2524. "guzzlehttp/streams": "~3.0",
  2525. "php": ">=5.4.0",
  2526. "react/promise": "~2.0"
  2527. },
  2528. "require-dev": {
  2529. "ext-curl": "*",
  2530. "phpunit/phpunit": "~4.0"
  2531. },
  2532. "suggest": {
  2533. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  2534. },
  2535. "type": "library",
  2536. "extra": {
  2537. "branch-alias": {
  2538. "dev-master": "1.0-dev"
  2539. }
  2540. },
  2541. "autoload": {
  2542. "psr-4": {
  2543. "GuzzleHttp\\Ring\\": "src/"
  2544. }
  2545. },
  2546. "notification-url": "https://packagist.org/downloads/",
  2547. "license": [
  2548. "MIT"
  2549. ],
  2550. "authors": [
  2551. {
  2552. "name": "Michael Dowling",
  2553. "email": "mtdowling@gmail.com",
  2554. "homepage": "https://github.com/mtdowling"
  2555. }
  2556. ],
  2557. "time": "2014-12-11 05:50:32"
  2558. },
  2559. {
  2560. "name": "guzzlehttp/streams",
  2561. "version": "dev-master",
  2562. "source": {
  2563. "type": "git",
  2564. "url": "https://github.com/guzzle/streams.git",
  2565. "reference": "48be63a56ea8a98ec620eb59ef76bcab77feba55"
  2566. },
  2567. "dist": {
  2568. "type": "zip",
  2569. "url": "https://api.github.com/repos/guzzle/streams/zipball/d1f8a6c55f0f753cfd6f6755856473eb02cedb19",
  2570. "reference": "48be63a56ea8a98ec620eb59ef76bcab77feba55",
  2571. "shasum": ""
  2572. },
  2573. "require": {
  2574. "php": ">=5.4.0"
  2575. },
  2576. "require-dev": {
  2577. "phpunit/phpunit": "~4.0"
  2578. },
  2579. "type": "library",
  2580. "extra": {
  2581. "branch-alias": {
  2582. "dev-master": "3.0-dev"
  2583. }
  2584. },
  2585. "autoload": {
  2586. "psr-4": {
  2587. "GuzzleHttp\\Stream\\": "src/"
  2588. }
  2589. },
  2590. "notification-url": "https://packagist.org/downloads/",
  2591. "license": [
  2592. "MIT"
  2593. ],
  2594. "authors": [
  2595. {
  2596. "name": "Michael Dowling",
  2597. "email": "mtdowling@gmail.com",
  2598. "homepage": "https://github.com/mtdowling"
  2599. }
  2600. ],
  2601. "description": "Provides a simple abstraction over streams of data",
  2602. "homepage": "http://guzzlephp.org/",
  2603. "keywords": [
  2604. "Guzzle",
  2605. "stream"
  2606. ],
  2607. "time": "2014-10-12 19:45:36"
  2608. },
  2609. {
  2610. "name": "hamcrest/hamcrest-php",
  2611. "version": "v1.2.0",
  2612. "source": {
  2613. "type": "git",
  2614. "url": "https://github.com/hamcrest/hamcrest-php.git",
  2615. "reference": "a68ffcabdeeb2c7c253073ab49c86a91a551d8dd"
  2616. },
  2617. "dist": {
  2618. "type": "zip",
  2619. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/a68ffcabdeeb2c7c253073ab49c86a91a551d8dd",
  2620. "reference": "a68ffcabdeeb2c7c253073ab49c86a91a551d8dd",
  2621. "shasum": ""
  2622. },
  2623. "require": {
  2624. "php": ">=5.3.2"
  2625. },
  2626. "replace": {
  2627. "cordoval/hamcrest-php": "*",
  2628. "davedevelopment/hamcrest-php": "*",
  2629. "kodova/hamcrest-php": "*"
  2630. },
  2631. "require-dev": {
  2632. "phpunit/php-file-iterator": "1.3.3",
  2633. "satooshi/php-coveralls": "dev-master"
  2634. },
  2635. "type": "library",
  2636. "autoload": {
  2637. "classmap": [
  2638. "hamcrest"
  2639. ],
  2640. "files": [
  2641. "hamcrest/Hamcrest.php"
  2642. ]
  2643. },
  2644. "notification-url": "https://packagist.org/downloads/",
  2645. "license": [
  2646. "BSD"
  2647. ],
  2648. "description": "This is the PHP port of Hamcrest Matchers",
  2649. "keywords": [
  2650. "test"
  2651. ],
  2652. "time": "2014-09-25 04:46:01"
  2653. },
  2654. {
  2655. "name": "jdorn/sql-formatter",
  2656. "version": "dev-master",
  2657. "source": {
  2658. "type": "git",
  2659. "url": "https://github.com/jdorn/sql-formatter.git",
  2660. "reference": "ff0515fa8ce7d97d6cba279e8ed9d51d3eaa0316"
  2661. },
  2662. "dist": {
  2663. "type": "zip",
  2664. "url": "https://api.github.com/repos/jdorn/sql-formatter/zipball/7ef9b85961956aa572413693e1194b60f50ab9ab",
  2665. "reference": "ff0515fa8ce7d97d6cba279e8ed9d51d3eaa0316",
  2666. "shasum": ""
  2667. },
  2668. "require": {
  2669. "php": ">=5.2.4"
  2670. },
  2671. "require-dev": {
  2672. "phpunit/phpunit": "3.7.*"
  2673. },
  2674. "bin": [
  2675. "bin/sql-formatter"
  2676. ],
  2677. "type": "library",
  2678. "extra": {
  2679. "branch-alias": {
  2680. "dev-master": "1.3.x-dev"
  2681. }
  2682. },
  2683. "autoload": {
  2684. "classmap": [
  2685. "lib"
  2686. ]
  2687. },
  2688. "notification-url": "https://packagist.org/downloads/",
  2689. "license": [
  2690. "MIT"
  2691. ],
  2692. "authors": [
  2693. {
  2694. "name": "Jeremy Dorn",
  2695. "email": "jeremy@jeremydorn.com",
  2696. "homepage": "http://jeremydorn.com/"
  2697. }
  2698. ],
  2699. "description": "a PHP SQL highlighting library",
  2700. "homepage": "https://github.com/jdorn/sql-formatter/",
  2701. "keywords": [
  2702. "highlight",
  2703. "sql"
  2704. ],
  2705. "time": "2014-07-28 13:45:38"
  2706. },
  2707. {
  2708. "name": "jms/aop-bundle",
  2709. "version": "dev-master",
  2710. "target-dir": "JMS/AopBundle",
  2711. "source": {
  2712. "type": "git",
  2713. "url": "https://github.com/schmittjoh/JMSAopBundle.git",
  2714. "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8"
  2715. },
  2716. "dist": {
  2717. "type": "zip",
  2718. "url": "https://api.github.com/repos/schmittjoh/JMSAopBundle/zipball/78000d007e74283cc564a58e184d7f62548ad394",
  2719. "reference": "93f41ab85ed409430bc3bab2e0b7c7677f152aa8",
  2720. "shasum": ""
  2721. },
  2722. "require": {
  2723. "jms/cg": "1.*",
  2724. "symfony/framework-bundle": "2.*"
  2725. },
  2726. "type": "symfony-bundle",
  2727. "extra": {
  2728. "branch-alias": {
  2729. "dev-master": "1.1.x-dev"
  2730. }
  2731. },
  2732. "autoload": {
  2733. "psr-0": {
  2734. "JMS\\AopBundle": ""
  2735. }
  2736. },
  2737. "notification-url": "https://packagist.org/downloads/",
  2738. "license": [
  2739. "Apache"
  2740. ],
  2741. "authors": [
  2742. {
  2743. "name": "Johannes M. Schmitt",
  2744. "email": "schmittjoh@gmail.com",
  2745. "homepage": "http://jmsyst.com",
  2746. "role": "Developer of wrapped JMSSerializerBundle"
  2747. }
  2748. ],
  2749. "description": "Adds AOP capabilities to Symfony2",
  2750. "keywords": [
  2751. "annotations",
  2752. "aop"
  2753. ],
  2754. "time": "2013-07-29 09:34:26"
  2755. },
  2756. {
  2757. "name": "jms/cg",
  2758. "version": "dev-master",
  2759. "source": {
  2760. "type": "git",
  2761. "url": "https://github.com/schmittjoh/cg-library.git",
  2762. "reference": "3d2881f2faec15a632b2c7ad9646f836dd71ba21"
  2763. },
  2764. "dist": {
  2765. "type": "zip",
  2766. "url": "https://api.github.com/repos/schmittjoh/cg-library/zipball/0af1113c7409b8636c5244bbae10b2e0ff792e9c",
  2767. "reference": "3d2881f2faec15a632b2c7ad9646f836dd71ba21",
  2768. "shasum": ""
  2769. },
  2770. "require": {
  2771. "php": ">=5.3.0"
  2772. },
  2773. "type": "library",
  2774. "extra": {
  2775. "branch-alias": {
  2776. "dev-master": "1.1-dev"
  2777. }
  2778. },
  2779. "autoload": {
  2780. "psr-0": {
  2781. "CG\\": "src/"
  2782. }
  2783. },
  2784. "notification-url": "https://packagist.org/downloads/",
  2785. "license": [
  2786. "Apache2"
  2787. ],
  2788. "authors": [
  2789. {
  2790. "name": "Johannes M. Schmitt",
  2791. "email": "schmittjoh@gmail.com",
  2792. "homepage": "http://jmsyst.com",
  2793. "role": "Developer of wrapped JMSSerializerBundle"
  2794. }
  2795. ],
  2796. "description": "Toolset for generating PHP code",
  2797. "keywords": [
  2798. "code generation"
  2799. ],
  2800. "time": "2013-12-26 12:09:20"
  2801. },
  2802. {
  2803. "name": "jms/di-extra-bundle",
  2804. "version": "dev-master",
  2805. "target-dir": "JMS/DiExtraBundle",
  2806. "source": {
  2807. "type": "git",
  2808. "url": "https://github.com/schmittjoh/JMSDiExtraBundle.git",
  2809. "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01"
  2810. },
  2811. "dist": {
  2812. "type": "zip",
  2813. "url": "https://api.github.com/repos/schmittjoh/JMSDiExtraBundle/zipball/e2181b81c9f8ecdc1538404bb192e442d7469b3d",
  2814. "reference": "4a0db1a5469940f83cc7d9c156224469ec8b6c01",
  2815. "shasum": ""
  2816. },
  2817. "require": {
  2818. "jms/aop-bundle": ">=1.0.0,<1.2-dev",
  2819. "jms/metadata": "1.*",
  2820. "symfony/finder": "~2.1",
  2821. "symfony/framework-bundle": "~2.1",
  2822. "symfony/process": "~2.1"
  2823. },
  2824. "require-dev": {
  2825. "doctrine/doctrine-bundle": "*",
  2826. "doctrine/orm": "*",
  2827. "jms/security-extra-bundle": "1.*",
  2828. "phpcollection/phpcollection": ">=0.1,<0.3-dev",
  2829. "sensio/framework-extra-bundle": "*",
  2830. "symfony/browser-kit": "*",
  2831. "symfony/class-loader": "*",
  2832. "symfony/form": "*",
  2833. "symfony/security-bundle": "*",
  2834. "symfony/twig-bundle": "*",
  2835. "symfony/validator": "*",
  2836. "symfony/yaml": "*"
  2837. },
  2838. "type": "symfony-bundle",
  2839. "extra": {
  2840. "branch-alias": {
  2841. "dev-master": "1.5-dev"
  2842. }
  2843. },
  2844. "autoload": {
  2845. "psr-0": {
  2846. "JMS\\DiExtraBundle": ""
  2847. }
  2848. },
  2849. "notification-url": "https://packagist.org/downloads/",
  2850. "license": [
  2851. "Apache"
  2852. ],
  2853. "authors": [
  2854. {
  2855. "name": "Johannes M. Schmitt",
  2856. "email": "schmittjoh@gmail.com"
  2857. }
  2858. ],
  2859. "description": "Allows to configure dependency injection using annotations",
  2860. "homepage": "http://jmsyst.com/bundles/JMSDiExtraBundle",
  2861. "keywords": [
  2862. "annotations",
  2863. "dependency injection"
  2864. ],
  2865. "time": "2014-11-24 08:56:26"
  2866. },
  2867. {
  2868. "name": "jms/metadata",
  2869. "version": "dev-master",
  2870. "source": {
  2871. "type": "git",
  2872. "url": "https://github.com/schmittjoh/metadata.git",
  2873. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353"
  2874. },
  2875. "dist": {
  2876. "type": "zip",
  2877. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/427a06e7c25d0fa1fbd37bf0325d9d3eb2dc383a",
  2878. "reference": "22b72455559a25777cfd28c4ffda81ff7639f353",
  2879. "shasum": ""
  2880. },
  2881. "require": {
  2882. "php": ">=5.3.0"
  2883. },
  2884. "require-dev": {
  2885. "doctrine/cache": "~1.0"
  2886. },
  2887. "type": "library",
  2888. "extra": {
  2889. "branch-alias": {
  2890. "dev-master": "1.5.x-dev"
  2891. }
  2892. },
  2893. "autoload": {
  2894. "psr-0": {
  2895. "Metadata\\": "src/"
  2896. }
  2897. },
  2898. "notification-url": "https://packagist.org/downloads/",
  2899. "license": [
  2900. "Apache"
  2901. ],
  2902. "authors": [
  2903. {
  2904. "name": "Johannes Schmitt",
  2905. "email": "schmittjoh@gmail.com",
  2906. "homepage": "https://github.com/schmittjoh",
  2907. "role": "Developer of wrapped JMSSerializerBundle"
  2908. }
  2909. ],
  2910. "description": "Class/method/property metadata management in PHP",
  2911. "keywords": [
  2912. "annotations",
  2913. "metadata",
  2914. "xml",
  2915. "yaml"
  2916. ],
  2917. "time": "2014-07-12 07:13:19"
  2918. },
  2919. {
  2920. "name": "jms/parser-lib",
  2921. "version": "dev-master",
  2922. "source": {
  2923. "type": "git",
  2924. "url": "https://github.com/schmittjoh/parser-lib.git",
  2925. "reference": "6067cc609074ae215b96dc51047affee65f77b0f"
  2926. },
  2927. "dist": {
  2928. "type": "zip",
  2929. "url": "https://api.github.com/repos/schmittjoh/parser-lib/zipball/6067cc609074ae215b96dc51047affee65f77b0f",
  2930. "reference": "6067cc609074ae215b96dc51047affee65f77b0f",
  2931. "shasum": ""
  2932. },
  2933. "require": {
  2934. "phpoption/phpoption": ">=0.9,<2.0-dev"
  2935. },
  2936. "type": "library",
  2937. "extra": {
  2938. "branch-alias": {
  2939. "dev-master": "1.1-dev"
  2940. }
  2941. },
  2942. "autoload": {
  2943. "psr-0": {
  2944. "JMS\\": "src/"
  2945. }
  2946. },
  2947. "notification-url": "https://packagist.org/downloads/",
  2948. "license": [
  2949. "Apache2"
  2950. ],
  2951. "description": "A library for easily creating recursive-descent parsers.",
  2952. "time": "2014-07-08 16:40:41"
  2953. },
  2954. {
  2955. "name": "jms/security-extra-bundle",
  2956. "version": "dev-master",
  2957. "target-dir": "JMS/SecurityExtraBundle",
  2958. "source": {
  2959. "type": "git",
  2960. "url": "https://github.com/schmittjoh/JMSSecurityExtraBundle.git",
  2961. "reference": "59b777ebaa37803a75803982ddab18c08a47e48f"
  2962. },
  2963. "dist": {
  2964. "type": "zip",
  2965. "url": "https://api.github.com/repos/schmittjoh/JMSSecurityExtraBundle/zipball/bbd5eb78da4d510478f1bb60959feefac083d474",
  2966. "reference": "59b777ebaa37803a75803982ddab18c08a47e48f",
  2967. "shasum": ""
  2968. },
  2969. "require": {
  2970. "jms/aop-bundle": "~1.0",
  2971. "jms/di-extra-bundle": "~1.3",
  2972. "jms/metadata": "~1.0",
  2973. "jms/parser-lib": "~1.0",
  2974. "symfony/framework-bundle": "~2.1",
  2975. "symfony/security-bundle": "*"
  2976. },
  2977. "require-dev": {
  2978. "doctrine/doctrine-bundle": "*",
  2979. "doctrine/orm": "*",
  2980. "sensio/framework-extra-bundle": "*",
  2981. "symfony/browser-kit": "*",
  2982. "symfony/class-loader": "*",
  2983. "symfony/css-selector": "*",
  2984. "symfony/finder": "*",
  2985. "symfony/form": "*",
  2986. "symfony/process": "*",
  2987. "symfony/twig-bundle": "*",
  2988. "symfony/validator": "*",
  2989. "symfony/yaml": "*"
  2990. },
  2991. "type": "symfony-bundle",
  2992. "extra": {
  2993. "branch-alias": {
  2994. "dev-master": "1.5-dev"
  2995. }
  2996. },
  2997. "autoload": {
  2998. "psr-0": {
  2999. "JMS\\SecurityExtraBundle": ""
  3000. }
  3001. },
  3002. "notification-url": "https://packagist.org/downloads/",
  3003. "license": [
  3004. "Apache2"
  3005. ],
  3006. "authors": [
  3007. {
  3008. "name": "Johannes M. Schmitt",
  3009. "email": "schmittjoh@gmail.com"
  3010. }
  3011. ],
  3012. "description": "Enhances the Symfony2 Security Component by adding several new features",
  3013. "homepage": "http://jmsyst.com/bundles/JMSSecurityExtraBundle",
  3014. "keywords": [
  3015. "annotations",
  3016. "authorization",
  3017. "expression",
  3018. "secure",
  3019. "security"
  3020. ],
  3021. "time": "2014-08-20 16:22:51"
  3022. },
  3023. {
  3024. "name": "jms/serializer",
  3025. "version": "dev-master",
  3026. "source": {
  3027. "type": "git",
  3028. "url": "https://github.com/schmittjoh/serializer.git",
  3029. "reference": "e619ca451a6644e3768a36d86de5df4afde938ac"
  3030. },
  3031. "dist": {
  3032. "type": "zip",
  3033. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/363186a46c1187df048158945ea429cc5247ad77",
  3034. "reference": "e619ca451a6644e3768a36d86de5df4afde938ac",
  3035. "shasum": ""
  3036. },
  3037. "require": {
  3038. "doctrine/annotations": "1.*",
  3039. "jms/metadata": "~1.1",
  3040. "jms/parser-lib": "1.*",
  3041. "php": ">=5.3.2",
  3042. "phpcollection/phpcollection": "~0.1"
  3043. },
  3044. "require-dev": {
  3045. "doctrine/orm": "~2.1",
  3046. "doctrine/phpcr-odm": "~1.0.1",
  3047. "jackalope/jackalope-doctrine-dbal": "1.0.*",
  3048. "phpunit/phpunit": "~4.0",
  3049. "propel/propel1": "~1.7",
  3050. "symfony/filesystem": "2.*",
  3051. "symfony/form": "~2.1",
  3052. "symfony/translation": "~2.0",
  3053. "symfony/validator": "~2.0",
  3054. "symfony/yaml": "2.*",
  3055. "twig/twig": ">=1.8,<2.0-dev"
  3056. },
  3057. "suggest": {
  3058. "symfony/yaml": "Required if you'd like to serialize data to YAML format."
  3059. },
  3060. "type": "library",
  3061. "extra": {
  3062. "branch-alias": {
  3063. "dev-master": "0.17-dev"
  3064. }
  3065. },
  3066. "autoload": {
  3067. "psr-0": {
  3068. "JMS\\Serializer": "src/"
  3069. }
  3070. },
  3071. "notification-url": "https://packagist.org/downloads/",
  3072. "license": [
  3073. "Apache2"
  3074. ],
  3075. "authors": [
  3076. {
  3077. "name": "Johannes M. Schmitt",
  3078. "email": "schmittjoh@gmail.com"
  3079. }
  3080. ],
  3081. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  3082. "homepage": "http://jmsyst.com/libs/serializer",
  3083. "keywords": [
  3084. "deserialization",
  3085. "jaxb",
  3086. "json",
  3087. "serialization",
  3088. "xml"
  3089. ],
  3090. "time": "2015-01-06 11:33:26"
  3091. },
  3092. {
  3093. "name": "jms/serializer-bundle",
  3094. "version": "0.12.0",
  3095. "target-dir": "JMS/SerializerBundle",
  3096. "source": {
  3097. "type": "git",
  3098. "url": "https://github.com/schmittjoh/JMSSerializerBundle.git",
  3099. "reference": "5531198a73c4adee669a8a2d1452999349822771"
  3100. },
  3101. "dist": {
  3102. "type": "zip",
  3103. "url": "https://api.github.com/repos/schmittjoh/JMSSerializerBundle/zipball/5531198a73c4adee669a8a2d1452999349822771",
  3104. "reference": "5531198a73c4adee669a8a2d1452999349822771",
  3105. "shasum": ""
  3106. },
  3107. "require": {
  3108. "jms/serializer": "~0.11",
  3109. "php": ">=5.3.2",
  3110. "symfony/framework-bundle": "~2.1"
  3111. },
  3112. "require-dev": {
  3113. "doctrine/doctrine-bundle": "*",
  3114. "doctrine/orm": "*",
  3115. "symfony/browser-kit": "*",
  3116. "symfony/class-loader": "*",
  3117. "symfony/css-selector": "*",
  3118. "symfony/finder": "*",
  3119. "symfony/form": "*",
  3120. "symfony/process": "*",
  3121. "symfony/twig-bundle": "*",
  3122. "symfony/validator": "*",
  3123. "symfony/yaml": "*"
  3124. },
  3125. "suggest": {
  3126. "jms/di-extra-bundle": "Required to get lazy loading (de)serialization visitors, ~1.3"
  3127. },
  3128. "type": "symfony-bundle",
  3129. "extra": {
  3130. "branch-alias": {
  3131. "dev-master": "0.12-dev"
  3132. }
  3133. },
  3134. "autoload": {
  3135. "psr-0": {
  3136. "JMS\\SerializerBundle": ""
  3137. }
  3138. },
  3139. "notification-url": "https://packagist.org/downloads/",
  3140. "license": [
  3141. "Apache2"
  3142. ],
  3143. "authors": [
  3144. {
  3145. "name": "Johannes Schmitt",
  3146. "email": "schmittjoh@gmail.com",
  3147. "homepage": "https://github.com/schmittjoh",
  3148. "role": "Developer of wrapped JMSSerializerBundle"
  3149. }
  3150. ],
  3151. "description": "Allows you to easily serialize, and deserialize data of any complexity",
  3152. "homepage": "http://jmsyst.com/bundles/JMSSerializerBundle",
  3153. "keywords": [
  3154. "deserialization",
  3155. "jaxb",
  3156. "json",
  3157. "serialization",
  3158. "xml"
  3159. ],
  3160. "time": "2013-07-29 12:36:36"
  3161. },
  3162. {
  3163. "name": "kriswallsmith/assetic",
  3164. "version": "v1.3.1",
  3165. "source": {
  3166. "type": "git",
  3167. "url": "https://github.com/kriswallsmith/assetic.git",
  3168. "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5"
  3169. },
  3170. "dist": {
  3171. "type": "zip",
  3172. "url": "https://api.github.com/repos/kriswallsmith/assetic/zipball/cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
  3173. "reference": "cb92b179dddfb8a3f341d53bd27e088f24d9c2e5",
  3174. "shasum": ""
  3175. },
  3176. "require": {
  3177. "php": ">=5.3.1",
  3178. "symfony/process": "~2.1"
  3179. },
  3180. "conflict": {
  3181. "twig/twig": "<1.12"
  3182. },
  3183. "require-dev": {
  3184. "cssmin/cssmin": "*",
  3185. "joliclic/javascript-packer": "*",
  3186. "kamicane/packager": "*",
  3187. "leafo/lessphp": "^0.3.7",
  3188. "leafo/scssphp": "*@dev",
  3189. "leafo/scssphp-compass": "*@dev",
  3190. "mrclay/minify": "*",
  3191. "patchwork/jsqueeze": "~1.0|~2.0",
  3192. "phpunit/phpunit": "~4.8",
  3193. "psr/log": "~1.0",
  3194. "ptachoire/cssembed": "*",
  3195. "symfony/phpunit-bridge": "~2.7",
  3196. "twig/twig": "~1.8|~2.0"
  3197. },
  3198. "suggest": {
  3199. "leafo/lessphp": "Assetic provides the integration with the lessphp LESS compiler",
  3200. "leafo/scssphp": "Assetic provides the integration with the scssphp SCSS compiler",
  3201. "leafo/scssphp-compass": "Assetic provides the integration with the SCSS compass plugin",
  3202. "patchwork/jsqueeze": "Assetic provides the integration with the JSqueeze JavaScript compressor",
  3203. "ptachoire/cssembed": "Assetic provides the integration with phpcssembed to embed data uris",
  3204. "twig/twig": "Assetic provides the integration with the Twig templating engine"
  3205. },
  3206. "type": "library",
  3207. "extra": {
  3208. "branch-alias": {
  3209. "dev-master": "1.4-dev"
  3210. }
  3211. },
  3212. "autoload": {
  3213. "psr-0": {
  3214. "Assetic": "src/"
  3215. },
  3216. "files": [
  3217. "src/functions.php"
  3218. ]
  3219. },
  3220. "notification-url": "https://packagist.org/downloads/",
  3221. "license": [
  3222. "MIT"
  3223. ],
  3224. "authors": [
  3225. {
  3226. "name": "Kris Wallsmith",
  3227. "email": "kris.wallsmith@gmail.com",
  3228. "homepage": "http://kriswallsmith.net/"
  3229. }
  3230. ],
  3231. "description": "Asset Management for PHP",
  3232. "homepage": "https://github.com/kriswallsmith/assetic",
  3233. "keywords": [
  3234. "assets",
  3235. "compression",
  3236. "minification"
  3237. ],
  3238. "time": "2015-10-15 01:33:42"
  3239. },
  3240. {
  3241. "name": "leaseweb/memcache-bundle",
  3242. "version": "v1.2.18",
  3243. "target-dir": "Lsw/MemcacheBundle",
  3244. "source": {
  3245. "type": "git",
  3246. "url": "https://github.com/LeaseWeb/LswMemcacheBundle.git",
  3247. "reference": "e0b3fe1259c6a12cc097a1d33c0c255287c01834"
  3248. },
  3249. "dist": {
  3250. "type": "zip",
  3251. "url": "https://api.github.com/repos/LeaseWeb/LswMemcacheBundle/zipball/e0b3fe1259c6a12cc097a1d33c0c255287c01834",
  3252. "reference": "e0b3fe1259c6a12cc097a1d33c0c255287c01834",
  3253. "shasum": ""
  3254. },
  3255. "require": {
  3256. "ext-memcached": ">=1.0",
  3257. "php": ">=5.3.2",
  3258. "symfony/framework-bundle": ">=2.1"
  3259. },
  3260. "require-dev": {
  3261. "phpunit/phpunit": "~4.0"
  3262. },
  3263. "type": "symfony-bundle",
  3264. "extra": {
  3265. "branch-alias": {
  3266. "dev-master": "1.1.x-dev"
  3267. }
  3268. },
  3269. "autoload": {
  3270. "psr-0": {
  3271. "Lsw\\MemcacheBundle": ""
  3272. }
  3273. },
  3274. "notification-url": "https://packagist.org/downloads/",
  3275. "license": [
  3276. "MIT"
  3277. ],
  3278. "authors": [
  3279. {
  3280. "name": "Maurits van der Schee",
  3281. "email": "m.vanderschee@leaseweb.com"
  3282. }
  3283. ],
  3284. "description": "Memcache Doctrine caching and session storage in the Web Debug Toolbar",
  3285. "homepage": "http://www.leaseweblabs.com",
  3286. "keywords": [
  3287. "cache",
  3288. "memcache",
  3289. "memcached",
  3290. "session"
  3291. ],
  3292. "time": "2014-10-02 22:00:10"
  3293. },
  3294. {
  3295. "name": "leezy/pheanstalk-bundle",
  3296. "version": "2.4.1",
  3297. "target-dir": "Leezy/PheanstalkBundle",
  3298. "source": {
  3299. "type": "git",
  3300. "url": "https://github.com/armetiz/LeezyPheanstalkBundle.git",
  3301. "reference": "b1b1aa4f0bc7f2b3fad0d98b55a7f58f5f0ee424"
  3302. },
  3303. "dist": {
  3304. "type": "zip",
  3305. "url": "https://api.github.com/repos/armetiz/LeezyPheanstalkBundle/zipball/b1b1aa4f0bc7f2b3fad0d98b55a7f58f5f0ee424",
  3306. "reference": "b1b1aa4f0bc7f2b3fad0d98b55a7f58f5f0ee424",
  3307. "shasum": ""
  3308. },
  3309. "require": {
  3310. "pda/pheanstalk": ">=2.1.0,<3.0-dev",
  3311. "symfony/console": "~2.0",
  3312. "symfony/framework-bundle": ">=2.0",
  3313. "symfony/monolog-bridge": ">=2.0"
  3314. },
  3315. "type": "symfony-bundle",
  3316. "extra": {
  3317. "branch-alias": {
  3318. "dev-master": "2.x-dev"
  3319. }
  3320. },
  3321. "autoload": {
  3322. "psr-0": {
  3323. "Leezy\\PheanstalkBundle": ""
  3324. }
  3325. },
  3326. "notification-url": "https://packagist.org/downloads/",
  3327. "license": [
  3328. "MIT"
  3329. ],
  3330. "authors": [
  3331. {
  3332. "name": "Thomas Tourlourat",
  3333. "email": "thomas@tourlourat.com",
  3334. "homepage": "http://www.armetiz.info"
  3335. }
  3336. ],
  3337. "description": "The LeezyPheanstalkBundle is a Symfony2 Bundle that provides a command line interface for manage the Beanstalkd workqueue server & a pheanstalk integration.",
  3338. "homepage": "https://github.com/armetiz/LeezyPheanstalkBundle",
  3339. "keywords": [
  3340. "asynchronous",
  3341. "beanstalkd",
  3342. "bundle",
  3343. "messaging",
  3344. "pheanstalk",
  3345. "queueing",
  3346. "symfony"
  3347. ],
  3348. "time": "2014-08-22 12:32:21"
  3349. },
  3350. {
  3351. "name": "maxmind/geoip",
  3352. "version": "dev-master",
  3353. "source": {
  3354. "type": "git",
  3355. "url": "https://github.com/IDCI-Consulting/Maxmind-GeoIp.git",
  3356. "reference": "9246e316031916d13aab9132c59dfe9f96ab1f78"
  3357. },
  3358. "dist": {
  3359. "type": "zip",
  3360. "url": "https://api.github.com/repos/IDCI-Consulting/Maxmind-GeoIp/zipball/fe37ecfb06ba7260ec207b7011ef8ab33be493f2",
  3361. "reference": "9246e316031916d13aab9132c59dfe9f96ab1f78",
  3362. "shasum": ""
  3363. },
  3364. "require": {
  3365. "php": ">=5.3"
  3366. },
  3367. "type": "symfony-bundle",
  3368. "autoload": {
  3369. "psr-0": {
  3370. "": "src/"
  3371. }
  3372. },
  3373. "notification-url": "https://packagist.org/downloads/",
  3374. "license": [
  3375. "BSD"
  3376. ],
  3377. "authors": [
  3378. {
  3379. "name": "Sébastien Roch",
  3380. "role": "Developer"
  3381. },
  3382. {
  3383. "name": "Ariel Ferrandini",
  3384. "email": "arielferrandini@gmail.com",
  3385. "homepage": "http://ferrandini.com",
  3386. "role": "Developer"
  3387. },
  3388. {
  3389. "name": "Gabriel BONDAZ",
  3390. "email": "gabriel.bondaz@idci-consulting.fr",
  3391. "role": "Developer"
  3392. }
  3393. ],
  3394. "description": "MaxMind GeoIP Symfony2 Bundle",
  3395. "keywords": [
  3396. "maxmind geoip"
  3397. ],
  3398. "time": "2015-04-13 16:26:05"
  3399. },
  3400. {
  3401. "name": "mjaschen/phpgeo",
  3402. "version": "0.2.3",
  3403. "source": {
  3404. "type": "git",
  3405. "url": "https://github.com/mjaschen/phpgeo.git",
  3406. "reference": "e11cba9ee31ef288c96359ebcd3509da43dd2140"
  3407. },
  3408. "dist": {
  3409. "type": "zip",
  3410. "url": "https://api.github.com/repos/mjaschen/phpgeo/zipball/e11cba9ee31ef288c96359ebcd3509da43dd2140",
  3411. "reference": "e11cba9ee31ef288c96359ebcd3509da43dd2140",
  3412. "shasum": ""
  3413. },
  3414. "require": {
  3415. "php": ">=5.3.0"
  3416. },
  3417. "type": "library",
  3418. "autoload": {
  3419. "psr-0": {
  3420. "Location": "src/"
  3421. }
  3422. },
  3423. "notification-url": "https://packagist.org/downloads/",
  3424. "license": [
  3425. "MIT"
  3426. ],
  3427. "authors": [
  3428. {
  3429. "name": "Marcus T. Jaschen",
  3430. "email": "mjaschen@gmail.com",
  3431. "homepage": "https://mj.gs/"
  3432. }
  3433. ],
  3434. "description": "Simple Geo Library",
  3435. "homepage": "https://github.com/mjaschen/phpgeo",
  3436. "keywords": [
  3437. "bounds",
  3438. "calculation",
  3439. "coordinate",
  3440. "distance",
  3441. "ellipsoid",
  3442. "geo",
  3443. "gis"
  3444. ],
  3445. "time": "2014-12-17 17:58:10"
  3446. },
  3447. {
  3448. "name": "mobiledetect/mobiledetectlib",
  3449. "version": "2.8.15",
  3450. "source": {
  3451. "type": "git",
  3452. "url": "https://github.com/serbanghita/Mobile-Detect.git",
  3453. "reference": "6495567afe1486353bec82d6b2de6f98553d60a5"
  3454. },
  3455. "dist": {
  3456. "type": "zip",
  3457. "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/6495567afe1486353bec82d6b2de6f98553d60a5",
  3458. "reference": "6495567afe1486353bec82d6b2de6f98553d60a5",
  3459. "shasum": ""
  3460. },
  3461. "require": {
  3462. "php": ">=5.0.0"
  3463. },
  3464. "require-dev": {
  3465. "codeclimate/php-test-reporter": "dev-master",
  3466. "johnkary/phpunit-speedtrap": "~1.0@dev",
  3467. "phpunit/phpunit": "*"
  3468. },
  3469. "type": "library",
  3470. "autoload": {
  3471. "classmap": [
  3472. "Mobile_Detect.php"
  3473. ],
  3474. "psr-0": {
  3475. "Detection": "namespaced/"
  3476. }
  3477. },
  3478. "notification-url": "https://packagist.org/downloads/",
  3479. "license": [
  3480. "MIT"
  3481. ],
  3482. "authors": [
  3483. {
  3484. "name": "Serban Ghita",
  3485. "email": "serbanghita@gmail.com",
  3486. "homepage": "http://mobiledetect.net",
  3487. "role": "Developer"
  3488. }
  3489. ],
  3490. "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.",
  3491. "homepage": "https://github.com/serbanghita/Mobile-Detect",
  3492. "keywords": [
  3493. "detect mobile devices",
  3494. "mobile",
  3495. "mobile detect",
  3496. "mobile detector",
  3497. "php mobile detect"
  3498. ],
  3499. "time": "2015-06-18 09:43:23"
  3500. },
  3501. {
  3502. "name": "monolog/monolog",
  3503. "version": "1.7.0",
  3504. "source": {
  3505. "type": "git",
  3506. "url": "https://github.com/Seldaek/monolog.git",
  3507. "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57"
  3508. },
  3509. "dist": {
  3510. "type": "zip",
  3511. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/6225b22de9dcf36546be3a0b2fa8e3d986153f57",
  3512. "reference": "6225b22de9dcf36546be3a0b2fa8e3d986153f57",
  3513. "shasum": ""
  3514. },
  3515. "require": {
  3516. "php": ">=5.3.0",
  3517. "psr/log": "~1.0"
  3518. },
  3519. "require-dev": {
  3520. "aws/aws-sdk-php": "~2.4.8",
  3521. "doctrine/couchdb": "dev-master",
  3522. "mlehner/gelf-php": "1.0.*",
  3523. "phpunit/phpunit": "~3.7.0",
  3524. "raven/raven": "0.5.*",
  3525. "ruflin/elastica": "0.90.*"
  3526. },
  3527. "suggest": {
  3528. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3529. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3530. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3531. "ext-mongo": "Allow sending log messages to a MongoDB server",
  3532. "mlehner/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3533. "raven/raven": "Allow sending log messages to a Sentry server",
  3534. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  3535. },
  3536. "type": "library",
  3537. "extra": {
  3538. "branch-alias": {
  3539. "dev-master": "1.7.x-dev"
  3540. }
  3541. },
  3542. "autoload": {
  3543. "psr-0": {
  3544. "Monolog": "src/"
  3545. }
  3546. },
  3547. "notification-url": "https://packagist.org/downloads/",
  3548. "license": [
  3549. "MIT"
  3550. ],
  3551. "authors": [
  3552. {
  3553. "name": "Jordi Boggiano",
  3554. "email": "j.boggiano@seld.be",
  3555. "homepage": "http://seld.be",
  3556. "role": "Developer"
  3557. }
  3558. ],
  3559. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3560. "homepage": "http://github.com/Seldaek/monolog",
  3561. "keywords": [
  3562. "log",
  3563. "logging",
  3564. "psr-3"
  3565. ],
  3566. "time": "2013-11-14 19:48:31"
  3567. },
  3568. {
  3569. "name": "noiselabs/nusoap-bundle",
  3570. "version": "dev-master",
  3571. "target-dir": "NoiseLabs/Bundle/NuSOAPBundle",
  3572. "source": {
  3573. "type": "git",
  3574. "url": "https://github.com/noiselabs/NoiselabsNuSOAPBundle.git",
  3575. "reference": "5f4057b77b3ce1799840d2aad651475f71afa415"
  3576. },
  3577. "dist": {
  3578. "type": "zip",
  3579. "url": "https://api.github.com/repos/noiselabs/NoiselabsNuSOAPBundle/zipball/e0fb4c102f56d0967ab0062a1b7f6804efb76e1d",
  3580. "reference": "5f4057b77b3ce1799840d2aad651475f71afa415",
  3581. "shasum": ""
  3582. },
  3583. "require": {
  3584. "nusphere/nusoap": "0.9.5",
  3585. "php": ">=5.3.3",
  3586. "symfony/framework-bundle": ">=2.0"
  3587. },
  3588. "type": "symfony-bundle",
  3589. "autoload": {
  3590. "psr-0": {
  3591. "NoiseLabs\\Bundle\\NuSOAPBundle": ""
  3592. }
  3593. },
  3594. "notification-url": "https://packagist.org/downloads/",
  3595. "license": [
  3596. "LGPL-3.0"
  3597. ],
  3598. "authors": [
  3599. {
  3600. "name": "Vítor Brandão",
  3601. "email": "vitor@noiselabs.org",
  3602. "homepage": "http://noiselabs.org"
  3603. }
  3604. ],
  3605. "description": "Symfony2 bundle for NuSOAP - SOAP Toolkit for PHP",
  3606. "homepage": "https://github.com/noiselabs/NoiselabsNuSOAPBundle",
  3607. "keywords": [
  3608. "noiselabs",
  3609. "soap",
  3610. "symfony"
  3611. ],
  3612. "time": "2014-02-05 14:07:22"
  3613. },
  3614. {
  3615. "name": "nusphere/nusoap",
  3616. "version": "0.9.5",
  3617. "dist": {
  3618. "type": "zip",
  3619. "url": "http://downloads.sourceforge.net/project/nusoap/nusoap/0.9.5/nusoap-0.9.5.zip",
  3620. "reference": null,
  3621. "shasum": null
  3622. },
  3623. "type": "library",
  3624. "autoload": {
  3625. "classmap": [
  3626. "lib/"
  3627. ]
  3628. }
  3629. },
  3630. {
  3631. "name": "pda/pheanstalk",
  3632. "version": "2.1.x-dev",
  3633. "source": {
  3634. "type": "git",
  3635. "url": "https://github.com/pda/pheanstalk.git",
  3636. "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b"
  3637. },
  3638. "dist": {
  3639. "type": "zip",
  3640. "url": "https://api.github.com/repos/pda/pheanstalk/zipball/672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
  3641. "reference": "672eb5cc9049d61e4eb68d30f0f33de65a947e6b",
  3642. "shasum": ""
  3643. },
  3644. "require": {
  3645. "php": ">=5.3.0"
  3646. },
  3647. "type": "library",
  3648. "autoload": {
  3649. "psr-0": {
  3650. "Pheanstalk": "classes/"
  3651. }
  3652. },
  3653. "notification-url": "https://packagist.org/downloads/",
  3654. "license": [
  3655. "MIT"
  3656. ],
  3657. "authors": [
  3658. {
  3659. "name": "Paul Annesley",
  3660. "email": "paul@annesley.cc",
  3661. "homepage": "http://paul.annesley.cc/",
  3662. "role": "Developer"
  3663. }
  3664. ],
  3665. "description": "PHP client for beanstalkd queue",
  3666. "homepage": "https://github.com/pda/pheanstalk",
  3667. "keywords": [
  3668. "beanstalkd"
  3669. ],
  3670. "time": "2014-12-02 22:44:56"
  3671. },
  3672. {
  3673. "name": "phpcollection/phpcollection",
  3674. "version": "dev-master",
  3675. "source": {
  3676. "type": "git",
  3677. "url": "https://github.com/schmittjoh/php-collection.git",
  3678. "reference": "94a2c04376f49c12d5936b16d846579a1b3605bc"
  3679. },
  3680. "dist": {
  3681. "type": "zip",
  3682. "url": "https://api.github.com/repos/schmittjoh/php-collection/zipball/f2bcff45c0da7c27991bbc1f90f47c4b7fb434a6",
  3683. "reference": "94a2c04376f49c12d5936b16d846579a1b3605bc",
  3684. "shasum": ""
  3685. },
  3686. "require": {
  3687. "phpoption/phpoption": "1.*"
  3688. },
  3689. "type": "library",
  3690. "extra": {
  3691. "branch-alias": {
  3692. "dev-master": "0.4-dev"
  3693. }
  3694. },
  3695. "autoload": {
  3696. "psr-0": {
  3697. "PhpCollection": "src/"
  3698. }
  3699. },
  3700. "notification-url": "https://packagist.org/downloads/",
  3701. "license": [
  3702. "Apache2"
  3703. ],
  3704. "authors": [
  3705. {
  3706. "name": "Johannes Schmitt",
  3707. "email": "schmittjoh@gmail.com",
  3708. "homepage": "https://github.com/schmittjoh",
  3709. "role": "Developer of wrapped JMSSerializerBundle"
  3710. }
  3711. ],
  3712. "description": "General-Purpose Collection Library for PHP",
  3713. "keywords": [
  3714. "collection",
  3715. "list",
  3716. "map",
  3717. "sequence",
  3718. "set"
  3719. ],
  3720. "time": "2014-04-11 10:32:20"
  3721. },
  3722. {
  3723. "name": "phpdocumentor/reflection-docblock",
  3724. "version": "dev-master",
  3725. "source": {
  3726. "type": "git",
  3727. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3728. "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55"
  3729. },
  3730. "dist": {
  3731. "type": "zip",
  3732. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/ae15da2ce234d3ffe5d7fafcdad19c7f1acf3568",
  3733. "reference": "fd0ac2007401505fb596fdfb859ec4e103d69e55",
  3734. "shasum": ""
  3735. },
  3736. "require": {
  3737. "php": ">=5.3.3"
  3738. },
  3739. "require-dev": {
  3740. "phpunit/phpunit": "~4.0"
  3741. },
  3742. "suggest": {
  3743. "dflydev/markdown": "~1.0",
  3744. "erusev/parsedown": "~1.0"
  3745. },
  3746. "type": "library",
  3747. "extra": {
  3748. "branch-alias": {
  3749. "dev-master": "2.0.x-dev"
  3750. }
  3751. },
  3752. "autoload": {
  3753. "psr-0": {
  3754. "phpDocumentor": [
  3755. "src/"
  3756. ]
  3757. }
  3758. },
  3759. "notification-url": "https://packagist.org/downloads/",
  3760. "license": [
  3761. "MIT"
  3762. ],
  3763. "authors": [
  3764. {
  3765. "name": "Mike van Riel",
  3766. "email": "mike.vanriel@naenius.com"
  3767. }
  3768. ],
  3769. "time": "2014-09-02 14:26:20"
  3770. },
  3771. {
  3772. "name": "phpoption/phpoption",
  3773. "version": "1.4.0",
  3774. "source": {
  3775. "type": "git",
  3776. "url": "https://github.com/schmittjoh/php-option.git",
  3777. "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5"
  3778. },
  3779. "dist": {
  3780. "type": "zip",
  3781. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
  3782. "reference": "5d099bcf0393908bf4ad69cc47dafb785d51f7f5",
  3783. "shasum": ""
  3784. },
  3785. "require": {
  3786. "php": ">=5.3.0"
  3787. },
  3788. "type": "library",
  3789. "extra": {
  3790. "branch-alias": {
  3791. "dev-master": "1.3-dev"
  3792. }
  3793. },
  3794. "autoload": {
  3795. "psr-0": {
  3796. "PhpOption\\": "src/"
  3797. }
  3798. },
  3799. "notification-url": "https://packagist.org/downloads/",
  3800. "license": [
  3801. "Apache2"
  3802. ],
  3803. "authors": [
  3804. {
  3805. "name": "Johannes M. Schmitt",
  3806. "email": "schmittjoh@gmail.com",
  3807. "homepage": "http://jmsyst.com",
  3808. "role": "Developer of wrapped JMSSerializerBundle"
  3809. }
  3810. ],
  3811. "description": "Option Type for PHP",
  3812. "keywords": [
  3813. "language",
  3814. "option",
  3815. "php",
  3816. "type"
  3817. ],
  3818. "time": "2014-01-09 22:37:17"
  3819. },
  3820. {
  3821. "name": "phpspec/prophecy",
  3822. "version": "dev-master",
  3823. "source": {
  3824. "type": "git",
  3825. "url": "https://github.com/phpspec/prophecy.git",
  3826. "reference": "9ed07757cd5c46fe33d28826327d274bd142a143"
  3827. },
  3828. "dist": {
  3829. "type": "zip",
  3830. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/e55e3e32a870bd4f05425fa4f717b52bd40e5659",
  3831. "reference": "9ed07757cd5c46fe33d28826327d274bd142a143",
  3832. "shasum": ""
  3833. },
  3834. "require": {
  3835. "doctrine/instantiator": "^1.0.2",
  3836. "phpdocumentor/reflection-docblock": "~2.0",
  3837. "sebastian/comparator": "~1.1"
  3838. },
  3839. "require-dev": {
  3840. "phpspec/phpspec": "~2.0"
  3841. },
  3842. "type": "library",
  3843. "extra": {
  3844. "branch-alias": {
  3845. "dev-master": "1.3.x-dev"
  3846. }
  3847. },
  3848. "autoload": {
  3849. "psr-0": {
  3850. "Prophecy\\": "src/"
  3851. }
  3852. },
  3853. "notification-url": "https://packagist.org/downloads/",
  3854. "license": [
  3855. "MIT"
  3856. ],
  3857. "authors": [
  3858. {
  3859. "name": "Konstantin Kudryashov",
  3860. "email": "ever.zet@gmail.com",
  3861. "homepage": "http://everzet.com"
  3862. },
  3863. {
  3864. "name": "Marcello Duarte",
  3865. "email": "marcello.duarte@gmail.com"
  3866. }
  3867. ],
  3868. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3869. "homepage": "https://github.com/phpspec/prophecy",
  3870. "keywords": [
  3871. "Double",
  3872. "Dummy",
  3873. "fake",
  3874. "mock",
  3875. "spy",
  3876. "stub"
  3877. ],
  3878. "time": "2015-02-16 14:11:36"
  3879. },
  3880. {
  3881. "name": "phpunit/php-code-coverage",
  3882. "version": "dev-master",
  3883. "source": {
  3884. "type": "git",
  3885. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  3886. "reference": "34cc484af1ca149188d0d9e91412191e398e0b67"
  3887. },
  3888. "dist": {
  3889. "type": "zip",
  3890. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/64d40a593fc31a8abf4ce3d200147ddf8ca64e52",
  3891. "reference": "34cc484af1ca149188d0d9e91412191e398e0b67",
  3892. "shasum": ""
  3893. },
  3894. "require": {
  3895. "php": ">=5.3.3",
  3896. "phpunit/php-file-iterator": "~1.3",
  3897. "phpunit/php-text-template": "~1.2",
  3898. "phpunit/php-token-stream": "~1.3",
  3899. "sebastian/environment": "~1.0",
  3900. "sebastian/version": "~1.0"
  3901. },
  3902. "require-dev": {
  3903. "ext-xdebug": ">=2.1.4",
  3904. "phpunit/phpunit": "~4"
  3905. },
  3906. "suggest": {
  3907. "ext-dom": "*",
  3908. "ext-xdebug": ">=2.2.1",
  3909. "ext-xmlwriter": "*"
  3910. },
  3911. "type": "library",
  3912. "extra": {
  3913. "branch-alias": {
  3914. "dev-master": "2.0.x-dev"
  3915. }
  3916. },
  3917. "autoload": {
  3918. "classmap": [
  3919. "src/"
  3920. ]
  3921. },
  3922. "notification-url": "https://packagist.org/downloads/",
  3923. "license": [
  3924. "BSD-3-Clause"
  3925. ],
  3926. "authors": [
  3927. {
  3928. "name": "Sebastian Bergmann",
  3929. "email": "sb@sebastian-bergmann.de",
  3930. "role": "lead"
  3931. }
  3932. ],
  3933. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  3934. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  3935. "keywords": [
  3936. "coverage",
  3937. "testing",
  3938. "xunit"
  3939. ],
  3940. "time": "2015-01-24 10:06:35"
  3941. },
  3942. {
  3943. "name": "phpunit/php-file-iterator",
  3944. "version": "1.3.4",
  3945. "source": {
  3946. "type": "git",
  3947. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  3948. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb"
  3949. },
  3950. "dist": {
  3951. "type": "zip",
  3952. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/acd690379117b042d1c8af1fafd61bde001bf6bb",
  3953. "reference": "acd690379117b042d1c8af1fafd61bde001bf6bb",
  3954. "shasum": ""
  3955. },
  3956. "require": {
  3957. "php": ">=5.3.3"
  3958. },
  3959. "type": "library",
  3960. "autoload": {
  3961. "classmap": [
  3962. "File/"
  3963. ]
  3964. },
  3965. "notification-url": "https://packagist.org/downloads/",
  3966. "include-path": [
  3967. ""
  3968. ],
  3969. "license": [
  3970. "BSD-3-Clause"
  3971. ],
  3972. "authors": [
  3973. {
  3974. "name": "Sebastian Bergmann",
  3975. "email": "sb@sebastian-bergmann.de",
  3976. "role": "lead"
  3977. }
  3978. ],
  3979. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  3980. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  3981. "keywords": [
  3982. "filesystem",
  3983. "iterator"
  3984. ],
  3985. "time": "2013-10-10 15:34:57"
  3986. },
  3987. {
  3988. "name": "phpunit/php-text-template",
  3989. "version": "1.2.0",
  3990. "source": {
  3991. "type": "git",
  3992. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  3993. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a"
  3994. },
  3995. "dist": {
  3996. "type": "zip",
  3997. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  3998. "reference": "206dfefc0ffe9cebf65c413e3d0e809c82fbf00a",
  3999. "shasum": ""
  4000. },
  4001. "require": {
  4002. "php": ">=5.3.3"
  4003. },
  4004. "type": "library",
  4005. "autoload": {
  4006. "classmap": [
  4007. "Text/"
  4008. ]
  4009. },
  4010. "notification-url": "https://packagist.org/downloads/",
  4011. "include-path": [
  4012. ""
  4013. ],
  4014. "license": [
  4015. "BSD-3-Clause"
  4016. ],
  4017. "authors": [
  4018. {
  4019. "name": "Sebastian Bergmann",
  4020. "email": "sb@sebastian-bergmann.de",
  4021. "role": "lead"
  4022. }
  4023. ],
  4024. "description": "Simple template engine.",
  4025. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4026. "keywords": [
  4027. "template"
  4028. ],
  4029. "time": "2014-01-30 17:20:04"
  4030. },
  4031. {
  4032. "name": "phpunit/php-timer",
  4033. "version": "1.0.5",
  4034. "source": {
  4035. "type": "git",
  4036. "url": "https://github.com/sebastianbergmann/php-timer.git",
  4037. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c"
  4038. },
  4039. "dist": {
  4040. "type": "zip",
  4041. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  4042. "reference": "19689d4354b295ee3d8c54b4f42c3efb69cbc17c",
  4043. "shasum": ""
  4044. },
  4045. "require": {
  4046. "php": ">=5.3.3"
  4047. },
  4048. "type": "library",
  4049. "autoload": {
  4050. "classmap": [
  4051. "PHP/"
  4052. ]
  4053. },
  4054. "notification-url": "https://packagist.org/downloads/",
  4055. "include-path": [
  4056. ""
  4057. ],
  4058. "license": [
  4059. "BSD-3-Clause"
  4060. ],
  4061. "authors": [
  4062. {
  4063. "name": "Sebastian Bergmann",
  4064. "email": "sb@sebastian-bergmann.de",
  4065. "role": "lead"
  4066. }
  4067. ],
  4068. "description": "Utility class for timing",
  4069. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4070. "keywords": [
  4071. "timer"
  4072. ],
  4073. "time": "2013-08-02 07:42:54"
  4074. },
  4075. {
  4076. "name": "phpunit/php-token-stream",
  4077. "version": "dev-master",
  4078. "source": {
  4079. "type": "git",
  4080. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4081. "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74"
  4082. },
  4083. "dist": {
  4084. "type": "zip",
  4085. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/cab6c6fefee93d7b7c3a01292a0fe0884ea66644",
  4086. "reference": "db32c18eba00b121c145575fcbcd4d4d24e6db74",
  4087. "shasum": ""
  4088. },
  4089. "require": {
  4090. "ext-tokenizer": "*",
  4091. "php": ">=5.3.3"
  4092. },
  4093. "require-dev": {
  4094. "phpunit/phpunit": "~4.2"
  4095. },
  4096. "type": "library",
  4097. "extra": {
  4098. "branch-alias": {
  4099. "dev-master": "1.4-dev"
  4100. }
  4101. },
  4102. "autoload": {
  4103. "classmap": [
  4104. "src/"
  4105. ]
  4106. },
  4107. "notification-url": "https://packagist.org/downloads/",
  4108. "license": [
  4109. "BSD-3-Clause"
  4110. ],
  4111. "authors": [
  4112. {
  4113. "name": "Sebastian Bergmann",
  4114. "email": "sebastian@phpunit.de"
  4115. }
  4116. ],
  4117. "description": "Wrapper around PHP's tokenizer extension.",
  4118. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4119. "keywords": [
  4120. "tokenizer"
  4121. ],
  4122. "time": "2015-01-17 09:51:32"
  4123. },
  4124. {
  4125. "name": "phpunit/phpunit",
  4126. "version": "dev-master",
  4127. "source": {
  4128. "type": "git",
  4129. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4130. "reference": "7c1de6a854a36ba330b352a005a4f5f928619f53"
  4131. },
  4132. "dist": {
  4133. "type": "zip",
  4134. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/5065b22bdd8efa3c040091c148cc98b947479cdd",
  4135. "reference": "7c1de6a854a36ba330b352a005a4f5f928619f53",
  4136. "shasum": ""
  4137. },
  4138. "require": {
  4139. "ext-dom": "*",
  4140. "ext-json": "*",
  4141. "ext-pcre": "*",
  4142. "ext-reflection": "*",
  4143. "ext-spl": "*",
  4144. "php": ">=5.3.3",
  4145. "phpspec/prophecy": "~1.3.1",
  4146. "phpunit/php-code-coverage": "~2.0",
  4147. "phpunit/php-file-iterator": "~1.3",
  4148. "phpunit/php-text-template": "~1.2",
  4149. "phpunit/php-timer": "~1.0",
  4150. "phpunit/phpunit-mock-objects": "~2.3",
  4151. "sebastian/comparator": "~1.1",
  4152. "sebastian/diff": "~1.2",
  4153. "sebastian/environment": "~1.2",
  4154. "sebastian/exporter": "~1.2",
  4155. "sebastian/global-state": "~1.0",
  4156. "sebastian/version": "~1.0",
  4157. "symfony/yaml": "~2.1|~3.0"
  4158. },
  4159. "suggest": {
  4160. "phpunit/php-invoker": "~1.1"
  4161. },
  4162. "bin": [
  4163. "phpunit"
  4164. ],
  4165. "type": "library",
  4166. "extra": {
  4167. "branch-alias": {
  4168. "dev-master": "4.7.x-dev"
  4169. }
  4170. },
  4171. "autoload": {
  4172. "classmap": [
  4173. "src/"
  4174. ]
  4175. },
  4176. "notification-url": "https://packagist.org/downloads/",
  4177. "license": [
  4178. "BSD-3-Clause"
  4179. ],
  4180. "authors": [
  4181. {
  4182. "name": "Sebastian Bergmann",
  4183. "email": "sebastian@phpunit.de",
  4184. "role": "lead"
  4185. }
  4186. ],
  4187. "description": "The PHP Unit Testing framework.",
  4188. "homepage": "https://phpunit.de/",
  4189. "keywords": [
  4190. "phpunit",
  4191. "testing",
  4192. "xunit"
  4193. ],
  4194. "time": "2015-02-09 06:38:12"
  4195. },
  4196. {
  4197. "name": "phpunit/phpunit-mock-objects",
  4198. "version": "dev-master",
  4199. "source": {
  4200. "type": "git",
  4201. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  4202. "reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3"
  4203. },
  4204. "dist": {
  4205. "type": "zip",
  4206. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/c4dd0c9e7fcbf53c6aa48012902be692318c7566",
  4207. "reference": "96c5b81f9842f38fe6c73ad0020306cc4862a9e3",
  4208. "shasum": ""
  4209. },
  4210. "require": {
  4211. "doctrine/instantiator": "~1.0,>=1.0.2",
  4212. "php": ">=5.3.3",
  4213. "phpunit/php-text-template": "~1.2"
  4214. },
  4215. "require-dev": {
  4216. "phpunit/phpunit": "4.4.*@dev"
  4217. },
  4218. "suggest": {
  4219. "ext-soap": "*"
  4220. },
  4221. "type": "library",
  4222. "extra": {
  4223. "branch-alias": {
  4224. "dev-master": "2.4.x-dev"
  4225. }
  4226. },
  4227. "autoload": {
  4228. "classmap": [
  4229. "src/"
  4230. ]
  4231. },
  4232. "notification-url": "https://packagist.org/downloads/",
  4233. "license": [
  4234. "BSD-3-Clause"
  4235. ],
  4236. "authors": [
  4237. {
  4238. "name": "Sebastian Bergmann",
  4239. "email": "sb@sebastian-bergmann.de",
  4240. "role": "lead"
  4241. }
  4242. ],
  4243. "description": "Mock Object library for PHPUnit",
  4244. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  4245. "keywords": [
  4246. "mock",
  4247. "xunit"
  4248. ],
  4249. "time": "2014-10-04 10:04:20"
  4250. },
  4251. {
  4252. "name": "phpunit/phpunit-selenium",
  4253. "version": "dev-master",
  4254. "source": {
  4255. "type": "git",
  4256. "url": "https://github.com/giorgiosironi/phpunit-selenium.git",
  4257. "reference": "a6fdffdd56f4884ef39e09a9c62e5e4eb273e42c"
  4258. },
  4259. "dist": {
  4260. "type": "zip",
  4261. "url": "https://api.github.com/repos/giorgiosironi/phpunit-selenium/zipball/28b3cfe8d6a9289eba6c5f149dac11a4e4dca360",
  4262. "reference": "a6fdffdd56f4884ef39e09a9c62e5e4eb273e42c",
  4263. "shasum": ""
  4264. },
  4265. "require": {
  4266. "ext-curl": "*",
  4267. "ext-dom": "*",
  4268. "php": ">=5.3.3",
  4269. "phpunit/phpunit": "~3.7|~4.0",
  4270. "sebastian/comparator": "~1.0"
  4271. },
  4272. "type": "library",
  4273. "autoload": {
  4274. "classmap": [
  4275. "PHPUnit/"
  4276. ]
  4277. },
  4278. "notification-url": "https://packagist.org/downloads/",
  4279. "include-path": [
  4280. ""
  4281. ],
  4282. "license": [
  4283. "BSD-3-Clause"
  4284. ],
  4285. "authors": [
  4286. {
  4287. "name": "Sebastian Bergmann",
  4288. "email": "sb@sebastian-bergmann.de",
  4289. "role": "lead"
  4290. },
  4291. {
  4292. "name": "Giorgio Sironi",
  4293. "email": "info@giorgiosironi.com",
  4294. "role": "developer"
  4295. },
  4296. {
  4297. "name": "Ivan Kurnosov",
  4298. "email": "zerkms@zerkms.com",
  4299. "role": "developer"
  4300. }
  4301. ],
  4302. "description": "Selenium Server integration for PHPUnit",
  4303. "homepage": "http://www.phpunit.de/",
  4304. "keywords": [
  4305. "selenium",
  4306. "testing",
  4307. "xunit"
  4308. ],
  4309. "time": "2014-12-13 10:47:31"
  4310. },
  4311. {
  4312. "name": "predis/predis",
  4313. "version": "0.8.x-dev",
  4314. "source": {
  4315. "type": "git",
  4316. "url": "https://github.com/nrk/predis.git",
  4317. "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6"
  4318. },
  4319. "dist": {
  4320. "type": "zip",
  4321. "url": "https://api.github.com/repos/nrk/predis/zipball/192dfd61e54c3d32c9526bba03365fff818e17e4",
  4322. "reference": "4123fcd85d61354c6c9900db76c9597dbd129bf6",
  4323. "shasum": ""
  4324. },
  4325. "require": {
  4326. "php": ">=5.3.2"
  4327. },
  4328. "require-dev": {
  4329. "phpunit/phpunit": "~4.0"
  4330. },
  4331. "suggest": {
  4332. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  4333. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  4334. },
  4335. "type": "library",
  4336. "autoload": {
  4337. "psr-0": {
  4338. "Predis": "lib/"
  4339. }
  4340. },
  4341. "notification-url": "https://packagist.org/downloads/",
  4342. "license": [
  4343. "MIT"
  4344. ],
  4345. "authors": [
  4346. {
  4347. "name": "Daniele Alessandri",
  4348. "email": "suppakilla@gmail.com",
  4349. "homepage": "http://clorophilla.net"
  4350. }
  4351. ],
  4352. "description": "Flexible and feature-complete PHP client library for Redis",
  4353. "homepage": "http://github.com/nrk/predis",
  4354. "keywords": [
  4355. "nosql",
  4356. "predis",
  4357. "redis"
  4358. ],
  4359. "time": "2014-08-01 09:43:10"
  4360. },
  4361. {
  4362. "name": "project/google-api-php-client",
  4363. "version": "1.0.0",
  4364. "source": {
  4365. "type": "svn",
  4366. "url": "http://google-api-php-client.googlecode.com/svn",
  4367. "reference": "trunk"
  4368. },
  4369. "type": "library"
  4370. },
  4371. {
  4372. "name": "psr/log",
  4373. "version": "dev-master",
  4374. "source": {
  4375. "type": "git",
  4376. "url": "https://github.com/php-fig/log.git",
  4377. "reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11"
  4378. },
  4379. "dist": {
  4380. "type": "zip",
  4381. "url": "https://api.github.com/repos/php-fig/log/zipball/d8e60a5619fff77f9669da8997697443ef1a1d7e",
  4382. "reference": "a78d6504ff5d4367497785ab2ade91db3a9fbe11",
  4383. "shasum": ""
  4384. },
  4385. "type": "library",
  4386. "extra": {
  4387. "branch-alias": {
  4388. "dev-master": "1.0.x-dev"
  4389. }
  4390. },
  4391. "autoload": {
  4392. "psr-0": {
  4393. "Psr\\Log\\": ""
  4394. }
  4395. },
  4396. "notification-url": "https://packagist.org/downloads/",
  4397. "license": [
  4398. "MIT"
  4399. ],
  4400. "authors": [
  4401. {
  4402. "name": "PHP-FIG",
  4403. "homepage": "http://www.php-fig.org/"
  4404. }
  4405. ],
  4406. "description": "Common interface for logging libraries",
  4407. "keywords": [
  4408. "log",
  4409. "psr",
  4410. "psr-3"
  4411. ],
  4412. "time": "2014-01-18 15:33:09"
  4413. },
  4414. {
  4415. "name": "pugx/multi-user-bundle",
  4416. "version": "dev-master",
  4417. "target-dir": "PUGX/MultiUserBundle",
  4418. "source": {
  4419. "type": "git",
  4420. "url": "https://github.com/laurentlemaire/PUGXMultiUserBundle.git",
  4421. "reference": "acb93a9199051b4c0d86c2724b79e48593d71b8f"
  4422. },
  4423. "dist": {
  4424. "type": "zip",
  4425. "url": "https://api.github.com/repos/laurentlemaire/PUGXMultiUserBundle/zipball/acb93a9199051b4c0d86c2724b79e48593d71b8f",
  4426. "reference": "acb93a9199051b4c0d86c2724b79e48593d71b8f",
  4427. "shasum": ""
  4428. },
  4429. "require": {
  4430. "doctrine/common": "~2.2",
  4431. "doctrine/doctrine-bundle": "1.3.*",
  4432. "friendsofsymfony/user-bundle": "2.0.x-dev@dev"
  4433. },
  4434. "type": "symfony-bundle",
  4435. "extra": {
  4436. "branch-alias": {
  4437. "dev-master": "3.0.x-dev"
  4438. }
  4439. },
  4440. "autoload": {
  4441. "psr-0": {
  4442. "PUGX\\MultiUserBundle": ""
  4443. }
  4444. },
  4445. "license": [
  4446. "MIT"
  4447. ],
  4448. "authors": [
  4449. {
  4450. "name": "Leonardo Proietti",
  4451. "email": "leonardo.proietti@gmail.com"
  4452. },
  4453. {
  4454. "name": "Community",
  4455. "homepage": "https://github.com/PUGX/PUGXMultiUserBundle/contributors"
  4456. }
  4457. ],
  4458. "description": "Symfony PUGXMultiUserBundle",
  4459. "homepage": "https://github.com/PUGX",
  4460. "keywords": [
  4461. "user management multi user management"
  4462. ],
  4463. "support": {
  4464. "source": "https://github.com/laurentlemaire/PUGXMultiUserBundle/tree/master"
  4465. },
  4466. "time": "2014-02-05 10:12:51"
  4467. },
  4468. {
  4469. "name": "radsphere/rest-bundle",
  4470. "version": "dev-master",
  4471. "target-dir": "Rads/RestBundle",
  4472. "source": {
  4473. "type": "git",
  4474. "url": "http://gitlab.radsphere.com/shachar/radsphere-rest-bundle.git",
  4475. "reference": "e9142f386ecfd3c0dcc6c9302ce996dde8bb1801"
  4476. },
  4477. "require": {
  4478. "doctrine/orm": "~2.2,>=2.2.3",
  4479. "jms/serializer-bundle": "0.12.*@dev",
  4480. "php": ">=5.3.2",
  4481. "symfony/form": "~2.1",
  4482. "symfony/framework-bundle": "~2.1",
  4483. "symfony/http-foundation": "~2.1",
  4484. "symfony/monolog-bundle": "~2.1"
  4485. },
  4486. "suggest": {
  4487. "radsphere/resource-bundle": "symfony bundle which show how to use this bundle, in three easy steps"
  4488. },
  4489. "type": "symfony-bundle",
  4490. "extra": {
  4491. "branch-alias": {
  4492. "dev-master": "1.0-dev"
  4493. }
  4494. },
  4495. "autoload": {
  4496. "psr-0": {
  4497. "Rads\\RestBundle": ""
  4498. }
  4499. },
  4500. "notification-url": "https://packagist.org/downloads/",
  4501. "license": [
  4502. "MIT"
  4503. ],
  4504. "authors": [
  4505. {
  4506. "name": "Shachar Solommon",
  4507. "email": "shahar@radsphere.com"
  4508. }
  4509. ],
  4510. "description": "This Bundle provides various tools to rapidly develop RESTful API's resources with Symfony2 with minimal code on your controllers using the power full symfony2 form binding and http foundation component",
  4511. "homepage": "http://gitlab.radsphere.com/",
  4512. "keywords": [
  4513. "Symfony2",
  4514. "controller",
  4515. "form",
  4516. "http foundation",
  4517. "mvc",
  4518. "orm",
  4519. "php",
  4520. "rest",
  4521. "restful",
  4522. "symfony"
  4523. ],
  4524. "time": "2014-12-02 18:08:46"
  4525. },
  4526. {
  4527. "name": "react/event-loop",
  4528. "version": "v0.4.1",
  4529. "source": {
  4530. "type": "git",
  4531. "url": "https://github.com/reactphp/event-loop.git",
  4532. "reference": "18c5297087ca01de85518e2b55078f444144aa1b"
  4533. },
  4534. "dist": {
  4535. "type": "zip",
  4536. "url": "https://api.github.com/repos/reactphp/event-loop/zipball/18c5297087ca01de85518e2b55078f444144aa1b",
  4537. "reference": "18c5297087ca01de85518e2b55078f444144aa1b",
  4538. "shasum": ""
  4539. },
  4540. "require": {
  4541. "php": ">=5.4.0"
  4542. },
  4543. "suggest": {
  4544. "ext-event": "~1.0",
  4545. "ext-libev": "*",
  4546. "ext-libevent": ">=0.1.0"
  4547. },
  4548. "type": "library",
  4549. "extra": {
  4550. "branch-alias": {
  4551. "dev-master": "0.4-dev"
  4552. }
  4553. },
  4554. "autoload": {
  4555. "psr-4": {
  4556. "React\\EventLoop\\": ""
  4557. }
  4558. },
  4559. "notification-url": "https://packagist.org/downloads/",
  4560. "license": [
  4561. "MIT"
  4562. ],
  4563. "description": "Event loop abstraction layer that libraries can use for evented I/O.",
  4564. "keywords": [
  4565. "event-loop"
  4566. ],
  4567. "time": "2014-02-26 17:36:58"
  4568. },
  4569. {
  4570. "name": "react/promise",
  4571. "version": "v2.2.0",
  4572. "source": {
  4573. "type": "git",
  4574. "url": "https://github.com/reactphp/promise.git",
  4575. "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef"
  4576. },
  4577. "dist": {
  4578. "type": "zip",
  4579. "url": "https://api.github.com/repos/reactphp/promise/zipball/365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
  4580. "reference": "365fcee430dfa4ace1fbc75737ca60ceea7eeeef",
  4581. "shasum": ""
  4582. },
  4583. "require": {
  4584. "php": ">=5.4.0"
  4585. },
  4586. "type": "library",
  4587. "extra": {
  4588. "branch-alias": {
  4589. "dev-master": "2.0-dev"
  4590. }
  4591. },
  4592. "autoload": {
  4593. "psr-4": {
  4594. "React\\Promise\\": "src/"
  4595. },
  4596. "files": [
  4597. "src/functions_include.php"
  4598. ]
  4599. },
  4600. "notification-url": "https://packagist.org/downloads/",
  4601. "license": [
  4602. "MIT"
  4603. ],
  4604. "authors": [
  4605. {
  4606. "name": "Jan Sorgalla",
  4607. "email": "jsorgalla@googlemail.com"
  4608. }
  4609. ],
  4610. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  4611. "time": "2014-12-30 13:32:42"
  4612. },
  4613. {
  4614. "name": "react/socket",
  4615. "version": "dev-master",
  4616. "source": {
  4617. "type": "git",
  4618. "url": "https://github.com/reactphp/socket.git",
  4619. "reference": "9b3eba6e4983d27a81bce429d69145b4f632d53f"
  4620. },
  4621. "dist": {
  4622. "type": "zip",
  4623. "url": "https://api.github.com/repos/reactphp/socket/zipball/9b3eba6e4983d27a81bce429d69145b4f632d53f",
  4624. "reference": "9b3eba6e4983d27a81bce429d69145b4f632d53f",
  4625. "shasum": ""
  4626. },
  4627. "require": {
  4628. "evenement/evenement": "~2.0",
  4629. "php": ">=5.4.0",
  4630. "react/event-loop": "0.4.*",
  4631. "react/stream": "0.4.*"
  4632. },
  4633. "type": "library",
  4634. "extra": {
  4635. "branch-alias": {
  4636. "dev-master": "0.4-dev"
  4637. }
  4638. },
  4639. "autoload": {
  4640. "psr-4": {
  4641. "React\\Socket\\": "src"
  4642. }
  4643. },
  4644. "notification-url": "https://packagist.org/downloads/",
  4645. "license": [
  4646. "MIT"
  4647. ],
  4648. "description": "Library for building an evented socket server.",
  4649. "keywords": [
  4650. "Socket"
  4651. ],
  4652. "time": "2015-08-07 19:59:11"
  4653. },
  4654. {
  4655. "name": "react/stream",
  4656. "version": "v0.4.3",
  4657. "source": {
  4658. "type": "git",
  4659. "url": "https://github.com/reactphp/stream.git",
  4660. "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188"
  4661. },
  4662. "dist": {
  4663. "type": "zip",
  4664. "url": "https://api.github.com/repos/reactphp/stream/zipball/305b2328d2a2e157bc13b61a0f5c6e41b666b188",
  4665. "reference": "305b2328d2a2e157bc13b61a0f5c6e41b666b188",
  4666. "shasum": ""
  4667. },
  4668. "require": {
  4669. "evenement/evenement": "^2.0|^1.0",
  4670. "php": ">=5.3.8"
  4671. },
  4672. "require-dev": {
  4673. "react/event-loop": "^0.4|^0.3",
  4674. "react/promise": "^2.0|^1.0"
  4675. },
  4676. "suggest": {
  4677. "react/event-loop": "^0.4",
  4678. "react/promise": "^2.0"
  4679. },
  4680. "type": "library",
  4681. "extra": {
  4682. "branch-alias": {
  4683. "dev-master": "0.5-dev"
  4684. }
  4685. },
  4686. "autoload": {
  4687. "psr-4": {
  4688. "React\\Stream\\": "src"
  4689. }
  4690. },
  4691. "notification-url": "https://packagist.org/downloads/",
  4692. "license": [
  4693. "MIT"
  4694. ],
  4695. "description": "Basic readable and writable stream interfaces that support piping.",
  4696. "keywords": [
  4697. "pipe",
  4698. "stream"
  4699. ],
  4700. "time": "2015-10-07 18:32:58"
  4701. },
  4702. {
  4703. "name": "ruian/RuianSeoBundle",
  4704. "version": "dev-master",
  4705. "target-dir": "Ruian/SeoBundle",
  4706. "source": {
  4707. "type": "git",
  4708. "url": "https://github.com/ruian/RuianSeoBundle.git",
  4709. "reference": "e21231068155238fe46856fd27466edaf6a4908a"
  4710. },
  4711. "dist": {
  4712. "type": "zip",
  4713. "url": "https://api.github.com/repos/ruian/RuianSeoBundle/zipball/e21231068155238fe46856fd27466edaf6a4908a",
  4714. "reference": "e21231068155238fe46856fd27466edaf6a4908a",
  4715. "shasum": ""
  4716. },
  4717. "require": {
  4718. "php": ">=5.3.2"
  4719. },
  4720. "type": "library",
  4721. "autoload": {
  4722. "psr-0": {
  4723. "Ruian\\SeoBundle": ""
  4724. }
  4725. },
  4726. "notification-url": "https://packagist.org/downloads/",
  4727. "authors": [
  4728. {
  4729. "name": "Julien 'ruian' Galenski",
  4730. "email": "galenski.julien@gmail.com"
  4731. }
  4732. ],
  4733. "description": "A simple symfony2 bundle to add custom meta to your layout(s)",
  4734. "time": "2012-07-09 16:09:46"
  4735. },
  4736. {
  4737. "name": "sebastian/comparator",
  4738. "version": "dev-master",
  4739. "source": {
  4740. "type": "git",
  4741. "url": "https://github.com/sebastianbergmann/comparator.git",
  4742. "reference": "4c7f82f0599413ed5521e464071ee8460c96ce89"
  4743. },
  4744. "dist": {
  4745. "type": "zip",
  4746. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  4747. "reference": "4c7f82f0599413ed5521e464071ee8460c96ce89",
  4748. "shasum": ""
  4749. },
  4750. "require": {
  4751. "php": ">=5.3.3",
  4752. "sebastian/diff": "~1.1",
  4753. "sebastian/exporter": "~1.0"
  4754. },
  4755. "require-dev": {
  4756. "phpunit/phpunit": "~4.1"
  4757. },
  4758. "type": "library",
  4759. "extra": {
  4760. "branch-alias": {
  4761. "dev-master": "1.1.x-dev"
  4762. }
  4763. },
  4764. "autoload": {
  4765. "classmap": [
  4766. "src/"
  4767. ]
  4768. },
  4769. "notification-url": "https://packagist.org/downloads/",
  4770. "license": [
  4771. "BSD-3-Clause"
  4772. ],
  4773. "authors": [
  4774. {
  4775. "name": "Jeff Welch",
  4776. "email": "whatthejeff@gmail.com"
  4777. },
  4778. {
  4779. "name": "Volker Dusch",
  4780. "email": "github@wallbash.com"
  4781. },
  4782. {
  4783. "name": "Bernhard Schussek",
  4784. "email": "bschussek@2bepublished.at"
  4785. },
  4786. {
  4787. "name": "Sebastian Bergmann",
  4788. "email": "sebastian@phpunit.de"
  4789. }
  4790. ],
  4791. "description": "Provides the functionality to compare PHP values for equality",
  4792. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  4793. "keywords": [
  4794. "comparator",
  4795. "compare",
  4796. "equality"
  4797. ],
  4798. "time": "2014-12-04 15:00:21"
  4799. },
  4800. {
  4801. "name": "sebastian/diff",
  4802. "version": "dev-master",
  4803. "source": {
  4804. "type": "git",
  4805. "url": "https://github.com/sebastianbergmann/diff.git",
  4806. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3"
  4807. },
  4808. "dist": {
  4809. "type": "zip",
  4810. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  4811. "reference": "863df9687835c62aa423a22412d26fa2ebde3fd3",
  4812. "shasum": ""
  4813. },
  4814. "require": {
  4815. "php": ">=5.3.3"
  4816. },
  4817. "require-dev": {
  4818. "phpunit/phpunit": "~4.2"
  4819. },
  4820. "type": "library",
  4821. "extra": {
  4822. "branch-alias": {
  4823. "dev-master": "1.3-dev"
  4824. }
  4825. },
  4826. "autoload": {
  4827. "classmap": [
  4828. "src/"
  4829. ]
  4830. },
  4831. "notification-url": "https://packagist.org/downloads/",
  4832. "license": [
  4833. "BSD-3-Clause"
  4834. ],
  4835. "authors": [
  4836. {
  4837. "name": "Kore Nordmann",
  4838. "email": "mail@kore-nordmann.de"
  4839. },
  4840. {
  4841. "name": "Sebastian Bergmann",
  4842. "email": "sebastian@phpunit.de"
  4843. }
  4844. ],
  4845. "description": "Diff implementation",
  4846. "homepage": "http://www.github.com/sebastianbergmann/diff",
  4847. "keywords": [
  4848. "diff"
  4849. ],
  4850. "time": "2015-02-22 15:13:53"
  4851. },
  4852. {
  4853. "name": "sebastian/environment",
  4854. "version": "dev-master",
  4855. "source": {
  4856. "type": "git",
  4857. "url": "https://github.com/sebastianbergmann/environment.git",
  4858. "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e"
  4859. },
  4860. "dist": {
  4861. "type": "zip",
  4862. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/6e7133793a8e5a5714a551a8324337374be209df",
  4863. "reference": "5a8c7d31914337b69923db26c4221b81ff5a196e",
  4864. "shasum": ""
  4865. },
  4866. "require": {
  4867. "php": ">=5.3.3"
  4868. },
  4869. "require-dev": {
  4870. "phpunit/phpunit": "~4.4"
  4871. },
  4872. "type": "library",
  4873. "extra": {
  4874. "branch-alias": {
  4875. "dev-master": "1.3.x-dev"
  4876. }
  4877. },
  4878. "autoload": {
  4879. "classmap": [
  4880. "src/"
  4881. ]
  4882. },
  4883. "notification-url": "https://packagist.org/downloads/",
  4884. "license": [
  4885. "BSD-3-Clause"
  4886. ],
  4887. "authors": [
  4888. {
  4889. "name": "Sebastian Bergmann",
  4890. "email": "sebastian@phpunit.de"
  4891. }
  4892. ],
  4893. "description": "Provides functionality to handle HHVM/PHP environments",
  4894. "homepage": "http://www.github.com/sebastianbergmann/environment",
  4895. "keywords": [
  4896. "Xdebug",
  4897. "environment",
  4898. "hhvm"
  4899. ],
  4900. "time": "2015-01-01 10:01:08"
  4901. },
  4902. {
  4903. "name": "sebastian/exporter",
  4904. "version": "dev-master",
  4905. "source": {
  4906. "type": "git",
  4907. "url": "https://github.com/sebastianbergmann/exporter.git",
  4908. "reference": "84839970d05254c73cde183a721c7af13aede943"
  4909. },
  4910. "dist": {
  4911. "type": "zip",
  4912. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/f88f8936517d54ae6d589166810877fb2015d0a2",
  4913. "reference": "84839970d05254c73cde183a721c7af13aede943",
  4914. "shasum": ""
  4915. },
  4916. "require": {
  4917. "php": ">=5.3.3",
  4918. "sebastian/recursion-context": "~1.0"
  4919. },
  4920. "require-dev": {
  4921. "phpunit/phpunit": "~4.4"
  4922. },
  4923. "type": "library",
  4924. "extra": {
  4925. "branch-alias": {
  4926. "dev-master": "1.2.x-dev"
  4927. }
  4928. },
  4929. "autoload": {
  4930. "classmap": [
  4931. "src/"
  4932. ]
  4933. },
  4934. "notification-url": "https://packagist.org/downloads/",
  4935. "license": [
  4936. "BSD-3-Clause"
  4937. ],
  4938. "authors": [
  4939. {
  4940. "name": "Jeff Welch",
  4941. "email": "whatthejeff@gmail.com"
  4942. },
  4943. {
  4944. "name": "Volker Dusch",
  4945. "email": "github@wallbash.com"
  4946. },
  4947. {
  4948. "name": "Bernhard Schussek",
  4949. "email": "bschussek@2bepublished.at"
  4950. },
  4951. {
  4952. "name": "Sebastian Bergmann",
  4953. "email": "sebastian@phpunit.de"
  4954. },
  4955. {
  4956. "name": "Adam Harvey",
  4957. "email": "aharvey@php.net"
  4958. }
  4959. ],
  4960. "description": "Provides the functionality to export PHP variables for visualization",
  4961. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  4962. "keywords": [
  4963. "export",
  4964. "exporter"
  4965. ],
  4966. "time": "2015-01-27 07:23:06"
  4967. },
  4968. {
  4969. "name": "sebastian/global-state",
  4970. "version": "dev-master",
  4971. "source": {
  4972. "type": "git",
  4973. "url": "https://github.com/sebastianbergmann/global-state.git",
  4974. "reference": "231d48620efde984fd077ee92916099a3ece9a59"
  4975. },
  4976. "dist": {
  4977. "type": "zip",
  4978. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/80e75e39bd6895a2240f5f959a5fec2df501d339",
  4979. "reference": "231d48620efde984fd077ee92916099a3ece9a59",
  4980. "shasum": ""
  4981. },
  4982. "require": {
  4983. "php": ">=5.3.3"
  4984. },
  4985. "require-dev": {
  4986. "phpunit/phpunit": "~4.2"
  4987. },
  4988. "suggest": {
  4989. "ext-uopz": "*"
  4990. },
  4991. "type": "library",
  4992. "extra": {
  4993. "branch-alias": {
  4994. "dev-master": "1.0-dev"
  4995. }
  4996. },
  4997. "autoload": {
  4998. "classmap": [
  4999. "src/"
  5000. ]
  5001. },
  5002. "notification-url": "https://packagist.org/downloads/",
  5003. "license": [
  5004. "BSD-3-Clause"
  5005. ],
  5006. "authors": [
  5007. {
  5008. "name": "Sebastian Bergmann",
  5009. "email": "sebastian@phpunit.de"
  5010. }
  5011. ],
  5012. "description": "Snapshotting of global state",
  5013. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5014. "keywords": [
  5015. "global state"
  5016. ],
  5017. "time": "2014-10-06 09:49:11"
  5018. },
  5019. {
  5020. "name": "sebastian/recursion-context",
  5021. "version": "dev-master",
  5022. "source": {
  5023. "type": "git",
  5024. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5025. "reference": "3989662bbb30a29d20d9faa04a846af79b276252"
  5026. },
  5027. "dist": {
  5028. "type": "zip",
  5029. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  5030. "reference": "3989662bbb30a29d20d9faa04a846af79b276252",
  5031. "shasum": ""
  5032. },
  5033. "require": {
  5034. "php": ">=5.3.3"
  5035. },
  5036. "require-dev": {
  5037. "phpunit/phpunit": "~4.4"
  5038. },
  5039. "type": "library",
  5040. "extra": {
  5041. "branch-alias": {
  5042. "dev-master": "1.0.x-dev"
  5043. }
  5044. },
  5045. "autoload": {
  5046. "classmap": [
  5047. "src/"
  5048. ]
  5049. },
  5050. "notification-url": "https://packagist.org/downloads/",
  5051. "license": [
  5052. "BSD-3-Clause"
  5053. ],
  5054. "authors": [
  5055. {
  5056. "name": "Jeff Welch",
  5057. "email": "whatthejeff@gmail.com"
  5058. },
  5059. {
  5060. "name": "Sebastian Bergmann",
  5061. "email": "sebastian@phpunit.de"
  5062. },
  5063. {
  5064. "name": "Adam Harvey",
  5065. "email": "aharvey@php.net"
  5066. }
  5067. ],
  5068. "description": "Provides functionality to recursively process PHP variables",
  5069. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5070. "time": "2015-01-24 09:48:32"
  5071. },
  5072. {
  5073. "name": "sebastian/version",
  5074. "version": "1.0.4",
  5075. "source": {
  5076. "type": "git",
  5077. "url": "https://github.com/sebastianbergmann/version.git",
  5078. "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b"
  5079. },
  5080. "dist": {
  5081. "type": "zip",
  5082. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/a77d9123f8e809db3fbdea15038c27a95da4058b",
  5083. "reference": "a77d9123f8e809db3fbdea15038c27a95da4058b",
  5084. "shasum": ""
  5085. },
  5086. "type": "library",
  5087. "autoload": {
  5088. "classmap": [
  5089. "src/"
  5090. ]
  5091. },
  5092. "notification-url": "https://packagist.org/downloads/",
  5093. "license": [
  5094. "BSD-3-Clause"
  5095. ],
  5096. "authors": [
  5097. {
  5098. "name": "Sebastian Bergmann",
  5099. "email": "sebastian@phpunit.de",
  5100. "role": "lead"
  5101. }
  5102. ],
  5103. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5104. "homepage": "https://github.com/sebastianbergmann/version",
  5105. "time": "2014-12-15 14:25:24"
  5106. },
  5107. {
  5108. "name": "sensio/distribution-bundle",
  5109. "version": "2.3.x-dev",
  5110. "target-dir": "Sensio/Bundle/DistributionBundle",
  5111. "source": {
  5112. "type": "git",
  5113. "url": "https://github.com/sensiolabs/SensioDistributionBundle.git",
  5114. "reference": "ddcfeaeb504ece5de546dbefd5c527eed7453048"
  5115. },
  5116. "dist": {
  5117. "type": "zip",
  5118. "url": "https://api.github.com/repos/sensiolabs/SensioDistributionBundle/zipball/98bdda791e7c2dfb5fd55781e69a4b00e4f751a6",
  5119. "reference": "ddcfeaeb504ece5de546dbefd5c527eed7453048",
  5120. "shasum": ""
  5121. },
  5122. "require": {
  5123. "symfony/framework-bundle": "~2.2"
  5124. },
  5125. "type": "symfony-bundle",
  5126. "extra": {
  5127. "branch-alias": {
  5128. "dev-master": "2.3.x-dev"
  5129. }
  5130. },
  5131. "autoload": {
  5132. "psr-0": {
  5133. "Sensio\\Bundle\\DistributionBundle": ""
  5134. }
  5135. },
  5136. "notification-url": "https://packagist.org/downloads/",
  5137. "license": [
  5138. "MIT"
  5139. ],
  5140. "authors": [
  5141. {
  5142. "name": "Fabien Potencier",
  5143. "email": "fabien@symfony.com"
  5144. }
  5145. ],
  5146. "description": "The base bundle for the Symfony Distributions",
  5147. "keywords": [
  5148. "configuration",
  5149. "distribution"
  5150. ],
  5151. "time": "2014-12-03 13:50:45"
  5152. },
  5153. {
  5154. "name": "sensio/framework-extra-bundle",
  5155. "version": "dev-master",
  5156. "target-dir": "Sensio/Bundle/FrameworkExtraBundle",
  5157. "source": {
  5158. "type": "git",
  5159. "url": "https://github.com/sensiolabs/SensioFrameworkExtraBundle.git",
  5160. "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a"
  5161. },
  5162. "dist": {
  5163. "type": "zip",
  5164. "url": "https://api.github.com/repos/sensiolabs/SensioFrameworkExtraBundle/zipball/3e8936fe13aa4086644977d334d8fcd275f50357",
  5165. "reference": "b3bc3e67c8b6b68b18d727012183520d35ee762a",
  5166. "shasum": ""
  5167. },
  5168. "require": {
  5169. "doctrine/common": "~2.2",
  5170. "symfony/framework-bundle": "~2.3"
  5171. },
  5172. "require-dev": {
  5173. "symfony/expression-language": "~2.4",
  5174. "symfony/security-bundle": "~2.4"
  5175. },
  5176. "suggest": {
  5177. "symfony/expression-language": "",
  5178. "symfony/security-bundle": ""
  5179. },
  5180. "type": "symfony-bundle",
  5181. "extra": {
  5182. "branch-alias": {
  5183. "dev-master": "3.0.x-dev"
  5184. }
  5185. },
  5186. "autoload": {
  5187. "psr-0": {
  5188. "Sensio\\Bundle\\FrameworkExtraBundle": ""
  5189. }
  5190. },
  5191. "notification-url": "https://packagist.org/downloads/",
  5192. "license": [
  5193. "MIT"
  5194. ],
  5195. "authors": [
  5196. {
  5197. "name": "Fabien Potencier",
  5198. "email": "fabien@symfony.com"
  5199. }
  5200. ],
  5201. "description": "This bundle provides a way to configure your controllers with annotations",
  5202. "keywords": [
  5203. "annotations",
  5204. "controllers"
  5205. ],
  5206. "time": "2014-12-02 09:52:52"
  5207. },
  5208. {
  5209. "name": "sensio/generator-bundle",
  5210. "version": "v2.3.5",
  5211. "target-dir": "Sensio/Bundle/GeneratorBundle",
  5212. "source": {
  5213. "type": "git",
  5214. "url": "https://github.com/sensiolabs/SensioGeneratorBundle.git",
  5215. "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2"
  5216. },
  5217. "dist": {
  5218. "type": "zip",
  5219. "url": "https://api.github.com/repos/sensiolabs/SensioGeneratorBundle/zipball/8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
  5220. "reference": "8b7a33aa3d22388443b6de0b0cf184122e9f60d2",
  5221. "shasum": ""
  5222. },
  5223. "require": {
  5224. "symfony/console": "~2.0",
  5225. "symfony/framework-bundle": "~2.2"
  5226. },
  5227. "require-dev": {
  5228. "doctrine/orm": "~2.2,>=2.2.3",
  5229. "symfony/doctrine-bridge": "~2.2",
  5230. "twig/twig": "~1.11"
  5231. },
  5232. "type": "symfony-bundle",
  5233. "extra": {
  5234. "branch-alias": {
  5235. "dev-master": "2.3.x-dev"
  5236. }
  5237. },
  5238. "autoload": {
  5239. "psr-0": {
  5240. "Sensio\\Bundle\\GeneratorBundle": ""
  5241. }
  5242. },
  5243. "notification-url": "https://packagist.org/downloads/",
  5244. "license": [
  5245. "MIT"
  5246. ],
  5247. "authors": [
  5248. {
  5249. "name": "Fabien Potencier",
  5250. "email": "fabien@symfony.com",
  5251. "homepage": "http://fabien.potencier.org",
  5252. "role": "Lead Developer"
  5253. }
  5254. ],
  5255. "description": "This bundle generates code for you",
  5256. "time": "2014-04-28 14:01:06"
  5257. },
  5258. {
  5259. "name": "snc/redis-bundle",
  5260. "version": "1.1.x-dev",
  5261. "target-dir": "Snc/RedisBundle",
  5262. "source": {
  5263. "type": "git",
  5264. "url": "https://github.com/snc/SncRedisBundle.git",
  5265. "reference": "732bfa62ea1e30dbbda12486f971573274d3b48f"
  5266. },
  5267. "dist": {
  5268. "type": "zip",
  5269. "url": "https://api.github.com/repos/snc/SncRedisBundle/zipball/9068c22c2b5fca9d2107edf2ce424850a9706e8f",
  5270. "reference": "732bfa62ea1e30dbbda12486f971573274d3b48f",
  5271. "shasum": ""
  5272. },
  5273. "require": {
  5274. "php": ">=5.3.3",
  5275. "symfony/framework-bundle": ">=2.1,<3.0",
  5276. "symfony/yaml": ">=2.1,<3.0"
  5277. },
  5278. "require-dev": {
  5279. "doctrine/cache": "1.*",
  5280. "predis/predis": "0.8.*",
  5281. "symfony/console": ">=2.1,<3.0"
  5282. },
  5283. "suggest": {
  5284. "monolog/monolog": "If you want to use the monolog redis handler.",
  5285. "predis/predis": "If you want to use predis (currently only v0.8.x is supported).",
  5286. "symfony/console": "If you want to use commands to interact with the redis database"
  5287. },
  5288. "type": "symfony-bundle",
  5289. "autoload": {
  5290. "psr-0": {
  5291. "Snc\\RedisBundle": ""
  5292. }
  5293. },
  5294. "notification-url": "https://packagist.org/downloads/",
  5295. "license": [
  5296. "MIT"
  5297. ],
  5298. "authors": [
  5299. {
  5300. "name": "Henrik Westphal",
  5301. "email": "henrik.westphal@gmail.com"
  5302. },
  5303. {
  5304. "name": "Community contributors",
  5305. "homepage": "https://github.com/snc/SncRedisBundle/contributors"
  5306. }
  5307. ],
  5308. "description": "A Redis bundle for Symfony2",
  5309. "homepage": "https://github.com/snc/SncRedisBundle",
  5310. "keywords": [
  5311. "nosql",
  5312. "redis",
  5313. "symfony"
  5314. ],
  5315. "time": "2014-08-09 09:54:28"
  5316. },
  5317. {
  5318. "name": "sonata-project/intl-bundle",
  5319. "version": "dev-master",
  5320. "source": {
  5321. "type": "git",
  5322. "url": "https://github.com/sonata-project/SonataIntlBundle.git",
  5323. "reference": "292fad908cd6a02d48bdd8ac9ac76d4cbffd0e59"
  5324. },
  5325. "dist": {
  5326. "type": "zip",
  5327. "url": "https://api.github.com/repos/sonata-project/SonataIntlBundle/zipball/93152592e62902f6852223c50bee712eabdf05f8",
  5328. "reference": "292fad908cd6a02d48bdd8ac9ac76d4cbffd0e59",
  5329. "shasum": ""
  5330. },
  5331. "require": {
  5332. "symfony/dependency-injection": "~2.2",
  5333. "symfony/http-kernel": "~2.2",
  5334. "symfony/locale": "~2.2",
  5335. "symfony/templating": "~2.2",
  5336. "twig/twig": "*"
  5337. },
  5338. "require-dev": {
  5339. "sonata-project/user-bundle": "~2.2",
  5340. "symfony/security": "~2.2"
  5341. },
  5342. "type": "symfony-bundle",
  5343. "extra": {
  5344. "branch-alias": {
  5345. "dev-master": "2.2.x-dev"
  5346. }
  5347. },
  5348. "autoload": {
  5349. "psr-4": {
  5350. "Sonata\\IntlBundle\\": ""
  5351. }
  5352. },
  5353. "notification-url": "https://packagist.org/downloads/",
  5354. "license": [
  5355. "MIT"
  5356. ],
  5357. "authors": [
  5358. {
  5359. "name": "Thomas Rabaix",
  5360. "email": "thomas.rabaix@sonata-project.org",
  5361. "homepage": "http://sonata-project.org"
  5362. },
  5363. {
  5364. "name": "Sonata Community",
  5365. "homepage": "https://github.com/sonata-project/SonataIntlBundle/contributors"
  5366. }
  5367. ],
  5368. "description": "Symfony SonataIntlBundle",
  5369. "homepage": "http://sonata-project.org/bundles/intl",
  5370. "keywords": [
  5371. "date",
  5372. "intl",
  5373. "number",
  5374. "sonata",
  5375. "time"
  5376. ],
  5377. "time": "2014-03-19 11:44:49"
  5378. },
  5379. {
  5380. "name": "stfalcon/tinymce-bundle",
  5381. "version": "dev-master",
  5382. "target-dir": "Stfalcon/Bundle/TinymceBundle",
  5383. "source": {
  5384. "type": "git",
  5385. "url": "https://github.com/elyotechgit/TinymceBundle.git",
  5386. "reference": "9bffbd91aa6ee397cb26bb0a5826caca2a2263fb"
  5387. },
  5388. "dist": {
  5389. "type": "zip",
  5390. "url": "https://api.github.com/repos/elyotechgit/TinymceBundle/zipball/9bffbd91aa6ee397cb26bb0a5826caca2a2263fb",
  5391. "reference": "9bffbd91aa6ee397cb26bb0a5826caca2a2263fb",
  5392. "shasum": ""
  5393. },
  5394. "require": {
  5395. "php": ">=5.3.0",
  5396. "symfony/symfony": ">=2.1"
  5397. },
  5398. "type": "symfony-bundle",
  5399. "autoload": {
  5400. "psr-0": {
  5401. "Stfalcon\\Bundle\\TinymceBundle": ""
  5402. }
  5403. },
  5404. "license": [
  5405. "MIT"
  5406. ],
  5407. "authors": [
  5408. {
  5409. "name": "Stepan Tanasiychuk",
  5410. "homepage": "http://blog.stfalcon.com",
  5411. "email": "ceo@stfalcon.com"
  5412. },
  5413. {
  5414. "name": "Igor Negrutsa",
  5415. "homepage": "http://igor-negrutsa.info",
  5416. "email": "progi2007@gmail.com"
  5417. },
  5418. {
  5419. "name": "Symfony Community",
  5420. "homepage": "https://github.com/stfalcon/TinymceBundle/contributors"
  5421. }
  5422. ],
  5423. "description": "This Bundle integrates TinyMCE WYSIWYG editor into a Symfony2 project.",
  5424. "keywords": [
  5425. "editor",
  5426. "tinymce",
  5427. "wysiwyg"
  5428. ],
  5429. "support": {
  5430. "source": "https://github.com/elyotechgit/TinymceBundle/tree/master"
  5431. },
  5432. "time": "2012-11-21 11:02:53"
  5433. },
  5434. {
  5435. "name": "stof/doctrine-extensions-bundle",
  5436. "version": "dev-master",
  5437. "source": {
  5438. "type": "git",
  5439. "url": "https://github.com/stof/StofDoctrineExtensionsBundle.git",
  5440. "reference": "2ff8473e33e224af87dc00d48a552a35a75115af"
  5441. },
  5442. "dist": {
  5443. "type": "zip",
  5444. "url": "https://api.github.com/repos/stof/StofDoctrineExtensionsBundle/zipball/6672ca37fe19a8e2a8ae52a93a7163e1b00ef7d5",
  5445. "reference": "2ff8473e33e224af87dc00d48a552a35a75115af",
  5446. "shasum": ""
  5447. },
  5448. "require": {
  5449. "gedmo/doctrine-extensions": "~2.3.1",
  5450. "php": ">=5.3.2",
  5451. "symfony/framework-bundle": "~2.1"
  5452. },
  5453. "suggest": {
  5454. "doctrine/doctrine-bundle": "to use the ORM extensions",
  5455. "doctrine/mongodb-odm-bundle": "to use the MongoDB ODM extensions"
  5456. },
  5457. "type": "symfony-bundle",
  5458. "extra": {
  5459. "branch-alias": {
  5460. "dev-master": "1.2.x-dev"
  5461. }
  5462. },
  5463. "autoload": {
  5464. "psr-4": {
  5465. "Stof\\DoctrineExtensionsBundle\\": ""
  5466. }
  5467. },
  5468. "notification-url": "https://packagist.org/downloads/",
  5469. "license": [
  5470. "MIT"
  5471. ],
  5472. "authors": [
  5473. {
  5474. "name": "Christophe Coevoet",
  5475. "email": "stof@notk.org"
  5476. }
  5477. ],
  5478. "description": "Integration of the gedmo/doctrine-extensions with Symfony2",
  5479. "homepage": "https://github.com/stof/StofDoctrineExtensionsBundle",
  5480. "keywords": [
  5481. "behaviors",
  5482. "doctrine2",
  5483. "extensions",
  5484. "gedmo",
  5485. "loggable",
  5486. "nestedset",
  5487. "sluggable",
  5488. "sortable",
  5489. "timestampable",
  5490. "translatable",
  5491. "tree"
  5492. ],
  5493. "time": "2014-09-30 08:24:40"
  5494. },
  5495. {
  5496. "name": "suncat/mobile-detect-bundle",
  5497. "version": "v0.10.1",
  5498. "target-dir": "SunCat/MobileDetectBundle",
  5499. "source": {
  5500. "type": "git",
  5501. "url": "https://github.com/suncat2000/MobileDetectBundle.git",
  5502. "reference": "1aa0ec9e75f08d00d6891cc06ccb1bc0cc4c872b"
  5503. },
  5504. "dist": {
  5505. "type": "zip",
  5506. "url": "https://api.github.com/repos/suncat2000/MobileDetectBundle/zipball/1aa0ec9e75f08d00d6891cc06ccb1bc0cc4c872b",
  5507. "reference": "1aa0ec9e75f08d00d6891cc06ccb1bc0cc4c872b",
  5508. "shasum": ""
  5509. },
  5510. "require": {
  5511. "mobiledetect/mobiledetectlib": "2.8.*",
  5512. "php": ">=5.3.0",
  5513. "symfony/framework-bundle": ">=2.3,<3.0"
  5514. },
  5515. "require-dev": {
  5516. "phpunit/phpunit": "~4.1"
  5517. },
  5518. "type": "symfony-bundle",
  5519. "autoload": {
  5520. "psr-0": {
  5521. "SunCat\\MobileDetectBundle": ""
  5522. }
  5523. },
  5524. "notification-url": "https://packagist.org/downloads/",
  5525. "license": [
  5526. "MIT"
  5527. ],
  5528. "authors": [
  5529. {
  5530. "name": "Nikolay Ivlev",
  5531. "email": "nikolay.kotovsky@gmail.com"
  5532. }
  5533. ],
  5534. "description": "Symfony2 bundle for detect mobile devices, managing mobile view types, redirect to mobile version.",
  5535. "homepage": "https://github.com/suncat2000/MobileDetectBundle",
  5536. "keywords": [
  5537. "mobile",
  5538. "mobile detect",
  5539. "mobile redirect",
  5540. "mobile view managing",
  5541. "symfony mobile"
  5542. ],
  5543. "time": "2014-11-27 20:59:52"
  5544. },
  5545. {
  5546. "name": "swiftmailer/swiftmailer",
  5547. "version": "5.x-dev",
  5548. "source": {
  5549. "type": "git",
  5550. "url": "https://github.com/swiftmailer/swiftmailer.git",
  5551. "reference": "728eba28e355e081b0729b4c18cb9c13abe12560"
  5552. },
  5553. "dist": {
  5554. "type": "zip",
  5555. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/fffbc0e2a7e376dbb0a4b5f2ff6847330f20ccf9",
  5556. "reference": "728eba28e355e081b0729b4c18cb9c13abe12560",
  5557. "shasum": ""
  5558. },
  5559. "require": {
  5560. "php": ">=5.3.3"
  5561. },
  5562. "require-dev": {
  5563. "mockery/mockery": "~0.9.1"
  5564. },
  5565. "type": "library",
  5566. "extra": {
  5567. "branch-alias": {
  5568. "dev-master": "5.4-dev"
  5569. }
  5570. },
  5571. "autoload": {
  5572. "files": [
  5573. "lib/swift_required.php"
  5574. ]
  5575. },
  5576. "notification-url": "https://packagist.org/downloads/",
  5577. "license": [
  5578. "MIT"
  5579. ],
  5580. "authors": [
  5581. {
  5582. "name": "Chris Corbyn"
  5583. },
  5584. {
  5585. "name": "Fabien Potencier",
  5586. "email": "fabien@symfony.com"
  5587. }
  5588. ],
  5589. "description": "Swiftmailer, free feature-rich PHP mailer",
  5590. "homepage": "http://swiftmailer.org",
  5591. "keywords": [
  5592. "mail",
  5593. "mailer"
  5594. ],
  5595. "time": "2015-03-30 15:09:02"
  5596. },
  5597. {
  5598. "name": "symfony/assetic-bundle",
  5599. "version": "v2.6.1",
  5600. "source": {
  5601. "type": "git",
  5602. "url": "https://github.com/symfony/assetic-bundle.git",
  5603. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0"
  5604. },
  5605. "dist": {
  5606. "type": "zip",
  5607. "url": "https://api.github.com/repos/symfony/assetic-bundle/zipball/422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  5608. "reference": "422b0add2110f0cf9bc7a873a386ea053f4a89f0",
  5609. "shasum": ""
  5610. },
  5611. "require": {
  5612. "kriswallsmith/assetic": "~1.2",
  5613. "php": ">=5.3.0",
  5614. "symfony/console": "~2.3",
  5615. "symfony/dependency-injection": "~2.3",
  5616. "symfony/framework-bundle": "~2.3",
  5617. "symfony/yaml": "~2.3"
  5618. },
  5619. "require-dev": {
  5620. "kriswallsmith/spork": "~0.2",
  5621. "patchwork/jsqueeze": "~1.0",
  5622. "symfony/class-loader": "~2.3",
  5623. "symfony/css-selector": "~2.3",
  5624. "symfony/dom-crawler": "~2.3",
  5625. "symfony/twig-bundle": "~2.3"
  5626. },
  5627. "suggest": {
  5628. "kriswallsmith/spork": "to be able to dump assets in parallel",
  5629. "symfony/twig-bundle": "to use the Twig integration"
  5630. },
  5631. "type": "symfony-bundle",
  5632. "extra": {
  5633. "branch-alias": {
  5634. "dev-master": "2.5-dev"
  5635. }
  5636. },
  5637. "autoload": {
  5638. "psr-4": {
  5639. "Symfony\\Bundle\\AsseticBundle\\": ""
  5640. }
  5641. },
  5642. "notification-url": "https://packagist.org/downloads/",
  5643. "license": [
  5644. "MIT"
  5645. ],
  5646. "authors": [
  5647. {
  5648. "name": "Kris Wallsmith",
  5649. "email": "kris.wallsmith@gmail.com",
  5650. "homepage": "http://kriswallsmith.net/"
  5651. }
  5652. ],
  5653. "description": "Integrates Assetic into Symfony2",
  5654. "homepage": "https://github.com/symfony/AsseticBundle",
  5655. "keywords": [
  5656. "assets",
  5657. "compression",
  5658. "minification"
  5659. ],
  5660. "time": "2015-01-27 12:45:16"
  5661. },
  5662. {
  5663. "name": "symfony/expression-language",
  5664. "version": "dev-master",
  5665. "target-dir": "Symfony/Component/ExpressionLanguage",
  5666. "source": {
  5667. "type": "git",
  5668. "url": "https://github.com/symfony/expression-language.git",
  5669. "reference": "37f8ce01dcb80bc759fe939bc81ec7e05d7cbd61"
  5670. },
  5671. "dist": {
  5672. "type": "zip",
  5673. "url": "https://api.github.com/repos/symfony/expression-language/zipball/f29f741817dddc33144f0767ed928130322d850d",
  5674. "reference": "37f8ce01dcb80bc759fe939bc81ec7e05d7cbd61",
  5675. "shasum": ""
  5676. },
  5677. "require": {
  5678. "php": ">=5.5.9"
  5679. },
  5680. "require-dev": {
  5681. "symfony/phpunit-bridge": "~2.7|~3.0"
  5682. },
  5683. "type": "library",
  5684. "extra": {
  5685. "branch-alias": {
  5686. "dev-master": "3.0-dev"
  5687. }
  5688. },
  5689. "autoload": {
  5690. "psr-0": {
  5691. "Symfony\\Component\\ExpressionLanguage\\": ""
  5692. }
  5693. },
  5694. "notification-url": "https://packagist.org/downloads/",
  5695. "license": [
  5696. "MIT"
  5697. ],
  5698. "authors": [
  5699. {
  5700. "name": "Symfony Community",
  5701. "homepage": "http://symfony.com/contributors"
  5702. },
  5703. {
  5704. "name": "Fabien Potencier",
  5705. "email": "fabien@symfony.com"
  5706. }
  5707. ],
  5708. "description": "Symfony ExpressionLanguage Component",
  5709. "homepage": "http://symfony.com",
  5710. "time": "2015-03-17 12:50:12"
  5711. },
  5712. {
  5713. "name": "symfony/icu",
  5714. "version": "1.2.x-dev",
  5715. "target-dir": "Symfony/Component/Icu",
  5716. "source": {
  5717. "type": "git",
  5718. "url": "https://github.com/symfony/icu.git",
  5719. "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a"
  5720. },
  5721. "dist": {
  5722. "type": "zip",
  5723. "url": "https://api.github.com/repos/symfony/icu/zipball/d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
  5724. "reference": "d4d85d6055b87f394d941b45ddd3a9173e1e3d2a",
  5725. "shasum": ""
  5726. },
  5727. "require": {
  5728. "ext-intl": "*",
  5729. "lib-icu": ">=4.4",
  5730. "php": ">=5.3.3",
  5731. "symfony/intl": "~2.3"
  5732. },
  5733. "type": "library",
  5734. "autoload": {
  5735. "psr-0": {
  5736. "Symfony\\Component\\Icu\\": ""
  5737. }
  5738. },
  5739. "notification-url": "https://packagist.org/downloads/",
  5740. "license": [
  5741. "MIT"
  5742. ],
  5743. "authors": [
  5744. {
  5745. "name": "Symfony Community",
  5746. "homepage": "http://symfony.com/contributors"
  5747. },
  5748. {
  5749. "name": "Bernhard Schussek",
  5750. "email": "bschussek@gmail.com"
  5751. }
  5752. ],
  5753. "description": "Contains an excerpt of the ICU data and classes to load it.",
  5754. "homepage": "http://symfony.com",
  5755. "keywords": [
  5756. "icu",
  5757. "intl"
  5758. ],
  5759. "time": "2014-07-25 09:58:17"
  5760. },
  5761. {
  5762. "name": "symfony/intl",
  5763. "version": "2.6.x-dev",
  5764. "target-dir": "Symfony/Component/Intl",
  5765. "source": {
  5766. "type": "git",
  5767. "url": "https://github.com/symfony/intl.git",
  5768. "reference": "4e2720da07bb0731064aaaa7ad854e5b23908ce6"
  5769. },
  5770. "dist": {
  5771. "type": "zip",
  5772. "url": "https://api.github.com/repos/symfony/intl/zipball/4e2720da07bb0731064aaaa7ad854e5b23908ce6",
  5773. "reference": "880ee3efdc31c11ca682dd801a5d4f45ae603ec2",
  5774. "shasum": ""
  5775. },
  5776. "require": {
  5777. "php": ">=5.3.3"
  5778. },
  5779. "require-dev": {
  5780. "symfony/filesystem": ">=2.1",
  5781. "symfony/phpunit-bridge": "~2.7"
  5782. },
  5783. "suggest": {
  5784. "ext-intl": "to use the component with locales other than \"en\""
  5785. },
  5786. "type": "library",
  5787. "extra": {
  5788. "branch-alias": {
  5789. "dev-master": "2.6-dev"
  5790. }
  5791. },
  5792. "autoload": {
  5793. "psr-0": {
  5794. "Symfony\\Component\\Intl\\": ""
  5795. },
  5796. "classmap": [
  5797. "Symfony/Component/Intl/Resources/stubs"
  5798. ],
  5799. "files": [
  5800. "Symfony/Component/Intl/Resources/stubs/functions.php"
  5801. ]
  5802. },
  5803. "notification-url": "https://packagist.org/downloads/",
  5804. "license": [
  5805. "MIT"
  5806. ],
  5807. "authors": [
  5808. {
  5809. "name": "Symfony Community",
  5810. "homepage": "http://symfony.com/contributors"
  5811. },
  5812. {
  5813. "name": "Bernhard Schussek",
  5814. "email": "bschussek@gmail.com"
  5815. },
  5816. {
  5817. "name": "Eriksen Costa",
  5818. "email": "eriksen.costa@infranology.com.br"
  5819. },
  5820. {
  5821. "name": "Igor Wiedler",
  5822. "email": "igor@wiedler.ch"
  5823. }
  5824. ],
  5825. "description": "A PHP replacement layer for the C intl extension that includes additional data from the ICU library.",
  5826. "homepage": "http://symfony.com",
  5827. "keywords": [
  5828. "i18n",
  5829. "icu",
  5830. "internationalization",
  5831. "intl",
  5832. "l10n",
  5833. "localization"
  5834. ],
  5835. "time": "2015-03-22 16:55:57"
  5836. },
  5837. {
  5838. "name": "symfony/monolog-bundle",
  5839. "version": "v2.5.1",
  5840. "target-dir": "Symfony/Bundle/MonologBundle",
  5841. "source": {
  5842. "type": "git",
  5843. "url": "https://github.com/symfony/monolog-bundle.git",
  5844. "reference": "71ad844ac29401f86619f9d643393265451e858b"
  5845. },
  5846. "dist": {
  5847. "type": "zip",
  5848. "url": "https://api.github.com/repos/symfony/monolog-bundle/zipball/71ad844ac29401f86619f9d643393265451e858b",
  5849. "reference": "71ad844ac29401f86619f9d643393265451e858b",
  5850. "shasum": ""
  5851. },
  5852. "require": {
  5853. "monolog/monolog": "~1.6",
  5854. "php": ">=5.3.2",
  5855. "symfony/config": "~2.3",
  5856. "symfony/dependency-injection": "~2.3",
  5857. "symfony/http-kernel": "~2.3",
  5858. "symfony/monolog-bridge": "~2.3"
  5859. },
  5860. "require-dev": {
  5861. "symfony/console": "~2.3",
  5862. "symfony/yaml": "~2.3"
  5863. },
  5864. "type": "symfony-bundle",
  5865. "extra": {
  5866. "branch-alias": {
  5867. "dev-master": "2.5.x-dev"
  5868. }
  5869. },
  5870. "autoload": {
  5871. "psr-0": {
  5872. "Symfony\\Bundle\\MonologBundle": ""
  5873. }
  5874. },
  5875. "notification-url": "https://packagist.org/downloads/",
  5876. "license": [
  5877. "MIT"
  5878. ],
  5879. "authors": [
  5880. {
  5881. "name": "Fabien Potencier",
  5882. "email": "fabien@symfony.com",
  5883. "homepage": "http://fabien.potencier.org",
  5884. "role": "Lead Developer"
  5885. },
  5886. {
  5887. "name": "Symfony Community",
  5888. "homepage": "http://symfony.com/contributors"
  5889. }
  5890. ],
  5891. "description": "Symfony MonologBundle",
  5892. "homepage": "http://symfony.com",
  5893. "keywords": [
  5894. "log",
  5895. "logging"
  5896. ],
  5897. "time": "2014-02-19 14:49:26"
  5898. },
  5899. {
  5900. "name": "symfony/swiftmailer-bundle",
  5901. "version": "dev-master",
  5902. "source": {
  5903. "type": "git",
  5904. "url": "https://github.com/symfony/swiftmailer-bundle.git",
  5905. "reference": "6febf558532ee6f25edd2699f74072c56def3f4a"
  5906. },
  5907. "dist": {
  5908. "type": "zip",
  5909. "url": "https://api.github.com/repos/symfony/swiftmailer-bundle/zipball/5e1a90f28213231ceee19c953bbebc5b5b95c690",
  5910. "reference": "970b13d01871207e81d17b17ddda025e7e21e797",
  5911. "shasum": ""
  5912. },
  5913. "require": {
  5914. "php": ">=5.3.2",
  5915. "swiftmailer/swiftmailer": ">=4.2.0,~5.0",
  5916. "symfony/swiftmailer-bridge": "~2.1"
  5917. },
  5918. "require-dev": {
  5919. "symfony/config": "~2.1",
  5920. "symfony/dependency-injection": "~2.1",
  5921. "symfony/http-kernel": "~2.1",
  5922. "symfony/yaml": "~2.1"
  5923. },
  5924. "suggest": {
  5925. "psr/log": "Allows logging"
  5926. },
  5927. "type": "symfony-bundle",
  5928. "extra": {
  5929. "branch-alias": {
  5930. "dev-master": "2.3-dev"
  5931. }
  5932. },
  5933. "autoload": {
  5934. "psr-4": {
  5935. "Symfony\\Bundle\\SwiftmailerBundle\\": ""
  5936. }
  5937. },
  5938. "notification-url": "https://packagist.org/downloads/",
  5939. "license": [
  5940. "MIT"
  5941. ],
  5942. "authors": [
  5943. {
  5944. "name": "Symfony Community",
  5945. "homepage": "http://symfony.com/contributors"
  5946. },
  5947. {
  5948. "name": "Fabien Potencier",
  5949. "email": "fabien@symfony.com"
  5950. }
  5951. ],
  5952. "description": "Symfony SwiftmailerBundle",
  5953. "homepage": "http://symfony.com",
  5954. "time": "2014-12-01 17:44:50"
  5955. },
  5956. {
  5957. "name": "symfony/symfony",
  5958. "version": "v2.4.10",
  5959. "source": {
  5960. "type": "git",
  5961. "url": "https://github.com/symfony/symfony.git",
  5962. "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a"
  5963. },
  5964. "dist": {
  5965. "type": "zip",
  5966. "url": "https://api.github.com/repos/symfony/symfony/zipball/daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
  5967. "reference": "daed178afd4700dd18f4fb0ea6b72dcfd9a4792a",
  5968. "shasum": ""
  5969. },
  5970. "require": {
  5971. "doctrine/common": "~2.2",
  5972. "php": ">=5.3.3",
  5973. "psr/log": "~1.0",
  5974. "symfony/icu": "~1.0",
  5975. "twig/twig": "~1.12"
  5976. },
  5977. "replace": {
  5978. "symfony/browser-kit": "self.version",
  5979. "symfony/class-loader": "self.version",
  5980. "symfony/config": "self.version",
  5981. "symfony/console": "self.version",
  5982. "symfony/css-selector": "self.version",
  5983. "symfony/debug": "self.version",
  5984. "symfony/dependency-injection": "self.version",
  5985. "symfony/doctrine-bridge": "self.version",
  5986. "symfony/dom-crawler": "self.version",
  5987. "symfony/event-dispatcher": "self.version",
  5988. "symfony/expression-language": "self.version",
  5989. "symfony/filesystem": "self.version",
  5990. "symfony/finder": "self.version",
  5991. "symfony/form": "self.version",
  5992. "symfony/framework-bundle": "self.version",
  5993. "symfony/http-foundation": "self.version",
  5994. "symfony/http-kernel": "self.version",
  5995. "symfony/intl": "self.version",
  5996. "symfony/locale": "self.version",
  5997. "symfony/monolog-bridge": "self.version",
  5998. "symfony/options-resolver": "self.version",
  5999. "symfony/process": "self.version",
  6000. "symfony/propel1-bridge": "self.version",
  6001. "symfony/property-access": "self.version",
  6002. "symfony/proxy-manager-bridge": "self.version",
  6003. "symfony/routing": "self.version",
  6004. "symfony/security": "self.version",
  6005. "symfony/security-acl": "self.version",
  6006. "symfony/security-bundle": "self.version",
  6007. "symfony/security-core": "self.version",
  6008. "symfony/security-csrf": "self.version",
  6009. "symfony/security-http": "self.version",
  6010. "symfony/serializer": "self.version",
  6011. "symfony/stopwatch": "self.version",
  6012. "symfony/swiftmailer-bridge": "self.version",
  6013. "symfony/templating": "self.version",
  6014. "symfony/translation": "self.version",
  6015. "symfony/twig-bridge": "self.version",
  6016. "symfony/twig-bundle": "self.version",
  6017. "symfony/validator": "self.version",
  6018. "symfony/web-profiler-bundle": "self.version",
  6019. "symfony/yaml": "self.version"
  6020. },
  6021. "require-dev": {
  6022. "doctrine/data-fixtures": "1.0.*",
  6023. "doctrine/dbal": "~2.2",
  6024. "doctrine/orm": "~2.2,>=2.2.3",
  6025. "ircmaxell/password-compat": "1.0.*",
  6026. "monolog/monolog": "~1.3",
  6027. "ocramius/proxy-manager": ">=0.3.1,<0.6-dev",
  6028. "propel/propel1": "1.6.*"
  6029. },
  6030. "type": "library",
  6031. "extra": {
  6032. "branch-alias": {
  6033. "dev-master": "2.4-dev"
  6034. }
  6035. },
  6036. "autoload": {
  6037. "psr-0": {
  6038. "Symfony\\": "src/"
  6039. },
  6040. "classmap": [
  6041. "src/Symfony/Component/HttpFoundation/Resources/stubs",
  6042. "src/Symfony/Component/Intl/Resources/stubs"
  6043. ],
  6044. "files": [
  6045. "src/Symfony/Component/Intl/Resources/stubs/functions.php"
  6046. ]
  6047. },
  6048. "notification-url": "https://packagist.org/downloads/",
  6049. "license": [
  6050. "MIT"
  6051. ],
  6052. "authors": [
  6053. {
  6054. "name": "Symfony Community",
  6055. "homepage": "http://symfony.com/contributors"
  6056. },
  6057. {
  6058. "name": "Fabien Potencier",
  6059. "email": "fabien@symfony.com"
  6060. }
  6061. ],
  6062. "description": "The Symfony PHP framework",
  6063. "homepage": "http://symfony.com",
  6064. "keywords": [
  6065. "framework"
  6066. ],
  6067. "time": "2014-09-28 17:03:37"
  6068. },
  6069. {
  6070. "name": "twig/extensions",
  6071. "version": "v1.0.1",
  6072. "source": {
  6073. "type": "git",
  6074. "url": "https://github.com/twigphp/Twig-extensions.git",
  6075. "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0"
  6076. },
  6077. "dist": {
  6078. "type": "zip",
  6079. "url": "https://api.github.com/repos/twigphp/Twig-extensions/zipball/f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
  6080. "reference": "f91a82ec225e5bb108e01a0f93c9be04f84dcfa0",
  6081. "shasum": ""
  6082. },
  6083. "require": {
  6084. "twig/twig": "~1.0"
  6085. },
  6086. "type": "library",
  6087. "extra": {
  6088. "branch-alias": {
  6089. "dev-master": "1.0.x-dev"
  6090. }
  6091. },
  6092. "autoload": {
  6093. "psr-0": {
  6094. "Twig_Extensions_": "lib/"
  6095. }
  6096. },
  6097. "notification-url": "https://packagist.org/downloads/",
  6098. "license": [
  6099. "MIT"
  6100. ],
  6101. "authors": [
  6102. {
  6103. "name": "Fabien Potencier",
  6104. "email": "fabien@symfony.com",
  6105. "homepage": "http://fabien.potencier.org",
  6106. "role": "Lead Developer"
  6107. }
  6108. ],
  6109. "description": "Common additional features for Twig that do not directly belong in core",
  6110. "homepage": "https://github.com/fabpot/Twig-extensions",
  6111. "keywords": [
  6112. "debug",
  6113. "i18n",
  6114. "text"
  6115. ],
  6116. "time": "2013-10-18 19:37:15"
  6117. },
  6118. {
  6119. "name": "twig/twig",
  6120. "version": "1.x-dev",
  6121. "source": {
  6122. "type": "git",
  6123. "url": "https://github.com/twigphp/Twig.git",
  6124. "reference": "7ee4aec238949225a25f174318dc84167e5f360d"
  6125. },
  6126. "dist": {
  6127. "type": "zip",
  6128. "url": "https://api.github.com/repos/twigphp/Twig/zipball/24d9266d0f1c2b4426ad8f931be30718cace4180",
  6129. "reference": "7ee4aec238949225a25f174318dc84167e5f360d",
  6130. "shasum": ""
  6131. },
  6132. "require": {
  6133. "php": ">=5.2.7"
  6134. },
  6135. "type": "library",
  6136. "extra": {
  6137. "branch-alias": {
  6138. "dev-master": "1.18-dev"
  6139. }
  6140. },
  6141. "autoload": {
  6142. "psr-0": {
  6143. "Twig_": "lib/"
  6144. }
  6145. },
  6146. "notification-url": "https://packagist.org/downloads/",
  6147. "license": [
  6148. "BSD-3-Clause"
  6149. ],
  6150. "authors": [
  6151. {
  6152. "name": "Fabien Potencier",
  6153. "email": "fabien@symfony.com",
  6154. "homepage": "http://fabien.potencier.org",
  6155. "role": "Lead Developer"
  6156. },
  6157. {
  6158. "name": "Armin Ronacher",
  6159. "email": "armin.ronacher@active-4.com",
  6160. "role": "Project Founder"
  6161. },
  6162. {
  6163. "name": "Twig Team",
  6164. "homepage": "http://twig.sensiolabs.org/contributors",
  6165. "role": "Contributors"
  6166. }
  6167. ],
  6168. "description": "Twig, the flexible, fast, and secure template language for PHP",
  6169. "homepage": "http://twig.sensiolabs.org",
  6170. "keywords": [
  6171. "templating"
  6172. ],
  6173. "time": "2015-03-17 17:21:28"
  6174. },
  6175. {
  6176. "name": "uecode/amazon-bundle",
  6177. "version": "dev-master",
  6178. "source": {
  6179. "type": "git",
  6180. "url": "https://github.com/uecode/amazon-bundle.git",
  6181. "reference": "35ad6c73df306fd6efc85f81dd6a4fc7df0a0192"
  6182. },
  6183. "dist": {
  6184. "type": "zip",
  6185. "url": "https://api.github.com/repos/uecode/amazon-bundle/zipball/35ad6c73df306fd6efc85f81dd6a4fc7df0a0192",
  6186. "reference": "35ad6c73df306fd6efc85f81dd6a4fc7df0a0192",
  6187. "shasum": ""
  6188. },
  6189. "require": {
  6190. "aws/aws-sdk-php": ">=2.5.0"
  6191. },
  6192. "suggest": {
  6193. "monolog/monolog": "Allows more advanced logging of the application flow"
  6194. },
  6195. "type": "symfony-bundle",
  6196. "autoload": {
  6197. "psr-4": {
  6198. "Uecode\\Bundle\\AmazonBundle\\": "src/"
  6199. }
  6200. },
  6201. "notification-url": "https://packagist.org/downloads/",
  6202. "license": [
  6203. "Apache-2.0"
  6204. ],
  6205. "authors": [
  6206. {
  6207. "name": "Aaron Scherer",
  6208. "email": "aequasi@gmail.com",
  6209. "homepage": "https://github.com/aequasi",
  6210. "role": "developer"
  6211. },
  6212. {
  6213. "name": "John Pancoast",
  6214. "email": "shideon@gmail.com",
  6215. "homepage": "https://github.com/shideon",
  6216. "role": "developer"
  6217. }
  6218. ],
  6219. "description": "AWS SDK v2 Bundle for Symfony2",
  6220. "homepage": "https://github.com/uecode/amazon-bundle",
  6221. "keywords": [
  6222. "aws",
  6223. "php",
  6224. "uecode"
  6225. ],
  6226. "time": "2014-10-02 15:14:21"
  6227. },
  6228. {
  6229. "name": "whiteoctober/breadcrumbs-bundle",
  6230. "version": "dev-master",
  6231. "target-dir": "WhiteOctober/BreadcrumbsBundle",
  6232. "source": {
  6233. "type": "git",
  6234. "url": "https://github.com/whiteoctober/BreadcrumbsBundle.git",
  6235. "reference": "d330a5907855fea7cfabb96fbc0b64813d6c9cbe"
  6236. },
  6237. "dist": {
  6238. "type": "zip",
  6239. "url": "https://api.github.com/repos/whiteoctober/BreadcrumbsBundle/zipball/5eb9d413375235a21d5a4f26cc89e92941cfc76a",
  6240. "reference": "d330a5907855fea7cfabb96fbc0b64813d6c9cbe",
  6241. "shasum": ""
  6242. },
  6243. "require": {
  6244. "php": ">=5.3.2",
  6245. "symfony/framework-bundle": "2.*"
  6246. },
  6247. "type": "symfony-bundle",
  6248. "autoload": {
  6249. "psr-0": {
  6250. "WhiteOctober\\BreadcrumbsBundle": ""
  6251. }
  6252. },
  6253. "notification-url": "https://packagist.org/downloads/",
  6254. "license": [
  6255. "MIT"
  6256. ],
  6257. "authors": [
  6258. {
  6259. "name": "Rich Sage",
  6260. "email": "rich.sage@gmail.com"
  6261. }
  6262. ],
  6263. "description": "A small breadcrumbs bundle for Symfony2",
  6264. "homepage": "https://github.com/whiteoctober/BreadcrumbsBundle",
  6265. "keywords": [
  6266. "breadcrumbs",
  6267. "symfony"
  6268. ],
  6269. "time": "2014-10-27 22:40:10"
  6270. },
  6271. {
  6272. "name": "willdurand/geocoder",
  6273. "version": "2.8.2",
  6274. "source": {
  6275. "type": "git",
  6276. "url": "https://github.com/geocoder-php/Geocoder.git",
  6277. "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8"
  6278. },
  6279. "dist": {
  6280. "type": "zip",
  6281. "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
  6282. "reference": "8a66b8a227328f28ba12f98937a33c6fa0bb90f8",
  6283. "shasum": ""
  6284. },
  6285. "require": {
  6286. "php": ">=5.3.0"
  6287. },
  6288. "require-dev": {
  6289. "geoip/geoip": "~1.13",
  6290. "geoip2/geoip2": "~0.6",
  6291. "guzzle/guzzle": "@stable",
  6292. "kriswallsmith/buzz": "@stable",
  6293. "zendframework/zend-http": "~2.1"
  6294. },
  6295. "suggest": {
  6296. "ext-curl": "Enabling the curl extension allows you to use the CurlHttpAdapter.",
  6297. "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
  6298. "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
  6299. "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
  6300. "guzzle/guzzle": "Enabling Guzzle allows you to use the GuzzleHttpAdapter.",
  6301. "kriswallsmith/buzz": "Enabling Buzz allows you to use the BuzzHttpAdapter.",
  6302. "zendframework/zend-http": "Enabling Zend Http allows you to use the ZendHttpAdapter."
  6303. },
  6304. "type": "library",
  6305. "extra": {
  6306. "branch-alias": {
  6307. "dev-master": "2.8-dev"
  6308. }
  6309. },
  6310. "autoload": {
  6311. "psr-0": {
  6312. "Geocoder": "src/"
  6313. }
  6314. },
  6315. "notification-url": "https://packagist.org/downloads/",
  6316. "license": [
  6317. "MIT"
  6318. ],
  6319. "authors": [
  6320. {
  6321. "name": "William Durand",
  6322. "email": "william.durand1@gmail.com"
  6323. }
  6324. ],
  6325. "description": "The almost missing Geocoder PHP 5.3 library.",
  6326. "homepage": "http://geocoder-php.org",
  6327. "keywords": [
  6328. "abstraction",
  6329. "geocoder",
  6330. "geocoding",
  6331. "geoip"
  6332. ],
  6333. "time": "2015-01-07 13:23:35"
  6334. },
  6335. {
  6336. "name": "willdurand/js-translation-bundle",
  6337. "version": "v2.0.0",
  6338. "target-dir": "Bazinga/Bundle/JsTranslationBundle",
  6339. "source": {
  6340. "type": "git",
  6341. "url": "https://github.com/willdurand/BazingaJsTranslationBundle.git",
  6342. "reference": "3d1e0b1fafadcbd10475f05c3db84633eb186c32"
  6343. },
  6344. "dist": {
  6345. "type": "zip",
  6346. "url": "https://api.github.com/repos/willdurand/BazingaJsTranslationBundle/zipball/3d1e0b1fafadcbd10475f05c3db84633eb186c32",
  6347. "reference": "3d1e0b1fafadcbd10475f05c3db84633eb186c32",
  6348. "shasum": ""
  6349. },
  6350. "require": {
  6351. "symfony/console": "~2.3",
  6352. "symfony/finder": "~2.3",
  6353. "symfony/framework-bundle": "~2.3"
  6354. },
  6355. "replace": {
  6356. "willdurand/expose-translation-bundle": "2.0.*"
  6357. },
  6358. "require-dev": {
  6359. "symfony/browser-kit": "~2.3",
  6360. "symfony/twig-bundle": "~2.3",
  6361. "symfony/yaml": "~2.3"
  6362. },
  6363. "type": "symfony-bundle",
  6364. "extra": {
  6365. "branch-alias": {
  6366. "dev-master": "2.0-dev"
  6367. }
  6368. },
  6369. "autoload": {
  6370. "psr-0": {
  6371. "Bazinga\\Bundle\\JsTranslationBundle": ""
  6372. }
  6373. },
  6374. "notification-url": "https://packagist.org/downloads/",
  6375. "license": [
  6376. "MIT"
  6377. ],
  6378. "authors": [
  6379. {
  6380. "name": "William Durand",
  6381. "email": "william.durand1@gmail.com",
  6382. "homepage": "http://www.willdurand.fr"
  6383. }
  6384. ],
  6385. "description": "A pretty nice way to expose your translation messages to your JavaScript.",
  6386. "keywords": [
  6387. "javascript",
  6388. "symfony",
  6389. "translation"
  6390. ],
  6391. "time": "2014-01-20 16:17:52"
  6392. },
  6393. {
  6394. "name": "willdurand/jsonp-callback-validator",
  6395. "version": "v1.1.0",
  6396. "source": {
  6397. "type": "git",
  6398. "url": "https://github.com/willdurand/JsonpCallbackValidator.git",
  6399. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909"
  6400. },
  6401. "dist": {
  6402. "type": "zip",
  6403. "url": "https://api.github.com/repos/willdurand/JsonpCallbackValidator/zipball/1a7d388bb521959e612ef50c5c7b1691b097e909",
  6404. "reference": "1a7d388bb521959e612ef50c5c7b1691b097e909",
  6405. "shasum": ""
  6406. },
  6407. "require": {
  6408. "php": ">=5.3.0"
  6409. },
  6410. "require-dev": {
  6411. "phpunit/phpunit": "~3.7"
  6412. },
  6413. "type": "library",
  6414. "autoload": {
  6415. "psr-0": {
  6416. "JsonpCallbackValidator": "src/"
  6417. }
  6418. },
  6419. "notification-url": "https://packagist.org/downloads/",
  6420. "license": [
  6421. "MIT"
  6422. ],
  6423. "authors": [
  6424. {
  6425. "name": "William Durand",
  6426. "email": "william.durand1@gmail.com",
  6427. "homepage": "http://www.willdurand.fr"
  6428. }
  6429. ],
  6430. "description": "JSONP callback validator.",
  6431. "time": "2014-01-20 22:35:06"
  6432. },
  6433. {
  6434. "name": "willdurand/negotiation",
  6435. "version": "dev-master",
  6436. "source": {
  6437. "type": "git",
  6438. "url": "https://github.com/willdurand/Negotiation.git",
  6439. "reference": "17b357c97175840200699012c8c536b4f6d43034"
  6440. },
  6441. "dist": {
  6442. "type": "zip",
  6443. "url": "https://api.github.com/repos/willdurand/Negotiation/zipball/540434b453473e48d0c12de9db4607cbca8e112b",
  6444. "reference": "17b357c97175840200699012c8c536b4f6d43034",
  6445. "shasum": ""
  6446. },
  6447. "require": {
  6448. "php": ">=5.3.0"
  6449. },
  6450. "type": "library",
  6451. "extra": {
  6452. "branch-alias": {
  6453. "dev-master": "1.3-dev"
  6454. }
  6455. },
  6456. "autoload": {
  6457. "psr-0": {
  6458. "Negotiation": "src/"
  6459. }
  6460. },
  6461. "notification-url": "https://packagist.org/downloads/",
  6462. "license": [
  6463. "MIT"
  6464. ],
  6465. "authors": [
  6466. {
  6467. "name": "William Durand",
  6468. "email": "william.durand1@gmail.com"
  6469. }
  6470. ],
  6471. "description": "Content Negotiation tools for PHP provided as a standalone library.",
  6472. "homepage": "http://williamdurand.fr/Negotiation/",
  6473. "keywords": [
  6474. "accept",
  6475. "content",
  6476. "format",
  6477. "header",
  6478. "negotiation"
  6479. ],
  6480. "time": "2014-10-29 23:21:49"
  6481. }
  6482. ],
  6483. "packages-dev": [
  6484. {
  6485. "name": "michelf/php-markdown",
  6486. "version": "1.5.0",
  6487. "source": {
  6488. "type": "git",
  6489. "url": "https://github.com/michelf/php-markdown.git",
  6490. "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9"
  6491. },
  6492. "dist": {
  6493. "type": "zip",
  6494. "url": "https://api.github.com/repos/michelf/php-markdown/zipball/e1aabe18173231ebcefc90e615565742fc1c7fd9",
  6495. "reference": "e1aabe18173231ebcefc90e615565742fc1c7fd9",
  6496. "shasum": ""
  6497. },
  6498. "require": {
  6499. "php": ">=5.3.0"
  6500. },
  6501. "type": "library",
  6502. "extra": {
  6503. "branch-alias": {
  6504. "dev-lib": "1.4.x-dev"
  6505. }
  6506. },
  6507. "autoload": {
  6508. "psr-0": {
  6509. "Michelf": ""
  6510. }
  6511. },
  6512. "notification-url": "https://packagist.org/downloads/",
  6513. "license": [
  6514. "BSD-3-Clause"
  6515. ],
  6516. "authors": [
  6517. {
  6518. "name": "John Gruber",
  6519. "homepage": "http://daringfireball.net/"
  6520. },
  6521. {
  6522. "name": "Michel Fortin",
  6523. "email": "michel.fortin@michelf.ca",
  6524. "homepage": "https://michelf.ca/",
  6525. "role": "Developer"
  6526. }
  6527. ],
  6528. "description": "PHP Markdown",
  6529. "homepage": "https://michelf.ca/projects/php-markdown/",
  6530. "keywords": [
  6531. "markdown"
  6532. ],
  6533. "time": "2015-03-01 12:03:08"
  6534. },
  6535. {
  6536. "name": "nelmio/api-doc-bundle",
  6537. "version": "2.7.0",
  6538. "target-dir": "Nelmio/ApiDocBundle",
  6539. "source": {
  6540. "type": "git",
  6541. "url": "https://github.com/nelmio/NelmioApiDocBundle.git",
  6542. "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955"
  6543. },
  6544. "dist": {
  6545. "type": "zip",
  6546. "url": "https://api.github.com/repos/nelmio/NelmioApiDocBundle/zipball/3fdb2d4a819d1f71bff0c45880af705a8b124955",
  6547. "reference": "3fdb2d4a819d1f71bff0c45880af705a8b124955",
  6548. "shasum": ""
  6549. },
  6550. "require": {
  6551. "michelf/php-markdown": "~1.4",
  6552. "symfony/console": "~2.1",
  6553. "symfony/framework-bundle": "~2.1",
  6554. "symfony/twig-bundle": "~2.1"
  6555. },
  6556. "conflict": {
  6557. "jms/serializer": "<0.12",
  6558. "jms/serializer-bundle": "<0.11"
  6559. },
  6560. "require-dev": {
  6561. "friendsofsymfony/rest-bundle": "~1.0",
  6562. "jms/serializer-bundle": ">=0.11",
  6563. "sensio/framework-extra-bundle": "~2.1",
  6564. "symfony/browser-kit": "~2.1",
  6565. "symfony/css-selector": "~2.1",
  6566. "symfony/form": "~2.1",
  6567. "symfony/validator": "~2.1",
  6568. "symfony/yaml": "~2.1"
  6569. },
  6570. "suggest": {
  6571. "friendsofsymfony/rest-bundle": "For making use of REST information in the doc.",
  6572. "jms/serializer": "For making use of serializer information in the doc.",
  6573. "symfony/form": "For using form definitions as input.",
  6574. "symfony/validator": "For making use of validator information in the doc."
  6575. },
  6576. "type": "symfony-bundle",
  6577. "extra": {
  6578. "branch-alias": {
  6579. "dev-master": "2.7.x-dev"
  6580. }
  6581. },
  6582. "autoload": {
  6583. "psr-0": {
  6584. "Nelmio\\ApiDocBundle": ""
  6585. }
  6586. },
  6587. "notification-url": "https://packagist.org/downloads/",
  6588. "license": [
  6589. "MIT"
  6590. ],
  6591. "authors": [
  6592. {
  6593. "name": "Nelmio",
  6594. "homepage": "http://nelm.io"
  6595. },
  6596. {
  6597. "name": "Symfony Community",
  6598. "homepage": "https://github.com/nelmio/NelmioApiDocBundle/contributors"
  6599. }
  6600. ],
  6601. "description": "Generates documentation for your REST API from annotations",
  6602. "keywords": [
  6603. "api",
  6604. "doc",
  6605. "documentation",
  6606. "rest"
  6607. ],
  6608. "time": "2014-07-30 09:11:08"
  6609. }
  6610. ],
  6611. "aliases": [],
  6612. "minimum-stability": "dev",
  6613. "stability-flags": {
  6614. "elyotechgit/travelyo_zooz": 20,
  6615. "stof/doctrine-extensions-bundle": 20,
  6616. "willdurand/geocoder": 0,
  6617. "noiselabs/nusoap-bundle": 20,
  6618. "stfalcon/tinymce-bundle": 20,
  6619. "firephp/firephp-core": 20,
  6620. "friendsofsymfony/user-bundle": 20,
  6621. "ruian/ruianseobundle": 20,
  6622. "ekino/newrelic-bundle": 20,
  6623. "radsphere/rest-bundle": 20,
  6624. "friendsofsymfony/rest-bundle": 20,
  6625. "snc/redis-bundle": 20,
  6626. "predis/predis": 20,
  6627. "danrevah/shortifypunit": 20,
  6628. "symfony/intl": 20,
  6629. "symfony/expression-language": 20,
  6630. "maxmind/geoip": 20,
  6631. "amazonwebservices/aws-sdk-for-php": 20,
  6632. "uecode/amazon-bundle": 20,
  6633. "jms/serializer-bundle": 20
  6634. },
  6635. "prefer-stable": false,
  6636. "prefer-lowest": false,
  6637. "platform": {
  6638. "php": ">=5.3.3"
  6639. },
  6640. "platform-dev": []
  6641. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement