Advertisement
Guest User

asdf

a guest
Nov 19th, 2016
864
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 158.78 KB | None | 0 0
  1. [
  2. {
  3. "name": "league/commonmark",
  4. "version": "0.13.4",
  5. "version_normalized": "0.13.4.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/thephpleague/commonmark.git",
  9. "reference": "83f8210427fb01f671e272bb8d44b4ed3a94d459"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/83f8210427fb01f671e272bb8d44b4ed3a94d459",
  14. "reference": "83f8210427fb01f671e272bb8d44b4ed3a94d459",
  15. "shasum": ""
  16. },
  17. "require": {
  18. "ext-mbstring": "*",
  19. "php": ">=5.4.8"
  20. },
  21. "replace": {
  22. "colinodell/commonmark-php": "*"
  23. },
  24. "require-dev": {
  25. "cebe/markdown": "~1.0",
  26. "erusev/parsedown": "~1.0",
  27. "jgm/commonmark": "0.25",
  28. "michelf/php-markdown": "~1.4",
  29. "mikehaertl/php-shellcommand": "~1.2.0",
  30. "phpunit/phpunit": "~4.3|~5.0",
  31. "scrutinizer/ocular": "~1.1",
  32. "symfony/finder": "~2.3|~3.0"
  33. },
  34. "suggest": {
  35. "league/commonmark-extras": "Library of useful extensions including smart punctuation"
  36. },
  37. "time": "2016-06-14 14:49:29",
  38. "bin": [
  39. "bin/commonmark"
  40. ],
  41. "type": "library",
  42. "extra": {
  43. "branch-alias": {
  44. "dev-master": "0.14-dev"
  45. }
  46. },
  47. "installation-source": "dist",
  48. "autoload": {
  49. "psr-4": {
  50. "League\\CommonMark\\": "src/"
  51. }
  52. },
  53. "notification-url": "https://packagist.org/downloads/",
  54. "license": [
  55. "BSD-3-Clause"
  56. ],
  57. "authors": [
  58. {
  59. "name": "Colin O'Dell",
  60. "email": "colinodell@gmail.com",
  61. "homepage": "https://www.colinodell.com",
  62. "role": "Lead Developer"
  63. }
  64. ],
  65. "description": "Markdown parser for PHP based on the CommonMark spec",
  66. "homepage": "https://github.com/thephpleague/commonmark",
  67. "keywords": [
  68. "commonmark",
  69. "markdown",
  70. "parser"
  71. ]
  72. },
  73. {
  74. "name": "vlucas/phpdotenv",
  75. "version": "v2.4.0",
  76. "version_normalized": "2.4.0.0",
  77. "source": {
  78. "type": "git",
  79. "url": "https://github.com/vlucas/phpdotenv.git",
  80. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c"
  81. },
  82. "dist": {
  83. "type": "zip",
  84. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  85. "reference": "3cc116adbe4b11be5ec557bf1d24dc5e3a21d18c",
  86. "shasum": ""
  87. },
  88. "require": {
  89. "php": ">=5.3.9"
  90. },
  91. "require-dev": {
  92. "phpunit/phpunit": "^4.8 || ^5.0"
  93. },
  94. "time": "2016-09-01 10:05:43",
  95. "type": "library",
  96. "extra": {
  97. "branch-alias": {
  98. "dev-master": "2.4-dev"
  99. }
  100. },
  101. "installation-source": "dist",
  102. "autoload": {
  103. "psr-4": {
  104. "Dotenv\\": "src/"
  105. }
  106. },
  107. "notification-url": "https://packagist.org/downloads/",
  108. "license": [
  109. "BSD-3-Clause-Attribution"
  110. ],
  111. "authors": [
  112. {
  113. "name": "Vance Lucas",
  114. "email": "vance@vancelucas.com",
  115. "homepage": "http://www.vancelucas.com"
  116. }
  117. ],
  118. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  119. "keywords": [
  120. "dotenv",
  121. "env",
  122. "environment"
  123. ]
  124. },
  125. {
  126. "name": "symfony/var-dumper",
  127. "version": "v3.0.9",
  128. "version_normalized": "3.0.9.0",
  129. "source": {
  130. "type": "git",
  131. "url": "https://github.com/symfony/var-dumper.git",
  132. "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377"
  133. },
  134. "dist": {
  135. "type": "zip",
  136. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/1f7e071aafc6676fcb6e3f0497f87c2397247377",
  137. "reference": "1f7e071aafc6676fcb6e3f0497f87c2397247377",
  138. "shasum": ""
  139. },
  140. "require": {
  141. "php": ">=5.5.9",
  142. "symfony/polyfill-mbstring": "~1.0"
  143. },
  144. "require-dev": {
  145. "twig/twig": "~1.20|~2.0"
  146. },
  147. "suggest": {
  148. "ext-symfony_debug": ""
  149. },
  150. "time": "2016-07-26 08:03:56",
  151. "type": "library",
  152. "extra": {
  153. "branch-alias": {
  154. "dev-master": "3.0-dev"
  155. }
  156. },
  157. "installation-source": "dist",
  158. "autoload": {
  159. "files": [
  160. "Resources/functions/dump.php"
  161. ],
  162. "psr-4": {
  163. "Symfony\\Component\\VarDumper\\": ""
  164. },
  165. "exclude-from-classmap": [
  166. "/Tests/"
  167. ]
  168. },
  169. "notification-url": "https://packagist.org/downloads/",
  170. "license": [
  171. "MIT"
  172. ],
  173. "authors": [
  174. {
  175. "name": "Nicolas Grekas",
  176. "email": "p@tchwork.com"
  177. },
  178. {
  179. "name": "Symfony Community",
  180. "homepage": "https://symfony.com/contributors"
  181. }
  182. ],
  183. "description": "Symfony mechanism for exploring and dumping PHP variables",
  184. "homepage": "https://symfony.com",
  185. "keywords": [
  186. "debug",
  187. "dump"
  188. ]
  189. },
  190. {
  191. "name": "symfony/translation",
  192. "version": "v3.0.9",
  193. "version_normalized": "3.0.9.0",
  194. "source": {
  195. "type": "git",
  196. "url": "https://github.com/symfony/translation.git",
  197. "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26"
  198. },
  199. "dist": {
  200. "type": "zip",
  201. "url": "https://api.github.com/repos/symfony/translation/zipball/eee6c664853fd0576f21ae25725cfffeafe83f26",
  202. "reference": "eee6c664853fd0576f21ae25725cfffeafe83f26",
  203. "shasum": ""
  204. },
  205. "require": {
  206. "php": ">=5.5.9",
  207. "symfony/polyfill-mbstring": "~1.0"
  208. },
  209. "conflict": {
  210. "symfony/config": "<2.8"
  211. },
  212. "require-dev": {
  213. "psr/log": "~1.0",
  214. "symfony/config": "~2.8|~3.0",
  215. "symfony/intl": "~2.8|~3.0",
  216. "symfony/yaml": "~2.8|~3.0"
  217. },
  218. "suggest": {
  219. "psr/log": "To use logging capability in translator",
  220. "symfony/config": "",
  221. "symfony/yaml": ""
  222. },
  223. "time": "2016-07-30 07:22:48",
  224. "type": "library",
  225. "extra": {
  226. "branch-alias": {
  227. "dev-master": "3.0-dev"
  228. }
  229. },
  230. "installation-source": "dist",
  231. "autoload": {
  232. "psr-4": {
  233. "Symfony\\Component\\Translation\\": ""
  234. },
  235. "exclude-from-classmap": [
  236. "/Tests/"
  237. ]
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "authors": [
  244. {
  245. "name": "Fabien Potencier",
  246. "email": "fabien@symfony.com"
  247. },
  248. {
  249. "name": "Symfony Community",
  250. "homepage": "https://symfony.com/contributors"
  251. }
  252. ],
  253. "description": "Symfony Translation Component",
  254. "homepage": "https://symfony.com"
  255. },
  256. {
  257. "name": "symfony/routing",
  258. "version": "v3.0.9",
  259. "version_normalized": "3.0.9.0",
  260. "source": {
  261. "type": "git",
  262. "url": "https://github.com/symfony/routing.git",
  263. "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
  264. },
  265. "dist": {
  266. "type": "zip",
  267. "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
  268. "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
  269. "shasum": ""
  270. },
  271. "require": {
  272. "php": ">=5.5.9"
  273. },
  274. "conflict": {
  275. "symfony/config": "<2.8"
  276. },
  277. "require-dev": {
  278. "doctrine/annotations": "~1.0",
  279. "doctrine/common": "~2.2",
  280. "psr/log": "~1.0",
  281. "symfony/config": "~2.8|~3.0",
  282. "symfony/expression-language": "~2.8|~3.0",
  283. "symfony/http-foundation": "~2.8|~3.0",
  284. "symfony/yaml": "~2.8|~3.0"
  285. },
  286. "suggest": {
  287. "doctrine/annotations": "For using the annotation loader",
  288. "symfony/config": "For using the all-in-one router or any loader",
  289. "symfony/dependency-injection": "For loading routes from a service",
  290. "symfony/expression-language": "For using expression matching",
  291. "symfony/http-foundation": "For using a Symfony Request object",
  292. "symfony/yaml": "For using the YAML loader"
  293. },
  294. "time": "2016-06-29 05:40:00",
  295. "type": "library",
  296. "extra": {
  297. "branch-alias": {
  298. "dev-master": "3.0-dev"
  299. }
  300. },
  301. "installation-source": "dist",
  302. "autoload": {
  303. "psr-4": {
  304. "Symfony\\Component\\Routing\\": ""
  305. },
  306. "exclude-from-classmap": [
  307. "/Tests/"
  308. ]
  309. },
  310. "notification-url": "https://packagist.org/downloads/",
  311. "license": [
  312. "MIT"
  313. ],
  314. "authors": [
  315. {
  316. "name": "Fabien Potencier",
  317. "email": "fabien@symfony.com"
  318. },
  319. {
  320. "name": "Symfony Community",
  321. "homepage": "https://symfony.com/contributors"
  322. }
  323. ],
  324. "description": "Symfony Routing Component",
  325. "homepage": "https://symfony.com",
  326. "keywords": [
  327. "router",
  328. "routing",
  329. "uri",
  330. "url"
  331. ]
  332. },
  333. {
  334. "name": "symfony/process",
  335. "version": "v3.0.9",
  336. "version_normalized": "3.0.9.0",
  337. "source": {
  338. "type": "git",
  339. "url": "https://github.com/symfony/process.git",
  340. "reference": "768debc5996f599c4372b322d9061dba2a4bf505"
  341. },
  342. "dist": {
  343. "type": "zip",
  344. "url": "https://api.github.com/repos/symfony/process/zipball/768debc5996f599c4372b322d9061dba2a4bf505",
  345. "reference": "768debc5996f599c4372b322d9061dba2a4bf505",
  346. "shasum": ""
  347. },
  348. "require": {
  349. "php": ">=5.5.9"
  350. },
  351. "time": "2016-07-28 11:13:34",
  352. "type": "library",
  353. "extra": {
  354. "branch-alias": {
  355. "dev-master": "3.0-dev"
  356. }
  357. },
  358. "installation-source": "dist",
  359. "autoload": {
  360. "psr-4": {
  361. "Symfony\\Component\\Process\\": ""
  362. },
  363. "exclude-from-classmap": [
  364. "/Tests/"
  365. ]
  366. },
  367. "notification-url": "https://packagist.org/downloads/",
  368. "license": [
  369. "MIT"
  370. ],
  371. "authors": [
  372. {
  373. "name": "Fabien Potencier",
  374. "email": "fabien@symfony.com"
  375. },
  376. {
  377. "name": "Symfony Community",
  378. "homepage": "https://symfony.com/contributors"
  379. }
  380. ],
  381. "description": "Symfony Process Component",
  382. "homepage": "https://symfony.com"
  383. },
  384. {
  385. "name": "symfony/http-foundation",
  386. "version": "v3.0.9",
  387. "version_normalized": "3.0.9.0",
  388. "source": {
  389. "type": "git",
  390. "url": "https://github.com/symfony/http-foundation.git",
  391. "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82"
  392. },
  393. "dist": {
  394. "type": "zip",
  395. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/49ba00f8ede742169cb6b70abe33243f4d673f82",
  396. "reference": "49ba00f8ede742169cb6b70abe33243f4d673f82",
  397. "shasum": ""
  398. },
  399. "require": {
  400. "php": ">=5.5.9",
  401. "symfony/polyfill-mbstring": "~1.1"
  402. },
  403. "require-dev": {
  404. "symfony/expression-language": "~2.8|~3.0"
  405. },
  406. "time": "2016-07-17 13:54:30",
  407. "type": "library",
  408. "extra": {
  409. "branch-alias": {
  410. "dev-master": "3.0-dev"
  411. }
  412. },
  413. "installation-source": "dist",
  414. "autoload": {
  415. "psr-4": {
  416. "Symfony\\Component\\HttpFoundation\\": ""
  417. },
  418. "exclude-from-classmap": [
  419. "/Tests/"
  420. ]
  421. },
  422. "notification-url": "https://packagist.org/downloads/",
  423. "license": [
  424. "MIT"
  425. ],
  426. "authors": [
  427. {
  428. "name": "Fabien Potencier",
  429. "email": "fabien@symfony.com"
  430. },
  431. {
  432. "name": "Symfony Community",
  433. "homepage": "https://symfony.com/contributors"
  434. }
  435. ],
  436. "description": "Symfony HttpFoundation Component",
  437. "homepage": "https://symfony.com"
  438. },
  439. {
  440. "name": "psr/log",
  441. "version": "1.0.2",
  442. "version_normalized": "1.0.2.0",
  443. "source": {
  444. "type": "git",
  445. "url": "https://github.com/php-fig/log.git",
  446. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d"
  447. },
  448. "dist": {
  449. "type": "zip",
  450. "url": "https://api.github.com/repos/php-fig/log/zipball/4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  451. "reference": "4ebe3a8bf773a19edfe0a84b6585ba3d401b724d",
  452. "shasum": ""
  453. },
  454. "require": {
  455. "php": ">=5.3.0"
  456. },
  457. "time": "2016-10-10 12:19:37",
  458. "type": "library",
  459. "extra": {
  460. "branch-alias": {
  461. "dev-master": "1.0.x-dev"
  462. }
  463. },
  464. "installation-source": "dist",
  465. "autoload": {
  466. "psr-4": {
  467. "Psr\\Log\\": "Psr/Log/"
  468. }
  469. },
  470. "notification-url": "https://packagist.org/downloads/",
  471. "license": [
  472. "MIT"
  473. ],
  474. "authors": [
  475. {
  476. "name": "PHP-FIG",
  477. "homepage": "http://www.php-fig.org/"
  478. }
  479. ],
  480. "description": "Common interface for logging libraries",
  481. "homepage": "https://github.com/php-fig/log",
  482. "keywords": [
  483. "log",
  484. "psr",
  485. "psr-3"
  486. ]
  487. },
  488. {
  489. "name": "symfony/debug",
  490. "version": "v3.0.9",
  491. "version_normalized": "3.0.9.0",
  492. "source": {
  493. "type": "git",
  494. "url": "https://github.com/symfony/debug.git",
  495. "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a"
  496. },
  497. "dist": {
  498. "type": "zip",
  499. "url": "https://api.github.com/repos/symfony/debug/zipball/697c527acd9ea1b2d3efac34d9806bf255278b0a",
  500. "reference": "697c527acd9ea1b2d3efac34d9806bf255278b0a",
  501. "shasum": ""
  502. },
  503. "require": {
  504. "php": ">=5.5.9",
  505. "psr/log": "~1.0"
  506. },
  507. "conflict": {
  508. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  509. },
  510. "require-dev": {
  511. "symfony/class-loader": "~2.8|~3.0",
  512. "symfony/http-kernel": "~2.8|~3.0"
  513. },
  514. "time": "2016-07-30 07:22:48",
  515. "type": "library",
  516. "extra": {
  517. "branch-alias": {
  518. "dev-master": "3.0-dev"
  519. }
  520. },
  521. "installation-source": "dist",
  522. "autoload": {
  523. "psr-4": {
  524. "Symfony\\Component\\Debug\\": ""
  525. },
  526. "exclude-from-classmap": [
  527. "/Tests/"
  528. ]
  529. },
  530. "notification-url": "https://packagist.org/downloads/",
  531. "license": [
  532. "MIT"
  533. ],
  534. "authors": [
  535. {
  536. "name": "Fabien Potencier",
  537. "email": "fabien@symfony.com"
  538. },
  539. {
  540. "name": "Symfony Community",
  541. "homepage": "https://symfony.com/contributors"
  542. }
  543. ],
  544. "description": "Symfony Debug Component",
  545. "homepage": "https://symfony.com"
  546. },
  547. {
  548. "name": "symfony/http-kernel",
  549. "version": "v3.0.9",
  550. "version_normalized": "3.0.9.0",
  551. "source": {
  552. "type": "git",
  553. "url": "https://github.com/symfony/http-kernel.git",
  554. "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3"
  555. },
  556. "dist": {
  557. "type": "zip",
  558. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/d97ba4425e36e79c794e7d14ff36f00f081b37b3",
  559. "reference": "d97ba4425e36e79c794e7d14ff36f00f081b37b3",
  560. "shasum": ""
  561. },
  562. "require": {
  563. "php": ">=5.5.9",
  564. "psr/log": "~1.0",
  565. "symfony/debug": "~2.8|~3.0",
  566. "symfony/event-dispatcher": "~2.8|~3.0",
  567. "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
  568. },
  569. "conflict": {
  570. "symfony/config": "<2.8"
  571. },
  572. "require-dev": {
  573. "symfony/browser-kit": "~2.8|~3.0",
  574. "symfony/class-loader": "~2.8|~3.0",
  575. "symfony/config": "~2.8|~3.0",
  576. "symfony/console": "~2.8|~3.0",
  577. "symfony/css-selector": "~2.8|~3.0",
  578. "symfony/dependency-injection": "~2.8|~3.0",
  579. "symfony/dom-crawler": "~2.8|~3.0",
  580. "symfony/expression-language": "~2.8|~3.0",
  581. "symfony/finder": "~2.8|~3.0",
  582. "symfony/process": "~2.8|~3.0",
  583. "symfony/routing": "~2.8|~3.0",
  584. "symfony/stopwatch": "~2.8|~3.0",
  585. "symfony/templating": "~2.8|~3.0",
  586. "symfony/translation": "~2.8|~3.0",
  587. "symfony/var-dumper": "~2.8|~3.0"
  588. },
  589. "suggest": {
  590. "symfony/browser-kit": "",
  591. "symfony/class-loader": "",
  592. "symfony/config": "",
  593. "symfony/console": "",
  594. "symfony/dependency-injection": "",
  595. "symfony/finder": "",
  596. "symfony/var-dumper": ""
  597. },
  598. "time": "2016-07-30 09:10:37",
  599. "type": "library",
  600. "extra": {
  601. "branch-alias": {
  602. "dev-master": "3.0-dev"
  603. }
  604. },
  605. "installation-source": "dist",
  606. "autoload": {
  607. "psr-4": {
  608. "Symfony\\Component\\HttpKernel\\": ""
  609. },
  610. "exclude-from-classmap": [
  611. "/Tests/"
  612. ]
  613. },
  614. "notification-url": "https://packagist.org/downloads/",
  615. "license": [
  616. "MIT"
  617. ],
  618. "authors": [
  619. {
  620. "name": "Fabien Potencier",
  621. "email": "fabien@symfony.com"
  622. },
  623. {
  624. "name": "Symfony Community",
  625. "homepage": "https://symfony.com/contributors"
  626. }
  627. ],
  628. "description": "Symfony HttpKernel Component",
  629. "homepage": "https://symfony.com"
  630. },
  631. {
  632. "name": "symfony/finder",
  633. "version": "v3.0.9",
  634. "version_normalized": "3.0.9.0",
  635. "source": {
  636. "type": "git",
  637. "url": "https://github.com/symfony/finder.git",
  638. "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
  639. },
  640. "dist": {
  641. "type": "zip",
  642. "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
  643. "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
  644. "shasum": ""
  645. },
  646. "require": {
  647. "php": ">=5.5.9"
  648. },
  649. "time": "2016-06-29 05:40:00",
  650. "type": "library",
  651. "extra": {
  652. "branch-alias": {
  653. "dev-master": "3.0-dev"
  654. }
  655. },
  656. "installation-source": "dist",
  657. "autoload": {
  658. "psr-4": {
  659. "Symfony\\Component\\Finder\\": ""
  660. },
  661. "exclude-from-classmap": [
  662. "/Tests/"
  663. ]
  664. },
  665. "notification-url": "https://packagist.org/downloads/",
  666. "license": [
  667. "MIT"
  668. ],
  669. "authors": [
  670. {
  671. "name": "Fabien Potencier",
  672. "email": "fabien@symfony.com"
  673. },
  674. {
  675. "name": "Symfony Community",
  676. "homepage": "https://symfony.com/contributors"
  677. }
  678. ],
  679. "description": "Symfony Finder Component",
  680. "homepage": "https://symfony.com"
  681. },
  682. {
  683. "name": "symfony/console",
  684. "version": "v3.0.9",
  685. "version_normalized": "3.0.9.0",
  686. "source": {
  687. "type": "git",
  688. "url": "https://github.com/symfony/console.git",
  689. "reference": "926061e74229e935d3c5b4e9ba87237316c6693f"
  690. },
  691. "dist": {
  692. "type": "zip",
  693. "url": "https://api.github.com/repos/symfony/console/zipball/926061e74229e935d3c5b4e9ba87237316c6693f",
  694. "reference": "926061e74229e935d3c5b4e9ba87237316c6693f",
  695. "shasum": ""
  696. },
  697. "require": {
  698. "php": ">=5.5.9",
  699. "symfony/polyfill-mbstring": "~1.0"
  700. },
  701. "require-dev": {
  702. "psr/log": "~1.0",
  703. "symfony/event-dispatcher": "~2.8|~3.0",
  704. "symfony/process": "~2.8|~3.0"
  705. },
  706. "suggest": {
  707. "psr/log": "For using the console logger",
  708. "symfony/event-dispatcher": "",
  709. "symfony/process": ""
  710. },
  711. "time": "2016-07-30 07:22:48",
  712. "type": "library",
  713. "extra": {
  714. "branch-alias": {
  715. "dev-master": "3.0-dev"
  716. }
  717. },
  718. "installation-source": "dist",
  719. "autoload": {
  720. "psr-4": {
  721. "Symfony\\Component\\Console\\": ""
  722. },
  723. "exclude-from-classmap": [
  724. "/Tests/"
  725. ]
  726. },
  727. "notification-url": "https://packagist.org/downloads/",
  728. "license": [
  729. "MIT"
  730. ],
  731. "authors": [
  732. {
  733. "name": "Fabien Potencier",
  734. "email": "fabien@symfony.com"
  735. },
  736. {
  737. "name": "Symfony Community",
  738. "homepage": "https://symfony.com/contributors"
  739. }
  740. ],
  741. "description": "Symfony Console Component",
  742. "homepage": "https://symfony.com"
  743. },
  744. {
  745. "name": "swiftmailer/swiftmailer",
  746. "version": "v5.4.3",
  747. "version_normalized": "5.4.3.0",
  748. "source": {
  749. "type": "git",
  750. "url": "https://github.com/swiftmailer/swiftmailer.git",
  751. "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
  752. },
  753. "dist": {
  754. "type": "zip",
  755. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  756. "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  757. "shasum": ""
  758. },
  759. "require": {
  760. "php": ">=5.3.3"
  761. },
  762. "require-dev": {
  763. "mockery/mockery": "~0.9.1"
  764. },
  765. "time": "2016-07-08 11:51:25",
  766. "type": "library",
  767. "extra": {
  768. "branch-alias": {
  769. "dev-master": "5.4-dev"
  770. }
  771. },
  772. "installation-source": "dist",
  773. "autoload": {
  774. "files": [
  775. "lib/swift_required.php"
  776. ]
  777. },
  778. "notification-url": "https://packagist.org/downloads/",
  779. "license": [
  780. "MIT"
  781. ],
  782. "authors": [
  783. {
  784. "name": "Chris Corbyn"
  785. },
  786. {
  787. "name": "Fabien Potencier",
  788. "email": "fabien@symfony.com"
  789. }
  790. ],
  791. "description": "Swiftmailer, free feature-rich PHP mailer",
  792. "homepage": "http://swiftmailer.org",
  793. "keywords": [
  794. "email",
  795. "mail",
  796. "mailer"
  797. ]
  798. },
  799. {
  800. "name": "nikic/php-parser",
  801. "version": "v2.1.1",
  802. "version_normalized": "2.1.1.0",
  803. "source": {
  804. "type": "git",
  805. "url": "https://github.com/nikic/PHP-Parser.git",
  806. "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0"
  807. },
  808. "dist": {
  809. "type": "zip",
  810. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/4dd659edadffdc2143e4753df655d866dbfeedf0",
  811. "reference": "4dd659edadffdc2143e4753df655d866dbfeedf0",
  812. "shasum": ""
  813. },
  814. "require": {
  815. "ext-tokenizer": "*",
  816. "php": ">=5.4"
  817. },
  818. "require-dev": {
  819. "phpunit/phpunit": "~4.0"
  820. },
  821. "time": "2016-09-16 12:04:44",
  822. "bin": [
  823. "bin/php-parse"
  824. ],
  825. "type": "library",
  826. "extra": {
  827. "branch-alias": {
  828. "dev-master": "2.1-dev"
  829. }
  830. },
  831. "installation-source": "dist",
  832. "autoload": {
  833. "psr-4": {
  834. "PhpParser\\": "lib/PhpParser"
  835. }
  836. },
  837. "notification-url": "https://packagist.org/downloads/",
  838. "license": [
  839. "BSD-3-Clause"
  840. ],
  841. "authors": [
  842. {
  843. "name": "Nikita Popov"
  844. }
  845. ],
  846. "description": "A PHP parser written in PHP",
  847. "keywords": [
  848. "parser",
  849. "php"
  850. ]
  851. },
  852. {
  853. "name": "jakub-onderka/php-console-color",
  854. "version": "0.1",
  855. "version_normalized": "0.1.0.0",
  856. "source": {
  857. "type": "git",
  858. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  859. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  860. },
  861. "dist": {
  862. "type": "zip",
  863. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  864. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  865. "shasum": ""
  866. },
  867. "require": {
  868. "php": ">=5.3.2"
  869. },
  870. "require-dev": {
  871. "jakub-onderka/php-code-style": "1.0",
  872. "jakub-onderka/php-parallel-lint": "0.*",
  873. "jakub-onderka/php-var-dump-check": "0.*",
  874. "phpunit/phpunit": "3.7.*",
  875. "squizlabs/php_codesniffer": "1.*"
  876. },
  877. "time": "2014-04-08 15:00:19",
  878. "type": "library",
  879. "installation-source": "dist",
  880. "autoload": {
  881. "psr-0": {
  882. "JakubOnderka\\PhpConsoleColor": "src/"
  883. }
  884. },
  885. "notification-url": "https://packagist.org/downloads/",
  886. "license": [
  887. "BSD-2-Clause"
  888. ],
  889. "authors": [
  890. {
  891. "name": "Jakub Onderka",
  892. "email": "jakub.onderka@gmail.com",
  893. "homepage": "http://www.acci.cz"
  894. }
  895. ]
  896. },
  897. {
  898. "name": "jakub-onderka/php-console-highlighter",
  899. "version": "v0.3.2",
  900. "version_normalized": "0.3.2.0",
  901. "source": {
  902. "type": "git",
  903. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  904. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  905. },
  906. "dist": {
  907. "type": "zip",
  908. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  909. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  910. "shasum": ""
  911. },
  912. "require": {
  913. "jakub-onderka/php-console-color": "~0.1",
  914. "php": ">=5.3.0"
  915. },
  916. "require-dev": {
  917. "jakub-onderka/php-code-style": "~1.0",
  918. "jakub-onderka/php-parallel-lint": "~0.5",
  919. "jakub-onderka/php-var-dump-check": "~0.1",
  920. "phpunit/phpunit": "~4.0",
  921. "squizlabs/php_codesniffer": "~1.5"
  922. },
  923. "time": "2015-04-20 18:58:01",
  924. "type": "library",
  925. "installation-source": "dist",
  926. "autoload": {
  927. "psr-0": {
  928. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  929. }
  930. },
  931. "notification-url": "https://packagist.org/downloads/",
  932. "license": [
  933. "MIT"
  934. ],
  935. "authors": [
  936. {
  937. "name": "Jakub Onderka",
  938. "email": "acci@acci.cz",
  939. "homepage": "http://www.acci.cz/"
  940. }
  941. ]
  942. },
  943. {
  944. "name": "dnoegel/php-xdg-base-dir",
  945. "version": "0.1",
  946. "version_normalized": "0.1.0.0",
  947. "source": {
  948. "type": "git",
  949. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  950. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  951. },
  952. "dist": {
  953. "type": "zip",
  954. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  955. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  956. "shasum": ""
  957. },
  958. "require": {
  959. "php": ">=5.3.2"
  960. },
  961. "require-dev": {
  962. "phpunit/phpunit": "@stable"
  963. },
  964. "time": "2014-10-24 07:27:01",
  965. "type": "project",
  966. "installation-source": "dist",
  967. "autoload": {
  968. "psr-4": {
  969. "XdgBaseDir\\": "src/"
  970. }
  971. },
  972. "notification-url": "https://packagist.org/downloads/",
  973. "license": [
  974. "MIT"
  975. ],
  976. "description": "implementation of xdg base directory specification for php"
  977. },
  978. {
  979. "name": "psy/psysh",
  980. "version": "v0.7.2",
  981. "version_normalized": "0.7.2.0",
  982. "source": {
  983. "type": "git",
  984. "url": "https://github.com/bobthecow/psysh.git",
  985. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
  986. },
  987. "dist": {
  988. "type": "zip",
  989. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
  990. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
  991. "shasum": ""
  992. },
  993. "require": {
  994. "dnoegel/php-xdg-base-dir": "0.1",
  995. "jakub-onderka/php-console-highlighter": "0.3.*",
  996. "nikic/php-parser": "^1.2.1|~2.0",
  997. "php": ">=5.3.9",
  998. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  999. "symfony/var-dumper": "~2.7|~3.0"
  1000. },
  1001. "require-dev": {
  1002. "fabpot/php-cs-fixer": "~1.5",
  1003. "phpunit/phpunit": "~3.7|~4.0|~5.0",
  1004. "squizlabs/php_codesniffer": "~2.0",
  1005. "symfony/finder": "~2.1|~3.0"
  1006. },
  1007. "suggest": {
  1008. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1009. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1010. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1011. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  1012. },
  1013. "time": "2016-03-09 05:03:14",
  1014. "bin": [
  1015. "bin/psysh"
  1016. ],
  1017. "type": "library",
  1018. "extra": {
  1019. "branch-alias": {
  1020. "dev-develop": "0.8.x-dev"
  1021. }
  1022. },
  1023. "installation-source": "dist",
  1024. "autoload": {
  1025. "files": [
  1026. "src/Psy/functions.php"
  1027. ],
  1028. "psr-4": {
  1029. "Psy\\": "src/Psy/"
  1030. }
  1031. },
  1032. "notification-url": "https://packagist.org/downloads/",
  1033. "license": [
  1034. "MIT"
  1035. ],
  1036. "authors": [
  1037. {
  1038. "name": "Justin Hileman",
  1039. "email": "justin@justinhileman.info",
  1040. "homepage": "http://justinhileman.com"
  1041. }
  1042. ],
  1043. "description": "An interactive shell for modern PHP.",
  1044. "homepage": "http://psysh.org",
  1045. "keywords": [
  1046. "REPL",
  1047. "console",
  1048. "interactive",
  1049. "shell"
  1050. ]
  1051. },
  1052. {
  1053. "name": "paragonie/random_compat",
  1054. "version": "v1.4.1",
  1055. "version_normalized": "1.4.1.0",
  1056. "source": {
  1057. "type": "git",
  1058. "url": "https://github.com/paragonie/random_compat.git",
  1059. "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
  1060. },
  1061. "dist": {
  1062. "type": "zip",
  1063. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
  1064. "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
  1065. "shasum": ""
  1066. },
  1067. "require": {
  1068. "php": ">=5.2.0"
  1069. },
  1070. "require-dev": {
  1071. "phpunit/phpunit": "4.*|5.*"
  1072. },
  1073. "suggest": {
  1074. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1075. },
  1076. "time": "2016-03-18 20:34:03",
  1077. "type": "library",
  1078. "installation-source": "dist",
  1079. "autoload": {
  1080. "files": [
  1081. "lib/random.php"
  1082. ]
  1083. },
  1084. "notification-url": "https://packagist.org/downloads/",
  1085. "license": [
  1086. "MIT"
  1087. ],
  1088. "authors": [
  1089. {
  1090. "name": "Paragon Initiative Enterprises",
  1091. "email": "security@paragonie.com",
  1092. "homepage": "https://paragonie.com"
  1093. }
  1094. ],
  1095. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1096. "keywords": [
  1097. "csprng",
  1098. "pseudorandom",
  1099. "random"
  1100. ]
  1101. },
  1102. {
  1103. "name": "nesbot/carbon",
  1104. "version": "1.21.0",
  1105. "version_normalized": "1.21.0.0",
  1106. "source": {
  1107. "type": "git",
  1108. "url": "https://github.com/briannesbitt/Carbon.git",
  1109. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
  1110. },
  1111. "dist": {
  1112. "type": "zip",
  1113. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1114. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  1115. "shasum": ""
  1116. },
  1117. "require": {
  1118. "php": ">=5.3.0",
  1119. "symfony/translation": "~2.6|~3.0"
  1120. },
  1121. "require-dev": {
  1122. "phpunit/phpunit": "~4.0|~5.0"
  1123. },
  1124. "time": "2015-11-04 20:07:17",
  1125. "type": "library",
  1126. "installation-source": "dist",
  1127. "autoload": {
  1128. "psr-4": {
  1129. "Carbon\\": "src/Carbon/"
  1130. }
  1131. },
  1132. "notification-url": "https://packagist.org/downloads/",
  1133. "license": [
  1134. "MIT"
  1135. ],
  1136. "authors": [
  1137. {
  1138. "name": "Brian Nesbitt",
  1139. "email": "brian@nesbot.com",
  1140. "homepage": "http://nesbot.com"
  1141. }
  1142. ],
  1143. "description": "A simple API extension for DateTime.",
  1144. "homepage": "http://carbon.nesbot.com",
  1145. "keywords": [
  1146. "date",
  1147. "datetime",
  1148. "time"
  1149. ]
  1150. },
  1151. {
  1152. "name": "mtdowling/cron-expression",
  1153. "version": "v1.1.0",
  1154. "version_normalized": "1.1.0.0",
  1155. "source": {
  1156. "type": "git",
  1157. "url": "https://github.com/mtdowling/cron-expression.git",
  1158. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
  1159. },
  1160. "dist": {
  1161. "type": "zip",
  1162. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1163. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  1164. "shasum": ""
  1165. },
  1166. "require": {
  1167. "php": ">=5.3.2"
  1168. },
  1169. "require-dev": {
  1170. "phpunit/phpunit": "~4.0|~5.0"
  1171. },
  1172. "time": "2016-01-26 21:23:30",
  1173. "type": "library",
  1174. "installation-source": "dist",
  1175. "autoload": {
  1176. "psr-0": {
  1177. "Cron": "src/"
  1178. }
  1179. },
  1180. "notification-url": "https://packagist.org/downloads/",
  1181. "license": [
  1182. "MIT"
  1183. ],
  1184. "authors": [
  1185. {
  1186. "name": "Michael Dowling",
  1187. "email": "mtdowling@gmail.com",
  1188. "homepage": "https://github.com/mtdowling"
  1189. }
  1190. ],
  1191. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  1192. "keywords": [
  1193. "cron",
  1194. "schedule"
  1195. ]
  1196. },
  1197. {
  1198. "name": "monolog/monolog",
  1199. "version": "1.21.0",
  1200. "version_normalized": "1.21.0.0",
  1201. "source": {
  1202. "type": "git",
  1203. "url": "https://github.com/Seldaek/monolog.git",
  1204. "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952"
  1205. },
  1206. "dist": {
  1207. "type": "zip",
  1208. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1209. "reference": "f42fbdfd53e306bda545845e4dbfd3e72edb4952",
  1210. "shasum": ""
  1211. },
  1212. "require": {
  1213. "php": ">=5.3.0",
  1214. "psr/log": "~1.0"
  1215. },
  1216. "provide": {
  1217. "psr/log-implementation": "1.0.0"
  1218. },
  1219. "require-dev": {
  1220. "aws/aws-sdk-php": "^2.4.9",
  1221. "doctrine/couchdb": "~1.0@dev",
  1222. "graylog2/gelf-php": "~1.0",
  1223. "jakub-onderka/php-parallel-lint": "0.9",
  1224. "php-amqplib/php-amqplib": "~2.4",
  1225. "php-console/php-console": "^3.1.3",
  1226. "phpunit/phpunit": "~4.5",
  1227. "phpunit/phpunit-mock-objects": "2.3.0",
  1228. "ruflin/elastica": ">=0.90 <3.0",
  1229. "sentry/sentry": "^0.13",
  1230. "swiftmailer/swiftmailer": "~5.3"
  1231. },
  1232. "suggest": {
  1233. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1234. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1235. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1236. "ext-mongo": "Allow sending log messages to a MongoDB server",
  1237. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1238. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  1239. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1240. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1241. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1242. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  1243. "sentry/sentry": "Allow sending log messages to a Sentry server"
  1244. },
  1245. "time": "2016-07-29 03:23:52",
  1246. "type": "library",
  1247. "extra": {
  1248. "branch-alias": {
  1249. "dev-master": "2.0.x-dev"
  1250. }
  1251. },
  1252. "installation-source": "dist",
  1253. "autoload": {
  1254. "psr-4": {
  1255. "Monolog\\": "src/Monolog"
  1256. }
  1257. },
  1258. "notification-url": "https://packagist.org/downloads/",
  1259. "license": [
  1260. "MIT"
  1261. ],
  1262. "authors": [
  1263. {
  1264. "name": "Jordi Boggiano",
  1265. "email": "j.boggiano@seld.be",
  1266. "homepage": "http://seld.be"
  1267. }
  1268. ],
  1269. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1270. "homepage": "http://github.com/Seldaek/monolog",
  1271. "keywords": [
  1272. "log",
  1273. "logging",
  1274. "psr-3"
  1275. ]
  1276. },
  1277. {
  1278. "name": "league/flysystem",
  1279. "version": "1.0.32",
  1280. "version_normalized": "1.0.32.0",
  1281. "source": {
  1282. "type": "git",
  1283. "url": "https://github.com/thephpleague/flysystem.git",
  1284. "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab"
  1285. },
  1286. "dist": {
  1287. "type": "zip",
  1288. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
  1289. "reference": "1b5c4a0031697f46e779a9d1b309c2e1b24daeab",
  1290. "shasum": ""
  1291. },
  1292. "require": {
  1293. "php": ">=5.5.9"
  1294. },
  1295. "conflict": {
  1296. "league/flysystem-sftp": "<1.0.6"
  1297. },
  1298. "require-dev": {
  1299. "ext-fileinfo": "*",
  1300. "mockery/mockery": "~0.9",
  1301. "phpspec/phpspec": "^2.2",
  1302. "phpunit/phpunit": "~4.8"
  1303. },
  1304. "suggest": {
  1305. "ext-fileinfo": "Required for MimeType",
  1306. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1307. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1308. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1309. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1310. "league/flysystem-copy": "Allows you to use Copy.com storage",
  1311. "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  1312. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1313. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1314. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1315. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1316. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  1317. },
  1318. "time": "2016-10-19 20:38:46",
  1319. "type": "library",
  1320. "extra": {
  1321. "branch-alias": {
  1322. "dev-master": "1.1-dev"
  1323. }
  1324. },
  1325. "installation-source": "dist",
  1326. "autoload": {
  1327. "psr-4": {
  1328. "League\\Flysystem\\": "src/"
  1329. }
  1330. },
  1331. "notification-url": "https://packagist.org/downloads/",
  1332. "license": [
  1333. "MIT"
  1334. ],
  1335. "authors": [
  1336. {
  1337. "name": "Frank de Jonge",
  1338. "email": "info@frenky.net"
  1339. }
  1340. ],
  1341. "description": "Filesystem abstraction: Many filesystems, one API.",
  1342. "keywords": [
  1343. "Cloud Files",
  1344. "WebDAV",
  1345. "abstraction",
  1346. "aws",
  1347. "cloud",
  1348. "copy.com",
  1349. "dropbox",
  1350. "file systems",
  1351. "files",
  1352. "filesystem",
  1353. "filesystems",
  1354. "ftp",
  1355. "rackspace",
  1356. "remote",
  1357. "s3",
  1358. "sftp",
  1359. "storage"
  1360. ]
  1361. },
  1362. {
  1363. "name": "jeremeamia/SuperClosure",
  1364. "version": "2.2.0",
  1365. "version_normalized": "2.2.0.0",
  1366. "source": {
  1367. "type": "git",
  1368. "url": "https://github.com/jeremeamia/super_closure.git",
  1369. "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
  1370. },
  1371. "dist": {
  1372. "type": "zip",
  1373. "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
  1374. "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
  1375. "shasum": ""
  1376. },
  1377. "require": {
  1378. "nikic/php-parser": "^1.2|^2.0",
  1379. "php": ">=5.4",
  1380. "symfony/polyfill-php56": "^1.0"
  1381. },
  1382. "require-dev": {
  1383. "phpunit/phpunit": "^4.0|^5.0"
  1384. },
  1385. "time": "2015-12-05 17:17:57",
  1386. "type": "library",
  1387. "extra": {
  1388. "branch-alias": {
  1389. "dev-master": "2.2-dev"
  1390. }
  1391. },
  1392. "installation-source": "dist",
  1393. "autoload": {
  1394. "psr-4": {
  1395. "SuperClosure\\": "src/"
  1396. }
  1397. },
  1398. "notification-url": "https://packagist.org/downloads/",
  1399. "license": [
  1400. "MIT"
  1401. ],
  1402. "authors": [
  1403. {
  1404. "name": "Jeremy Lindblom",
  1405. "email": "jeremeamia@gmail.com",
  1406. "homepage": "https://github.com/jeremeamia",
  1407. "role": "Developer"
  1408. }
  1409. ],
  1410. "description": "Serialize Closure objects, including their context and binding",
  1411. "homepage": "https://github.com/jeremeamia/super_closure",
  1412. "keywords": [
  1413. "closure",
  1414. "function",
  1415. "lambda",
  1416. "parser",
  1417. "serializable",
  1418. "serialize",
  1419. "tokenizer"
  1420. ]
  1421. },
  1422. {
  1423. "name": "doctrine/inflector",
  1424. "version": "v1.1.0",
  1425. "version_normalized": "1.1.0.0",
  1426. "source": {
  1427. "type": "git",
  1428. "url": "https://github.com/doctrine/inflector.git",
  1429. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  1430. },
  1431. "dist": {
  1432. "type": "zip",
  1433. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  1434. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  1435. "shasum": ""
  1436. },
  1437. "require": {
  1438. "php": ">=5.3.2"
  1439. },
  1440. "require-dev": {
  1441. "phpunit/phpunit": "4.*"
  1442. },
  1443. "time": "2015-11-06 14:35:42",
  1444. "type": "library",
  1445. "extra": {
  1446. "branch-alias": {
  1447. "dev-master": "1.1.x-dev"
  1448. }
  1449. },
  1450. "installation-source": "dist",
  1451. "autoload": {
  1452. "psr-0": {
  1453. "Doctrine\\Common\\Inflector\\": "lib/"
  1454. }
  1455. },
  1456. "notification-url": "https://packagist.org/downloads/",
  1457. "license": [
  1458. "MIT"
  1459. ],
  1460. "authors": [
  1461. {
  1462. "name": "Roman Borschel",
  1463. "email": "roman@code-factory.org"
  1464. },
  1465. {
  1466. "name": "Benjamin Eberlei",
  1467. "email": "kontakt@beberlei.de"
  1468. },
  1469. {
  1470. "name": "Guilherme Blanco",
  1471. "email": "guilhermeblanco@gmail.com"
  1472. },
  1473. {
  1474. "name": "Jonathan Wage",
  1475. "email": "jonwage@gmail.com"
  1476. },
  1477. {
  1478. "name": "Johannes Schmitt",
  1479. "email": "schmittjoh@gmail.com"
  1480. }
  1481. ],
  1482. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  1483. "homepage": "http://www.doctrine-project.org",
  1484. "keywords": [
  1485. "inflection",
  1486. "pluralize",
  1487. "singularize",
  1488. "string"
  1489. ]
  1490. },
  1491. {
  1492. "name": "classpreloader/classpreloader",
  1493. "version": "3.0.0",
  1494. "version_normalized": "3.0.0.0",
  1495. "source": {
  1496. "type": "git",
  1497. "url": "https://github.com/ClassPreloader/ClassPreloader.git",
  1498. "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
  1499. },
  1500. "dist": {
  1501. "type": "zip",
  1502. "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  1503. "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  1504. "shasum": ""
  1505. },
  1506. "require": {
  1507. "nikic/php-parser": "^1.0|^2.0",
  1508. "php": ">=5.5.9"
  1509. },
  1510. "require-dev": {
  1511. "phpunit/phpunit": "^4.8|^5.0"
  1512. },
  1513. "time": "2015-11-09 22:51:51",
  1514. "type": "library",
  1515. "extra": {
  1516. "branch-alias": {
  1517. "dev-master": "3.0-dev"
  1518. }
  1519. },
  1520. "installation-source": "dist",
  1521. "autoload": {
  1522. "psr-4": {
  1523. "ClassPreloader\\": "src/"
  1524. }
  1525. },
  1526. "notification-url": "https://packagist.org/downloads/",
  1527. "license": [
  1528. "MIT"
  1529. ],
  1530. "authors": [
  1531. {
  1532. "name": "Michael Dowling",
  1533. "email": "mtdowling@gmail.com"
  1534. },
  1535. {
  1536. "name": "Graham Campbell",
  1537. "email": "graham@alt-three.com"
  1538. }
  1539. ],
  1540. "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  1541. "keywords": [
  1542. "autoload",
  1543. "class",
  1544. "preload"
  1545. ]
  1546. },
  1547. {
  1548. "name": "laravel/framework",
  1549. "version": "v5.2.45",
  1550. "version_normalized": "5.2.45.0",
  1551. "source": {
  1552. "type": "git",
  1553. "url": "https://github.com/laravel/framework.git",
  1554. "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1"
  1555. },
  1556. "dist": {
  1557. "type": "zip",
  1558. "url": "https://api.github.com/repos/laravel/framework/zipball/2a79f920d5584ec6df7cf996d922a742d11095d1",
  1559. "reference": "2a79f920d5584ec6df7cf996d922a742d11095d1",
  1560. "shasum": ""
  1561. },
  1562. "require": {
  1563. "classpreloader/classpreloader": "~3.0",
  1564. "doctrine/inflector": "~1.0",
  1565. "ext-mbstring": "*",
  1566. "ext-openssl": "*",
  1567. "jeremeamia/superclosure": "~2.2",
  1568. "league/flysystem": "~1.0",
  1569. "monolog/monolog": "~1.11",
  1570. "mtdowling/cron-expression": "~1.0",
  1571. "nesbot/carbon": "~1.20",
  1572. "paragonie/random_compat": "~1.4",
  1573. "php": ">=5.5.9",
  1574. "psy/psysh": "0.7.*",
  1575. "swiftmailer/swiftmailer": "~5.1",
  1576. "symfony/console": "2.8.*|3.0.*",
  1577. "symfony/debug": "2.8.*|3.0.*",
  1578. "symfony/finder": "2.8.*|3.0.*",
  1579. "symfony/http-foundation": "2.8.*|3.0.*",
  1580. "symfony/http-kernel": "2.8.*|3.0.*",
  1581. "symfony/polyfill-php56": "~1.0",
  1582. "symfony/process": "2.8.*|3.0.*",
  1583. "symfony/routing": "2.8.*|3.0.*",
  1584. "symfony/translation": "2.8.*|3.0.*",
  1585. "symfony/var-dumper": "2.8.*|3.0.*",
  1586. "vlucas/phpdotenv": "~2.2"
  1587. },
  1588. "replace": {
  1589. "illuminate/auth": "self.version",
  1590. "illuminate/broadcasting": "self.version",
  1591. "illuminate/bus": "self.version",
  1592. "illuminate/cache": "self.version",
  1593. "illuminate/config": "self.version",
  1594. "illuminate/console": "self.version",
  1595. "illuminate/container": "self.version",
  1596. "illuminate/contracts": "self.version",
  1597. "illuminate/cookie": "self.version",
  1598. "illuminate/database": "self.version",
  1599. "illuminate/encryption": "self.version",
  1600. "illuminate/events": "self.version",
  1601. "illuminate/exception": "self.version",
  1602. "illuminate/filesystem": "self.version",
  1603. "illuminate/hashing": "self.version",
  1604. "illuminate/http": "self.version",
  1605. "illuminate/log": "self.version",
  1606. "illuminate/mail": "self.version",
  1607. "illuminate/pagination": "self.version",
  1608. "illuminate/pipeline": "self.version",
  1609. "illuminate/queue": "self.version",
  1610. "illuminate/redis": "self.version",
  1611. "illuminate/routing": "self.version",
  1612. "illuminate/session": "self.version",
  1613. "illuminate/support": "self.version",
  1614. "illuminate/translation": "self.version",
  1615. "illuminate/validation": "self.version",
  1616. "illuminate/view": "self.version",
  1617. "tightenco/collect": "self.version"
  1618. },
  1619. "require-dev": {
  1620. "aws/aws-sdk-php": "~3.0",
  1621. "mockery/mockery": "~0.9.4",
  1622. "pda/pheanstalk": "~3.0",
  1623. "phpunit/phpunit": "~4.1",
  1624. "predis/predis": "~1.0",
  1625. "symfony/css-selector": "2.8.*|3.0.*",
  1626. "symfony/dom-crawler": "2.8.*|3.0.*"
  1627. },
  1628. "suggest": {
  1629. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  1630. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  1631. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  1632. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
  1633. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  1634. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  1635. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  1636. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  1637. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  1638. "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
  1639. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
  1640. "symfony/psr-http-message-bridge": "Required to use psr7 bridging features (0.2.*)."
  1641. },
  1642. "time": "2016-08-26 11:44:52",
  1643. "type": "library",
  1644. "extra": {
  1645. "branch-alias": {
  1646. "dev-master": "5.2-dev"
  1647. }
  1648. },
  1649. "installation-source": "dist",
  1650. "autoload": {
  1651. "classmap": [
  1652. "src/Illuminate/Queue/IlluminateQueueClosure.php"
  1653. ],
  1654. "files": [
  1655. "src/Illuminate/Foundation/helpers.php",
  1656. "src/Illuminate/Support/helpers.php"
  1657. ],
  1658. "psr-4": {
  1659. "Illuminate\\": "src/Illuminate/"
  1660. }
  1661. },
  1662. "notification-url": "https://packagist.org/downloads/",
  1663. "license": [
  1664. "MIT"
  1665. ],
  1666. "authors": [
  1667. {
  1668. "name": "Taylor Otwell",
  1669. "email": "taylorotwell@gmail.com"
  1670. }
  1671. ],
  1672. "description": "The Laravel Framework.",
  1673. "homepage": "http://laravel.com",
  1674. "keywords": [
  1675. "framework",
  1676. "laravel"
  1677. ]
  1678. },
  1679. {
  1680. "name": "psr/http-message",
  1681. "version": "1.0.1",
  1682. "version_normalized": "1.0.1.0",
  1683. "source": {
  1684. "type": "git",
  1685. "url": "https://github.com/php-fig/http-message.git",
  1686. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1687. },
  1688. "dist": {
  1689. "type": "zip",
  1690. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1691. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1692. "shasum": ""
  1693. },
  1694. "require": {
  1695. "php": ">=5.3.0"
  1696. },
  1697. "time": "2016-08-06 14:39:51",
  1698. "type": "library",
  1699. "extra": {
  1700. "branch-alias": {
  1701. "dev-master": "1.0.x-dev"
  1702. }
  1703. },
  1704. "installation-source": "dist",
  1705. "autoload": {
  1706. "psr-4": {
  1707. "Psr\\Http\\Message\\": "src/"
  1708. }
  1709. },
  1710. "notification-url": "https://packagist.org/downloads/",
  1711. "license": [
  1712. "MIT"
  1713. ],
  1714. "authors": [
  1715. {
  1716. "name": "PHP-FIG",
  1717. "homepage": "http://www.php-fig.org/"
  1718. }
  1719. ],
  1720. "description": "Common interface for HTTP messages",
  1721. "homepage": "https://github.com/php-fig/http-message",
  1722. "keywords": [
  1723. "http",
  1724. "http-message",
  1725. "psr",
  1726. "psr-7",
  1727. "request",
  1728. "response"
  1729. ]
  1730. },
  1731. {
  1732. "name": "guzzlehttp/psr7",
  1733. "version": "1.3.1",
  1734. "version_normalized": "1.3.1.0",
  1735. "source": {
  1736. "type": "git",
  1737. "url": "https://github.com/guzzle/psr7.git",
  1738. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
  1739. },
  1740. "dist": {
  1741. "type": "zip",
  1742. "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  1743. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  1744. "shasum": ""
  1745. },
  1746. "require": {
  1747. "php": ">=5.4.0",
  1748. "psr/http-message": "~1.0"
  1749. },
  1750. "provide": {
  1751. "psr/http-message-implementation": "1.0"
  1752. },
  1753. "require-dev": {
  1754. "phpunit/phpunit": "~4.0"
  1755. },
  1756. "time": "2016-06-24 23:00:38",
  1757. "type": "library",
  1758. "extra": {
  1759. "branch-alias": {
  1760. "dev-master": "1.4-dev"
  1761. }
  1762. },
  1763. "installation-source": "dist",
  1764. "autoload": {
  1765. "psr-4": {
  1766. "GuzzleHttp\\Psr7\\": "src/"
  1767. },
  1768. "files": [
  1769. "src/functions_include.php"
  1770. ]
  1771. },
  1772. "notification-url": "https://packagist.org/downloads/",
  1773. "license": [
  1774. "MIT"
  1775. ],
  1776. "authors": [
  1777. {
  1778. "name": "Michael Dowling",
  1779. "email": "mtdowling@gmail.com",
  1780. "homepage": "https://github.com/mtdowling"
  1781. }
  1782. ],
  1783. "description": "PSR-7 message implementation",
  1784. "keywords": [
  1785. "http",
  1786. "message",
  1787. "stream",
  1788. "uri"
  1789. ]
  1790. },
  1791. {
  1792. "name": "guzzlehttp/promises",
  1793. "version": "1.2.0",
  1794. "version_normalized": "1.2.0.0",
  1795. "source": {
  1796. "type": "git",
  1797. "url": "https://github.com/guzzle/promises.git",
  1798. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
  1799. },
  1800. "dist": {
  1801. "type": "zip",
  1802. "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
  1803. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
  1804. "shasum": ""
  1805. },
  1806. "require": {
  1807. "php": ">=5.5.0"
  1808. },
  1809. "require-dev": {
  1810. "phpunit/phpunit": "~4.0"
  1811. },
  1812. "time": "2016-05-18 16:56:05",
  1813. "type": "library",
  1814. "extra": {
  1815. "branch-alias": {
  1816. "dev-master": "1.0-dev"
  1817. }
  1818. },
  1819. "installation-source": "dist",
  1820. "autoload": {
  1821. "psr-4": {
  1822. "GuzzleHttp\\Promise\\": "src/"
  1823. },
  1824. "files": [
  1825. "src/functions_include.php"
  1826. ]
  1827. },
  1828. "notification-url": "https://packagist.org/downloads/",
  1829. "license": [
  1830. "MIT"
  1831. ],
  1832. "authors": [
  1833. {
  1834. "name": "Michael Dowling",
  1835. "email": "mtdowling@gmail.com",
  1836. "homepage": "https://github.com/mtdowling"
  1837. }
  1838. ],
  1839. "description": "Guzzle promises library",
  1840. "keywords": [
  1841. "promise"
  1842. ]
  1843. },
  1844. {
  1845. "name": "guzzlehttp/guzzle",
  1846. "version": "6.2.2",
  1847. "version_normalized": "6.2.2.0",
  1848. "source": {
  1849. "type": "git",
  1850. "url": "https://github.com/guzzle/guzzle.git",
  1851. "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60"
  1852. },
  1853. "dist": {
  1854. "type": "zip",
  1855. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  1856. "reference": "ebf29dee597f02f09f4d5bbecc68230ea9b08f60",
  1857. "shasum": ""
  1858. },
  1859. "require": {
  1860. "guzzlehttp/promises": "^1.0",
  1861. "guzzlehttp/psr7": "^1.3.1",
  1862. "php": ">=5.5"
  1863. },
  1864. "require-dev": {
  1865. "ext-curl": "*",
  1866. "phpunit/phpunit": "^4.0",
  1867. "psr/log": "^1.0"
  1868. },
  1869. "time": "2016-10-08 15:01:37",
  1870. "type": "library",
  1871. "extra": {
  1872. "branch-alias": {
  1873. "dev-master": "6.2-dev"
  1874. }
  1875. },
  1876. "installation-source": "dist",
  1877. "autoload": {
  1878. "files": [
  1879. "src/functions_include.php"
  1880. ],
  1881. "psr-4": {
  1882. "GuzzleHttp\\": "src/"
  1883. }
  1884. },
  1885. "notification-url": "https://packagist.org/downloads/",
  1886. "license": [
  1887. "MIT"
  1888. ],
  1889. "authors": [
  1890. {
  1891. "name": "Michael Dowling",
  1892. "email": "mtdowling@gmail.com",
  1893. "homepage": "https://github.com/mtdowling"
  1894. }
  1895. ],
  1896. "description": "Guzzle is a PHP HTTP client library",
  1897. "homepage": "http://guzzlephp.org/",
  1898. "keywords": [
  1899. "client",
  1900. "curl",
  1901. "framework",
  1902. "http",
  1903. "http client",
  1904. "rest",
  1905. "web service"
  1906. ]
  1907. },
  1908. {
  1909. "name": "alt-three/emoji",
  1910. "version": "v3.1.0",
  1911. "version_normalized": "3.1.0.0",
  1912. "source": {
  1913. "type": "git",
  1914. "url": "https://github.com/AltThree/Emoji.git",
  1915. "reference": "631119fb03162af8f42f7eda4c1f92c87611e36f"
  1916. },
  1917. "dist": {
  1918. "type": "zip",
  1919. "url": "https://api.github.com/repos/AltThree/Emoji/zipball/631119fb03162af8f42f7eda4c1f92c87611e36f",
  1920. "reference": "631119fb03162af8f42f7eda4c1f92c87611e36f",
  1921. "shasum": ""
  1922. },
  1923. "require": {
  1924. "guzzlehttp/guzzle": "^5.3|^6.0",
  1925. "illuminate/contracts": "5.1.*|5.2.*|5.3.*",
  1926. "illuminate/support": "5.1.*|5.2.*|5.3.*",
  1927. "league/commonmark": "^0.13",
  1928. "php": ">=5.5.9"
  1929. },
  1930. "require-dev": {
  1931. "graham-campbell/markdown": "^6.0",
  1932. "graham-campbell/testbench": "^3.1",
  1933. "phpunit/phpunit": "^4.8|^5.0"
  1934. },
  1935. "time": "2016-04-22 17:24:35",
  1936. "type": "library",
  1937. "extra": {
  1938. "branch-alias": {
  1939. "dev-master": "3.1-dev"
  1940. }
  1941. },
  1942. "installation-source": "dist",
  1943. "autoload": {
  1944. "psr-4": {
  1945. "AltThree\\Emoji\\": "src/"
  1946. }
  1947. },
  1948. "notification-url": "https://packagist.org/downloads/",
  1949. "license": [
  1950. "MIT"
  1951. ],
  1952. "authors": [
  1953. {
  1954. "name": "James Brooks",
  1955. "email": "james@alt-three.com"
  1956. },
  1957. {
  1958. "name": "Graham Campbell",
  1959. "email": "graham@alt-three.com"
  1960. },
  1961. {
  1962. "name": "Joseph Cohen",
  1963. "email": "joe@alt-three.com"
  1964. }
  1965. ],
  1966. "description": "An Emoji Parser For Laravel 5",
  1967. "keywords": [
  1968. "Alt Three",
  1969. "emoji",
  1970. "parser"
  1971. ]
  1972. },
  1973. {
  1974. "name": "maximebf/debugbar",
  1975. "version": "v1.13.0",
  1976. "version_normalized": "1.13.0.0",
  1977. "source": {
  1978. "type": "git",
  1979. "url": "https://github.com/maximebf/php-debugbar.git",
  1980. "reference": "5f49a5ed6cfde81d31d89378806670d77462526e"
  1981. },
  1982. "dist": {
  1983. "type": "zip",
  1984. "url": "https://api.github.com/repos/maximebf/php-debugbar/zipball/5f49a5ed6cfde81d31d89378806670d77462526e",
  1985. "reference": "5f49a5ed6cfde81d31d89378806670d77462526e",
  1986. "shasum": ""
  1987. },
  1988. "require": {
  1989. "php": ">=5.3.0",
  1990. "psr/log": "^1.0",
  1991. "symfony/var-dumper": "^2.6|^3.0"
  1992. },
  1993. "require-dev": {
  1994. "phpunit/phpunit": "^4.0|^5.0"
  1995. },
  1996. "suggest": {
  1997. "kriswallsmith/assetic": "The best way to manage assets",
  1998. "monolog/monolog": "Log using Monolog",
  1999. "predis/predis": "Redis storage"
  2000. },
  2001. "time": "2016-09-15 14:01:59",
  2002. "type": "library",
  2003. "extra": {
  2004. "branch-alias": {
  2005. "dev-master": "1.13-dev"
  2006. }
  2007. },
  2008. "installation-source": "dist",
  2009. "autoload": {
  2010. "psr-4": {
  2011. "DebugBar\\": "src/DebugBar/"
  2012. }
  2013. },
  2014. "notification-url": "https://packagist.org/downloads/",
  2015. "license": [
  2016. "MIT"
  2017. ],
  2018. "authors": [
  2019. {
  2020. "name": "Maxime Bouroumeau-Fuseau",
  2021. "email": "maxime.bouroumeau@gmail.com",
  2022. "homepage": "http://maximebf.com"
  2023. },
  2024. {
  2025. "name": "Barry vd. Heuvel",
  2026. "email": "barryvdh@gmail.com"
  2027. }
  2028. ],
  2029. "description": "Debug bar in the browser for php application",
  2030. "homepage": "https://github.com/maximebf/php-debugbar",
  2031. "keywords": [
  2032. "debug",
  2033. "debugbar"
  2034. ]
  2035. },
  2036. {
  2037. "name": "barryvdh/laravel-debugbar",
  2038. "version": "v2.3.0",
  2039. "version_normalized": "2.3.0.0",
  2040. "source": {
  2041. "type": "git",
  2042. "url": "https://github.com/barryvdh/laravel-debugbar.git",
  2043. "reference": "0c87981df959c7c1943abe227baf607c92f204f9"
  2044. },
  2045. "dist": {
  2046. "type": "zip",
  2047. "url": "https://api.github.com/repos/barryvdh/laravel-debugbar/zipball/0c87981df959c7c1943abe227baf607c92f204f9",
  2048. "reference": "0c87981df959c7c1943abe227baf607c92f204f9",
  2049. "shasum": ""
  2050. },
  2051. "require": {
  2052. "illuminate/support": "5.1.*|5.2.*|5.3.*",
  2053. "maximebf/debugbar": "~1.13.0",
  2054. "php": ">=5.5.9",
  2055. "symfony/finder": "~2.7|~3.0"
  2056. },
  2057. "time": "2016-09-15 14:05:56",
  2058. "type": "library",
  2059. "extra": {
  2060. "branch-alias": {
  2061. "dev-master": "2.3-dev"
  2062. }
  2063. },
  2064. "installation-source": "dist",
  2065. "autoload": {
  2066. "psr-4": {
  2067. "Barryvdh\\Debugbar\\": "src/"
  2068. },
  2069. "files": [
  2070. "src/helpers.php"
  2071. ]
  2072. },
  2073. "notification-url": "https://packagist.org/downloads/",
  2074. "license": [
  2075. "MIT"
  2076. ],
  2077. "authors": [
  2078. {
  2079. "name": "Barry vd. Heuvel",
  2080. "email": "barryvdh@gmail.com"
  2081. }
  2082. ],
  2083. "description": "PHP Debugbar integration for Laravel",
  2084. "keywords": [
  2085. "debug",
  2086. "debugbar",
  2087. "laravel",
  2088. "profiler",
  2089. "webprofiler"
  2090. ]
  2091. },
  2092. {
  2093. "name": "cmgmyr/messenger",
  2094. "version": "2.13.1",
  2095. "version_normalized": "2.13.1.0",
  2096. "source": {
  2097. "type": "git",
  2098. "url": "https://github.com/cmgmyr/laravel-messenger.git",
  2099. "reference": "ea45e22251ef2fb4400deeb9f5b1ba98f7340867"
  2100. },
  2101. "dist": {
  2102. "type": "zip",
  2103. "url": "https://api.github.com/repos/cmgmyr/laravel-messenger/zipball/ea45e22251ef2fb4400deeb9f5b1ba98f7340867",
  2104. "reference": "ea45e22251ef2fb4400deeb9f5b1ba98f7340867",
  2105. "shasum": ""
  2106. },
  2107. "require": {
  2108. "illuminate/config": "~5.0",
  2109. "illuminate/database": "~5.0",
  2110. "illuminate/support": "~5.0",
  2111. "nesbot/carbon": "~1.0",
  2112. "php": ">=5.4.0"
  2113. },
  2114. "require-dev": {
  2115. "adamwathan/faktory": "0.3.*",
  2116. "friendsofphp/php-cs-fixer": "^1.11",
  2117. "orchestra/testbench": "~3.0",
  2118. "phpunit/phpunit": "4.*",
  2119. "scrutinizer/ocular": "~1.1"
  2120. },
  2121. "time": "2016-10-08 12:28:04",
  2122. "type": "library",
  2123. "installation-source": "dist",
  2124. "autoload": {
  2125. "psr-0": {
  2126. "Cmgmyr\\Messenger\\": "src/"
  2127. }
  2128. },
  2129. "notification-url": "https://packagist.org/downloads/",
  2130. "license": [
  2131. "MIT"
  2132. ],
  2133. "authors": [
  2134. {
  2135. "name": "Chris Gmyr",
  2136. "email": "cmgmyr@gmail.com",
  2137. "homepage": "https://github.com/cmgmyr",
  2138. "role": "Developer"
  2139. }
  2140. ],
  2141. "description": "Simple user messaging tool for Laravel",
  2142. "keywords": [
  2143. "Messenger",
  2144. "laravel",
  2145. "messaging",
  2146. "user messaging"
  2147. ]
  2148. },
  2149. {
  2150. "name": "doctrine/lexer",
  2151. "version": "v1.0.1",
  2152. "version_normalized": "1.0.1.0",
  2153. "source": {
  2154. "type": "git",
  2155. "url": "https://github.com/doctrine/lexer.git",
  2156. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  2157. },
  2158. "dist": {
  2159. "type": "zip",
  2160. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  2161. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  2162. "shasum": ""
  2163. },
  2164. "require": {
  2165. "php": ">=5.3.2"
  2166. },
  2167. "time": "2014-09-09 13:34:57",
  2168. "type": "library",
  2169. "extra": {
  2170. "branch-alias": {
  2171. "dev-master": "1.0.x-dev"
  2172. }
  2173. },
  2174. "installation-source": "dist",
  2175. "autoload": {
  2176. "psr-0": {
  2177. "Doctrine\\Common\\Lexer\\": "lib/"
  2178. }
  2179. },
  2180. "notification-url": "https://packagist.org/downloads/",
  2181. "license": [
  2182. "MIT"
  2183. ],
  2184. "authors": [
  2185. {
  2186. "name": "Roman Borschel",
  2187. "email": "roman@code-factory.org"
  2188. },
  2189. {
  2190. "name": "Guilherme Blanco",
  2191. "email": "guilhermeblanco@gmail.com"
  2192. },
  2193. {
  2194. "name": "Johannes Schmitt",
  2195. "email": "schmittjoh@gmail.com"
  2196. }
  2197. ],
  2198. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  2199. "homepage": "http://www.doctrine-project.org",
  2200. "keywords": [
  2201. "lexer",
  2202. "parser"
  2203. ]
  2204. },
  2205. {
  2206. "name": "doctrine/collections",
  2207. "version": "v1.3.0",
  2208. "version_normalized": "1.3.0.0",
  2209. "source": {
  2210. "type": "git",
  2211. "url": "https://github.com/doctrine/collections.git",
  2212. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  2213. },
  2214. "dist": {
  2215. "type": "zip",
  2216. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  2217. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  2218. "shasum": ""
  2219. },
  2220. "require": {
  2221. "php": ">=5.3.2"
  2222. },
  2223. "require-dev": {
  2224. "phpunit/phpunit": "~4.0"
  2225. },
  2226. "time": "2015-04-14 22:21:58",
  2227. "type": "library",
  2228. "extra": {
  2229. "branch-alias": {
  2230. "dev-master": "1.2.x-dev"
  2231. }
  2232. },
  2233. "installation-source": "dist",
  2234. "autoload": {
  2235. "psr-0": {
  2236. "Doctrine\\Common\\Collections\\": "lib/"
  2237. }
  2238. },
  2239. "notification-url": "https://packagist.org/downloads/",
  2240. "license": [
  2241. "MIT"
  2242. ],
  2243. "authors": [
  2244. {
  2245. "name": "Roman Borschel",
  2246. "email": "roman@code-factory.org"
  2247. },
  2248. {
  2249. "name": "Benjamin Eberlei",
  2250. "email": "kontakt@beberlei.de"
  2251. },
  2252. {
  2253. "name": "Guilherme Blanco",
  2254. "email": "guilhermeblanco@gmail.com"
  2255. },
  2256. {
  2257. "name": "Jonathan Wage",
  2258. "email": "jonwage@gmail.com"
  2259. },
  2260. {
  2261. "name": "Johannes Schmitt",
  2262. "email": "schmittjoh@gmail.com"
  2263. }
  2264. ],
  2265. "description": "Collections Abstraction library",
  2266. "homepage": "http://www.doctrine-project.org",
  2267. "keywords": [
  2268. "array",
  2269. "collections",
  2270. "iterator"
  2271. ]
  2272. },
  2273. {
  2274. "name": "doctrine/common",
  2275. "version": "v2.6.1",
  2276. "version_normalized": "2.6.1.0",
  2277. "source": {
  2278. "type": "git",
  2279. "url": "https://github.com/doctrine/common.git",
  2280. "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
  2281. },
  2282. "dist": {
  2283. "type": "zip",
  2284. "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
  2285. "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
  2286. "shasum": ""
  2287. },
  2288. "require": {
  2289. "doctrine/annotations": "1.*",
  2290. "doctrine/cache": "1.*",
  2291. "doctrine/collections": "1.*",
  2292. "doctrine/inflector": "1.*",
  2293. "doctrine/lexer": "1.*",
  2294. "php": "~5.5|~7.0"
  2295. },
  2296. "require-dev": {
  2297. "phpunit/phpunit": "~4.8|~5.0"
  2298. },
  2299. "time": "2015-12-25 13:18:31",
  2300. "type": "library",
  2301. "extra": {
  2302. "branch-alias": {
  2303. "dev-master": "2.7.x-dev"
  2304. }
  2305. },
  2306. "installation-source": "dist",
  2307. "autoload": {
  2308. "psr-4": {
  2309. "Doctrine\\Common\\": "lib/Doctrine/Common"
  2310. }
  2311. },
  2312. "notification-url": "https://packagist.org/downloads/",
  2313. "license": [
  2314. "MIT"
  2315. ],
  2316. "authors": [
  2317. {
  2318. "name": "Roman Borschel",
  2319. "email": "roman@code-factory.org"
  2320. },
  2321. {
  2322. "name": "Benjamin Eberlei",
  2323. "email": "kontakt@beberlei.de"
  2324. },
  2325. {
  2326. "name": "Guilherme Blanco",
  2327. "email": "guilhermeblanco@gmail.com"
  2328. },
  2329. {
  2330. "name": "Jonathan Wage",
  2331. "email": "jonwage@gmail.com"
  2332. },
  2333. {
  2334. "name": "Johannes Schmitt",
  2335. "email": "schmittjoh@gmail.com"
  2336. }
  2337. ],
  2338. "description": "Common Library for Doctrine projects",
  2339. "homepage": "http://www.doctrine-project.org",
  2340. "keywords": [
  2341. "annotations",
  2342. "collections",
  2343. "eventmanager",
  2344. "persistence",
  2345. "spl"
  2346. ]
  2347. },
  2348. {
  2349. "name": "doctrine/dbal",
  2350. "version": "v2.5.5",
  2351. "version_normalized": "2.5.5.0",
  2352. "source": {
  2353. "type": "git",
  2354. "url": "https://github.com/doctrine/dbal.git",
  2355. "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9"
  2356. },
  2357. "dist": {
  2358. "type": "zip",
  2359. "url": "https://api.github.com/repos/doctrine/dbal/zipball/9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
  2360. "reference": "9f8c05cd5225a320d56d4bfdb4772f10d045a0c9",
  2361. "shasum": ""
  2362. },
  2363. "require": {
  2364. "doctrine/common": ">=2.4,<2.7-dev",
  2365. "php": ">=5.3.2"
  2366. },
  2367. "require-dev": {
  2368. "phpunit/phpunit": "4.*",
  2369. "symfony/console": "2.*||^3.0"
  2370. },
  2371. "suggest": {
  2372. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  2373. },
  2374. "time": "2016-09-09 19:13:33",
  2375. "bin": [
  2376. "bin/doctrine-dbal"
  2377. ],
  2378. "type": "library",
  2379. "extra": {
  2380. "branch-alias": {
  2381. "dev-master": "2.5.x-dev"
  2382. }
  2383. },
  2384. "installation-source": "dist",
  2385. "autoload": {
  2386. "psr-0": {
  2387. "Doctrine\\DBAL\\": "lib/"
  2388. }
  2389. },
  2390. "notification-url": "https://packagist.org/downloads/",
  2391. "license": [
  2392. "MIT"
  2393. ],
  2394. "authors": [
  2395. {
  2396. "name": "Roman Borschel",
  2397. "email": "roman@code-factory.org"
  2398. },
  2399. {
  2400. "name": "Benjamin Eberlei",
  2401. "email": "kontakt@beberlei.de"
  2402. },
  2403. {
  2404. "name": "Guilherme Blanco",
  2405. "email": "guilhermeblanco@gmail.com"
  2406. },
  2407. {
  2408. "name": "Jonathan Wage",
  2409. "email": "jonwage@gmail.com"
  2410. }
  2411. ],
  2412. "description": "Database Abstraction Layer",
  2413. "homepage": "http://www.doctrine-project.org",
  2414. "keywords": [
  2415. "database",
  2416. "dbal",
  2417. "persistence",
  2418. "queryobject"
  2419. ]
  2420. },
  2421. {
  2422. "name": "fenos/notifynder",
  2423. "version": "3.2.15",
  2424. "version_normalized": "3.2.15.0",
  2425. "source": {
  2426. "type": "git",
  2427. "url": "https://github.com/fenos/Notifynder.git",
  2428. "reference": "cfd79728fdba48e2d5ad175eed315f036a2e4f3b"
  2429. },
  2430. "dist": {
  2431. "type": "zip",
  2432. "url": "https://api.github.com/repos/fenos/Notifynder/zipball/cfd79728fdba48e2d5ad175eed315f036a2e4f3b",
  2433. "reference": "cfd79728fdba48e2d5ad175eed315f036a2e4f3b",
  2434. "shasum": ""
  2435. },
  2436. "require": {
  2437. "doctrine/dbal": "^2.5",
  2438. "illuminate/support": "~5.0",
  2439. "php": ">=5.5.0"
  2440. },
  2441. "require-dev": {
  2442. "codeclimate/php-test-reporter": "^0.3.2",
  2443. "laracasts/testdummy": "~2.0",
  2444. "laravel/framework": "~5.0",
  2445. "orchestra/testbench": "~3.0",
  2446. "phpspec/phpspec": "~2.1",
  2447. "phpunit/phpunit": "~4.0"
  2448. },
  2449. "time": "2016-08-25 11:54:37",
  2450. "type": "library",
  2451. "installation-source": "dist",
  2452. "autoload": {
  2453. "classmap": [],
  2454. "psr-4": {
  2455. "Fenos\\Notifynder\\": "src/Notifynder"
  2456. }
  2457. },
  2458. "notification-url": "https://packagist.org/downloads/",
  2459. "license": [
  2460. "MIT"
  2461. ],
  2462. "authors": [
  2463. {
  2464. "name": "Fabrizio Fenoglio",
  2465. "email": "fabri_feno@yahoo.it",
  2466. "role": "Developer"
  2467. }
  2468. ],
  2469. "description": "Management system of internal notifications for Laravel 5.*",
  2470. "keywords": [
  2471. "laravel",
  2472. "notifications"
  2473. ]
  2474. },
  2475. {
  2476. "name": "fzaninotto/faker",
  2477. "version": "v1.6.0",
  2478. "version_normalized": "1.6.0.0",
  2479. "source": {
  2480. "type": "git",
  2481. "url": "https://github.com/fzaninotto/Faker.git",
  2482. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  2483. },
  2484. "dist": {
  2485. "type": "zip",
  2486. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2487. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  2488. "shasum": ""
  2489. },
  2490. "require": {
  2491. "php": "^5.3.3|^7.0"
  2492. },
  2493. "require-dev": {
  2494. "ext-intl": "*",
  2495. "phpunit/phpunit": "~4.0",
  2496. "squizlabs/php_codesniffer": "~1.5"
  2497. },
  2498. "time": "2016-04-29 12:21:54",
  2499. "type": "library",
  2500. "extra": {
  2501. "branch-alias": []
  2502. },
  2503. "installation-source": "dist",
  2504. "autoload": {
  2505. "psr-4": {
  2506. "Faker\\": "src/Faker/"
  2507. }
  2508. },
  2509. "notification-url": "https://packagist.org/downloads/",
  2510. "license": [
  2511. "MIT"
  2512. ],
  2513. "authors": [
  2514. {
  2515. "name": "François Zaninotto"
  2516. }
  2517. ],
  2518. "description": "Faker is a PHP library that generates fake data for you.",
  2519. "keywords": [
  2520. "data",
  2521. "faker",
  2522. "fixtures"
  2523. ]
  2524. },
  2525. {
  2526. "name": "graham-campbell/markdown",
  2527. "version": "v6.1.0",
  2528. "version_normalized": "6.1.0.0",
  2529. "source": {
  2530. "type": "git",
  2531. "url": "https://github.com/GrahamCampbell/Laravel-Markdown.git",
  2532. "reference": "2208ec910d9880d6bca28d332ae7f3b7350355d1"
  2533. },
  2534. "dist": {
  2535. "type": "zip",
  2536. "url": "https://api.github.com/repos/GrahamCampbell/Laravel-Markdown/zipball/2208ec910d9880d6bca28d332ae7f3b7350355d1",
  2537. "reference": "2208ec910d9880d6bca28d332ae7f3b7350355d1",
  2538. "shasum": ""
  2539. },
  2540. "require": {
  2541. "illuminate/contracts": "5.1.*|5.2.*|5.3.*",
  2542. "illuminate/support": "5.1.*|5.2.*|5.3.*",
  2543. "illuminate/view": "5.1.*|5.2.*|5.3.*",
  2544. "league/commonmark": "^0.13",
  2545. "php": ">=5.5.9"
  2546. },
  2547. "require-dev": {
  2548. "graham-campbell/testbench": "^3.1",
  2549. "league/commonmark-extras": "^0.1",
  2550. "mockery/mockery": "^0.9.4",
  2551. "phpunit/phpunit": "^4.8|^5.0"
  2552. },
  2553. "time": "2016-04-26 14:28:21",
  2554. "type": "library",
  2555. "extra": {
  2556. "branch-alias": {
  2557. "dev-master": "6.1-dev"
  2558. }
  2559. },
  2560. "installation-source": "dist",
  2561. "autoload": {
  2562. "psr-4": {
  2563. "GrahamCampbell\\Markdown\\": "src/"
  2564. }
  2565. },
  2566. "notification-url": "https://packagist.org/downloads/",
  2567. "license": [
  2568. "MIT"
  2569. ],
  2570. "authors": [
  2571. {
  2572. "name": "Graham Campbell",
  2573. "email": "graham@alt-three.com"
  2574. }
  2575. ],
  2576. "description": "Markdown Is A CommonMark Wrapper For Laravel 5",
  2577. "keywords": [
  2578. "Graham Campbell",
  2579. "GrahamCampbell",
  2580. "Laravel Markdown",
  2581. "Laravel-Markdown",
  2582. "common mark",
  2583. "commonmark",
  2584. "framework",
  2585. "laravel",
  2586. "markdown"
  2587. ]
  2588. },
  2589. {
  2590. "name": "react/promise",
  2591. "version": "v2.4.1",
  2592. "version_normalized": "2.4.1.0",
  2593. "source": {
  2594. "type": "git",
  2595. "url": "https://github.com/reactphp/promise.git",
  2596. "reference": "8025426794f1944de806618671d4fa476dc7626f"
  2597. },
  2598. "dist": {
  2599. "type": "zip",
  2600. "url": "https://api.github.com/repos/reactphp/promise/zipball/8025426794f1944de806618671d4fa476dc7626f",
  2601. "reference": "8025426794f1944de806618671d4fa476dc7626f",
  2602. "shasum": ""
  2603. },
  2604. "require": {
  2605. "php": ">=5.4.0"
  2606. },
  2607. "time": "2016-05-03 17:50:52",
  2608. "type": "library",
  2609. "extra": {
  2610. "branch-alias": {
  2611. "dev-master": "2.0-dev"
  2612. }
  2613. },
  2614. "installation-source": "dist",
  2615. "autoload": {
  2616. "psr-4": {
  2617. "React\\Promise\\": "src/"
  2618. },
  2619. "files": [
  2620. "src/functions_include.php"
  2621. ]
  2622. },
  2623. "notification-url": "https://packagist.org/downloads/",
  2624. "license": [
  2625. "MIT"
  2626. ],
  2627. "authors": [
  2628. {
  2629. "name": "Jan Sorgalla",
  2630. "email": "jsorgalla@gmail.com"
  2631. }
  2632. ],
  2633. "description": "A lightweight implementation of CommonJS Promises/A for PHP"
  2634. },
  2635. {
  2636. "name": "guzzlehttp/streams",
  2637. "version": "3.0.0",
  2638. "version_normalized": "3.0.0.0",
  2639. "source": {
  2640. "type": "git",
  2641. "url": "https://github.com/guzzle/streams.git",
  2642. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5"
  2643. },
  2644. "dist": {
  2645. "type": "zip",
  2646. "url": "https://api.github.com/repos/guzzle/streams/zipball/47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  2647. "reference": "47aaa48e27dae43d39fc1cea0ccf0d84ac1a2ba5",
  2648. "shasum": ""
  2649. },
  2650. "require": {
  2651. "php": ">=5.4.0"
  2652. },
  2653. "require-dev": {
  2654. "phpunit/phpunit": "~4.0"
  2655. },
  2656. "time": "2014-10-12 19:18:40",
  2657. "type": "library",
  2658. "extra": {
  2659. "branch-alias": {
  2660. "dev-master": "3.0-dev"
  2661. }
  2662. },
  2663. "installation-source": "dist",
  2664. "autoload": {
  2665. "psr-4": {
  2666. "GuzzleHttp\\Stream\\": "src/"
  2667. }
  2668. },
  2669. "notification-url": "https://packagist.org/downloads/",
  2670. "license": [
  2671. "MIT"
  2672. ],
  2673. "authors": [
  2674. {
  2675. "name": "Michael Dowling",
  2676. "email": "mtdowling@gmail.com",
  2677. "homepage": "https://github.com/mtdowling"
  2678. }
  2679. ],
  2680. "description": "Provides a simple abstraction over streams of data",
  2681. "homepage": "http://guzzlephp.org/",
  2682. "keywords": [
  2683. "Guzzle",
  2684. "stream"
  2685. ]
  2686. },
  2687. {
  2688. "name": "guzzlehttp/ringphp",
  2689. "version": "1.1.0",
  2690. "version_normalized": "1.1.0.0",
  2691. "source": {
  2692. "type": "git",
  2693. "url": "https://github.com/guzzle/RingPHP.git",
  2694. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b"
  2695. },
  2696. "dist": {
  2697. "type": "zip",
  2698. "url": "https://api.github.com/repos/guzzle/RingPHP/zipball/dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  2699. "reference": "dbbb91d7f6c191e5e405e900e3102ac7f261bc0b",
  2700. "shasum": ""
  2701. },
  2702. "require": {
  2703. "guzzlehttp/streams": "~3.0",
  2704. "php": ">=5.4.0",
  2705. "react/promise": "~2.0"
  2706. },
  2707. "require-dev": {
  2708. "ext-curl": "*",
  2709. "phpunit/phpunit": "~4.0"
  2710. },
  2711. "suggest": {
  2712. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  2713. },
  2714. "time": "2015-05-20 03:37:09",
  2715. "type": "library",
  2716. "extra": {
  2717. "branch-alias": {
  2718. "dev-master": "1.1-dev"
  2719. }
  2720. },
  2721. "installation-source": "dist",
  2722. "autoload": {
  2723. "psr-4": {
  2724. "GuzzleHttp\\Ring\\": "src/"
  2725. }
  2726. },
  2727. "notification-url": "https://packagist.org/downloads/",
  2728. "license": [
  2729. "MIT"
  2730. ],
  2731. "authors": [
  2732. {
  2733. "name": "Michael Dowling",
  2734. "email": "mtdowling@gmail.com",
  2735. "homepage": "https://github.com/mtdowling"
  2736. }
  2737. ],
  2738. "description": "Provides a simple API and specification that abstracts away the details of HTTP into a single PHP function."
  2739. },
  2740. {
  2741. "name": "laravelcollective/html",
  2742. "version": "v5.2.4",
  2743. "version_normalized": "5.2.4.0",
  2744. "source": {
  2745. "type": "git",
  2746. "url": "https://github.com/LaravelCollective/html.git",
  2747. "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5"
  2748. },
  2749. "dist": {
  2750. "type": "zip",
  2751. "url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a312d39ffe37da0f57b602618b61fd07c1fcec5",
  2752. "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5",
  2753. "shasum": ""
  2754. },
  2755. "require": {
  2756. "illuminate/http": "5.2.*",
  2757. "illuminate/routing": "5.2.*",
  2758. "illuminate/session": "5.2.*",
  2759. "illuminate/support": "5.2.*",
  2760. "illuminate/view": "5.2.*",
  2761. "php": ">=5.5.9"
  2762. },
  2763. "require-dev": {
  2764. "illuminate/database": "5.2.*",
  2765. "mockery/mockery": "~0.9",
  2766. "phpunit/phpunit": "~4.0"
  2767. },
  2768. "time": "2016-01-27 22:29:54",
  2769. "type": "library",
  2770. "installation-source": "dist",
  2771. "autoload": {
  2772. "psr-4": {
  2773. "Collective\\Html\\": "src/"
  2774. },
  2775. "files": [
  2776. "src/helpers.php"
  2777. ]
  2778. },
  2779. "notification-url": "https://packagist.org/downloads/",
  2780. "license": [
  2781. "MIT"
  2782. ],
  2783. "authors": [
  2784. {
  2785. "name": "Taylor Otwell",
  2786. "email": "taylorotwell@gmail.com"
  2787. },
  2788. {
  2789. "name": "Adam Engebretson",
  2790. "email": "adam@laravelcollective.com"
  2791. }
  2792. ],
  2793. "description": "HTML and Form Builders for the Laravel Framework",
  2794. "homepage": "http://laravelcollective.com"
  2795. },
  2796. {
  2797. "name": "lukasreschke/id3parser",
  2798. "version": "v0.0.1",
  2799. "version_normalized": "0.0.1.0",
  2800. "source": {
  2801. "type": "git",
  2802. "url": "https://github.com/LukasReschke/ID3Parser.git",
  2803. "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a"
  2804. },
  2805. "dist": {
  2806. "type": "zip",
  2807. "url": "https://api.github.com/repos/LukasReschke/ID3Parser/zipball/cd3ba6e8918cc30883f01a3c24281cfe23b8877a",
  2808. "reference": "cd3ba6e8918cc30883f01a3c24281cfe23b8877a",
  2809. "shasum": ""
  2810. },
  2811. "require": {
  2812. "php": ">=5.4.0"
  2813. },
  2814. "time": "2016-04-04 09:34:50",
  2815. "type": "library",
  2816. "installation-source": "dist",
  2817. "autoload": {
  2818. "psr-4": {
  2819. "ID3Parser\\": "src/"
  2820. }
  2821. },
  2822. "notification-url": "https://packagist.org/downloads/",
  2823. "license": [
  2824. "GPL"
  2825. ],
  2826. "homepage": "https://github.com/LukasReschke/ID3Parser/",
  2827. "keywords": [
  2828. "codecs",
  2829. "php",
  2830. "tags"
  2831. ]
  2832. },
  2833. {
  2834. "name": "intervention/image",
  2835. "version": "2.3.8",
  2836. "version_normalized": "2.3.8.0",
  2837. "source": {
  2838. "type": "git",
  2839. "url": "https://github.com/Intervention/image.git",
  2840. "reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c"
  2841. },
  2842. "dist": {
  2843. "type": "zip",
  2844. "url": "https://api.github.com/repos/Intervention/image/zipball/4064a980324f6c3bfa2bd981dfb247afa705ec3c",
  2845. "reference": "4064a980324f6c3bfa2bd981dfb247afa705ec3c",
  2846. "shasum": ""
  2847. },
  2848. "require": {
  2849. "ext-fileinfo": "*",
  2850. "guzzlehttp/psr7": "~1.1",
  2851. "php": ">=5.4.0"
  2852. },
  2853. "require-dev": {
  2854. "mockery/mockery": "~0.9.2",
  2855. "phpunit/phpunit": "3.*"
  2856. },
  2857. "suggest": {
  2858. "ext-gd": "to use GD library based image processing.",
  2859. "ext-imagick": "to use Imagick based image processing.",
  2860. "intervention/imagecache": "Caching extension for the Intervention Image library"
  2861. },
  2862. "time": "2016-09-01 17:04:03",
  2863. "type": "library",
  2864. "extra": {
  2865. "branch-alias": {
  2866. "dev-master": "2.3-dev"
  2867. }
  2868. },
  2869. "installation-source": "dist",
  2870. "autoload": {
  2871. "psr-4": {
  2872. "Intervention\\Image\\": "src/Intervention/Image"
  2873. }
  2874. },
  2875. "notification-url": "https://packagist.org/downloads/",
  2876. "license": [
  2877. "MIT"
  2878. ],
  2879. "authors": [
  2880. {
  2881. "name": "Oliver Vogel",
  2882. "email": "oliver@olivervogel.net",
  2883. "homepage": "http://olivervogel.net/"
  2884. }
  2885. ],
  2886. "description": "Image handling and manipulation library with support for Laravel integration",
  2887. "homepage": "http://image.intervention.io/",
  2888. "keywords": [
  2889. "gd",
  2890. "image",
  2891. "imagick",
  2892. "laravel",
  2893. "thumbnail",
  2894. "watermark"
  2895. ]
  2896. },
  2897. {
  2898. "name": "mews/captcha",
  2899. "version": "v2.1.4",
  2900. "version_normalized": "2.1.4.0",
  2901. "source": {
  2902. "type": "git",
  2903. "url": "https://github.com/mewebstudio/captcha.git",
  2904. "reference": "ada76309e55fcbd3bb5604f4fd0dd357dec35823"
  2905. },
  2906. "dist": {
  2907. "type": "zip",
  2908. "url": "https://api.github.com/repos/mewebstudio/captcha/zipball/ada76309e55fcbd3bb5604f4fd0dd357dec35823",
  2909. "reference": "ada76309e55fcbd3bb5604f4fd0dd357dec35823",
  2910. "shasum": ""
  2911. },
  2912. "require": {
  2913. "ext-gd": "*",
  2914. "illuminate/config": "~5.0",
  2915. "illuminate/filesystem": "~5.0",
  2916. "illuminate/hashing": "~5.0",
  2917. "illuminate/support": "~5.0",
  2918. "intervention/image": "~2.2",
  2919. "php": ">=5.4"
  2920. },
  2921. "require-dev": {
  2922. "mockery/mockery": "0.9.*",
  2923. "phpunit/phpunit": "~4.1"
  2924. },
  2925. "time": "2016-07-19 09:01:51",
  2926. "type": "package",
  2927. "installation-source": "dist",
  2928. "autoload": {
  2929. "psr-4": {
  2930. "Mews\\Captcha\\": "src/"
  2931. },
  2932. "files": [
  2933. "src/helpers.php"
  2934. ]
  2935. },
  2936. "notification-url": "https://packagist.org/downloads/",
  2937. "license": [
  2938. "MIT"
  2939. ],
  2940. "authors": [
  2941. {
  2942. "name": "Muharrem ERİN",
  2943. "email": "me@mewebstudio.com",
  2944. "homepage": "https://github.com/mewebstudio",
  2945. "role": "Developer"
  2946. }
  2947. ],
  2948. "description": "Laravel 5 Captcha Package",
  2949. "homepage": "https://github.com/mewebstudio/captcha",
  2950. "keywords": [
  2951. "captcha",
  2952. "laravel5 Captcha",
  2953. "laravel5 Security"
  2954. ]
  2955. },
  2956. {
  2957. "name": "predis/predis",
  2958. "version": "v1.1.1",
  2959. "version_normalized": "1.1.1.0",
  2960. "source": {
  2961. "type": "git",
  2962. "url": "https://github.com/nrk/predis.git",
  2963. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1"
  2964. },
  2965. "dist": {
  2966. "type": "zip",
  2967. "url": "https://api.github.com/repos/nrk/predis/zipball/f0210e38881631afeafb56ab43405a92cafd9fd1",
  2968. "reference": "f0210e38881631afeafb56ab43405a92cafd9fd1",
  2969. "shasum": ""
  2970. },
  2971. "require": {
  2972. "php": ">=5.3.9"
  2973. },
  2974. "require-dev": {
  2975. "phpunit/phpunit": "~4.8"
  2976. },
  2977. "suggest": {
  2978. "ext-curl": "Allows access to Webdis when paired with phpiredis",
  2979. "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
  2980. },
  2981. "time": "2016-06-16 16:22:20",
  2982. "type": "library",
  2983. "installation-source": "dist",
  2984. "autoload": {
  2985. "psr-4": {
  2986. "Predis\\": "src/"
  2987. }
  2988. },
  2989. "notification-url": "https://packagist.org/downloads/",
  2990. "license": [
  2991. "MIT"
  2992. ],
  2993. "authors": [
  2994. {
  2995. "name": "Daniele Alessandri",
  2996. "email": "suppakilla@gmail.com",
  2997. "homepage": "http://clorophilla.net"
  2998. }
  2999. ],
  3000. "description": "Flexible and feature-complete Redis client for PHP and HHVM",
  3001. "homepage": "http://github.com/nrk/predis",
  3002. "keywords": [
  3003. "nosql",
  3004. "predis",
  3005. "redis"
  3006. ]
  3007. },
  3008. {
  3009. "name": "zordius/lightncandy",
  3010. "version": "v0.95",
  3011. "version_normalized": "0.95.0.0",
  3012. "source": {
  3013. "type": "git",
  3014. "url": "https://github.com/zordius/lightncandy.git",
  3015. "reference": "748cd17b2d496dbc7657b9390d918cf7dcd0101e"
  3016. },
  3017. "dist": {
  3018. "type": "zip",
  3019. "url": "https://api.github.com/repos/zordius/lightncandy/zipball/748cd17b2d496dbc7657b9390d918cf7dcd0101e",
  3020. "reference": "748cd17b2d496dbc7657b9390d918cf7dcd0101e",
  3021. "shasum": ""
  3022. },
  3023. "require": {
  3024. "php": ">=5.4.0"
  3025. },
  3026. "require-dev": {
  3027. "phpunit/phpunit": "4.0.17"
  3028. },
  3029. "time": "2016-08-23 07:07:34",
  3030. "type": "library",
  3031. "extra": {
  3032. "branch-alias": {
  3033. "dev-master": "v0.95-dev"
  3034. }
  3035. },
  3036. "installation-source": "dist",
  3037. "autoload": {
  3038. "psr-4": {
  3039. "LightnCandy\\": "src"
  3040. }
  3041. },
  3042. "notification-url": "https://packagist.org/downloads/",
  3043. "license": [
  3044. "MIT"
  3045. ],
  3046. "authors": [
  3047. {
  3048. "name": "Zordius Chen",
  3049. "email": "zordius@yahoo-inc.com"
  3050. }
  3051. ],
  3052. "description": "An extremely fast PHP implementation of handlebars ( http://handlebarsjs.com/ ) and mustache ( http://mustache.github.io/ ).",
  3053. "homepage": "https://github.com/zordius/lightncandy",
  3054. "keywords": [
  3055. "handlebars",
  3056. "logicless",
  3057. "mustache",
  3058. "php",
  3059. "template"
  3060. ]
  3061. },
  3062. {
  3063. "name": "proai/laravel-handlebars",
  3064. "version": "1.3.2",
  3065. "version_normalized": "1.3.2.0",
  3066. "source": {
  3067. "type": "git",
  3068. "url": "https://github.com/ProAI/laravel-handlebars.git",
  3069. "reference": "aeb02aff0a1335979b81cb0a4243f092d6ce41df"
  3070. },
  3071. "dist": {
  3072. "type": "zip",
  3073. "url": "https://api.github.com/repos/ProAI/laravel-handlebars/zipball/aeb02aff0a1335979b81cb0a4243f092d6ce41df",
  3074. "reference": "aeb02aff0a1335979b81cb0a4243f092d6ce41df",
  3075. "shasum": ""
  3076. },
  3077. "require": {
  3078. "illuminate/view": "5.*",
  3079. "php": ">=5.4.0",
  3080. "zordius/lightncandy": "0.95"
  3081. },
  3082. "require-dev": {
  3083. "orchestra/testbench": "~3.2"
  3084. },
  3085. "time": "2016-10-14 15:22:57",
  3086. "type": "library",
  3087. "extra": {
  3088. "branch-alias": {
  3089. "dev-master": "1.0-dev"
  3090. }
  3091. },
  3092. "installation-source": "dist",
  3093. "autoload": {
  3094. "psr-4": {
  3095. "ProAI\\Handlebars\\": "src/"
  3096. }
  3097. },
  3098. "notification-url": "https://packagist.org/downloads/",
  3099. "license": [
  3100. "MIT"
  3101. ],
  3102. "authors": [
  3103. {
  3104. "name": "Markus J. Wetzel",
  3105. "email": "markuswetzel@gmx.net"
  3106. },
  3107. {
  3108. "name": "Manuel Wieser",
  3109. "email": "office@manuelwieser.com"
  3110. }
  3111. ],
  3112. "description": "A Laravel 5 wrapper for LightnCandy for using the Handlebars (and Mustache) template engine.",
  3113. "homepage": "http://github.com/proai/laravel-handlebars",
  3114. "keywords": [
  3115. "handlebars",
  3116. "laravel",
  3117. "lightncandy",
  3118. "mustache",
  3119. "template engine"
  3120. ]
  3121. },
  3122. {
  3123. "name": "s9e/text-formatter",
  3124. "version": "0.5.4",
  3125. "version_normalized": "0.5.4.0",
  3126. "source": {
  3127. "type": "git",
  3128. "url": "https://github.com/s9e/TextFormatter.git",
  3129. "reference": "e9363a0d2d6ddef40200854207557c648d36d925"
  3130. },
  3131. "dist": {
  3132. "type": "zip",
  3133. "url": "https://api.github.com/repos/s9e/TextFormatter/zipball/e9363a0d2d6ddef40200854207557c648d36d925",
  3134. "reference": "e9363a0d2d6ddef40200854207557c648d36d925",
  3135. "shasum": ""
  3136. },
  3137. "require": {
  3138. "ext-dom": "*",
  3139. "ext-filter": "*",
  3140. "lib-pcre": ">=7.2",
  3141. "php": ">=5.3.3"
  3142. },
  3143. "suggest": {
  3144. "ext-curl": "Improves the performance of the MediaEmbed plugin and some JavaScript minifiers",
  3145. "ext-intl": "Allows international URLs to be accepted by the URL filter",
  3146. "ext-json": "Enables the generation of a JavaScript parser",
  3147. "ext-mbstring": "Improves the performance of the PHP renderer",
  3148. "ext-tokenizer": "Improves the performance of the PHP renderer",
  3149. "ext-xsl": "Enables the XSLT renderer",
  3150. "ext-zlib": "Enables gzip compression when scraping content via the MediaEmbed plugin"
  3151. },
  3152. "time": "2016-07-08 05:19:02",
  3153. "type": "library",
  3154. "installation-source": "dist",
  3155. "autoload": {
  3156. "psr-4": {
  3157. "s9e\\TextFormatter\\": "src"
  3158. }
  3159. },
  3160. "notification-url": "https://packagist.org/downloads/",
  3161. "license": [
  3162. "MIT"
  3163. ],
  3164. "description": "Multi-purpose text formatting and markup library. Plugins offer support for BBCodes, Markdown, emoticons, HTML, embedding media (YouTube, etc...), enhanced typography and more.",
  3165. "homepage": "https://github.com/s9e/TextFormatter/",
  3166. "keywords": [
  3167. "bbcode",
  3168. "bbcodes",
  3169. "blog",
  3170. "censor",
  3171. "embed",
  3172. "emoji",
  3173. "emoticons",
  3174. "engine",
  3175. "forum",
  3176. "html",
  3177. "markdown",
  3178. "markup",
  3179. "media",
  3180. "parser",
  3181. "shortcodes"
  3182. ]
  3183. },
  3184. {
  3185. "name": "shift31/laravel-elasticsearch",
  3186. "version": "2.0.3",
  3187. "version_normalized": "2.0.3.0",
  3188. "source": {
  3189. "type": "git",
  3190. "url": "https://github.com/shift31/laravel-elasticsearch.git",
  3191. "reference": "d3488ce48663db83bce4ae82ff6266d3e0255a0d"
  3192. },
  3193. "dist": {
  3194. "type": "zip",
  3195. "url": "https://api.github.com/repos/shift31/laravel-elasticsearch/zipball/d3488ce48663db83bce4ae82ff6266d3e0255a0d",
  3196. "reference": "d3488ce48663db83bce4ae82ff6266d3e0255a0d",
  3197. "shasum": ""
  3198. },
  3199. "require": {
  3200. "elasticsearch/elasticsearch": "~2.0",
  3201. "illuminate/support": "~4|~5",
  3202. "php": ">=5.4.0"
  3203. },
  3204. "require-dev": {
  3205. "laravel/framework": "^5.2"
  3206. },
  3207. "time": "2016-08-14 19:53:20",
  3208. "type": "library",
  3209. "installation-source": "dist",
  3210. "autoload": {
  3211. "classmap": [
  3212. "src/migrations"
  3213. ],
  3214. "psr-0": {
  3215. "Shift31\\LaravelElasticsearch": "src/"
  3216. }
  3217. },
  3218. "notification-url": "https://packagist.org/downloads/",
  3219. "authors": [
  3220. {
  3221. "name": "Shift 31 Consulting",
  3222. "email": "code@shift31.com"
  3223. }
  3224. ],
  3225. "description": "A Laravel Service Provider for the Elasticsearch API client"
  3226. },
  3227. {
  3228. "name": "hamcrest/hamcrest-php",
  3229. "version": "v1.2.2",
  3230. "version_normalized": "1.2.2.0",
  3231. "source": {
  3232. "type": "git",
  3233. "url": "https://github.com/hamcrest/hamcrest-php.git",
  3234. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  3235. },
  3236. "dist": {
  3237. "type": "zip",
  3238. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3239. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  3240. "shasum": ""
  3241. },
  3242. "require": {
  3243. "php": ">=5.3.2"
  3244. },
  3245. "replace": {
  3246. "cordoval/hamcrest-php": "*",
  3247. "davedevelopment/hamcrest-php": "*",
  3248. "kodova/hamcrest-php": "*"
  3249. },
  3250. "require-dev": {
  3251. "phpunit/php-file-iterator": "1.3.3",
  3252. "satooshi/php-coveralls": "dev-master"
  3253. },
  3254. "time": "2015-05-11 14:41:42",
  3255. "type": "library",
  3256. "installation-source": "dist",
  3257. "autoload": {
  3258. "classmap": [
  3259. "hamcrest"
  3260. ],
  3261. "files": [
  3262. "hamcrest/Hamcrest.php"
  3263. ]
  3264. },
  3265. "notification-url": "https://packagist.org/downloads/",
  3266. "license": [
  3267. "BSD"
  3268. ],
  3269. "description": "This is the PHP port of Hamcrest Matchers",
  3270. "keywords": [
  3271. "test"
  3272. ]
  3273. },
  3274. {
  3275. "name": "symfony/css-selector",
  3276. "version": "v3.0.9",
  3277. "version_normalized": "3.0.9.0",
  3278. "source": {
  3279. "type": "git",
  3280. "url": "https://github.com/symfony/css-selector.git",
  3281. "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
  3282. },
  3283. "dist": {
  3284. "type": "zip",
  3285. "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
  3286. "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
  3287. "shasum": ""
  3288. },
  3289. "require": {
  3290. "php": ">=5.5.9"
  3291. },
  3292. "time": "2016-06-29 05:40:00",
  3293. "type": "library",
  3294. "extra": {
  3295. "branch-alias": {
  3296. "dev-master": "3.0-dev"
  3297. }
  3298. },
  3299. "installation-source": "dist",
  3300. "autoload": {
  3301. "psr-4": {
  3302. "Symfony\\Component\\CssSelector\\": ""
  3303. },
  3304. "exclude-from-classmap": [
  3305. "/Tests/"
  3306. ]
  3307. },
  3308. "notification-url": "https://packagist.org/downloads/",
  3309. "license": [
  3310. "MIT"
  3311. ],
  3312. "authors": [
  3313. {
  3314. "name": "Jean-François Simon",
  3315. "email": "jeanfrancois.simon@sensiolabs.com"
  3316. },
  3317. {
  3318. "name": "Fabien Potencier",
  3319. "email": "fabien@symfony.com"
  3320. },
  3321. {
  3322. "name": "Symfony Community",
  3323. "homepage": "https://symfony.com/contributors"
  3324. }
  3325. ],
  3326. "description": "Symfony CssSelector Component",
  3327. "homepage": "https://symfony.com"
  3328. },
  3329. {
  3330. "name": "symfony/dom-crawler",
  3331. "version": "v3.0.9",
  3332. "version_normalized": "3.0.9.0",
  3333. "source": {
  3334. "type": "git",
  3335. "url": "https://github.com/symfony/dom-crawler.git",
  3336. "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970"
  3337. },
  3338. "dist": {
  3339. "type": "zip",
  3340. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
  3341. "reference": "dff8fecf1f56990d88058e3a1885c2a5f1b8e970",
  3342. "shasum": ""
  3343. },
  3344. "require": {
  3345. "php": ">=5.5.9",
  3346. "symfony/polyfill-mbstring": "~1.0"
  3347. },
  3348. "require-dev": {
  3349. "symfony/css-selector": "~2.8|~3.0"
  3350. },
  3351. "suggest": {
  3352. "symfony/css-selector": ""
  3353. },
  3354. "time": "2016-07-30 07:22:48",
  3355. "type": "library",
  3356. "extra": {
  3357. "branch-alias": {
  3358. "dev-master": "3.0-dev"
  3359. }
  3360. },
  3361. "installation-source": "dist",
  3362. "autoload": {
  3363. "psr-4": {
  3364. "Symfony\\Component\\DomCrawler\\": ""
  3365. },
  3366. "exclude-from-classmap": [
  3367. "/Tests/"
  3368. ]
  3369. },
  3370. "notification-url": "https://packagist.org/downloads/",
  3371. "license": [
  3372. "MIT"
  3373. ],
  3374. "authors": [
  3375. {
  3376. "name": "Fabien Potencier",
  3377. "email": "fabien@symfony.com"
  3378. },
  3379. {
  3380. "name": "Symfony Community",
  3381. "homepage": "https://symfony.com/contributors"
  3382. }
  3383. ],
  3384. "description": "Symfony DomCrawler Component",
  3385. "homepage": "https://symfony.com"
  3386. },
  3387. {
  3388. "name": "symfony/event-dispatcher",
  3389. "version": "v3.1.6",
  3390. "version_normalized": "3.1.6.0",
  3391. "source": {
  3392. "type": "git",
  3393. "url": "https://github.com/symfony/event-dispatcher.git",
  3394. "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc"
  3395. },
  3396. "dist": {
  3397. "type": "zip",
  3398. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
  3399. "reference": "28b0832b2553ffb80cabef6a7a812ff1e670c0bc",
  3400. "shasum": ""
  3401. },
  3402. "require": {
  3403. "php": ">=5.5.9"
  3404. },
  3405. "require-dev": {
  3406. "psr/log": "~1.0",
  3407. "symfony/config": "~2.8|~3.0",
  3408. "symfony/dependency-injection": "~2.8|~3.0",
  3409. "symfony/expression-language": "~2.8|~3.0",
  3410. "symfony/stopwatch": "~2.8|~3.0"
  3411. },
  3412. "suggest": {
  3413. "symfony/dependency-injection": "",
  3414. "symfony/http-kernel": ""
  3415. },
  3416. "time": "2016-10-13 06:28:43",
  3417. "type": "library",
  3418. "extra": {
  3419. "branch-alias": {
  3420. "dev-master": "3.1-dev"
  3421. }
  3422. },
  3423. "installation-source": "dist",
  3424. "autoload": {
  3425. "psr-4": {
  3426. "Symfony\\Component\\EventDispatcher\\": ""
  3427. },
  3428. "exclude-from-classmap": [
  3429. "/Tests/"
  3430. ]
  3431. },
  3432. "notification-url": "https://packagist.org/downloads/",
  3433. "license": [
  3434. "MIT"
  3435. ],
  3436. "authors": [
  3437. {
  3438. "name": "Fabien Potencier",
  3439. "email": "fabien@symfony.com"
  3440. },
  3441. {
  3442. "name": "Symfony Community",
  3443. "homepage": "https://symfony.com/contributors"
  3444. }
  3445. ],
  3446. "description": "Symfony EventDispatcher Component",
  3447. "homepage": "https://symfony.com"
  3448. },
  3449. {
  3450. "name": "wisembly/elephant.io",
  3451. "version": "v3.2.0",
  3452. "version_normalized": "3.2.0.0",
  3453. "source": {
  3454. "type": "git",
  3455. "url": "https://github.com/Wisembly/elephant.io.git",
  3456. "reference": "e08dfbf261b759e76ebe403aeed0e4a50b613c7e"
  3457. },
  3458. "dist": {
  3459. "type": "zip",
  3460. "url": "https://api.github.com/repos/Wisembly/elephant.io/zipball/e08dfbf261b759e76ebe403aeed0e4a50b613c7e",
  3461. "reference": "e08dfbf261b759e76ebe403aeed0e4a50b613c7e",
  3462. "shasum": ""
  3463. },
  3464. "require": {
  3465. "php": ">=5.4.0",
  3466. "psr/log": "~1.0"
  3467. },
  3468. "require-dev": {
  3469. "phpunit/phpunit": "~4.0"
  3470. },
  3471. "time": "2016-10-25 07:52:01",
  3472. "type": "library",
  3473. "installation-source": "dist",
  3474. "autoload": {
  3475. "psr-4": {
  3476. "ElephantIO\\": [
  3477. "src/",
  3478. "test/"
  3479. ]
  3480. }
  3481. },
  3482. "notification-url": "https://packagist.org/downloads/",
  3483. "license": [
  3484. "MIT"
  3485. ],
  3486. "authors": [
  3487. {
  3488. "name": "Baptiste Clavié",
  3489. "email": "baptiste@wisembly.com",
  3490. "homepage": "http://baptiste.xn--clavi-fsa.net/",
  3491. "role": "Maintainer"
  3492. },
  3493. {
  3494. "name": "Guillaume Potier",
  3495. "email": "guillaume@wisembly.com",
  3496. "role": "Maintainer"
  3497. },
  3498. {
  3499. "name": "Ludovic Barreca",
  3500. "email": "ludogp2@gmail.com",
  3501. "role": "Project Founder"
  3502. },
  3503. {
  3504. "name": "Elephant.IO Community",
  3505. "role": "Contributors :)"
  3506. }
  3507. ],
  3508. "description": "Send events to a websocket real time engine though PHP",
  3509. "homepage": "http://elephant.io",
  3510. "keywords": [
  3511. "dialog",
  3512. "nodejs",
  3513. "real time",
  3514. "websocket"
  3515. ]
  3516. },
  3517. {
  3518. "name": "jenssegers/agent",
  3519. "version": "v2.3.3",
  3520. "version_normalized": "2.3.3.0",
  3521. "source": {
  3522. "type": "git",
  3523. "url": "https://github.com/jenssegers/agent.git",
  3524. "reference": "3068d6372a4677af84014a53d5a212cfa74492c1"
  3525. },
  3526. "dist": {
  3527. "type": "zip",
  3528. "url": "https://api.github.com/repos/jenssegers/agent/zipball/3068d6372a4677af84014a53d5a212cfa74492c1",
  3529. "reference": "3068d6372a4677af84014a53d5a212cfa74492c1",
  3530. "shasum": ""
  3531. },
  3532. "require": {
  3533. "illuminate/support": "^4.0|^5.0",
  3534. "mobiledetect/mobiledetectlib": "^2.7.6",
  3535. "php": ">=5.3.0"
  3536. },
  3537. "require-dev": {
  3538. "phpunit/phpunit": "^4.0|^5.0",
  3539. "satooshi/php-coveralls": "^0.6"
  3540. },
  3541. "time": "2016-03-08 13:47:22",
  3542. "type": "library",
  3543. "extra": {
  3544. "branch-alias": {
  3545. "dev-master": "3.0-dev"
  3546. }
  3547. },
  3548. "installation-source": "dist",
  3549. "autoload": {
  3550. "psr-4": {
  3551. "Jenssegers\\Agent\\": "src/"
  3552. }
  3553. },
  3554. "notification-url": "https://packagist.org/downloads/",
  3555. "license": [
  3556. "MIT"
  3557. ],
  3558. "authors": [
  3559. {
  3560. "name": "Jens Segers",
  3561. "homepage": "https://jenssegers.com"
  3562. }
  3563. ],
  3564. "description": "A PHP desktop/mobile user agent parser with support for Laravel, based on Mobiledetect",
  3565. "homepage": "https://github.com/jenssegers/agent",
  3566. "keywords": [
  3567. "Agent",
  3568. "browser",
  3569. "laravel",
  3570. "mobile",
  3571. "platform",
  3572. "user agent",
  3573. "useragent"
  3574. ]
  3575. },
  3576. {
  3577. "name": "doctrine/cache",
  3578. "version": "v1.6.1",
  3579. "version_normalized": "1.6.1.0",
  3580. "source": {
  3581. "type": "git",
  3582. "url": "https://github.com/doctrine/cache.git",
  3583. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3"
  3584. },
  3585. "dist": {
  3586. "type": "zip",
  3587. "url": "https://api.github.com/repos/doctrine/cache/zipball/b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  3588. "reference": "b6f544a20f4807e81f7044d31e679ccbb1866dc3",
  3589. "shasum": ""
  3590. },
  3591. "require": {
  3592. "php": "~5.5|~7.0"
  3593. },
  3594. "conflict": {
  3595. "doctrine/common": ">2.2,<2.4"
  3596. },
  3597. "require-dev": {
  3598. "phpunit/phpunit": "~4.8|~5.0",
  3599. "predis/predis": "~1.0",
  3600. "satooshi/php-coveralls": "~0.6"
  3601. },
  3602. "time": "2016-10-29 11:16:17",
  3603. "type": "library",
  3604. "extra": {
  3605. "branch-alias": {
  3606. "dev-master": "1.6.x-dev"
  3607. }
  3608. },
  3609. "installation-source": "dist",
  3610. "autoload": {
  3611. "psr-4": {
  3612. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  3613. }
  3614. },
  3615. "notification-url": "https://packagist.org/downloads/",
  3616. "license": [
  3617. "MIT"
  3618. ],
  3619. "authors": [
  3620. {
  3621. "name": "Roman Borschel",
  3622. "email": "roman@code-factory.org"
  3623. },
  3624. {
  3625. "name": "Benjamin Eberlei",
  3626. "email": "kontakt@beberlei.de"
  3627. },
  3628. {
  3629. "name": "Guilherme Blanco",
  3630. "email": "guilhermeblanco@gmail.com"
  3631. },
  3632. {
  3633. "name": "Jonathan Wage",
  3634. "email": "jonwage@gmail.com"
  3635. },
  3636. {
  3637. "name": "Johannes Schmitt",
  3638. "email": "schmittjoh@gmail.com"
  3639. }
  3640. ],
  3641. "description": "Caching library offering an object-oriented API for many cache backends",
  3642. "homepage": "http://www.doctrine-project.org",
  3643. "keywords": [
  3644. "cache",
  3645. "caching"
  3646. ]
  3647. },
  3648. {
  3649. "name": "junaidnasir/larainvite",
  3650. "version": "v0.1.7",
  3651. "version_normalized": "0.1.7.0",
  3652. "source": {
  3653. "type": "git",
  3654. "url": "https://github.com/junaidnasir/larainvite.git",
  3655. "reference": "956942a4661b6b6078896d04650a1cf841814640"
  3656. },
  3657. "dist": {
  3658. "type": "zip",
  3659. "url": "https://api.github.com/repos/junaidnasir/larainvite/zipball/956942a4661b6b6078896d04650a1cf841814640",
  3660. "reference": "956942a4661b6b6078896d04650a1cf841814640",
  3661. "shasum": ""
  3662. },
  3663. "require": {
  3664. "illuminate/database": "^5.1",
  3665. "illuminate/events": "^5.1",
  3666. "illuminate/support": "^5.1",
  3667. "php": ">=5.5.9"
  3668. },
  3669. "require-dev": {
  3670. "phpunit/phpunit": "^5.2"
  3671. },
  3672. "time": "2016-04-11 11:33:46",
  3673. "type": "library",
  3674. "installation-source": "dist",
  3675. "autoload": {
  3676. "psr-4": {
  3677. "Junaidnasir\\Larainvite\\": "src"
  3678. }
  3679. },
  3680. "notification-url": "https://packagist.org/downloads/",
  3681. "license": [
  3682. "MIT"
  3683. ],
  3684. "authors": [
  3685. {
  3686. "name": "Junaid Nasir",
  3687. "email": "contact@junaidnasir.com"
  3688. }
  3689. ],
  3690. "description": "Laravel Invitation package, existing users can invite others by email",
  3691. "homepage": "https://github.com/junaidnasir/larainvite",
  3692. "keywords": [
  3693. "Invite",
  3694. "invitations",
  3695. "laravel"
  3696. ]
  3697. },
  3698. {
  3699. "name": "elasticsearch/elasticsearch",
  3700. "version": "v2.2.3",
  3701. "version_normalized": "2.2.3.0",
  3702. "source": {
  3703. "type": "git",
  3704. "url": "https://github.com/elastic/elasticsearch-php.git",
  3705. "reference": "588ede911141543f5b43e9f605931d5e6490a3d6"
  3706. },
  3707. "dist": {
  3708. "type": "zip",
  3709. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/588ede911141543f5b43e9f605931d5e6490a3d6",
  3710. "reference": "588ede911141543f5b43e9f605931d5e6490a3d6",
  3711. "shasum": ""
  3712. },
  3713. "require": {
  3714. "guzzlehttp/ringphp": "~1.0",
  3715. "php": ">=5.4",
  3716. "psr/log": "~1.0"
  3717. },
  3718. "require-dev": {
  3719. "cpliakas/git-wrapper": "~1.0",
  3720. "mockery/mockery": "0.9.4",
  3721. "phpunit/phpunit": "~4.7",
  3722. "sami/sami": "~3.2",
  3723. "symfony/yaml": "2.4.3 as 2.4.2",
  3724. "twig/twig": "1.*"
  3725. },
  3726. "suggest": {
  3727. "ext-curl": "*",
  3728. "monolog/monolog": "Allows for client-level logging and tracing"
  3729. },
  3730. "time": "2016-11-04 17:59:06",
  3731. "type": "library",
  3732. "installation-source": "dist",
  3733. "autoload": {
  3734. "psr-4": {
  3735. "Elasticsearch\\": "src/Elasticsearch/"
  3736. }
  3737. },
  3738. "notification-url": "https://packagist.org/downloads/",
  3739. "license": [
  3740. "Apache-2.0"
  3741. ],
  3742. "authors": [
  3743. {
  3744. "name": "Zachary Tong"
  3745. }
  3746. ],
  3747. "description": "PHP Client for Elasticsearch",
  3748. "keywords": [
  3749. "client",
  3750. "elasticsearch",
  3751. "search"
  3752. ]
  3753. },
  3754. {
  3755. "name": "doctrine/annotations",
  3756. "version": "v1.2.7",
  3757. "version_normalized": "1.2.7.0",
  3758. "source": {
  3759. "type": "git",
  3760. "url": "https://github.com/doctrine/annotations.git",
  3761. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  3762. },
  3763. "dist": {
  3764. "type": "zip",
  3765. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  3766. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  3767. "shasum": ""
  3768. },
  3769. "require": {
  3770. "doctrine/lexer": "1.*",
  3771. "php": ">=5.3.2"
  3772. },
  3773. "require-dev": {
  3774. "doctrine/cache": "1.*",
  3775. "phpunit/phpunit": "4.*"
  3776. },
  3777. "time": "2015-08-31 12:32:49",
  3778. "type": "library",
  3779. "extra": {
  3780. "branch-alias": {
  3781. "dev-master": "1.3.x-dev"
  3782. }
  3783. },
  3784. "installation-source": "dist",
  3785. "autoload": {
  3786. "psr-0": {
  3787. "Doctrine\\Common\\Annotations\\": "lib/"
  3788. }
  3789. },
  3790. "notification-url": "https://packagist.org/downloads/",
  3791. "license": [
  3792. "MIT"
  3793. ],
  3794. "authors": [
  3795. {
  3796. "name": "Roman Borschel",
  3797. "email": "roman@code-factory.org"
  3798. },
  3799. {
  3800. "name": "Benjamin Eberlei",
  3801. "email": "kontakt@beberlei.de"
  3802. },
  3803. {
  3804. "name": "Guilherme Blanco",
  3805. "email": "guilhermeblanco@gmail.com"
  3806. },
  3807. {
  3808. "name": "Jonathan Wage",
  3809. "email": "jonwage@gmail.com"
  3810. },
  3811. {
  3812. "name": "Johannes Schmitt",
  3813. "email": "schmittjoh@gmail.com"
  3814. }
  3815. ],
  3816. "description": "Docblock Annotations Parser",
  3817. "homepage": "http://www.doctrine-project.org",
  3818. "keywords": [
  3819. "annotations",
  3820. "docblock",
  3821. "parser"
  3822. ]
  3823. },
  3824. {
  3825. "name": "mtdowling/jmespath.php",
  3826. "version": "2.3.0",
  3827. "version_normalized": "2.3.0.0",
  3828. "source": {
  3829. "type": "git",
  3830. "url": "https://github.com/jmespath/jmespath.php.git",
  3831. "reference": "192f93e43c2c97acde7694993ab171b3de284093"
  3832. },
  3833. "dist": {
  3834. "type": "zip",
  3835. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/192f93e43c2c97acde7694993ab171b3de284093",
  3836. "reference": "192f93e43c2c97acde7694993ab171b3de284093",
  3837. "shasum": ""
  3838. },
  3839. "require": {
  3840. "php": ">=5.4.0"
  3841. },
  3842. "require-dev": {
  3843. "phpunit/phpunit": "~4.0"
  3844. },
  3845. "time": "2016-01-05 18:25:05",
  3846. "bin": [
  3847. "bin/jp.php"
  3848. ],
  3849. "type": "library",
  3850. "extra": {
  3851. "branch-alias": {
  3852. "dev-master": "2.0-dev"
  3853. }
  3854. },
  3855. "installation-source": "dist",
  3856. "autoload": {
  3857. "psr-4": {
  3858. "JmesPath\\": "src/"
  3859. },
  3860. "files": [
  3861. "src/JmesPath.php"
  3862. ]
  3863. },
  3864. "notification-url": "https://packagist.org/downloads/",
  3865. "license": [
  3866. "MIT"
  3867. ],
  3868. "authors": [
  3869. {
  3870. "name": "Michael Dowling",
  3871. "email": "mtdowling@gmail.com",
  3872. "homepage": "https://github.com/mtdowling"
  3873. }
  3874. ],
  3875. "description": "Declaratively specify how to extract elements from a JSON document",
  3876. "keywords": [
  3877. "json",
  3878. "jsonpath"
  3879. ]
  3880. },
  3881. {
  3882. "name": "aws/aws-sdk-php-laravel",
  3883. "version": "3.1.0",
  3884. "version_normalized": "3.1.0.0",
  3885. "source": {
  3886. "type": "git",
  3887. "url": "https://github.com/aws/aws-sdk-php-laravel.git",
  3888. "reference": "3b946892d493b91b4920ec4facc4a0ad7195fb86"
  3889. },
  3890. "dist": {
  3891. "type": "zip",
  3892. "url": "https://api.github.com/repos/aws/aws-sdk-php-laravel/zipball/3b946892d493b91b4920ec4facc4a0ad7195fb86",
  3893. "reference": "3b946892d493b91b4920ec4facc4a0ad7195fb86",
  3894. "shasum": ""
  3895. },
  3896. "require": {
  3897. "aws/aws-sdk-php": "~3.0",
  3898. "illuminate/support": "~5.1",
  3899. "php": ">=5.5.9"
  3900. },
  3901. "require-dev": {
  3902. "phpunit/phpunit": "~4.0|~5.0"
  3903. },
  3904. "suggest": {
  3905. "laravel/framework": "To test the Laravel bindings",
  3906. "laravel/lumen-framework": "To test the Lumen bindings"
  3907. },
  3908. "time": "2016-01-18 06:57:07",
  3909. "type": "library",
  3910. "installation-source": "dist",
  3911. "autoload": {
  3912. "psr-4": {
  3913. "Aws\\Laravel\\": "src/"
  3914. }
  3915. },
  3916. "notification-url": "https://packagist.org/downloads/",
  3917. "license": [
  3918. "Apache-2.0"
  3919. ],
  3920. "authors": [
  3921. {
  3922. "name": "Amazon Web Services",
  3923. "homepage": "http://aws.amazon.com"
  3924. }
  3925. ],
  3926. "description": "A simple Laravel 5 service provider for including the AWS SDK for PHP.",
  3927. "homepage": "http://aws.amazon.com/sdkforphp2",
  3928. "keywords": [
  3929. "amazon",
  3930. "aws",
  3931. "dynamodb",
  3932. "ec2",
  3933. "laravel",
  3934. "laravel 5",
  3935. "s3",
  3936. "sdk"
  3937. ]
  3938. },
  3939. {
  3940. "name": "mobiledetect/mobiledetectlib",
  3941. "version": "2.8.24",
  3942. "version_normalized": "2.8.24.0",
  3943. "source": {
  3944. "type": "git",
  3945. "url": "https://github.com/serbanghita/Mobile-Detect.git",
  3946. "reference": "cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3"
  3947. },
  3948. "dist": {
  3949. "type": "zip",
  3950. "url": "https://api.github.com/repos/serbanghita/Mobile-Detect/zipball/cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3",
  3951. "reference": "cdf8f8efaf993bc687e78e4622f5eebd0b8b3bf3",
  3952. "shasum": ""
  3953. },
  3954. "require": {
  3955. "php": ">=5.0.0"
  3956. },
  3957. "require-dev": {
  3958. "codeclimate/php-test-reporter": "dev-master",
  3959. "johnkary/phpunit-speedtrap": "~1.0@dev",
  3960. "phpunit/phpunit": "*"
  3961. },
  3962. "time": "2016-11-11 14:56:25",
  3963. "type": "library",
  3964. "installation-source": "dist",
  3965. "autoload": {
  3966. "classmap": [
  3967. "Mobile_Detect.php"
  3968. ],
  3969. "psr-0": {
  3970. "Detection": "namespaced/"
  3971. }
  3972. },
  3973. "notification-url": "https://packagist.org/downloads/",
  3974. "license": [
  3975. "MIT"
  3976. ],
  3977. "authors": [
  3978. {
  3979. "name": "Serban Ghita",
  3980. "email": "serbanghita@gmail.com",
  3981. "homepage": "http://mobiledetect.net",
  3982. "role": "Developer"
  3983. }
  3984. ],
  3985. "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.",
  3986. "homepage": "https://github.com/serbanghita/Mobile-Detect",
  3987. "keywords": [
  3988. "detect mobile devices",
  3989. "mobile",
  3990. "mobile detect",
  3991. "mobile detector",
  3992. "php mobile detect"
  3993. ]
  3994. },
  3995. {
  3996. "name": "torann/geoip",
  3997. "version": "1.0.2",
  3998. "version_normalized": "1.0.2.0",
  3999. "source": {
  4000. "type": "git",
  4001. "url": "https://github.com/Torann/laravel-geoip.git",
  4002. "reference": "ae77f4ad99926fa35c89378f00a6a7295a7246ea"
  4003. },
  4004. "dist": {
  4005. "type": "zip",
  4006. "url": "https://api.github.com/repos/Torann/laravel-geoip/zipball/ae77f4ad99926fa35c89378f00a6a7295a7246ea",
  4007. "reference": "ae77f4ad99926fa35c89378f00a6a7295a7246ea",
  4008. "shasum": ""
  4009. },
  4010. "require": {
  4011. "illuminate/console": "~5.0",
  4012. "illuminate/support": "~5.0",
  4013. "php": ">=5.5.9"
  4014. },
  4015. "require-dev": {
  4016. "geoip2/geoip2": "~2.1",
  4017. "mockery/mockery": "^0.9.4",
  4018. "phpunit/phpunit": "^4.8"
  4019. },
  4020. "suggest": {
  4021. "geoip2/geoip2": "Required to use the MaxMind database or web service with GeoIP (~2.1).",
  4022. "monolog/monolog": "Allows for storing location not found errors to the log"
  4023. },
  4024. "time": "2016-10-17 17:29:40",
  4025. "type": "library",
  4026. "extra": {
  4027. "branch-alias": {
  4028. "dev-master": "1.0-dev"
  4029. }
  4030. },
  4031. "installation-source": "dist",
  4032. "autoload": {
  4033. "files": [
  4034. "src/helpers.php"
  4035. ],
  4036. "psr-4": {
  4037. "Torann\\GeoIP\\": "src/"
  4038. }
  4039. },
  4040. "notification-url": "https://packagist.org/downloads/",
  4041. "license": [
  4042. "BSD 2-Clause"
  4043. ],
  4044. "authors": [
  4045. {
  4046. "name": "Daniel Stainback",
  4047. "email": "torann@gmail.com"
  4048. }
  4049. ],
  4050. "description": "Support for multiple GeoIP services.",
  4051. "keywords": [
  4052. "IP API",
  4053. "geoip",
  4054. "geolocation",
  4055. "infoDB",
  4056. "laravel",
  4057. "laravel 5",
  4058. "location",
  4059. "maxmind"
  4060. ]
  4061. },
  4062. {
  4063. "name": "composer/ca-bundle",
  4064. "version": "1.0.6",
  4065. "version_normalized": "1.0.6.0",
  4066. "source": {
  4067. "type": "git",
  4068. "url": "https://github.com/composer/ca-bundle.git",
  4069. "reference": "a795611394b3c05164fd0eb291b492b39339cba4"
  4070. },
  4071. "dist": {
  4072. "type": "zip",
  4073. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/a795611394b3c05164fd0eb291b492b39339cba4",
  4074. "reference": "a795611394b3c05164fd0eb291b492b39339cba4",
  4075. "shasum": ""
  4076. },
  4077. "require": {
  4078. "ext-openssl": "*",
  4079. "ext-pcre": "*",
  4080. "php": "^5.3.2 || ^7.0"
  4081. },
  4082. "require-dev": {
  4083. "psr/log": "^1.0",
  4084. "symfony/process": "^2.5 || ^3.0"
  4085. },
  4086. "suggest": {
  4087. "symfony/process": "This is necessary to reliably check whether openssl_x509_parse is vulnerable on older php versions, but can be ignored on PHP 5.5.6+"
  4088. },
  4089. "time": "2016-11-02 18:11:27",
  4090. "type": "library",
  4091. "extra": {
  4092. "branch-alias": {
  4093. "dev-master": "1.x-dev"
  4094. }
  4095. },
  4096. "installation-source": "dist",
  4097. "autoload": {
  4098. "psr-4": {
  4099. "Composer\\CaBundle\\": "src"
  4100. }
  4101. },
  4102. "notification-url": "https://packagist.org/downloads/",
  4103. "license": [
  4104. "MIT"
  4105. ],
  4106. "authors": [
  4107. {
  4108. "name": "Jordi Boggiano",
  4109. "email": "j.boggiano@seld.be",
  4110. "homepage": "http://seld.be"
  4111. }
  4112. ],
  4113. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  4114. "keywords": [
  4115. "cabundle",
  4116. "cacert",
  4117. "certificate",
  4118. "ssl",
  4119. "tls"
  4120. ]
  4121. },
  4122. {
  4123. "name": "maxmind/web-service-common",
  4124. "version": "v0.3.1",
  4125. "version_normalized": "0.3.1.0",
  4126. "source": {
  4127. "type": "git",
  4128. "url": "https://github.com/maxmind/web-service-common-php.git",
  4129. "reference": "1fe780bcd6a9038b7e36b13fa0aeeeeca4cdb0a4"
  4130. },
  4131. "dist": {
  4132. "type": "zip",
  4133. "url": "https://api.github.com/repos/maxmind/web-service-common-php/zipball/1fe780bcd6a9038b7e36b13fa0aeeeeca4cdb0a4",
  4134. "reference": "1fe780bcd6a9038b7e36b13fa0aeeeeca4cdb0a4",
  4135. "shasum": ""
  4136. },
  4137. "require": {
  4138. "composer/ca-bundle": "^1.0.3",
  4139. "ext-curl": "*",
  4140. "ext-json": "*",
  4141. "php": ">=5.3"
  4142. },
  4143. "require-dev": {
  4144. "phpunit/phpunit": "4.*",
  4145. "squizlabs/php_codesniffer": "2.*"
  4146. },
  4147. "time": "2016-08-18 16:36:52",
  4148. "type": "library",
  4149. "installation-source": "dist",
  4150. "autoload": {
  4151. "psr-4": {
  4152. "MaxMind\\": "src"
  4153. }
  4154. },
  4155. "notification-url": "https://packagist.org/downloads/",
  4156. "license": [
  4157. "Apache-2.0"
  4158. ],
  4159. "authors": [
  4160. {
  4161. "name": "Gregory Oschwald",
  4162. "email": "goschwald@maxmind.com"
  4163. }
  4164. ],
  4165. "description": "Internal MaxMind Web Service API",
  4166. "homepage": "https://github.com/maxmind/mm-web-service-api-php"
  4167. },
  4168. {
  4169. "name": "maxmind-db/reader",
  4170. "version": "v1.1.1",
  4171. "version_normalized": "1.1.1.0",
  4172. "source": {
  4173. "type": "git",
  4174. "url": "https://github.com/maxmind/MaxMind-DB-Reader-php.git",
  4175. "reference": "8da3b4fcd439779d4b16bba0a4ba98365f78d788"
  4176. },
  4177. "dist": {
  4178. "type": "zip",
  4179. "url": "https://api.github.com/repos/maxmind/MaxMind-DB-Reader-php/zipball/8da3b4fcd439779d4b16bba0a4ba98365f78d788",
  4180. "reference": "8da3b4fcd439779d4b16bba0a4ba98365f78d788",
  4181. "shasum": ""
  4182. },
  4183. "require": {
  4184. "php": ">=5.3.1"
  4185. },
  4186. "require-dev": {
  4187. "phpunit/phpunit": "4.2.*",
  4188. "satooshi/php-coveralls": "1.0.*",
  4189. "squizlabs/php_codesniffer": "2.*"
  4190. },
  4191. "time": "2016-09-15 21:26:50",
  4192. "type": "library",
  4193. "installation-source": "dist",
  4194. "autoload": {
  4195. "psr-0": {
  4196. "MaxMind": "src/"
  4197. }
  4198. },
  4199. "notification-url": "https://packagist.org/downloads/",
  4200. "license": [
  4201. "Apache-2.0"
  4202. ],
  4203. "authors": [
  4204. {
  4205. "name": "Gregory J. Oschwald",
  4206. "email": "goschwald@maxmind.com",
  4207. "homepage": "http://www.maxmind.com/"
  4208. }
  4209. ],
  4210. "description": "MaxMind DB Reader API",
  4211. "homepage": "https://github.com/maxmind/MaxMind-DB-Reader-php",
  4212. "keywords": [
  4213. "database",
  4214. "geoip",
  4215. "geoip2",
  4216. "geolocation",
  4217. "maxmind"
  4218. ]
  4219. },
  4220. {
  4221. "name": "geoip2/geoip2",
  4222. "version": "v2.4.4",
  4223. "version_normalized": "2.4.4.0",
  4224. "source": {
  4225. "type": "git",
  4226. "url": "https://github.com/maxmind/GeoIP2-php.git",
  4227. "reference": "57e0384a83d0935db4c4cdb3f411aa131481ae80"
  4228. },
  4229. "dist": {
  4230. "type": "zip",
  4231. "url": "https://api.github.com/repos/maxmind/GeoIP2-php/zipball/57e0384a83d0935db4c4cdb3f411aa131481ae80",
  4232. "reference": "57e0384a83d0935db4c4cdb3f411aa131481ae80",
  4233. "shasum": ""
  4234. },
  4235. "require": {
  4236. "maxmind-db/reader": "~1.0",
  4237. "maxmind/web-service-common": "~0.3",
  4238. "php": ">=5.3.1"
  4239. },
  4240. "require-dev": {
  4241. "phpunit/phpunit": "4.2.*",
  4242. "squizlabs/php_codesniffer": "2.*"
  4243. },
  4244. "time": "2016-10-11 21:58:42",
  4245. "type": "library",
  4246. "installation-source": "dist",
  4247. "autoload": {
  4248. "psr-4": {
  4249. "GeoIp2\\": "src"
  4250. }
  4251. },
  4252. "notification-url": "https://packagist.org/downloads/",
  4253. "license": [
  4254. "Apache-2.0"
  4255. ],
  4256. "authors": [
  4257. {
  4258. "name": "Gregory J. Oschwald",
  4259. "email": "goschwald@maxmind.com",
  4260. "homepage": "http://www.maxmind.com/"
  4261. }
  4262. ],
  4263. "description": "MaxMind GeoIP2 PHP API",
  4264. "homepage": "https://github.com/maxmind/GeoIP2-php",
  4265. "keywords": [
  4266. "IP",
  4267. "geoip",
  4268. "geoip2",
  4269. "geolocation",
  4270. "maxmind"
  4271. ]
  4272. },
  4273. {
  4274. "name": "symfony/polyfill-util",
  4275. "version": "v1.3.0",
  4276. "version_normalized": "1.3.0.0",
  4277. "source": {
  4278. "type": "git",
  4279. "url": "https://github.com/symfony/polyfill-util.git",
  4280. "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb"
  4281. },
  4282. "dist": {
  4283. "type": "zip",
  4284. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/746bce0fca664ac0a575e465f65c6643faddf7fb",
  4285. "reference": "746bce0fca664ac0a575e465f65c6643faddf7fb",
  4286. "shasum": ""
  4287. },
  4288. "require": {
  4289. "php": ">=5.3.3"
  4290. },
  4291. "time": "2016-11-14 01:06:16",
  4292. "type": "library",
  4293. "extra": {
  4294. "branch-alias": {
  4295. "dev-master": "1.3-dev"
  4296. }
  4297. },
  4298. "installation-source": "dist",
  4299. "autoload": {
  4300. "psr-4": {
  4301. "Symfony\\Polyfill\\Util\\": ""
  4302. }
  4303. },
  4304. "notification-url": "https://packagist.org/downloads/",
  4305. "license": [
  4306. "MIT"
  4307. ],
  4308. "authors": [
  4309. {
  4310. "name": "Nicolas Grekas",
  4311. "email": "p@tchwork.com"
  4312. },
  4313. {
  4314. "name": "Symfony Community",
  4315. "homepage": "https://symfony.com/contributors"
  4316. }
  4317. ],
  4318. "description": "Symfony utilities for portability of PHP codes",
  4319. "homepage": "https://symfony.com",
  4320. "keywords": [
  4321. "compat",
  4322. "compatibility",
  4323. "polyfill",
  4324. "shim"
  4325. ]
  4326. },
  4327. {
  4328. "name": "symfony/polyfill-php56",
  4329. "version": "v1.3.0",
  4330. "version_normalized": "1.3.0.0",
  4331. "source": {
  4332. "type": "git",
  4333. "url": "https://github.com/symfony/polyfill-php56.git",
  4334. "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c"
  4335. },
  4336. "dist": {
  4337. "type": "zip",
  4338. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/1dd42b9b89556f18092f3d1ada22cb05ac85383c",
  4339. "reference": "1dd42b9b89556f18092f3d1ada22cb05ac85383c",
  4340. "shasum": ""
  4341. },
  4342. "require": {
  4343. "php": ">=5.3.3",
  4344. "symfony/polyfill-util": "~1.0"
  4345. },
  4346. "time": "2016-11-14 01:06:16",
  4347. "type": "library",
  4348. "extra": {
  4349. "branch-alias": {
  4350. "dev-master": "1.3-dev"
  4351. }
  4352. },
  4353. "installation-source": "dist",
  4354. "autoload": {
  4355. "psr-4": {
  4356. "Symfony\\Polyfill\\Php56\\": ""
  4357. },
  4358. "files": [
  4359. "bootstrap.php"
  4360. ]
  4361. },
  4362. "notification-url": "https://packagist.org/downloads/",
  4363. "license": [
  4364. "MIT"
  4365. ],
  4366. "authors": [
  4367. {
  4368. "name": "Nicolas Grekas",
  4369. "email": "p@tchwork.com"
  4370. },
  4371. {
  4372. "name": "Symfony Community",
  4373. "homepage": "https://symfony.com/contributors"
  4374. }
  4375. ],
  4376. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  4377. "homepage": "https://symfony.com",
  4378. "keywords": [
  4379. "compatibility",
  4380. "polyfill",
  4381. "portable",
  4382. "shim"
  4383. ]
  4384. },
  4385. {
  4386. "name": "symfony/polyfill-mbstring",
  4387. "version": "v1.3.0",
  4388. "version_normalized": "1.3.0.0",
  4389. "source": {
  4390. "type": "git",
  4391. "url": "https://github.com/symfony/polyfill-mbstring.git",
  4392. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4"
  4393. },
  4394. "dist": {
  4395. "type": "zip",
  4396. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/e79d363049d1c2128f133a2667e4f4190904f7f4",
  4397. "reference": "e79d363049d1c2128f133a2667e4f4190904f7f4",
  4398. "shasum": ""
  4399. },
  4400. "require": {
  4401. "php": ">=5.3.3"
  4402. },
  4403. "suggest": {
  4404. "ext-mbstring": "For best performance"
  4405. },
  4406. "time": "2016-11-14 01:06:16",
  4407. "type": "library",
  4408. "extra": {
  4409. "branch-alias": {
  4410. "dev-master": "1.3-dev"
  4411. }
  4412. },
  4413. "installation-source": "dist",
  4414. "autoload": {
  4415. "psr-4": {
  4416. "Symfony\\Polyfill\\Mbstring\\": ""
  4417. },
  4418. "files": [
  4419. "bootstrap.php"
  4420. ]
  4421. },
  4422. "notification-url": "https://packagist.org/downloads/",
  4423. "license": [
  4424. "MIT"
  4425. ],
  4426. "authors": [
  4427. {
  4428. "name": "Nicolas Grekas",
  4429. "email": "p@tchwork.com"
  4430. },
  4431. {
  4432. "name": "Symfony Community",
  4433. "homepage": "https://symfony.com/contributors"
  4434. }
  4435. ],
  4436. "description": "Symfony polyfill for the Mbstring extension",
  4437. "homepage": "https://symfony.com",
  4438. "keywords": [
  4439. "compatibility",
  4440. "mbstring",
  4441. "polyfill",
  4442. "portable",
  4443. "shim"
  4444. ]
  4445. },
  4446. {
  4447. "name": "aws/aws-sdk-php",
  4448. "version": "3.19.26",
  4449. "version_normalized": "3.19.26.0",
  4450. "source": {
  4451. "type": "git",
  4452. "url": "https://github.com/aws/aws-sdk-php.git",
  4453. "reference": "b7daaf43bad94416cb8a2a9700ac5ff484a779e5"
  4454. },
  4455. "dist": {
  4456. "type": "zip",
  4457. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/b7daaf43bad94416cb8a2a9700ac5ff484a779e5",
  4458. "reference": "b7daaf43bad94416cb8a2a9700ac5ff484a779e5",
  4459. "shasum": ""
  4460. },
  4461. "require": {
  4462. "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
  4463. "guzzlehttp/promises": "~1.0",
  4464. "guzzlehttp/psr7": "~1.3.1",
  4465. "mtdowling/jmespath.php": "~2.2",
  4466. "php": ">=5.5"
  4467. },
  4468. "require-dev": {
  4469. "andrewsville/php-token-reflection": "^1.4",
  4470. "aws/aws-php-sns-message-validator": "~1.0",
  4471. "behat/behat": "~3.0",
  4472. "doctrine/cache": "~1.4",
  4473. "ext-dom": "*",
  4474. "ext-json": "*",
  4475. "ext-openssl": "*",
  4476. "ext-pcre": "*",
  4477. "ext-simplexml": "*",
  4478. "ext-spl": "*",
  4479. "nette/neon": "^2.3",
  4480. "phpunit/phpunit": "~4.0|~5.0",
  4481. "psr/cache": "^1.0"
  4482. },
  4483. "suggest": {
  4484. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  4485. "doctrine/cache": "To use the DoctrineCacheAdapter",
  4486. "ext-curl": "To send requests using cURL",
  4487. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
  4488. },
  4489. "time": "2016-11-15 22:26:28",
  4490. "type": "library",
  4491. "extra": {
  4492. "branch-alias": {
  4493. "dev-master": "3.0-dev"
  4494. }
  4495. },
  4496. "installation-source": "dist",
  4497. "autoload": {
  4498. "psr-4": {
  4499. "Aws\\": "src/"
  4500. },
  4501. "files": [
  4502. "src/functions.php"
  4503. ]
  4504. },
  4505. "notification-url": "https://packagist.org/downloads/",
  4506. "license": [
  4507. "Apache-2.0"
  4508. ],
  4509. "authors": [
  4510. {
  4511. "name": "Amazon Web Services",
  4512. "homepage": "http://aws.amazon.com"
  4513. }
  4514. ],
  4515. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  4516. "homepage": "http://aws.amazon.com/sdkforphp",
  4517. "keywords": [
  4518. "amazon",
  4519. "aws",
  4520. "cloud",
  4521. "dynamodb",
  4522. "ec2",
  4523. "glacier",
  4524. "s3",
  4525. "sdk"
  4526. ]
  4527. },
  4528. {
  4529. "name": "igorw/get-in",
  4530. "version": "v1.0.3",
  4531. "version_normalized": "1.0.3.0",
  4532. "source": {
  4533. "type": "git",
  4534. "url": "https://github.com/igorw/get-in.git",
  4535. "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111"
  4536. },
  4537. "dist": {
  4538. "type": "zip",
  4539. "url": "https://api.github.com/repos/igorw/get-in/zipball/170ded831f49abc6a6061f655aba9bdbcf7b8111",
  4540. "reference": "170ded831f49abc6a6061f655aba9bdbcf7b8111",
  4541. "shasum": ""
  4542. },
  4543. "require": {
  4544. "php": ">=5.4"
  4545. },
  4546. "time": "2014-12-15 23:03:51",
  4547. "type": "library",
  4548. "extra": {
  4549. "branch-alias": {
  4550. "dev-master": "1.0-dev"
  4551. }
  4552. },
  4553. "installation-source": "dist",
  4554. "autoload": {
  4555. "files": [
  4556. "src/get_in.php"
  4557. ]
  4558. },
  4559. "notification-url": "https://packagist.org/downloads/",
  4560. "license": [
  4561. "MIT"
  4562. ],
  4563. "authors": [
  4564. {
  4565. "name": "Igor Wiedler",
  4566. "email": "igor@wiedler.ch"
  4567. }
  4568. ],
  4569. "description": "Functions for for hash map (assoc array) traversal.",
  4570. "keywords": [
  4571. "assoc-array",
  4572. "hash-map"
  4573. ]
  4574. },
  4575. {
  4576. "name": "zendframework/zend-diactoros",
  4577. "version": "1.3.7",
  4578. "version_normalized": "1.3.7.0",
  4579. "source": {
  4580. "type": "git",
  4581. "url": "https://github.com/zendframework/zend-diactoros.git",
  4582. "reference": "969ff423d3f201da3ff718a5831bb999bb0669b0"
  4583. },
  4584. "dist": {
  4585. "type": "zip",
  4586. "url": "https://api.github.com/repos/zendframework/zend-diactoros/zipball/969ff423d3f201da3ff718a5831bb999bb0669b0",
  4587. "reference": "969ff423d3f201da3ff718a5831bb999bb0669b0",
  4588. "shasum": ""
  4589. },
  4590. "require": {
  4591. "php": "^5.4 || ^7.0",
  4592. "psr/http-message": "~1.0"
  4593. },
  4594. "provide": {
  4595. "psr/http-message-implementation": "~1.0.0"
  4596. },
  4597. "require-dev": {
  4598. "phpunit/phpunit": "^4.6 || ^5.5",
  4599. "squizlabs/php_codesniffer": "^2.3.1"
  4600. },
  4601. "time": "2016-10-11 13:25:21",
  4602. "type": "library",
  4603. "extra": {
  4604. "branch-alias": {
  4605. "dev-master": "1.3-dev",
  4606. "dev-develop": "1.4-dev"
  4607. }
  4608. },
  4609. "installation-source": "dist",
  4610. "autoload": {
  4611. "psr-4": {
  4612. "Zend\\Diactoros\\": "src/"
  4613. }
  4614. },
  4615. "notification-url": "https://packagist.org/downloads/",
  4616. "license": [
  4617. "BSD-2-Clause"
  4618. ],
  4619. "description": "PSR HTTP Message implementations",
  4620. "homepage": "https://github.com/zendframework/zend-diactoros",
  4621. "keywords": [
  4622. "http",
  4623. "psr",
  4624. "psr-7"
  4625. ]
  4626. },
  4627. {
  4628. "name": "egeloen/http-adapter",
  4629. "version": "0.8.0",
  4630. "version_normalized": "0.8.0.0",
  4631. "source": {
  4632. "type": "git",
  4633. "url": "https://github.com/egeloen/ivory-http-adapter.git",
  4634. "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855"
  4635. },
  4636. "dist": {
  4637. "type": "zip",
  4638. "url": "https://api.github.com/repos/egeloen/ivory-http-adapter/zipball/9641f11487ec26b24c6bbcee4f267cf62f60b855",
  4639. "reference": "9641f11487ec26b24c6bbcee4f267cf62f60b855",
  4640. "shasum": ""
  4641. },
  4642. "require": {
  4643. "php": ">=5.4.8",
  4644. "zendframework/zend-diactoros": "^1.1"
  4645. },
  4646. "require-dev": {
  4647. "cakephp/cakephp": "^3.0.3",
  4648. "ext-curl": "*",
  4649. "guzzle/guzzle": "^3.9.4@dev",
  4650. "guzzlehttp/guzzle": "^4.1.4|^5.0|^6.0",
  4651. "kriswallsmith/buzz": "^0.13",
  4652. "nategood/httpful": "^0.2.17",
  4653. "phpunit/phpunit": "^4.0",
  4654. "phpunit/phpunit-mock-objects": "dev-matcher-verify as 2.3.x-dev",
  4655. "psr/log": "^1.0",
  4656. "react/dns": "^0.4.1",
  4657. "react/http-client": "^0.4",
  4658. "satooshi/php-coveralls": "^0.6",
  4659. "symfony/event-dispatcher": "^2.0",
  4660. "zendframework/zend-http": "^2.3.4",
  4661. "zendframework/zendframework1": ">=1.12.9,<=1.12.14|^1.12.16"
  4662. },
  4663. "suggest": {
  4664. "ext-curl": "Allows you to use the cURL adapter",
  4665. "ext-http": "Allows you to use the PECL adapter",
  4666. "guzzle/guzzle": "Allows you to use the Guzzle 3 adapter",
  4667. "guzzlehttp/guzzle": "Allows you to use the Guzzle 4 adapter",
  4668. "kriswallsmith/buzz": "Allows you to use the Buzz adapter",
  4669. "nategood/httpful": "Allows you to use the httpful adapter",
  4670. "psr/log": "Allows you to use the logger event subscriber",
  4671. "symfony/event-dispatcher": "Allows you to use the event lifecycle",
  4672. "symfony/stopwatch": "Allows you to use the stopwatch http adapter and event subscriber",
  4673. "zendframework/zend-http": "Allows you to use the Zend 2 adapter",
  4674. "zendframework/zendframework1": "Allows you to use the Zend 1 adapter"
  4675. },
  4676. "time": "2015-08-12 09:35:40",
  4677. "type": "library",
  4678. "extra": {
  4679. "branch-alias": {
  4680. "dev-master": "0.8-dev"
  4681. }
  4682. },
  4683. "installation-source": "dist",
  4684. "autoload": {
  4685. "psr-4": {
  4686. "Ivory\\HttpAdapter\\": "src/"
  4687. }
  4688. },
  4689. "notification-url": "https://packagist.org/downloads/",
  4690. "license": [
  4691. "MIT"
  4692. ],
  4693. "authors": [
  4694. {
  4695. "name": "Eric GELOEN",
  4696. "email": "geloen.eric@gmail.com"
  4697. }
  4698. ],
  4699. "description": "Issue HTTP request for PHP 5.3+.",
  4700. "keywords": [
  4701. "http",
  4702. "http-adapter",
  4703. "http-client",
  4704. "psr-7"
  4705. ],
  4706. "abandoned": "php-http/httplug"
  4707. },
  4708. {
  4709. "name": "willdurand/geocoder",
  4710. "version": "v3.3.0",
  4711. "version_normalized": "3.3.0.0",
  4712. "source": {
  4713. "type": "git",
  4714. "url": "https://github.com/geocoder-php/Geocoder.git",
  4715. "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23"
  4716. },
  4717. "dist": {
  4718. "type": "zip",
  4719. "url": "https://api.github.com/repos/geocoder-php/Geocoder/zipball/ccc178e2984c0af24881faa0ffe515f20e5e8c23",
  4720. "reference": "ccc178e2984c0af24881faa0ffe515f20e5e8c23",
  4721. "shasum": ""
  4722. },
  4723. "require": {
  4724. "egeloen/http-adapter": "~0.8",
  4725. "igorw/get-in": "~1.0",
  4726. "php": ">=5.4.0"
  4727. },
  4728. "require-dev": {
  4729. "geoip2/geoip2": "~2.0",
  4730. "symfony/stopwatch": "~2.5"
  4731. },
  4732. "suggest": {
  4733. "ext-geoip": "Enabling the geoip extension allows you to use the MaxMindProvider.",
  4734. "geoip/geoip": "If you are going to use the MaxMindBinaryProvider (conflict with geoip extension).",
  4735. "geoip2/geoip2": "If you are going to use the GeoIP2DatabaseProvider.",
  4736. "symfony/stopwatch": "If you want to use the TimedGeocoder"
  4737. },
  4738. "time": "2015-12-06 20:17:20",
  4739. "type": "library",
  4740. "extra": {
  4741. "branch-alias": {
  4742. "dev-master": "3.3-dev"
  4743. }
  4744. },
  4745. "installation-source": "dist",
  4746. "autoload": {
  4747. "psr-0": {
  4748. "Geocoder": "src/"
  4749. }
  4750. },
  4751. "notification-url": "https://packagist.org/downloads/",
  4752. "license": [
  4753. "MIT"
  4754. ],
  4755. "authors": [
  4756. {
  4757. "name": "William Durand",
  4758. "email": "william.durand1@gmail.com"
  4759. }
  4760. ],
  4761. "description": "The almost missing Geocoder PHP 5.4 library.",
  4762. "homepage": "http://geocoder-php.org",
  4763. "keywords": [
  4764. "abstraction",
  4765. "geocoder",
  4766. "geocoding",
  4767. "geoip"
  4768. ]
  4769. },
  4770. {
  4771. "name": "mockery/mockery",
  4772. "version": "0.9.6",
  4773. "version_normalized": "0.9.6.0",
  4774. "source": {
  4775. "type": "git",
  4776. "url": "https://github.com/padraic/mockery.git",
  4777. "reference": "65d4ca18e15cb02eeb1e5336f884e46b9b905be0"
  4778. },
  4779. "dist": {
  4780. "type": "zip",
  4781. "url": "https://api.github.com/repos/padraic/mockery/zipball/65d4ca18e15cb02eeb1e5336f884e46b9b905be0",
  4782. "reference": "65d4ca18e15cb02eeb1e5336f884e46b9b905be0",
  4783. "shasum": ""
  4784. },
  4785. "require": {
  4786. "hamcrest/hamcrest-php": "~1.1",
  4787. "lib-pcre": ">=7.0",
  4788. "php": ">=5.3.2"
  4789. },
  4790. "require-dev": {
  4791. "phpunit/phpunit": "~4.0"
  4792. },
  4793. "time": "2016-09-30 12:09:40",
  4794. "type": "library",
  4795. "extra": {
  4796. "branch-alias": {
  4797. "dev-master": "0.9.x-dev"
  4798. }
  4799. },
  4800. "installation-source": "dist",
  4801. "autoload": {
  4802. "psr-0": {
  4803. "Mockery": "library/"
  4804. }
  4805. },
  4806. "notification-url": "https://packagist.org/downloads/",
  4807. "license": [
  4808. "BSD-3-Clause"
  4809. ],
  4810. "authors": [
  4811. {
  4812. "name": "Pádraic Brady",
  4813. "email": "padraic.brady@gmail.com",
  4814. "homepage": "http://blog.astrumfutura.com"
  4815. },
  4816. {
  4817. "name": "Dave Marshall",
  4818. "email": "dave.marshall@atstsolutions.co.uk",
  4819. "homepage": "http://davedevelopment.co.uk"
  4820. }
  4821. ],
  4822. "description": "Mockery is a simple yet flexible PHP mock object framework for use in unit testing with PHPUnit, PHPSpec or any other testing framework. Its core goal is to offer a test double framework with a succinct API capable of clearly defining all possible object operations and interactions using a human readable Domain Specific Language (DSL). Designed as a drop in alternative to PHPUnit's phpunit-mock-objects library, Mockery is easy to integrate with PHPUnit and can operate alongside phpunit-mock-objects without the World ending.",
  4823. "homepage": "http://github.com/padraic/mockery",
  4824. "keywords": [
  4825. "BDD",
  4826. "TDD",
  4827. "library",
  4828. "mock",
  4829. "mock objects",
  4830. "mockery",
  4831. "stub",
  4832. "test",
  4833. "test double",
  4834. "testing"
  4835. ]
  4836. },
  4837. {
  4838. "name": "aws/aws-sdk-php",
  4839. "version": "3.19.27",
  4840. "version_normalized": "3.19.27.0",
  4841. "source": {
  4842. "type": "git",
  4843. "url": "https://github.com/aws/aws-sdk-php.git",
  4844. "reference": "4d65385d9ab9716cdffd69303761970b5a3c6452"
  4845. },
  4846. "dist": {
  4847. "type": "zip",
  4848. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/4d65385d9ab9716cdffd69303761970b5a3c6452",
  4849. "reference": "4d65385d9ab9716cdffd69303761970b5a3c6452",
  4850. "shasum": ""
  4851. },
  4852. "require": {
  4853. "guzzlehttp/guzzle": "^5.3.1|^6.2.1",
  4854. "guzzlehttp/promises": "~1.0",
  4855. "guzzlehttp/psr7": "~1.3.1",
  4856. "mtdowling/jmespath.php": "~2.2",
  4857. "php": ">=5.5"
  4858. },
  4859. "require-dev": {
  4860. "andrewsville/php-token-reflection": "^1.4",
  4861. "aws/aws-php-sns-message-validator": "~1.0",
  4862. "behat/behat": "~3.0",
  4863. "doctrine/cache": "~1.4",
  4864. "ext-dom": "*",
  4865. "ext-json": "*",
  4866. "ext-openssl": "*",
  4867. "ext-pcre": "*",
  4868. "ext-simplexml": "*",
  4869. "ext-spl": "*",
  4870. "nette/neon": "^2.3",
  4871. "phpunit/phpunit": "~4.0|~5.0",
  4872. "psr/cache": "^1.0"
  4873. },
  4874. "suggest": {
  4875. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  4876. "doctrine/cache": "To use the DoctrineCacheAdapter",
  4877. "ext-curl": "To send requests using cURL",
  4878. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages"
  4879. },
  4880. "time": "2016-11-16 21:53:56",
  4881. "type": "library",
  4882. "extra": {
  4883. "branch-alias": {
  4884. "dev-master": "3.0-dev"
  4885. }
  4886. },
  4887. "installation-source": "dist",
  4888. "autoload": {
  4889. "psr-4": {
  4890. "Aws\\": "src/"
  4891. },
  4892. "files": [
  4893. "src/functions.php"
  4894. ]
  4895. },
  4896. "notification-url": "https://packagist.org/downloads/",
  4897. "license": [
  4898. "Apache-2.0"
  4899. ],
  4900. "authors": [
  4901. {
  4902. "name": "Amazon Web Services",
  4903. "homepage": "http://aws.amazon.com"
  4904. }
  4905. ],
  4906. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  4907. "homepage": "http://aws.amazon.com/sdkforphp",
  4908. "keywords": [
  4909. "amazon",
  4910. "aws",
  4911. "cloud",
  4912. "dynamodb",
  4913. "ec2",
  4914. "glacier",
  4915. "s3",
  4916. "sdk"
  4917. ]
  4918. }
  4919. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement