Advertisement
Guest User

Untitled

a guest
Jul 25th, 2016
415
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 132.67 KB | None | 0 0
  1. [
  2. {
  3. "name": "psr/log",
  4. "version": "1.0.0",
  5. "version_normalized": "1.0.0.0",
  6. "source": {
  7. "type": "git",
  8. "url": "https://github.com/php-fig/log.git",
  9. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b"
  10. },
  11. "dist": {
  12. "type": "zip",
  13. "url": "https://api.github.com/repos/php-fig/log/zipball/fe0936ee26643249e916849d48e3a51d5f5e278b",
  14. "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b",
  15. "shasum": ""
  16. },
  17. "time": "2012-12-21 11:40:51",
  18. "type": "library",
  19. "installation-source": "dist",
  20. "autoload": {
  21. "psr-0": {
  22. "Psr\\Log\\": ""
  23. }
  24. },
  25. "notification-url": "https://packagist.org/downloads/",
  26. "license": [
  27. "MIT"
  28. ],
  29. "authors": [
  30. {
  31. "name": "PHP-FIG",
  32. "homepage": "http://www.php-fig.org/"
  33. }
  34. ],
  35. "description": "Common interface for logging libraries",
  36. "keywords": [
  37. "log",
  38. "psr",
  39. "psr-3"
  40. ]
  41. },
  42. {
  43. "name": "jakub-onderka/php-console-color",
  44. "version": "0.1",
  45. "version_normalized": "0.1.0.0",
  46. "source": {
  47. "type": "git",
  48. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  49. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1"
  50. },
  51. "dist": {
  52. "type": "zip",
  53. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/e0b393dacf7703fc36a4efc3df1435485197e6c1",
  54. "reference": "e0b393dacf7703fc36a4efc3df1435485197e6c1",
  55. "shasum": ""
  56. },
  57. "require": {
  58. "php": ">=5.3.2"
  59. },
  60. "require-dev": {
  61. "jakub-onderka/php-code-style": "1.0",
  62. "jakub-onderka/php-parallel-lint": "0.*",
  63. "jakub-onderka/php-var-dump-check": "0.*",
  64. "phpunit/phpunit": "3.7.*",
  65. "squizlabs/php_codesniffer": "1.*"
  66. },
  67. "time": "2014-04-08 15:00:19",
  68. "type": "library",
  69. "installation-source": "dist",
  70. "autoload": {
  71. "psr-0": {
  72. "JakubOnderka\\PhpConsoleColor": "src/"
  73. }
  74. },
  75. "notification-url": "https://packagist.org/downloads/",
  76. "license": [
  77. "BSD-2-Clause"
  78. ],
  79. "authors": [
  80. {
  81. "name": "Jakub Onderka",
  82. "email": "jakub.onderka@gmail.com",
  83. "homepage": "http://www.acci.cz"
  84. }
  85. ]
  86. },
  87. {
  88. "name": "jakub-onderka/php-console-highlighter",
  89. "version": "v0.3.2",
  90. "version_normalized": "0.3.2.0",
  91. "source": {
  92. "type": "git",
  93. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  94. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5"
  95. },
  96. "dist": {
  97. "type": "zip",
  98. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  99. "reference": "7daa75df45242c8d5b75a22c00a201e7954e4fb5",
  100. "shasum": ""
  101. },
  102. "require": {
  103. "jakub-onderka/php-console-color": "~0.1",
  104. "php": ">=5.3.0"
  105. },
  106. "require-dev": {
  107. "jakub-onderka/php-code-style": "~1.0",
  108. "jakub-onderka/php-parallel-lint": "~0.5",
  109. "jakub-onderka/php-var-dump-check": "~0.1",
  110. "phpunit/phpunit": "~4.0",
  111. "squizlabs/php_codesniffer": "~1.5"
  112. },
  113. "time": "2015-04-20 18:58:01",
  114. "type": "library",
  115. "installation-source": "dist",
  116. "autoload": {
  117. "psr-0": {
  118. "JakubOnderka\\PhpConsoleHighlighter": "src/"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "MIT"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Jakub Onderka",
  128. "email": "acci@acci.cz",
  129. "homepage": "http://www.acci.cz/"
  130. }
  131. ]
  132. },
  133. {
  134. "name": "dnoegel/php-xdg-base-dir",
  135. "version": "0.1",
  136. "version_normalized": "0.1.0.0",
  137. "source": {
  138. "type": "git",
  139. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  140. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  141. },
  142. "dist": {
  143. "type": "zip",
  144. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  145. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  146. "shasum": ""
  147. },
  148. "require": {
  149. "php": ">=5.3.2"
  150. },
  151. "require-dev": {
  152. "phpunit/phpunit": "@stable"
  153. },
  154. "time": "2014-10-24 07:27:01",
  155. "type": "project",
  156. "installation-source": "dist",
  157. "autoload": {
  158. "psr-4": {
  159. "XdgBaseDir\\": "src/"
  160. }
  161. },
  162. "notification-url": "https://packagist.org/downloads/",
  163. "license": [
  164. "MIT"
  165. ],
  166. "description": "implementation of xdg base directory specification for php"
  167. },
  168. {
  169. "name": "nikic/php-parser",
  170. "version": "v2.1.0",
  171. "version_normalized": "2.1.0.0",
  172. "source": {
  173. "type": "git",
  174. "url": "https://github.com/nikic/PHP-Parser.git",
  175. "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3"
  176. },
  177. "dist": {
  178. "type": "zip",
  179. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  180. "reference": "47b254ea51f1d6d5dc04b9b299e88346bf2369e3",
  181. "shasum": ""
  182. },
  183. "require": {
  184. "ext-tokenizer": "*",
  185. "php": ">=5.4"
  186. },
  187. "require-dev": {
  188. "phpunit/phpunit": "~4.0"
  189. },
  190. "time": "2016-04-19 13:41:41",
  191. "bin": [
  192. "bin/php-parse"
  193. ],
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "2.1-dev"
  198. }
  199. },
  200. "installation-source": "dist",
  201. "autoload": {
  202. "psr-4": {
  203. "PhpParser\\": "lib/PhpParser"
  204. }
  205. },
  206. "notification-url": "https://packagist.org/downloads/",
  207. "license": [
  208. "BSD-3-Clause"
  209. ],
  210. "authors": [
  211. {
  212. "name": "Nikita Popov"
  213. }
  214. ],
  215. "description": "A PHP parser written in PHP",
  216. "keywords": [
  217. "parser",
  218. "php"
  219. ]
  220. },
  221. {
  222. "name": "psy/psysh",
  223. "version": "v0.7.2",
  224. "version_normalized": "0.7.2.0",
  225. "source": {
  226. "type": "git",
  227. "url": "https://github.com/bobthecow/psysh.git",
  228. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280"
  229. },
  230. "dist": {
  231. "type": "zip",
  232. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/e64e10b20f8d229cac76399e1f3edddb57a0f280",
  233. "reference": "e64e10b20f8d229cac76399e1f3edddb57a0f280",
  234. "shasum": ""
  235. },
  236. "require": {
  237. "dnoegel/php-xdg-base-dir": "0.1",
  238. "jakub-onderka/php-console-highlighter": "0.3.*",
  239. "nikic/php-parser": "^1.2.1|~2.0",
  240. "php": ">=5.3.9",
  241. "symfony/console": "~2.3.10|^2.4.2|~3.0",
  242. "symfony/var-dumper": "~2.7|~3.0"
  243. },
  244. "require-dev": {
  245. "fabpot/php-cs-fixer": "~1.5",
  246. "phpunit/phpunit": "~3.7|~4.0|~5.0",
  247. "squizlabs/php_codesniffer": "~2.0",
  248. "symfony/finder": "~2.1|~3.0"
  249. },
  250. "suggest": {
  251. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  252. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  253. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  254. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history."
  255. },
  256. "time": "2016-03-09 05:03:14",
  257. "bin": [
  258. "bin/psysh"
  259. ],
  260. "type": "library",
  261. "extra": {
  262. "branch-alias": {
  263. "dev-develop": "0.8.x-dev"
  264. }
  265. },
  266. "installation-source": "dist",
  267. "autoload": {
  268. "files": [
  269. "src/Psy/functions.php"
  270. ],
  271. "psr-4": {
  272. "Psy\\": "src/Psy/"
  273. }
  274. },
  275. "notification-url": "https://packagist.org/downloads/",
  276. "license": [
  277. "MIT"
  278. ],
  279. "authors": [
  280. {
  281. "name": "Justin Hileman",
  282. "email": "justin@justinhileman.info",
  283. "homepage": "http://justinhileman.com"
  284. }
  285. ],
  286. "description": "An interactive shell for modern PHP.",
  287. "homepage": "http://psysh.org",
  288. "keywords": [
  289. "REPL",
  290. "console",
  291. "interactive",
  292. "shell"
  293. ]
  294. },
  295. {
  296. "name": "paragonie/random_compat",
  297. "version": "v1.4.1",
  298. "version_normalized": "1.4.1.0",
  299. "source": {
  300. "type": "git",
  301. "url": "https://github.com/paragonie/random_compat.git",
  302. "reference": "c7e26a21ba357863de030f0b9e701c7d04593774"
  303. },
  304. "dist": {
  305. "type": "zip",
  306. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/c7e26a21ba357863de030f0b9e701c7d04593774",
  307. "reference": "c7e26a21ba357863de030f0b9e701c7d04593774",
  308. "shasum": ""
  309. },
  310. "require": {
  311. "php": ">=5.2.0"
  312. },
  313. "require-dev": {
  314. "phpunit/phpunit": "4.*|5.*"
  315. },
  316. "suggest": {
  317. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  318. },
  319. "time": "2016-03-18 20:34:03",
  320. "type": "library",
  321. "installation-source": "dist",
  322. "autoload": {
  323. "files": [
  324. "lib/random.php"
  325. ]
  326. },
  327. "notification-url": "https://packagist.org/downloads/",
  328. "license": [
  329. "MIT"
  330. ],
  331. "authors": [
  332. {
  333. "name": "Paragon Initiative Enterprises",
  334. "email": "security@paragonie.com",
  335. "homepage": "https://paragonie.com"
  336. }
  337. ],
  338. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  339. "keywords": [
  340. "csprng",
  341. "pseudorandom",
  342. "random"
  343. ]
  344. },
  345. {
  346. "name": "nesbot/carbon",
  347. "version": "1.21.0",
  348. "version_normalized": "1.21.0.0",
  349. "source": {
  350. "type": "git",
  351. "url": "https://github.com/briannesbitt/Carbon.git",
  352. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7"
  353. },
  354. "dist": {
  355. "type": "zip",
  356. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  357. "reference": "7b08ec6f75791e130012f206e3f7b0e76e18e3d7",
  358. "shasum": ""
  359. },
  360. "require": {
  361. "php": ">=5.3.0",
  362. "symfony/translation": "~2.6|~3.0"
  363. },
  364. "require-dev": {
  365. "phpunit/phpunit": "~4.0|~5.0"
  366. },
  367. "time": "2015-11-04 20:07:17",
  368. "type": "library",
  369. "installation-source": "dist",
  370. "autoload": {
  371. "psr-4": {
  372. "Carbon\\": "src/Carbon/"
  373. }
  374. },
  375. "notification-url": "https://packagist.org/downloads/",
  376. "license": [
  377. "MIT"
  378. ],
  379. "authors": [
  380. {
  381. "name": "Brian Nesbitt",
  382. "email": "brian@nesbot.com",
  383. "homepage": "http://nesbot.com"
  384. }
  385. ],
  386. "description": "A simple API extension for DateTime.",
  387. "homepage": "http://carbon.nesbot.com",
  388. "keywords": [
  389. "date",
  390. "datetime",
  391. "time"
  392. ]
  393. },
  394. {
  395. "name": "mtdowling/cron-expression",
  396. "version": "v1.1.0",
  397. "version_normalized": "1.1.0.0",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/mtdowling/cron-expression.git",
  401. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/mtdowling/cron-expression/zipball/c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  406. "reference": "c9ee7886f5a12902b225a1a12f36bb45f9ab89e5",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "php": ">=5.3.2"
  411. },
  412. "require-dev": {
  413. "phpunit/phpunit": "~4.0|~5.0"
  414. },
  415. "time": "2016-01-26 21:23:30",
  416. "type": "library",
  417. "installation-source": "dist",
  418. "autoload": {
  419. "psr-0": {
  420. "Cron": "src/"
  421. }
  422. },
  423. "notification-url": "https://packagist.org/downloads/",
  424. "license": [
  425. "MIT"
  426. ],
  427. "authors": [
  428. {
  429. "name": "Michael Dowling",
  430. "email": "mtdowling@gmail.com",
  431. "homepage": "https://github.com/mtdowling"
  432. }
  433. ],
  434. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  435. "keywords": [
  436. "cron",
  437. "schedule"
  438. ]
  439. },
  440. {
  441. "name": "jeremeamia/SuperClosure",
  442. "version": "2.2.0",
  443. "version_normalized": "2.2.0.0",
  444. "source": {
  445. "type": "git",
  446. "url": "https://github.com/jeremeamia/super_closure.git",
  447. "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938"
  448. },
  449. "dist": {
  450. "type": "zip",
  451. "url": "https://api.github.com/repos/jeremeamia/super_closure/zipball/29a88be2a4846d27c1613aed0c9071dfad7b5938",
  452. "reference": "29a88be2a4846d27c1613aed0c9071dfad7b5938",
  453. "shasum": ""
  454. },
  455. "require": {
  456. "nikic/php-parser": "^1.2|^2.0",
  457. "php": ">=5.4",
  458. "symfony/polyfill-php56": "^1.0"
  459. },
  460. "require-dev": {
  461. "phpunit/phpunit": "^4.0|^5.0"
  462. },
  463. "time": "2015-12-05 17:17:57",
  464. "type": "library",
  465. "extra": {
  466. "branch-alias": {
  467. "dev-master": "2.2-dev"
  468. }
  469. },
  470. "installation-source": "dist",
  471. "autoload": {
  472. "psr-4": {
  473. "SuperClosure\\": "src/"
  474. }
  475. },
  476. "notification-url": "https://packagist.org/downloads/",
  477. "license": [
  478. "MIT"
  479. ],
  480. "authors": [
  481. {
  482. "name": "Jeremy Lindblom",
  483. "email": "jeremeamia@gmail.com",
  484. "homepage": "https://github.com/jeremeamia",
  485. "role": "Developer"
  486. }
  487. ],
  488. "description": "Serialize Closure objects, including their context and binding",
  489. "homepage": "https://github.com/jeremeamia/super_closure",
  490. "keywords": [
  491. "closure",
  492. "function",
  493. "lambda",
  494. "parser",
  495. "serializable",
  496. "serialize",
  497. "tokenizer"
  498. ]
  499. },
  500. {
  501. "name": "doctrine/inflector",
  502. "version": "v1.1.0",
  503. "version_normalized": "1.1.0.0",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/doctrine/inflector.git",
  507. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/doctrine/inflector/zipball/90b2128806bfde671b6952ab8bea493942c1fdae",
  512. "reference": "90b2128806bfde671b6952ab8bea493942c1fdae",
  513. "shasum": ""
  514. },
  515. "require": {
  516. "php": ">=5.3.2"
  517. },
  518. "require-dev": {
  519. "phpunit/phpunit": "4.*"
  520. },
  521. "time": "2015-11-06 14:35:42",
  522. "type": "library",
  523. "extra": {
  524. "branch-alias": {
  525. "dev-master": "1.1.x-dev"
  526. }
  527. },
  528. "installation-source": "dist",
  529. "autoload": {
  530. "psr-0": {
  531. "Doctrine\\Common\\Inflector\\": "lib/"
  532. }
  533. },
  534. "notification-url": "https://packagist.org/downloads/",
  535. "license": [
  536. "MIT"
  537. ],
  538. "authors": [
  539. {
  540. "name": "Roman Borschel",
  541. "email": "roman@code-factory.org"
  542. },
  543. {
  544. "name": "Benjamin Eberlei",
  545. "email": "kontakt@beberlei.de"
  546. },
  547. {
  548. "name": "Guilherme Blanco",
  549. "email": "guilhermeblanco@gmail.com"
  550. },
  551. {
  552. "name": "Jonathan Wage",
  553. "email": "jonwage@gmail.com"
  554. },
  555. {
  556. "name": "Johannes Schmitt",
  557. "email": "schmittjoh@gmail.com"
  558. }
  559. ],
  560. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  561. "homepage": "http://www.doctrine-project.org",
  562. "keywords": [
  563. "inflection",
  564. "pluralize",
  565. "singularize",
  566. "string"
  567. ]
  568. },
  569. {
  570. "name": "classpreloader/classpreloader",
  571. "version": "3.0.0",
  572. "version_normalized": "3.0.0.0",
  573. "source": {
  574. "type": "git",
  575. "url": "https://github.com/ClassPreloader/ClassPreloader.git",
  576. "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a"
  577. },
  578. "dist": {
  579. "type": "zip",
  580. "url": "https://api.github.com/repos/ClassPreloader/ClassPreloader/zipball/9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  581. "reference": "9b10b913c2bdf90c3d2e0d726b454fb7f77c552a",
  582. "shasum": ""
  583. },
  584. "require": {
  585. "nikic/php-parser": "^1.0|^2.0",
  586. "php": ">=5.5.9"
  587. },
  588. "require-dev": {
  589. "phpunit/phpunit": "^4.8|^5.0"
  590. },
  591. "time": "2015-11-09 22:51:51",
  592. "type": "library",
  593. "extra": {
  594. "branch-alias": {
  595. "dev-master": "3.0-dev"
  596. }
  597. },
  598. "installation-source": "dist",
  599. "autoload": {
  600. "psr-4": {
  601. "ClassPreloader\\": "src/"
  602. }
  603. },
  604. "notification-url": "https://packagist.org/downloads/",
  605. "license": [
  606. "MIT"
  607. ],
  608. "authors": [
  609. {
  610. "name": "Michael Dowling",
  611. "email": "mtdowling@gmail.com"
  612. },
  613. {
  614. "name": "Graham Campbell",
  615. "email": "graham@alt-three.com"
  616. }
  617. ],
  618. "description": "Helps class loading performance by generating a single PHP file containing all of the autoloaded files for a specific use case",
  619. "keywords": [
  620. "autoload",
  621. "class",
  622. "preload"
  623. ]
  624. },
  625. {
  626. "name": "fzaninotto/faker",
  627. "version": "v1.6.0",
  628. "version_normalized": "1.6.0.0",
  629. "source": {
  630. "type": "git",
  631. "url": "https://github.com/fzaninotto/Faker.git",
  632. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123"
  633. },
  634. "dist": {
  635. "type": "zip",
  636. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  637. "reference": "44f9a286a04b80c76a4e5fb7aad8bb539b920123",
  638. "shasum": ""
  639. },
  640. "require": {
  641. "php": "^5.3.3|^7.0"
  642. },
  643. "require-dev": {
  644. "ext-intl": "*",
  645. "phpunit/phpunit": "~4.0",
  646. "squizlabs/php_codesniffer": "~1.5"
  647. },
  648. "time": "2016-04-29 12:21:54",
  649. "type": "library",
  650. "extra": {
  651. "branch-alias": []
  652. },
  653. "installation-source": "dist",
  654. "autoload": {
  655. "psr-4": {
  656. "Faker\\": "src/Faker/"
  657. }
  658. },
  659. "notification-url": "https://packagist.org/downloads/",
  660. "license": [
  661. "MIT"
  662. ],
  663. "authors": [
  664. {
  665. "name": "François Zaninotto"
  666. }
  667. ],
  668. "description": "Faker is a PHP library that generates fake data for you.",
  669. "keywords": [
  670. "data",
  671. "faker",
  672. "fixtures"
  673. ]
  674. },
  675. {
  676. "name": "hamcrest/hamcrest-php",
  677. "version": "v1.2.2",
  678. "version_normalized": "1.2.2.0",
  679. "source": {
  680. "type": "git",
  681. "url": "https://github.com/hamcrest/hamcrest-php.git",
  682. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c"
  683. },
  684. "dist": {
  685. "type": "zip",
  686. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/b37020aa976fa52d3de9aa904aa2522dc518f79c",
  687. "reference": "b37020aa976fa52d3de9aa904aa2522dc518f79c",
  688. "shasum": ""
  689. },
  690. "require": {
  691. "php": ">=5.3.2"
  692. },
  693. "replace": {
  694. "cordoval/hamcrest-php": "*",
  695. "davedevelopment/hamcrest-php": "*",
  696. "kodova/hamcrest-php": "*"
  697. },
  698. "require-dev": {
  699. "phpunit/php-file-iterator": "1.3.3",
  700. "satooshi/php-coveralls": "dev-master"
  701. },
  702. "time": "2015-05-11 14:41:42",
  703. "type": "library",
  704. "installation-source": "dist",
  705. "autoload": {
  706. "classmap": [
  707. "hamcrest"
  708. ],
  709. "files": [
  710. "hamcrest/Hamcrest.php"
  711. ]
  712. },
  713. "notification-url": "https://packagist.org/downloads/",
  714. "license": [
  715. "BSD"
  716. ],
  717. "description": "This is the PHP port of Hamcrest Matchers",
  718. "keywords": [
  719. "test"
  720. ]
  721. },
  722. {
  723. "name": "sebastian/version",
  724. "version": "1.0.6",
  725. "version_normalized": "1.0.6.0",
  726. "source": {
  727. "type": "git",
  728. "url": "https://github.com/sebastianbergmann/version.git",
  729. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
  730. },
  731. "dist": {
  732. "type": "zip",
  733. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  734. "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
  735. "shasum": ""
  736. },
  737. "time": "2015-06-21 13:59:46",
  738. "type": "library",
  739. "installation-source": "dist",
  740. "autoload": {
  741. "classmap": [
  742. "src/"
  743. ]
  744. },
  745. "notification-url": "https://packagist.org/downloads/",
  746. "license": [
  747. "BSD-3-Clause"
  748. ],
  749. "authors": [
  750. {
  751. "name": "Sebastian Bergmann",
  752. "email": "sebastian@phpunit.de",
  753. "role": "lead"
  754. }
  755. ],
  756. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  757. "homepage": "https://github.com/sebastianbergmann/version"
  758. },
  759. {
  760. "name": "sebastian/global-state",
  761. "version": "1.1.1",
  762. "version_normalized": "1.1.1.0",
  763. "source": {
  764. "type": "git",
  765. "url": "https://github.com/sebastianbergmann/global-state.git",
  766. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
  767. },
  768. "dist": {
  769. "type": "zip",
  770. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
  771. "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
  772. "shasum": ""
  773. },
  774. "require": {
  775. "php": ">=5.3.3"
  776. },
  777. "require-dev": {
  778. "phpunit/phpunit": "~4.2"
  779. },
  780. "suggest": {
  781. "ext-uopz": "*"
  782. },
  783. "time": "2015-10-12 03:26:01",
  784. "type": "library",
  785. "extra": {
  786. "branch-alias": {
  787. "dev-master": "1.0-dev"
  788. }
  789. },
  790. "installation-source": "dist",
  791. "autoload": {
  792. "classmap": [
  793. "src/"
  794. ]
  795. },
  796. "notification-url": "https://packagist.org/downloads/",
  797. "license": [
  798. "BSD-3-Clause"
  799. ],
  800. "authors": [
  801. {
  802. "name": "Sebastian Bergmann",
  803. "email": "sebastian@phpunit.de"
  804. }
  805. ],
  806. "description": "Snapshotting of global state",
  807. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  808. "keywords": [
  809. "global state"
  810. ]
  811. },
  812. {
  813. "name": "sebastian/recursion-context",
  814. "version": "1.0.2",
  815. "version_normalized": "1.0.2.0",
  816. "source": {
  817. "type": "git",
  818. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  819. "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
  820. },
  821. "dist": {
  822. "type": "zip",
  823. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
  824. "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
  825. "shasum": ""
  826. },
  827. "require": {
  828. "php": ">=5.3.3"
  829. },
  830. "require-dev": {
  831. "phpunit/phpunit": "~4.4"
  832. },
  833. "time": "2015-11-11 19:50:13",
  834. "type": "library",
  835. "extra": {
  836. "branch-alias": {
  837. "dev-master": "1.0.x-dev"
  838. }
  839. },
  840. "installation-source": "dist",
  841. "autoload": {
  842. "classmap": [
  843. "src/"
  844. ]
  845. },
  846. "notification-url": "https://packagist.org/downloads/",
  847. "license": [
  848. "BSD-3-Clause"
  849. ],
  850. "authors": [
  851. {
  852. "name": "Jeff Welch",
  853. "email": "whatthejeff@gmail.com"
  854. },
  855. {
  856. "name": "Sebastian Bergmann",
  857. "email": "sebastian@phpunit.de"
  858. },
  859. {
  860. "name": "Adam Harvey",
  861. "email": "aharvey@php.net"
  862. }
  863. ],
  864. "description": "Provides functionality to recursively process PHP variables",
  865. "homepage": "http://www.github.com/sebastianbergmann/recursion-context"
  866. },
  867. {
  868. "name": "sebastian/diff",
  869. "version": "1.4.1",
  870. "version_normalized": "1.4.1.0",
  871. "source": {
  872. "type": "git",
  873. "url": "https://github.com/sebastianbergmann/diff.git",
  874. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
  875. },
  876. "dist": {
  877. "type": "zip",
  878. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
  879. "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
  880. "shasum": ""
  881. },
  882. "require": {
  883. "php": ">=5.3.3"
  884. },
  885. "require-dev": {
  886. "phpunit/phpunit": "~4.8"
  887. },
  888. "time": "2015-12-08 07:14:41",
  889. "type": "library",
  890. "extra": {
  891. "branch-alias": {
  892. "dev-master": "1.4-dev"
  893. }
  894. },
  895. "installation-source": "dist",
  896. "autoload": {
  897. "classmap": [
  898. "src/"
  899. ]
  900. },
  901. "notification-url": "https://packagist.org/downloads/",
  902. "license": [
  903. "BSD-3-Clause"
  904. ],
  905. "authors": [
  906. {
  907. "name": "Kore Nordmann",
  908. "email": "mail@kore-nordmann.de"
  909. },
  910. {
  911. "name": "Sebastian Bergmann",
  912. "email": "sebastian@phpunit.de"
  913. }
  914. ],
  915. "description": "Diff implementation",
  916. "homepage": "https://github.com/sebastianbergmann/diff",
  917. "keywords": [
  918. "diff"
  919. ]
  920. },
  921. {
  922. "name": "sebastian/comparator",
  923. "version": "1.2.0",
  924. "version_normalized": "1.2.0.0",
  925. "source": {
  926. "type": "git",
  927. "url": "https://github.com/sebastianbergmann/comparator.git",
  928. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
  929. },
  930. "dist": {
  931. "type": "zip",
  932. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
  933. "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
  934. "shasum": ""
  935. },
  936. "require": {
  937. "php": ">=5.3.3",
  938. "sebastian/diff": "~1.2",
  939. "sebastian/exporter": "~1.2"
  940. },
  941. "require-dev": {
  942. "phpunit/phpunit": "~4.4"
  943. },
  944. "time": "2015-07-26 15:48:44",
  945. "type": "library",
  946. "extra": {
  947. "branch-alias": {
  948. "dev-master": "1.2.x-dev"
  949. }
  950. },
  951. "installation-source": "dist",
  952. "autoload": {
  953. "classmap": [
  954. "src/"
  955. ]
  956. },
  957. "notification-url": "https://packagist.org/downloads/",
  958. "license": [
  959. "BSD-3-Clause"
  960. ],
  961. "authors": [
  962. {
  963. "name": "Jeff Welch",
  964. "email": "whatthejeff@gmail.com"
  965. },
  966. {
  967. "name": "Volker Dusch",
  968. "email": "github@wallbash.com"
  969. },
  970. {
  971. "name": "Bernhard Schussek",
  972. "email": "bschussek@2bepublished.at"
  973. },
  974. {
  975. "name": "Sebastian Bergmann",
  976. "email": "sebastian@phpunit.de"
  977. }
  978. ],
  979. "description": "Provides the functionality to compare PHP values for equality",
  980. "homepage": "http://www.github.com/sebastianbergmann/comparator",
  981. "keywords": [
  982. "comparator",
  983. "compare",
  984. "equality"
  985. ]
  986. },
  987. {
  988. "name": "doctrine/instantiator",
  989. "version": "1.0.5",
  990. "version_normalized": "1.0.5.0",
  991. "source": {
  992. "type": "git",
  993. "url": "https://github.com/doctrine/instantiator.git",
  994. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d"
  995. },
  996. "dist": {
  997. "type": "zip",
  998. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/8e884e78f9f0eb1329e445619e04456e64d8051d",
  999. "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d",
  1000. "shasum": ""
  1001. },
  1002. "require": {
  1003. "php": ">=5.3,<8.0-DEV"
  1004. },
  1005. "require-dev": {
  1006. "athletic/athletic": "~0.1.8",
  1007. "ext-pdo": "*",
  1008. "ext-phar": "*",
  1009. "phpunit/phpunit": "~4.0",
  1010. "squizlabs/php_codesniffer": "~2.0"
  1011. },
  1012. "time": "2015-06-14 21:17:01",
  1013. "type": "library",
  1014. "extra": {
  1015. "branch-alias": {
  1016. "dev-master": "1.0.x-dev"
  1017. }
  1018. },
  1019. "installation-source": "dist",
  1020. "autoload": {
  1021. "psr-4": {
  1022. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1023. }
  1024. },
  1025. "notification-url": "https://packagist.org/downloads/",
  1026. "license": [
  1027. "MIT"
  1028. ],
  1029. "authors": [
  1030. {
  1031. "name": "Marco Pivetta",
  1032. "email": "ocramius@gmail.com",
  1033. "homepage": "http://ocramius.github.com/"
  1034. }
  1035. ],
  1036. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1037. "homepage": "https://github.com/doctrine/instantiator",
  1038. "keywords": [
  1039. "constructor",
  1040. "instantiate"
  1041. ]
  1042. },
  1043. {
  1044. "name": "phpunit/php-text-template",
  1045. "version": "1.2.1",
  1046. "version_normalized": "1.2.1.0",
  1047. "source": {
  1048. "type": "git",
  1049. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  1050. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  1051. },
  1052. "dist": {
  1053. "type": "zip",
  1054. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1055. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  1056. "shasum": ""
  1057. },
  1058. "require": {
  1059. "php": ">=5.3.3"
  1060. },
  1061. "time": "2015-06-21 13:50:34",
  1062. "type": "library",
  1063. "installation-source": "dist",
  1064. "autoload": {
  1065. "classmap": [
  1066. "src/"
  1067. ]
  1068. },
  1069. "notification-url": "https://packagist.org/downloads/",
  1070. "license": [
  1071. "BSD-3-Clause"
  1072. ],
  1073. "authors": [
  1074. {
  1075. "name": "Sebastian Bergmann",
  1076. "email": "sebastian@phpunit.de",
  1077. "role": "lead"
  1078. }
  1079. ],
  1080. "description": "Simple template engine.",
  1081. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  1082. "keywords": [
  1083. "template"
  1084. ]
  1085. },
  1086. {
  1087. "name": "phpunit/phpunit-mock-objects",
  1088. "version": "2.3.8",
  1089. "version_normalized": "2.3.8.0",
  1090. "source": {
  1091. "type": "git",
  1092. "url": "https://github.com/sebastianbergmann/phpunit-mock-objects.git",
  1093. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983"
  1094. },
  1095. "dist": {
  1096. "type": "zip",
  1097. "url": "https://api.github.com/repos/sebastianbergmann/phpunit-mock-objects/zipball/ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1098. "reference": "ac8e7a3db35738d56ee9a76e78a4e03d97628983",
  1099. "shasum": ""
  1100. },
  1101. "require": {
  1102. "doctrine/instantiator": "^1.0.2",
  1103. "php": ">=5.3.3",
  1104. "phpunit/php-text-template": "~1.2",
  1105. "sebastian/exporter": "~1.2"
  1106. },
  1107. "require-dev": {
  1108. "phpunit/phpunit": "~4.4"
  1109. },
  1110. "suggest": {
  1111. "ext-soap": "*"
  1112. },
  1113. "time": "2015-10-02 06:51:40",
  1114. "type": "library",
  1115. "extra": {
  1116. "branch-alias": {
  1117. "dev-master": "2.3.x-dev"
  1118. }
  1119. },
  1120. "installation-source": "dist",
  1121. "autoload": {
  1122. "classmap": [
  1123. "src/"
  1124. ]
  1125. },
  1126. "notification-url": "https://packagist.org/downloads/",
  1127. "license": [
  1128. "BSD-3-Clause"
  1129. ],
  1130. "authors": [
  1131. {
  1132. "name": "Sebastian Bergmann",
  1133. "email": "sb@sebastian-bergmann.de",
  1134. "role": "lead"
  1135. }
  1136. ],
  1137. "description": "Mock Object library for PHPUnit",
  1138. "homepage": "https://github.com/sebastianbergmann/phpunit-mock-objects/",
  1139. "keywords": [
  1140. "mock",
  1141. "xunit"
  1142. ]
  1143. },
  1144. {
  1145. "name": "phpunit/php-token-stream",
  1146. "version": "1.4.8",
  1147. "version_normalized": "1.4.8.0",
  1148. "source": {
  1149. "type": "git",
  1150. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  1151. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da"
  1152. },
  1153. "dist": {
  1154. "type": "zip",
  1155. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1156. "reference": "3144ae21711fb6cac0b1ab4cbe63b75ce3d4e8da",
  1157. "shasum": ""
  1158. },
  1159. "require": {
  1160. "ext-tokenizer": "*",
  1161. "php": ">=5.3.3"
  1162. },
  1163. "require-dev": {
  1164. "phpunit/phpunit": "~4.2"
  1165. },
  1166. "time": "2015-09-15 10:49:45",
  1167. "type": "library",
  1168. "extra": {
  1169. "branch-alias": {
  1170. "dev-master": "1.4-dev"
  1171. }
  1172. },
  1173. "installation-source": "dist",
  1174. "autoload": {
  1175. "classmap": [
  1176. "src/"
  1177. ]
  1178. },
  1179. "notification-url": "https://packagist.org/downloads/",
  1180. "license": [
  1181. "BSD-3-Clause"
  1182. ],
  1183. "authors": [
  1184. {
  1185. "name": "Sebastian Bergmann",
  1186. "email": "sebastian@phpunit.de"
  1187. }
  1188. ],
  1189. "description": "Wrapper around PHP's tokenizer extension.",
  1190. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  1191. "keywords": [
  1192. "tokenizer"
  1193. ]
  1194. },
  1195. {
  1196. "name": "phpunit/php-file-iterator",
  1197. "version": "1.4.1",
  1198. "version_normalized": "1.4.1.0",
  1199. "source": {
  1200. "type": "git",
  1201. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  1202. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0"
  1203. },
  1204. "dist": {
  1205. "type": "zip",
  1206. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1207. "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0",
  1208. "shasum": ""
  1209. },
  1210. "require": {
  1211. "php": ">=5.3.3"
  1212. },
  1213. "time": "2015-06-21 13:08:43",
  1214. "type": "library",
  1215. "extra": {
  1216. "branch-alias": {
  1217. "dev-master": "1.4.x-dev"
  1218. }
  1219. },
  1220. "installation-source": "dist",
  1221. "autoload": {
  1222. "classmap": [
  1223. "src/"
  1224. ]
  1225. },
  1226. "notification-url": "https://packagist.org/downloads/",
  1227. "license": [
  1228. "BSD-3-Clause"
  1229. ],
  1230. "authors": [
  1231. {
  1232. "name": "Sebastian Bergmann",
  1233. "email": "sb@sebastian-bergmann.de",
  1234. "role": "lead"
  1235. }
  1236. ],
  1237. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  1238. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  1239. "keywords": [
  1240. "filesystem",
  1241. "iterator"
  1242. ]
  1243. },
  1244. {
  1245. "name": "phpunit/php-code-coverage",
  1246. "version": "2.2.4",
  1247. "version_normalized": "2.2.4.0",
  1248. "source": {
  1249. "type": "git",
  1250. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  1251. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979"
  1252. },
  1253. "dist": {
  1254. "type": "zip",
  1255. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1256. "reference": "eabf68b476ac7d0f73793aada060f1c1a9bf8979",
  1257. "shasum": ""
  1258. },
  1259. "require": {
  1260. "php": ">=5.3.3",
  1261. "phpunit/php-file-iterator": "~1.3",
  1262. "phpunit/php-text-template": "~1.2",
  1263. "phpunit/php-token-stream": "~1.3",
  1264. "sebastian/environment": "^1.3.2",
  1265. "sebastian/version": "~1.0"
  1266. },
  1267. "require-dev": {
  1268. "ext-xdebug": ">=2.1.4",
  1269. "phpunit/phpunit": "~4"
  1270. },
  1271. "suggest": {
  1272. "ext-dom": "*",
  1273. "ext-xdebug": ">=2.2.1",
  1274. "ext-xmlwriter": "*"
  1275. },
  1276. "time": "2015-10-06 15:47:00",
  1277. "type": "library",
  1278. "extra": {
  1279. "branch-alias": {
  1280. "dev-master": "2.2.x-dev"
  1281. }
  1282. },
  1283. "installation-source": "dist",
  1284. "autoload": {
  1285. "classmap": [
  1286. "src/"
  1287. ]
  1288. },
  1289. "notification-url": "https://packagist.org/downloads/",
  1290. "license": [
  1291. "BSD-3-Clause"
  1292. ],
  1293. "authors": [
  1294. {
  1295. "name": "Sebastian Bergmann",
  1296. "email": "sb@sebastian-bergmann.de",
  1297. "role": "lead"
  1298. }
  1299. ],
  1300. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  1301. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  1302. "keywords": [
  1303. "coverage",
  1304. "testing",
  1305. "xunit"
  1306. ]
  1307. },
  1308. {
  1309. "name": "league/event",
  1310. "version": "2.1.2",
  1311. "version_normalized": "2.1.2.0",
  1312. "source": {
  1313. "type": "git",
  1314. "url": "https://github.com/thephpleague/event.git",
  1315. "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd"
  1316. },
  1317. "dist": {
  1318. "type": "zip",
  1319. "url": "https://api.github.com/repos/thephpleague/event/zipball/e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
  1320. "reference": "e4bfc88dbcb60c8d8a2939a71f9813e141bbe4cd",
  1321. "shasum": ""
  1322. },
  1323. "require": {
  1324. "php": ">=5.4.0"
  1325. },
  1326. "require-dev": {
  1327. "henrikbjorn/phpspec-code-coverage": "~1.0.1",
  1328. "phpspec/phpspec": "~2.0.0"
  1329. },
  1330. "time": "2015-05-21 12:24:47",
  1331. "type": "library",
  1332. "extra": {
  1333. "branch-alias": {
  1334. "dev-master": "2.2-dev"
  1335. }
  1336. },
  1337. "installation-source": "dist",
  1338. "autoload": {
  1339. "psr-4": {
  1340. "League\\Event\\": "src/"
  1341. }
  1342. },
  1343. "notification-url": "https://packagist.org/downloads/",
  1344. "license": [
  1345. "MIT"
  1346. ],
  1347. "authors": [
  1348. {
  1349. "name": "Frank de Jonge",
  1350. "email": "info@frenky.net"
  1351. }
  1352. ],
  1353. "description": "Event package",
  1354. "keywords": [
  1355. "emitter",
  1356. "event",
  1357. "listener"
  1358. ]
  1359. },
  1360. {
  1361. "name": "league/oauth2-server",
  1362. "version": "4.1.5",
  1363. "version_normalized": "4.1.5.0",
  1364. "source": {
  1365. "type": "git",
  1366. "url": "https://github.com/thephpleague/oauth2-server.git",
  1367. "reference": "c5db707e694963f0ac86f1c3d7eb3b25c205ed17"
  1368. },
  1369. "dist": {
  1370. "type": "zip",
  1371. "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/c5db707e694963f0ac86f1c3d7eb3b25c205ed17",
  1372. "reference": "c5db707e694963f0ac86f1c3d7eb3b25c205ed17",
  1373. "shasum": ""
  1374. },
  1375. "require": {
  1376. "league/event": "~2.1",
  1377. "php": ">=5.4.0",
  1378. "symfony/http-foundation": "~2.4|~3.0"
  1379. },
  1380. "replace": {
  1381. "league/oauth2server": "*",
  1382. "lncd/oauth2": "*"
  1383. },
  1384. "require-dev": {
  1385. "mockery/mockery": "0.9.*",
  1386. "phpunit/phpunit": "4.3.*"
  1387. },
  1388. "time": "2016-01-04 19:56:12",
  1389. "type": "library",
  1390. "installation-source": "dist",
  1391. "autoload": {
  1392. "psr-4": {
  1393. "League\\OAuth2\\Server\\": "src/"
  1394. }
  1395. },
  1396. "notification-url": "https://packagist.org/downloads/",
  1397. "license": [
  1398. "MIT"
  1399. ],
  1400. "authors": [
  1401. {
  1402. "name": "Alex Bilbie",
  1403. "email": "hello@alexbilbie.com",
  1404. "homepage": "http://www.alexbilbie.com",
  1405. "role": "Developer"
  1406. }
  1407. ],
  1408. "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
  1409. "homepage": "http://oauth2.thephpleague.com/",
  1410. "keywords": [
  1411. "Authentication",
  1412. "api",
  1413. "auth",
  1414. "authorisation",
  1415. "authorization",
  1416. "oauth",
  1417. "oauth 2",
  1418. "oauth 2.0",
  1419. "oauth2",
  1420. "protect",
  1421. "resource",
  1422. "secure",
  1423. "server"
  1424. ]
  1425. },
  1426. {
  1427. "name": "lucadegasperi/oauth2-server-laravel",
  1428. "version": "5.1.4",
  1429. "version_normalized": "5.1.4.0",
  1430. "source": {
  1431. "type": "git",
  1432. "url": "https://github.com/lucadegasperi/oauth2-server-laravel.git",
  1433. "reference": "c2ff4eab6d40d88768d626fb82c9ea8a9e417672"
  1434. },
  1435. "dist": {
  1436. "type": "zip",
  1437. "url": "https://api.github.com/repos/lucadegasperi/oauth2-server-laravel/zipball/c2ff4eab6d40d88768d626fb82c9ea8a9e417672",
  1438. "reference": "c2ff4eab6d40d88768d626fb82c9ea8a9e417672",
  1439. "shasum": ""
  1440. },
  1441. "require": {
  1442. "illuminate/config": "5.1.* || 5.2.*",
  1443. "illuminate/console": "5.1.* || 5.2.*",
  1444. "illuminate/contracts": "5.1.* || 5.2.*",
  1445. "illuminate/database": "5.1.* || 5.2.*",
  1446. "illuminate/http": "5.1.* || 5.2.*",
  1447. "illuminate/support": "5.1.* || 5.2.*",
  1448. "league/oauth2-server": "4.1.*",
  1449. "php": ">=5.5.9"
  1450. },
  1451. "require-dev": {
  1452. "henrikbjorn/phpspec-code-coverage": "^1.0",
  1453. "mockery/mockery": "^0.9.4",
  1454. "orchestra/testbench": "3.1.* || 3.2.*",
  1455. "phpspec/phpspec": "^2.2",
  1456. "phpunit/phpunit": "^4.8 || ^5.0"
  1457. },
  1458. "time": "2016-01-29 13:11:59",
  1459. "type": "library",
  1460. "extra": {
  1461. "branch-alias": {
  1462. "dev-master": "5.1-dev"
  1463. }
  1464. },
  1465. "installation-source": "dist",
  1466. "autoload": {
  1467. "psr-4": {
  1468. "LucaDegasperi\\OAuth2Server\\": "src"
  1469. }
  1470. },
  1471. "notification-url": "https://packagist.org/downloads/",
  1472. "license": [
  1473. "MIT"
  1474. ],
  1475. "authors": [
  1476. {
  1477. "name": "Luca Degasperi",
  1478. "email": "packages@lucadegasperi.com"
  1479. },
  1480. {
  1481. "name": "Vincent Klaiber",
  1482. "email": "hello@vinkla.com"
  1483. }
  1484. ],
  1485. "description": "An OAuth 2.0 bridge for Laravel and Lumen",
  1486. "keywords": [
  1487. "api",
  1488. "laravel",
  1489. "lumen",
  1490. "oauth",
  1491. "oauth2",
  1492. "server"
  1493. ]
  1494. },
  1495. {
  1496. "name": "phpunit/php-timer",
  1497. "version": "1.0.8",
  1498. "version_normalized": "1.0.8.0",
  1499. "source": {
  1500. "type": "git",
  1501. "url": "https://github.com/sebastianbergmann/php-timer.git",
  1502. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260"
  1503. },
  1504. "dist": {
  1505. "type": "zip",
  1506. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1507. "reference": "38e9124049cf1a164f1e4537caf19c99bf1eb260",
  1508. "shasum": ""
  1509. },
  1510. "require": {
  1511. "php": ">=5.3.3"
  1512. },
  1513. "require-dev": {
  1514. "phpunit/phpunit": "~4|~5"
  1515. },
  1516. "time": "2016-05-12 18:03:57",
  1517. "type": "library",
  1518. "installation-source": "dist",
  1519. "autoload": {
  1520. "classmap": [
  1521. "src/"
  1522. ]
  1523. },
  1524. "notification-url": "https://packagist.org/downloads/",
  1525. "license": [
  1526. "BSD-3-Clause"
  1527. ],
  1528. "authors": [
  1529. {
  1530. "name": "Sebastian Bergmann",
  1531. "email": "sb@sebastian-bergmann.de",
  1532. "role": "lead"
  1533. }
  1534. ],
  1535. "description": "Utility class for timing",
  1536. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  1537. "keywords": [
  1538. "timer"
  1539. ]
  1540. },
  1541. {
  1542. "name": "sebastian/environment",
  1543. "version": "1.3.7",
  1544. "version_normalized": "1.3.7.0",
  1545. "source": {
  1546. "type": "git",
  1547. "url": "https://github.com/sebastianbergmann/environment.git",
  1548. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
  1549. },
  1550. "dist": {
  1551. "type": "zip",
  1552. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1553. "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
  1554. "shasum": ""
  1555. },
  1556. "require": {
  1557. "php": ">=5.3.3"
  1558. },
  1559. "require-dev": {
  1560. "phpunit/phpunit": "~4.4"
  1561. },
  1562. "time": "2016-05-17 03:18:57",
  1563. "type": "library",
  1564. "extra": {
  1565. "branch-alias": {
  1566. "dev-master": "1.3.x-dev"
  1567. }
  1568. },
  1569. "installation-source": "dist",
  1570. "autoload": {
  1571. "classmap": [
  1572. "src/"
  1573. ]
  1574. },
  1575. "notification-url": "https://packagist.org/downloads/",
  1576. "license": [
  1577. "BSD-3-Clause"
  1578. ],
  1579. "authors": [
  1580. {
  1581. "name": "Sebastian Bergmann",
  1582. "email": "sebastian@phpunit.de"
  1583. }
  1584. ],
  1585. "description": "Provides functionality to handle HHVM/PHP environments",
  1586. "homepage": "http://www.github.com/sebastianbergmann/environment",
  1587. "keywords": [
  1588. "Xdebug",
  1589. "environment",
  1590. "hhvm"
  1591. ]
  1592. },
  1593. {
  1594. "name": "phpunit/phpunit",
  1595. "version": "4.8.26",
  1596. "version_normalized": "4.8.26.0",
  1597. "source": {
  1598. "type": "git",
  1599. "url": "https://github.com/sebastianbergmann/phpunit.git",
  1600. "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74"
  1601. },
  1602. "dist": {
  1603. "type": "zip",
  1604. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/fc1d8cd5b5de11625979125c5639347896ac2c74",
  1605. "reference": "fc1d8cd5b5de11625979125c5639347896ac2c74",
  1606. "shasum": ""
  1607. },
  1608. "require": {
  1609. "ext-dom": "*",
  1610. "ext-json": "*",
  1611. "ext-pcre": "*",
  1612. "ext-reflection": "*",
  1613. "ext-spl": "*",
  1614. "php": ">=5.3.3",
  1615. "phpspec/prophecy": "^1.3.1",
  1616. "phpunit/php-code-coverage": "~2.1",
  1617. "phpunit/php-file-iterator": "~1.4",
  1618. "phpunit/php-text-template": "~1.2",
  1619. "phpunit/php-timer": "^1.0.6",
  1620. "phpunit/phpunit-mock-objects": "~2.3",
  1621. "sebastian/comparator": "~1.1",
  1622. "sebastian/diff": "~1.2",
  1623. "sebastian/environment": "~1.3",
  1624. "sebastian/exporter": "~1.2",
  1625. "sebastian/global-state": "~1.0",
  1626. "sebastian/version": "~1.0",
  1627. "symfony/yaml": "~2.1|~3.0"
  1628. },
  1629. "suggest": {
  1630. "phpunit/php-invoker": "~1.1"
  1631. },
  1632. "time": "2016-05-17 03:09:28",
  1633. "bin": [
  1634. "phpunit"
  1635. ],
  1636. "type": "library",
  1637. "extra": {
  1638. "branch-alias": {
  1639. "dev-master": "4.8.x-dev"
  1640. }
  1641. },
  1642. "installation-source": "dist",
  1643. "autoload": {
  1644. "classmap": [
  1645. "src/"
  1646. ]
  1647. },
  1648. "notification-url": "https://packagist.org/downloads/",
  1649. "license": [
  1650. "BSD-3-Clause"
  1651. ],
  1652. "authors": [
  1653. {
  1654. "name": "Sebastian Bergmann",
  1655. "email": "sebastian@phpunit.de",
  1656. "role": "lead"
  1657. }
  1658. ],
  1659. "description": "The PHP Unit Testing framework.",
  1660. "homepage": "https://phpunit.de/",
  1661. "keywords": [
  1662. "phpunit",
  1663. "testing",
  1664. "xunit"
  1665. ]
  1666. },
  1667. {
  1668. "name": "psr/http-message",
  1669. "version": "1.0",
  1670. "version_normalized": "1.0.0.0",
  1671. "source": {
  1672. "type": "git",
  1673. "url": "https://github.com/php-fig/http-message.git",
  1674. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298"
  1675. },
  1676. "dist": {
  1677. "type": "zip",
  1678. "url": "https://api.github.com/repos/php-fig/http-message/zipball/85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1679. "reference": "85d63699f0dbedb190bbd4b0d2b9dc707ea4c298",
  1680. "shasum": ""
  1681. },
  1682. "require": {
  1683. "php": ">=5.3.0"
  1684. },
  1685. "time": "2015-05-04 20:22:00",
  1686. "type": "library",
  1687. "extra": {
  1688. "branch-alias": {
  1689. "dev-master": "1.0.x-dev"
  1690. }
  1691. },
  1692. "installation-source": "dist",
  1693. "autoload": {
  1694. "psr-4": {
  1695. "Psr\\Http\\Message\\": "src/"
  1696. }
  1697. },
  1698. "notification-url": "https://packagist.org/downloads/",
  1699. "license": [
  1700. "MIT"
  1701. ],
  1702. "authors": [
  1703. {
  1704. "name": "PHP-FIG",
  1705. "homepage": "http://www.php-fig.org/"
  1706. }
  1707. ],
  1708. "description": "Common interface for HTTP messages",
  1709. "keywords": [
  1710. "http",
  1711. "http-message",
  1712. "psr",
  1713. "psr-7",
  1714. "request",
  1715. "response"
  1716. ]
  1717. },
  1718. {
  1719. "name": "doctrine/lexer",
  1720. "version": "v1.0.1",
  1721. "version_normalized": "1.0.1.0",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://github.com/doctrine/lexer.git",
  1725. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c"
  1726. },
  1727. "dist": {
  1728. "type": "zip",
  1729. "url": "https://api.github.com/repos/doctrine/lexer/zipball/83893c552fd2045dd78aef794c31e694c37c0b8c",
  1730. "reference": "83893c552fd2045dd78aef794c31e694c37c0b8c",
  1731. "shasum": ""
  1732. },
  1733. "require": {
  1734. "php": ">=5.3.2"
  1735. },
  1736. "time": "2014-09-09 13:34:57",
  1737. "type": "library",
  1738. "extra": {
  1739. "branch-alias": {
  1740. "dev-master": "1.0.x-dev"
  1741. }
  1742. },
  1743. "installation-source": "dist",
  1744. "autoload": {
  1745. "psr-0": {
  1746. "Doctrine\\Common\\Lexer\\": "lib/"
  1747. }
  1748. },
  1749. "notification-url": "https://packagist.org/downloads/",
  1750. "license": [
  1751. "MIT"
  1752. ],
  1753. "authors": [
  1754. {
  1755. "name": "Roman Borschel",
  1756. "email": "roman@code-factory.org"
  1757. },
  1758. {
  1759. "name": "Guilherme Blanco",
  1760. "email": "guilhermeblanco@gmail.com"
  1761. },
  1762. {
  1763. "name": "Johannes Schmitt",
  1764. "email": "schmittjoh@gmail.com"
  1765. }
  1766. ],
  1767. "description": "Base library for a lexer that can be used in Top-Down, Recursive Descent Parsers.",
  1768. "homepage": "http://www.doctrine-project.org",
  1769. "keywords": [
  1770. "lexer",
  1771. "parser"
  1772. ]
  1773. },
  1774. {
  1775. "name": "doctrine/annotations",
  1776. "version": "v1.2.7",
  1777. "version_normalized": "1.2.7.0",
  1778. "source": {
  1779. "type": "git",
  1780. "url": "https://github.com/doctrine/annotations.git",
  1781. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535"
  1782. },
  1783. "dist": {
  1784. "type": "zip",
  1785. "url": "https://api.github.com/repos/doctrine/annotations/zipball/f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  1786. "reference": "f25c8aab83e0c3e976fd7d19875f198ccf2f7535",
  1787. "shasum": ""
  1788. },
  1789. "require": {
  1790. "doctrine/lexer": "1.*",
  1791. "php": ">=5.3.2"
  1792. },
  1793. "require-dev": {
  1794. "doctrine/cache": "1.*",
  1795. "phpunit/phpunit": "4.*"
  1796. },
  1797. "time": "2015-08-31 12:32:49",
  1798. "type": "library",
  1799. "extra": {
  1800. "branch-alias": {
  1801. "dev-master": "1.3.x-dev"
  1802. }
  1803. },
  1804. "installation-source": "dist",
  1805. "autoload": {
  1806. "psr-0": {
  1807. "Doctrine\\Common\\Annotations\\": "lib/"
  1808. }
  1809. },
  1810. "notification-url": "https://packagist.org/downloads/",
  1811. "license": [
  1812. "MIT"
  1813. ],
  1814. "authors": [
  1815. {
  1816. "name": "Roman Borschel",
  1817. "email": "roman@code-factory.org"
  1818. },
  1819. {
  1820. "name": "Benjamin Eberlei",
  1821. "email": "kontakt@beberlei.de"
  1822. },
  1823. {
  1824. "name": "Guilherme Blanco",
  1825. "email": "guilhermeblanco@gmail.com"
  1826. },
  1827. {
  1828. "name": "Jonathan Wage",
  1829. "email": "jonwage@gmail.com"
  1830. },
  1831. {
  1832. "name": "Johannes Schmitt",
  1833. "email": "schmittjoh@gmail.com"
  1834. }
  1835. ],
  1836. "description": "Docblock Annotations Parser",
  1837. "homepage": "http://www.doctrine-project.org",
  1838. "keywords": [
  1839. "annotations",
  1840. "docblock",
  1841. "parser"
  1842. ]
  1843. },
  1844. {
  1845. "name": "doctrine/collections",
  1846. "version": "v1.3.0",
  1847. "version_normalized": "1.3.0.0",
  1848. "source": {
  1849. "type": "git",
  1850. "url": "https://github.com/doctrine/collections.git",
  1851. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a"
  1852. },
  1853. "dist": {
  1854. "type": "zip",
  1855. "url": "https://api.github.com/repos/doctrine/collections/zipball/6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  1856. "reference": "6c1e4eef75f310ea1b3e30945e9f06e652128b8a",
  1857. "shasum": ""
  1858. },
  1859. "require": {
  1860. "php": ">=5.3.2"
  1861. },
  1862. "require-dev": {
  1863. "phpunit/phpunit": "~4.0"
  1864. },
  1865. "time": "2015-04-14 22:21:58",
  1866. "type": "library",
  1867. "extra": {
  1868. "branch-alias": {
  1869. "dev-master": "1.2.x-dev"
  1870. }
  1871. },
  1872. "installation-source": "dist",
  1873. "autoload": {
  1874. "psr-0": {
  1875. "Doctrine\\Common\\Collections\\": "lib/"
  1876. }
  1877. },
  1878. "notification-url": "https://packagist.org/downloads/",
  1879. "license": [
  1880. "MIT"
  1881. ],
  1882. "authors": [
  1883. {
  1884. "name": "Roman Borschel",
  1885. "email": "roman@code-factory.org"
  1886. },
  1887. {
  1888. "name": "Benjamin Eberlei",
  1889. "email": "kontakt@beberlei.de"
  1890. },
  1891. {
  1892. "name": "Guilherme Blanco",
  1893. "email": "guilhermeblanco@gmail.com"
  1894. },
  1895. {
  1896. "name": "Jonathan Wage",
  1897. "email": "jonwage@gmail.com"
  1898. },
  1899. {
  1900. "name": "Johannes Schmitt",
  1901. "email": "schmittjoh@gmail.com"
  1902. }
  1903. ],
  1904. "description": "Collections Abstraction library",
  1905. "homepage": "http://www.doctrine-project.org",
  1906. "keywords": [
  1907. "array",
  1908. "collections",
  1909. "iterator"
  1910. ]
  1911. },
  1912. {
  1913. "name": "doctrine/cache",
  1914. "version": "v1.6.0",
  1915. "version_normalized": "1.6.0.0",
  1916. "source": {
  1917. "type": "git",
  1918. "url": "https://github.com/doctrine/cache.git",
  1919. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6"
  1920. },
  1921. "dist": {
  1922. "type": "zip",
  1923. "url": "https://api.github.com/repos/doctrine/cache/zipball/f8af318d14bdb0eff0336795b428b547bd39ccb6",
  1924. "reference": "f8af318d14bdb0eff0336795b428b547bd39ccb6",
  1925. "shasum": ""
  1926. },
  1927. "require": {
  1928. "php": "~5.5|~7.0"
  1929. },
  1930. "conflict": {
  1931. "doctrine/common": ">2.2,<2.4"
  1932. },
  1933. "require-dev": {
  1934. "phpunit/phpunit": "~4.8|~5.0",
  1935. "predis/predis": "~1.0",
  1936. "satooshi/php-coveralls": "~0.6"
  1937. },
  1938. "time": "2015-12-31 16:37:02",
  1939. "type": "library",
  1940. "extra": {
  1941. "branch-alias": {
  1942. "dev-master": "1.6.x-dev"
  1943. }
  1944. },
  1945. "installation-source": "dist",
  1946. "autoload": {
  1947. "psr-4": {
  1948. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  1949. }
  1950. },
  1951. "notification-url": "https://packagist.org/downloads/",
  1952. "license": [
  1953. "MIT"
  1954. ],
  1955. "authors": [
  1956. {
  1957. "name": "Roman Borschel",
  1958. "email": "roman@code-factory.org"
  1959. },
  1960. {
  1961. "name": "Benjamin Eberlei",
  1962. "email": "kontakt@beberlei.de"
  1963. },
  1964. {
  1965. "name": "Guilherme Blanco",
  1966. "email": "guilhermeblanco@gmail.com"
  1967. },
  1968. {
  1969. "name": "Jonathan Wage",
  1970. "email": "jonwage@gmail.com"
  1971. },
  1972. {
  1973. "name": "Johannes Schmitt",
  1974. "email": "schmittjoh@gmail.com"
  1975. }
  1976. ],
  1977. "description": "Caching library offering an object-oriented API for many cache backends",
  1978. "homepage": "http://www.doctrine-project.org",
  1979. "keywords": [
  1980. "cache",
  1981. "caching"
  1982. ]
  1983. },
  1984. {
  1985. "name": "doctrine/common",
  1986. "version": "v2.6.1",
  1987. "version_normalized": "2.6.1.0",
  1988. "source": {
  1989. "type": "git",
  1990. "url": "https://github.com/doctrine/common.git",
  1991. "reference": "a579557bc689580c19fee4e27487a67fe60defc0"
  1992. },
  1993. "dist": {
  1994. "type": "zip",
  1995. "url": "https://api.github.com/repos/doctrine/common/zipball/a579557bc689580c19fee4e27487a67fe60defc0",
  1996. "reference": "a579557bc689580c19fee4e27487a67fe60defc0",
  1997. "shasum": ""
  1998. },
  1999. "require": {
  2000. "doctrine/annotations": "1.*",
  2001. "doctrine/cache": "1.*",
  2002. "doctrine/collections": "1.*",
  2003. "doctrine/inflector": "1.*",
  2004. "doctrine/lexer": "1.*",
  2005. "php": "~5.5|~7.0"
  2006. },
  2007. "require-dev": {
  2008. "phpunit/phpunit": "~4.8|~5.0"
  2009. },
  2010. "time": "2015-12-25 13:18:31",
  2011. "type": "library",
  2012. "extra": {
  2013. "branch-alias": {
  2014. "dev-master": "2.7.x-dev"
  2015. }
  2016. },
  2017. "installation-source": "dist",
  2018. "autoload": {
  2019. "psr-4": {
  2020. "Doctrine\\Common\\": "lib/Doctrine/Common"
  2021. }
  2022. },
  2023. "notification-url": "https://packagist.org/downloads/",
  2024. "license": [
  2025. "MIT"
  2026. ],
  2027. "authors": [
  2028. {
  2029. "name": "Roman Borschel",
  2030. "email": "roman@code-factory.org"
  2031. },
  2032. {
  2033. "name": "Benjamin Eberlei",
  2034. "email": "kontakt@beberlei.de"
  2035. },
  2036. {
  2037. "name": "Guilherme Blanco",
  2038. "email": "guilhermeblanco@gmail.com"
  2039. },
  2040. {
  2041. "name": "Jonathan Wage",
  2042. "email": "jonwage@gmail.com"
  2043. },
  2044. {
  2045. "name": "Johannes Schmitt",
  2046. "email": "schmittjoh@gmail.com"
  2047. }
  2048. ],
  2049. "description": "Common Library for Doctrine projects",
  2050. "homepage": "http://www.doctrine-project.org",
  2051. "keywords": [
  2052. "annotations",
  2053. "collections",
  2054. "eventmanager",
  2055. "persistence",
  2056. "spl"
  2057. ]
  2058. },
  2059. {
  2060. "name": "doctrine/dbal",
  2061. "version": "v2.5.4",
  2062. "version_normalized": "2.5.4.0",
  2063. "source": {
  2064. "type": "git",
  2065. "url": "https://github.com/doctrine/dbal.git",
  2066. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769"
  2067. },
  2068. "dist": {
  2069. "type": "zip",
  2070. "url": "https://api.github.com/repos/doctrine/dbal/zipball/abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  2071. "reference": "abbdfd1cff43a7b99d027af3be709bc8fc7d4769",
  2072. "shasum": ""
  2073. },
  2074. "require": {
  2075. "doctrine/common": ">=2.4,<2.7-dev",
  2076. "php": ">=5.3.2"
  2077. },
  2078. "require-dev": {
  2079. "phpunit/phpunit": "4.*",
  2080. "symfony/console": "2.*"
  2081. },
  2082. "suggest": {
  2083. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  2084. },
  2085. "time": "2016-01-05 22:11:12",
  2086. "bin": [
  2087. "bin/doctrine-dbal"
  2088. ],
  2089. "type": "library",
  2090. "extra": {
  2091. "branch-alias": {
  2092. "dev-master": "2.5.x-dev"
  2093. }
  2094. },
  2095. "installation-source": "dist",
  2096. "autoload": {
  2097. "psr-0": {
  2098. "Doctrine\\DBAL\\": "lib/"
  2099. }
  2100. },
  2101. "notification-url": "https://packagist.org/downloads/",
  2102. "license": [
  2103. "MIT"
  2104. ],
  2105. "authors": [
  2106. {
  2107. "name": "Roman Borschel",
  2108. "email": "roman@code-factory.org"
  2109. },
  2110. {
  2111. "name": "Benjamin Eberlei",
  2112. "email": "kontakt@beberlei.de"
  2113. },
  2114. {
  2115. "name": "Guilherme Blanco",
  2116. "email": "guilhermeblanco@gmail.com"
  2117. },
  2118. {
  2119. "name": "Jonathan Wage",
  2120. "email": "jonwage@gmail.com"
  2121. }
  2122. ],
  2123. "description": "Database Abstraction Layer",
  2124. "homepage": "http://www.doctrine-project.org",
  2125. "keywords": [
  2126. "database",
  2127. "dbal",
  2128. "persistence",
  2129. "queryobject"
  2130. ]
  2131. },
  2132. {
  2133. "name": "mockery/mockery",
  2134. "version": "0.9.5",
  2135. "version_normalized": "0.9.5.0",
  2136. "source": {
  2137. "type": "git",
  2138. "url": "https://github.com/padraic/mockery.git",
  2139. "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2"
  2140. },
  2141. "dist": {
  2142. "type": "zip",
  2143. "url": "https://api.github.com/repos/padraic/mockery/zipball/4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2144. "reference": "4db079511a283e5aba1b3c2fb19037c645e70fc2",
  2145. "shasum": ""
  2146. },
  2147. "require": {
  2148. "hamcrest/hamcrest-php": "~1.1",
  2149. "lib-pcre": ">=7.0",
  2150. "php": ">=5.3.2"
  2151. },
  2152. "require-dev": {
  2153. "phpunit/phpunit": "~4.0"
  2154. },
  2155. "time": "2016-05-22 21:52:33",
  2156. "type": "library",
  2157. "extra": {
  2158. "branch-alias": {
  2159. "dev-master": "0.9.x-dev"
  2160. }
  2161. },
  2162. "installation-source": "dist",
  2163. "autoload": {
  2164. "psr-0": {
  2165. "Mockery": "library/"
  2166. }
  2167. },
  2168. "notification-url": "https://packagist.org/downloads/",
  2169. "license": [
  2170. "BSD-3-Clause"
  2171. ],
  2172. "authors": [
  2173. {
  2174. "name": "Pádraic Brady",
  2175. "email": "padraic.brady@gmail.com",
  2176. "homepage": "http://blog.astrumfutura.com"
  2177. },
  2178. {
  2179. "name": "Dave Marshall",
  2180. "email": "dave.marshall@atstsolutions.co.uk",
  2181. "homepage": "http://davedevelopment.co.uk"
  2182. }
  2183. ],
  2184. "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.",
  2185. "homepage": "http://github.com/padraic/mockery",
  2186. "keywords": [
  2187. "BDD",
  2188. "TDD",
  2189. "library",
  2190. "mock",
  2191. "mock objects",
  2192. "mockery",
  2193. "stub",
  2194. "test",
  2195. "test double",
  2196. "testing"
  2197. ]
  2198. },
  2199. {
  2200. "name": "symfony/polyfill-util",
  2201. "version": "v1.2.0",
  2202. "version_normalized": "1.2.0.0",
  2203. "source": {
  2204. "type": "git",
  2205. "url": "https://github.com/symfony/polyfill-util.git",
  2206. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99"
  2207. },
  2208. "dist": {
  2209. "type": "zip",
  2210. "url": "https://api.github.com/repos/symfony/polyfill-util/zipball/ef830ce3d218e622b221d6bfad42c751d974bf99",
  2211. "reference": "ef830ce3d218e622b221d6bfad42c751d974bf99",
  2212. "shasum": ""
  2213. },
  2214. "require": {
  2215. "php": ">=5.3.3"
  2216. },
  2217. "time": "2016-05-18 14:26:46",
  2218. "type": "library",
  2219. "extra": {
  2220. "branch-alias": {
  2221. "dev-master": "1.2-dev"
  2222. }
  2223. },
  2224. "installation-source": "dist",
  2225. "autoload": {
  2226. "psr-4": {
  2227. "Symfony\\Polyfill\\Util\\": ""
  2228. }
  2229. },
  2230. "notification-url": "https://packagist.org/downloads/",
  2231. "license": [
  2232. "MIT"
  2233. ],
  2234. "authors": [
  2235. {
  2236. "name": "Nicolas Grekas",
  2237. "email": "p@tchwork.com"
  2238. },
  2239. {
  2240. "name": "Symfony Community",
  2241. "homepage": "https://symfony.com/contributors"
  2242. }
  2243. ],
  2244. "description": "Symfony utilities for portability of PHP codes",
  2245. "homepage": "https://symfony.com",
  2246. "keywords": [
  2247. "compat",
  2248. "compatibility",
  2249. "polyfill",
  2250. "shim"
  2251. ]
  2252. },
  2253. {
  2254. "name": "symfony/polyfill-php56",
  2255. "version": "v1.2.0",
  2256. "version_normalized": "1.2.0.0",
  2257. "source": {
  2258. "type": "git",
  2259. "url": "https://github.com/symfony/polyfill-php56.git",
  2260. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a"
  2261. },
  2262. "dist": {
  2263. "type": "zip",
  2264. "url": "https://api.github.com/repos/symfony/polyfill-php56/zipball/3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2265. "reference": "3edf57a8fbf9a927533344cef65ad7e1cf31030a",
  2266. "shasum": ""
  2267. },
  2268. "require": {
  2269. "php": ">=5.3.3",
  2270. "symfony/polyfill-util": "~1.0"
  2271. },
  2272. "time": "2016-05-18 14:26:46",
  2273. "type": "library",
  2274. "extra": {
  2275. "branch-alias": {
  2276. "dev-master": "1.2-dev"
  2277. }
  2278. },
  2279. "installation-source": "dist",
  2280. "autoload": {
  2281. "psr-4": {
  2282. "Symfony\\Polyfill\\Php56\\": ""
  2283. },
  2284. "files": [
  2285. "bootstrap.php"
  2286. ]
  2287. },
  2288. "notification-url": "https://packagist.org/downloads/",
  2289. "license": [
  2290. "MIT"
  2291. ],
  2292. "authors": [
  2293. {
  2294. "name": "Nicolas Grekas",
  2295. "email": "p@tchwork.com"
  2296. },
  2297. {
  2298. "name": "Symfony Community",
  2299. "homepage": "https://symfony.com/contributors"
  2300. }
  2301. ],
  2302. "description": "Symfony polyfill backporting some PHP 5.6+ features to lower PHP versions",
  2303. "homepage": "https://symfony.com",
  2304. "keywords": [
  2305. "compatibility",
  2306. "polyfill",
  2307. "portable",
  2308. "shim"
  2309. ]
  2310. },
  2311. {
  2312. "name": "symfony/polyfill-mbstring",
  2313. "version": "v1.2.0",
  2314. "version_normalized": "1.2.0.0",
  2315. "source": {
  2316. "type": "git",
  2317. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2318. "reference": "dff51f72b0706335131b00a7f49606168c582594"
  2319. },
  2320. "dist": {
  2321. "type": "zip",
  2322. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
  2323. "reference": "dff51f72b0706335131b00a7f49606168c582594",
  2324. "shasum": ""
  2325. },
  2326. "require": {
  2327. "php": ">=5.3.3"
  2328. },
  2329. "suggest": {
  2330. "ext-mbstring": "For best performance"
  2331. },
  2332. "time": "2016-05-18 14:26:46",
  2333. "type": "library",
  2334. "extra": {
  2335. "branch-alias": {
  2336. "dev-master": "1.2-dev"
  2337. }
  2338. },
  2339. "installation-source": "dist",
  2340. "autoload": {
  2341. "psr-4": {
  2342. "Symfony\\Polyfill\\Mbstring\\": ""
  2343. },
  2344. "files": [
  2345. "bootstrap.php"
  2346. ]
  2347. },
  2348. "notification-url": "https://packagist.org/downloads/",
  2349. "license": [
  2350. "MIT"
  2351. ],
  2352. "authors": [
  2353. {
  2354. "name": "Nicolas Grekas",
  2355. "email": "p@tchwork.com"
  2356. },
  2357. {
  2358. "name": "Symfony Community",
  2359. "homepage": "https://symfony.com/contributors"
  2360. }
  2361. ],
  2362. "description": "Symfony polyfill for the Mbstring extension",
  2363. "homepage": "https://symfony.com",
  2364. "keywords": [
  2365. "compatibility",
  2366. "mbstring",
  2367. "polyfill",
  2368. "portable",
  2369. "shim"
  2370. ]
  2371. },
  2372. {
  2373. "name": "guzzlehttp/promises",
  2374. "version": "1.2.0",
  2375. "version_normalized": "1.2.0.0",
  2376. "source": {
  2377. "type": "git",
  2378. "url": "https://github.com/guzzle/promises.git",
  2379. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579"
  2380. },
  2381. "dist": {
  2382. "type": "zip",
  2383. "url": "https://api.github.com/repos/guzzle/promises/zipball/c10d860e2a9595f8883527fa0021c7da9e65f579",
  2384. "reference": "c10d860e2a9595f8883527fa0021c7da9e65f579",
  2385. "shasum": ""
  2386. },
  2387. "require": {
  2388. "php": ">=5.5.0"
  2389. },
  2390. "require-dev": {
  2391. "phpunit/phpunit": "~4.0"
  2392. },
  2393. "time": "2016-05-18 16:56:05",
  2394. "type": "library",
  2395. "extra": {
  2396. "branch-alias": {
  2397. "dev-master": "1.0-dev"
  2398. }
  2399. },
  2400. "installation-source": "dist",
  2401. "autoload": {
  2402. "psr-4": {
  2403. "GuzzleHttp\\Promise\\": "src/"
  2404. },
  2405. "files": [
  2406. "src/functions_include.php"
  2407. ]
  2408. },
  2409. "notification-url": "https://packagist.org/downloads/",
  2410. "license": [
  2411. "MIT"
  2412. ],
  2413. "authors": [
  2414. {
  2415. "name": "Michael Dowling",
  2416. "email": "mtdowling@gmail.com",
  2417. "homepage": "https://github.com/mtdowling"
  2418. }
  2419. ],
  2420. "description": "Guzzle promises library",
  2421. "keywords": [
  2422. "promise"
  2423. ]
  2424. },
  2425. {
  2426. "name": "laravelcollective/html",
  2427. "version": "v5.2.4",
  2428. "version_normalized": "5.2.4.0",
  2429. "source": {
  2430. "type": "git",
  2431. "url": "https://github.com/LaravelCollective/html.git",
  2432. "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5"
  2433. },
  2434. "dist": {
  2435. "type": "zip",
  2436. "url": "https://api.github.com/repos/LaravelCollective/html/zipball/3a312d39ffe37da0f57b602618b61fd07c1fcec5",
  2437. "reference": "3a312d39ffe37da0f57b602618b61fd07c1fcec5",
  2438. "shasum": ""
  2439. },
  2440. "require": {
  2441. "illuminate/http": "5.2.*",
  2442. "illuminate/routing": "5.2.*",
  2443. "illuminate/session": "5.2.*",
  2444. "illuminate/support": "5.2.*",
  2445. "illuminate/view": "5.2.*",
  2446. "php": ">=5.5.9"
  2447. },
  2448. "require-dev": {
  2449. "illuminate/database": "5.2.*",
  2450. "mockery/mockery": "~0.9",
  2451. "phpunit/phpunit": "~4.0"
  2452. },
  2453. "time": "2016-01-27 22:29:54",
  2454. "type": "library",
  2455. "installation-source": "dist",
  2456. "autoload": {
  2457. "psr-4": {
  2458. "Collective\\Html\\": "src/"
  2459. },
  2460. "files": [
  2461. "src/helpers.php"
  2462. ]
  2463. },
  2464. "notification-url": "https://packagist.org/downloads/",
  2465. "license": [
  2466. "MIT"
  2467. ],
  2468. "authors": [
  2469. {
  2470. "name": "Taylor Otwell",
  2471. "email": "taylorotwell@gmail.com"
  2472. },
  2473. {
  2474. "name": "Adam Engebretson",
  2475. "email": "adam@laravelcollective.com"
  2476. }
  2477. ],
  2478. "description": "HTML and Form Builders for the Laravel Framework",
  2479. "homepage": "http://laravelcollective.com"
  2480. },
  2481. {
  2482. "name": "vlucas/phpdotenv",
  2483. "version": "v2.3.0",
  2484. "version_normalized": "2.3.0.0",
  2485. "source": {
  2486. "type": "git",
  2487. "url": "https://github.com/vlucas/phpdotenv.git",
  2488. "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a"
  2489. },
  2490. "dist": {
  2491. "type": "zip",
  2492. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/9ca5644c536654e9509b9d257f53c58630eb2a6a",
  2493. "reference": "9ca5644c536654e9509b9d257f53c58630eb2a6a",
  2494. "shasum": ""
  2495. },
  2496. "require": {
  2497. "php": ">=5.3.9"
  2498. },
  2499. "require-dev": {
  2500. "phpunit/phpunit": "^4.8 || ^5.0"
  2501. },
  2502. "time": "2016-06-14 14:14:52",
  2503. "type": "library",
  2504. "extra": {
  2505. "branch-alias": {
  2506. "dev-master": "2.3-dev"
  2507. }
  2508. },
  2509. "installation-source": "dist",
  2510. "autoload": {
  2511. "psr-4": {
  2512. "Dotenv\\": "src/"
  2513. }
  2514. },
  2515. "notification-url": "https://packagist.org/downloads/",
  2516. "license": [
  2517. "BSD-3-Clause-Attribution"
  2518. ],
  2519. "authors": [
  2520. {
  2521. "name": "Vance Lucas",
  2522. "email": "vance@vancelucas.com",
  2523. "homepage": "http://www.vancelucas.com"
  2524. }
  2525. ],
  2526. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  2527. "keywords": [
  2528. "dotenv",
  2529. "env",
  2530. "environment"
  2531. ]
  2532. },
  2533. {
  2534. "name": "symfony/var-dumper",
  2535. "version": "v3.0.8",
  2536. "version_normalized": "3.0.8.0",
  2537. "source": {
  2538. "type": "git",
  2539. "url": "https://github.com/symfony/var-dumper.git",
  2540. "reference": "2f046e9a9d571f22cc8b26783564876713b06579"
  2541. },
  2542. "dist": {
  2543. "type": "zip",
  2544. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2f046e9a9d571f22cc8b26783564876713b06579",
  2545. "reference": "2f046e9a9d571f22cc8b26783564876713b06579",
  2546. "shasum": ""
  2547. },
  2548. "require": {
  2549. "php": ">=5.5.9",
  2550. "symfony/polyfill-mbstring": "~1.0"
  2551. },
  2552. "require-dev": {
  2553. "twig/twig": "~1.20|~2.0"
  2554. },
  2555. "suggest": {
  2556. "ext-symfony_debug": ""
  2557. },
  2558. "time": "2016-06-29 05:40:00",
  2559. "type": "library",
  2560. "extra": {
  2561. "branch-alias": {
  2562. "dev-master": "3.0-dev"
  2563. }
  2564. },
  2565. "installation-source": "dist",
  2566. "autoload": {
  2567. "files": [
  2568. "Resources/functions/dump.php"
  2569. ],
  2570. "psr-4": {
  2571. "Symfony\\Component\\VarDumper\\": ""
  2572. },
  2573. "exclude-from-classmap": [
  2574. "/Tests/"
  2575. ]
  2576. },
  2577. "notification-url": "https://packagist.org/downloads/",
  2578. "license": [
  2579. "MIT"
  2580. ],
  2581. "authors": [
  2582. {
  2583. "name": "Nicolas Grekas",
  2584. "email": "p@tchwork.com"
  2585. },
  2586. {
  2587. "name": "Symfony Community",
  2588. "homepage": "https://symfony.com/contributors"
  2589. }
  2590. ],
  2591. "description": "Symfony mechanism for exploring and dumping PHP variables",
  2592. "homepage": "https://symfony.com",
  2593. "keywords": [
  2594. "debug",
  2595. "dump"
  2596. ]
  2597. },
  2598. {
  2599. "name": "symfony/translation",
  2600. "version": "v3.0.8",
  2601. "version_normalized": "3.0.8.0",
  2602. "source": {
  2603. "type": "git",
  2604. "url": "https://github.com/symfony/translation.git",
  2605. "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8"
  2606. },
  2607. "dist": {
  2608. "type": "zip",
  2609. "url": "https://api.github.com/repos/symfony/translation/zipball/6bf844e1ee3c820c012386c10427a5c67bbefec8",
  2610. "reference": "6bf844e1ee3c820c012386c10427a5c67bbefec8",
  2611. "shasum": ""
  2612. },
  2613. "require": {
  2614. "php": ">=5.5.9",
  2615. "symfony/polyfill-mbstring": "~1.0"
  2616. },
  2617. "conflict": {
  2618. "symfony/config": "<2.8"
  2619. },
  2620. "require-dev": {
  2621. "psr/log": "~1.0",
  2622. "symfony/config": "~2.8|~3.0",
  2623. "symfony/intl": "~2.8|~3.0",
  2624. "symfony/yaml": "~2.8|~3.0"
  2625. },
  2626. "suggest": {
  2627. "psr/log": "To use logging capability in translator",
  2628. "symfony/config": "",
  2629. "symfony/yaml": ""
  2630. },
  2631. "time": "2016-06-29 05:40:00",
  2632. "type": "library",
  2633. "extra": {
  2634. "branch-alias": {
  2635. "dev-master": "3.0-dev"
  2636. }
  2637. },
  2638. "installation-source": "dist",
  2639. "autoload": {
  2640. "psr-4": {
  2641. "Symfony\\Component\\Translation\\": ""
  2642. },
  2643. "exclude-from-classmap": [
  2644. "/Tests/"
  2645. ]
  2646. },
  2647. "notification-url": "https://packagist.org/downloads/",
  2648. "license": [
  2649. "MIT"
  2650. ],
  2651. "authors": [
  2652. {
  2653. "name": "Fabien Potencier",
  2654. "email": "fabien@symfony.com"
  2655. },
  2656. {
  2657. "name": "Symfony Community",
  2658. "homepage": "https://symfony.com/contributors"
  2659. }
  2660. ],
  2661. "description": "Symfony Translation Component",
  2662. "homepage": "https://symfony.com"
  2663. },
  2664. {
  2665. "name": "symfony/routing",
  2666. "version": "v3.0.8",
  2667. "version_normalized": "3.0.8.0",
  2668. "source": {
  2669. "type": "git",
  2670. "url": "https://github.com/symfony/routing.git",
  2671. "reference": "9038984bd9c05ab07280121e9e10f61a7231457b"
  2672. },
  2673. "dist": {
  2674. "type": "zip",
  2675. "url": "https://api.github.com/repos/symfony/routing/zipball/9038984bd9c05ab07280121e9e10f61a7231457b",
  2676. "reference": "9038984bd9c05ab07280121e9e10f61a7231457b",
  2677. "shasum": ""
  2678. },
  2679. "require": {
  2680. "php": ">=5.5.9"
  2681. },
  2682. "conflict": {
  2683. "symfony/config": "<2.8"
  2684. },
  2685. "require-dev": {
  2686. "doctrine/annotations": "~1.0",
  2687. "doctrine/common": "~2.2",
  2688. "psr/log": "~1.0",
  2689. "symfony/config": "~2.8|~3.0",
  2690. "symfony/expression-language": "~2.8|~3.0",
  2691. "symfony/http-foundation": "~2.8|~3.0",
  2692. "symfony/yaml": "~2.8|~3.0"
  2693. },
  2694. "suggest": {
  2695. "doctrine/annotations": "For using the annotation loader",
  2696. "symfony/config": "For using the all-in-one router or any loader",
  2697. "symfony/dependency-injection": "For loading routes from a service",
  2698. "symfony/expression-language": "For using expression matching",
  2699. "symfony/http-foundation": "For using a Symfony Request object",
  2700. "symfony/yaml": "For using the YAML loader"
  2701. },
  2702. "time": "2016-06-29 05:40:00",
  2703. "type": "library",
  2704. "extra": {
  2705. "branch-alias": {
  2706. "dev-master": "3.0-dev"
  2707. }
  2708. },
  2709. "installation-source": "dist",
  2710. "autoload": {
  2711. "psr-4": {
  2712. "Symfony\\Component\\Routing\\": ""
  2713. },
  2714. "exclude-from-classmap": [
  2715. "/Tests/"
  2716. ]
  2717. },
  2718. "notification-url": "https://packagist.org/downloads/",
  2719. "license": [
  2720. "MIT"
  2721. ],
  2722. "authors": [
  2723. {
  2724. "name": "Fabien Potencier",
  2725. "email": "fabien@symfony.com"
  2726. },
  2727. {
  2728. "name": "Symfony Community",
  2729. "homepage": "https://symfony.com/contributors"
  2730. }
  2731. ],
  2732. "description": "Symfony Routing Component",
  2733. "homepage": "https://symfony.com",
  2734. "keywords": [
  2735. "router",
  2736. "routing",
  2737. "uri",
  2738. "url"
  2739. ]
  2740. },
  2741. {
  2742. "name": "symfony/process",
  2743. "version": "v3.0.8",
  2744. "version_normalized": "3.0.8.0",
  2745. "source": {
  2746. "type": "git",
  2747. "url": "https://github.com/symfony/process.git",
  2748. "reference": "d7cde1f9d94d87060204f863779389b61c382eeb"
  2749. },
  2750. "dist": {
  2751. "type": "zip",
  2752. "url": "https://api.github.com/repos/symfony/process/zipball/d7cde1f9d94d87060204f863779389b61c382eeb",
  2753. "reference": "d7cde1f9d94d87060204f863779389b61c382eeb",
  2754. "shasum": ""
  2755. },
  2756. "require": {
  2757. "php": ">=5.5.9"
  2758. },
  2759. "time": "2016-06-29 05:40:00",
  2760. "type": "library",
  2761. "extra": {
  2762. "branch-alias": {
  2763. "dev-master": "3.0-dev"
  2764. }
  2765. },
  2766. "installation-source": "dist",
  2767. "autoload": {
  2768. "psr-4": {
  2769. "Symfony\\Component\\Process\\": ""
  2770. },
  2771. "exclude-from-classmap": [
  2772. "/Tests/"
  2773. ]
  2774. },
  2775. "notification-url": "https://packagist.org/downloads/",
  2776. "license": [
  2777. "MIT"
  2778. ],
  2779. "authors": [
  2780. {
  2781. "name": "Fabien Potencier",
  2782. "email": "fabien@symfony.com"
  2783. },
  2784. {
  2785. "name": "Symfony Community",
  2786. "homepage": "https://symfony.com/contributors"
  2787. }
  2788. ],
  2789. "description": "Symfony Process Component",
  2790. "homepage": "https://symfony.com"
  2791. },
  2792. {
  2793. "name": "symfony/http-foundation",
  2794. "version": "v3.0.8",
  2795. "version_normalized": "3.0.8.0",
  2796. "source": {
  2797. "type": "git",
  2798. "url": "https://github.com/symfony/http-foundation.git",
  2799. "reference": "1341139f906d295baa4f4abd55293d07e25a065a"
  2800. },
  2801. "dist": {
  2802. "type": "zip",
  2803. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/1341139f906d295baa4f4abd55293d07e25a065a",
  2804. "reference": "1341139f906d295baa4f4abd55293d07e25a065a",
  2805. "shasum": ""
  2806. },
  2807. "require": {
  2808. "php": ">=5.5.9",
  2809. "symfony/polyfill-mbstring": "~1.1"
  2810. },
  2811. "require-dev": {
  2812. "symfony/expression-language": "~2.8|~3.0"
  2813. },
  2814. "time": "2016-06-29 07:02:21",
  2815. "type": "library",
  2816. "extra": {
  2817. "branch-alias": {
  2818. "dev-master": "3.0-dev"
  2819. }
  2820. },
  2821. "installation-source": "dist",
  2822. "autoload": {
  2823. "psr-4": {
  2824. "Symfony\\Component\\HttpFoundation\\": ""
  2825. },
  2826. "exclude-from-classmap": [
  2827. "/Tests/"
  2828. ]
  2829. },
  2830. "notification-url": "https://packagist.org/downloads/",
  2831. "license": [
  2832. "MIT"
  2833. ],
  2834. "authors": [
  2835. {
  2836. "name": "Fabien Potencier",
  2837. "email": "fabien@symfony.com"
  2838. },
  2839. {
  2840. "name": "Symfony Community",
  2841. "homepage": "https://symfony.com/contributors"
  2842. }
  2843. ],
  2844. "description": "Symfony HttpFoundation Component",
  2845. "homepage": "https://symfony.com"
  2846. },
  2847. {
  2848. "name": "symfony/event-dispatcher",
  2849. "version": "v3.1.2",
  2850. "version_normalized": "3.1.2.0",
  2851. "source": {
  2852. "type": "git",
  2853. "url": "https://github.com/symfony/event-dispatcher.git",
  2854. "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5"
  2855. },
  2856. "dist": {
  2857. "type": "zip",
  2858. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/7f9839ede2070f53e7e2f0849b9bd14748c434c5",
  2859. "reference": "7f9839ede2070f53e7e2f0849b9bd14748c434c5",
  2860. "shasum": ""
  2861. },
  2862. "require": {
  2863. "php": ">=5.5.9"
  2864. },
  2865. "require-dev": {
  2866. "psr/log": "~1.0",
  2867. "symfony/config": "~2.8|~3.0",
  2868. "symfony/dependency-injection": "~2.8|~3.0",
  2869. "symfony/expression-language": "~2.8|~3.0",
  2870. "symfony/stopwatch": "~2.8|~3.0"
  2871. },
  2872. "suggest": {
  2873. "symfony/dependency-injection": "",
  2874. "symfony/http-kernel": ""
  2875. },
  2876. "time": "2016-06-29 05:41:56",
  2877. "type": "library",
  2878. "extra": {
  2879. "branch-alias": {
  2880. "dev-master": "3.1-dev"
  2881. }
  2882. },
  2883. "installation-source": "dist",
  2884. "autoload": {
  2885. "psr-4": {
  2886. "Symfony\\Component\\EventDispatcher\\": ""
  2887. },
  2888. "exclude-from-classmap": [
  2889. "/Tests/"
  2890. ]
  2891. },
  2892. "notification-url": "https://packagist.org/downloads/",
  2893. "license": [
  2894. "MIT"
  2895. ],
  2896. "authors": [
  2897. {
  2898. "name": "Fabien Potencier",
  2899. "email": "fabien@symfony.com"
  2900. },
  2901. {
  2902. "name": "Symfony Community",
  2903. "homepage": "https://symfony.com/contributors"
  2904. }
  2905. ],
  2906. "description": "Symfony EventDispatcher Component",
  2907. "homepage": "https://symfony.com"
  2908. },
  2909. {
  2910. "name": "symfony/debug",
  2911. "version": "v3.0.8",
  2912. "version_normalized": "3.0.8.0",
  2913. "source": {
  2914. "type": "git",
  2915. "url": "https://github.com/symfony/debug.git",
  2916. "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2"
  2917. },
  2918. "dist": {
  2919. "type": "zip",
  2920. "url": "https://api.github.com/repos/symfony/debug/zipball/c54bc3539c3b87e86799533801e8ae0e971d78c2",
  2921. "reference": "c54bc3539c3b87e86799533801e8ae0e971d78c2",
  2922. "shasum": ""
  2923. },
  2924. "require": {
  2925. "php": ">=5.5.9",
  2926. "psr/log": "~1.0"
  2927. },
  2928. "conflict": {
  2929. "symfony/http-kernel": ">=2.3,<2.3.24|~2.4.0|>=2.5,<2.5.9|>=2.6,<2.6.2"
  2930. },
  2931. "require-dev": {
  2932. "symfony/class-loader": "~2.8|~3.0",
  2933. "symfony/http-kernel": "~2.8|~3.0"
  2934. },
  2935. "time": "2016-06-29 05:40:00",
  2936. "type": "library",
  2937. "extra": {
  2938. "branch-alias": {
  2939. "dev-master": "3.0-dev"
  2940. }
  2941. },
  2942. "installation-source": "dist",
  2943. "autoload": {
  2944. "psr-4": {
  2945. "Symfony\\Component\\Debug\\": ""
  2946. },
  2947. "exclude-from-classmap": [
  2948. "/Tests/"
  2949. ]
  2950. },
  2951. "notification-url": "https://packagist.org/downloads/",
  2952. "license": [
  2953. "MIT"
  2954. ],
  2955. "authors": [
  2956. {
  2957. "name": "Fabien Potencier",
  2958. "email": "fabien@symfony.com"
  2959. },
  2960. {
  2961. "name": "Symfony Community",
  2962. "homepage": "https://symfony.com/contributors"
  2963. }
  2964. ],
  2965. "description": "Symfony Debug Component",
  2966. "homepage": "https://symfony.com"
  2967. },
  2968. {
  2969. "name": "symfony/http-kernel",
  2970. "version": "v3.0.8",
  2971. "version_normalized": "3.0.8.0",
  2972. "source": {
  2973. "type": "git",
  2974. "url": "https://github.com/symfony/http-kernel.git",
  2975. "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb"
  2976. },
  2977. "dist": {
  2978. "type": "zip",
  2979. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/177b63b2d50b63fa6d82ea41359ed9928cc7a1fb",
  2980. "reference": "177b63b2d50b63fa6d82ea41359ed9928cc7a1fb",
  2981. "shasum": ""
  2982. },
  2983. "require": {
  2984. "php": ">=5.5.9",
  2985. "psr/log": "~1.0",
  2986. "symfony/debug": "~2.8|~3.0",
  2987. "symfony/event-dispatcher": "~2.8|~3.0",
  2988. "symfony/http-foundation": "~2.8.8|~3.0.8|~3.1.2|~3.2"
  2989. },
  2990. "conflict": {
  2991. "symfony/config": "<2.8"
  2992. },
  2993. "require-dev": {
  2994. "symfony/browser-kit": "~2.8|~3.0",
  2995. "symfony/class-loader": "~2.8|~3.0",
  2996. "symfony/config": "~2.8|~3.0",
  2997. "symfony/console": "~2.8|~3.0",
  2998. "symfony/css-selector": "~2.8|~3.0",
  2999. "symfony/dependency-injection": "~2.8|~3.0",
  3000. "symfony/dom-crawler": "~2.8|~3.0",
  3001. "symfony/expression-language": "~2.8|~3.0",
  3002. "symfony/finder": "~2.8|~3.0",
  3003. "symfony/process": "~2.8|~3.0",
  3004. "symfony/routing": "~2.8|~3.0",
  3005. "symfony/stopwatch": "~2.8|~3.0",
  3006. "symfony/templating": "~2.8|~3.0",
  3007. "symfony/translation": "~2.8|~3.0",
  3008. "symfony/var-dumper": "~2.8|~3.0"
  3009. },
  3010. "suggest": {
  3011. "symfony/browser-kit": "",
  3012. "symfony/class-loader": "",
  3013. "symfony/config": "",
  3014. "symfony/console": "",
  3015. "symfony/dependency-injection": "",
  3016. "symfony/finder": "",
  3017. "symfony/var-dumper": ""
  3018. },
  3019. "time": "2016-06-30 16:30:17",
  3020. "type": "library",
  3021. "extra": {
  3022. "branch-alias": {
  3023. "dev-master": "3.0-dev"
  3024. }
  3025. },
  3026. "installation-source": "dist",
  3027. "autoload": {
  3028. "psr-4": {
  3029. "Symfony\\Component\\HttpKernel\\": ""
  3030. },
  3031. "exclude-from-classmap": [
  3032. "/Tests/"
  3033. ]
  3034. },
  3035. "notification-url": "https://packagist.org/downloads/",
  3036. "license": [
  3037. "MIT"
  3038. ],
  3039. "authors": [
  3040. {
  3041. "name": "Fabien Potencier",
  3042. "email": "fabien@symfony.com"
  3043. },
  3044. {
  3045. "name": "Symfony Community",
  3046. "homepage": "https://symfony.com/contributors"
  3047. }
  3048. ],
  3049. "description": "Symfony HttpKernel Component",
  3050. "homepage": "https://symfony.com"
  3051. },
  3052. {
  3053. "name": "symfony/finder",
  3054. "version": "v3.0.8",
  3055. "version_normalized": "3.0.8.0",
  3056. "source": {
  3057. "type": "git",
  3058. "url": "https://github.com/symfony/finder.git",
  3059. "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9"
  3060. },
  3061. "dist": {
  3062. "type": "zip",
  3063. "url": "https://api.github.com/repos/symfony/finder/zipball/3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
  3064. "reference": "3eb4e64c6145ef8b92adefb618a74ebdde9e3fe9",
  3065. "shasum": ""
  3066. },
  3067. "require": {
  3068. "php": ">=5.5.9"
  3069. },
  3070. "time": "2016-06-29 05:40:00",
  3071. "type": "library",
  3072. "extra": {
  3073. "branch-alias": {
  3074. "dev-master": "3.0-dev"
  3075. }
  3076. },
  3077. "installation-source": "dist",
  3078. "autoload": {
  3079. "psr-4": {
  3080. "Symfony\\Component\\Finder\\": ""
  3081. },
  3082. "exclude-from-classmap": [
  3083. "/Tests/"
  3084. ]
  3085. },
  3086. "notification-url": "https://packagist.org/downloads/",
  3087. "license": [
  3088. "MIT"
  3089. ],
  3090. "authors": [
  3091. {
  3092. "name": "Fabien Potencier",
  3093. "email": "fabien@symfony.com"
  3094. },
  3095. {
  3096. "name": "Symfony Community",
  3097. "homepage": "https://symfony.com/contributors"
  3098. }
  3099. ],
  3100. "description": "Symfony Finder Component",
  3101. "homepage": "https://symfony.com"
  3102. },
  3103. {
  3104. "name": "symfony/console",
  3105. "version": "v3.0.8",
  3106. "version_normalized": "3.0.8.0",
  3107. "source": {
  3108. "type": "git",
  3109. "url": "https://github.com/symfony/console.git",
  3110. "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f"
  3111. },
  3112. "dist": {
  3113. "type": "zip",
  3114. "url": "https://api.github.com/repos/symfony/console/zipball/a7abb7153f6d1da47f87ec50274844e246b09d9f",
  3115. "reference": "a7abb7153f6d1da47f87ec50274844e246b09d9f",
  3116. "shasum": ""
  3117. },
  3118. "require": {
  3119. "php": ">=5.5.9",
  3120. "symfony/polyfill-mbstring": "~1.0"
  3121. },
  3122. "require-dev": {
  3123. "psr/log": "~1.0",
  3124. "symfony/event-dispatcher": "~2.8|~3.0",
  3125. "symfony/process": "~2.8|~3.0"
  3126. },
  3127. "suggest": {
  3128. "psr/log": "For using the console logger",
  3129. "symfony/event-dispatcher": "",
  3130. "symfony/process": ""
  3131. },
  3132. "time": "2016-06-29 07:02:21",
  3133. "type": "library",
  3134. "extra": {
  3135. "branch-alias": {
  3136. "dev-master": "3.0-dev"
  3137. }
  3138. },
  3139. "installation-source": "dist",
  3140. "autoload": {
  3141. "psr-4": {
  3142. "Symfony\\Component\\Console\\": ""
  3143. },
  3144. "exclude-from-classmap": [
  3145. "/Tests/"
  3146. ]
  3147. },
  3148. "notification-url": "https://packagist.org/downloads/",
  3149. "license": [
  3150. "MIT"
  3151. ],
  3152. "authors": [
  3153. {
  3154. "name": "Fabien Potencier",
  3155. "email": "fabien@symfony.com"
  3156. },
  3157. {
  3158. "name": "Symfony Community",
  3159. "homepage": "https://symfony.com/contributors"
  3160. }
  3161. ],
  3162. "description": "Symfony Console Component",
  3163. "homepage": "https://symfony.com"
  3164. },
  3165. {
  3166. "name": "monolog/monolog",
  3167. "version": "1.20.0",
  3168. "version_normalized": "1.20.0.0",
  3169. "source": {
  3170. "type": "git",
  3171. "url": "https://github.com/Seldaek/monolog.git",
  3172. "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037"
  3173. },
  3174. "dist": {
  3175. "type": "zip",
  3176. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/55841909e2bcde01b5318c35f2b74f8ecc86e037",
  3177. "reference": "55841909e2bcde01b5318c35f2b74f8ecc86e037",
  3178. "shasum": ""
  3179. },
  3180. "require": {
  3181. "php": ">=5.3.0",
  3182. "psr/log": "~1.0"
  3183. },
  3184. "provide": {
  3185. "psr/log-implementation": "1.0.0"
  3186. },
  3187. "require-dev": {
  3188. "aws/aws-sdk-php": "^2.4.9",
  3189. "doctrine/couchdb": "~1.0@dev",
  3190. "graylog2/gelf-php": "~1.0",
  3191. "jakub-onderka/php-parallel-lint": "0.9",
  3192. "php-amqplib/php-amqplib": "~2.4",
  3193. "php-console/php-console": "^3.1.3",
  3194. "phpunit/phpunit": "~4.5",
  3195. "phpunit/phpunit-mock-objects": "2.3.0",
  3196. "ruflin/elastica": ">=0.90 <3.0",
  3197. "sentry/sentry": "^0.13",
  3198. "swiftmailer/swiftmailer": "~5.3"
  3199. },
  3200. "suggest": {
  3201. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3202. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3203. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3204. "ext-mongo": "Allow sending log messages to a MongoDB server",
  3205. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3206. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  3207. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3208. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3209. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3210. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  3211. "sentry/sentry": "Allow sending log messages to a Sentry server"
  3212. },
  3213. "time": "2016-07-02 14:02:10",
  3214. "type": "library",
  3215. "extra": {
  3216. "branch-alias": {
  3217. "dev-master": "2.0.x-dev"
  3218. }
  3219. },
  3220. "installation-source": "dist",
  3221. "autoload": {
  3222. "psr-4": {
  3223. "Monolog\\": "src/Monolog"
  3224. }
  3225. },
  3226. "notification-url": "https://packagist.org/downloads/",
  3227. "license": [
  3228. "MIT"
  3229. ],
  3230. "authors": [
  3231. {
  3232. "name": "Jordi Boggiano",
  3233. "email": "j.boggiano@seld.be",
  3234. "homepage": "http://seld.be"
  3235. }
  3236. ],
  3237. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3238. "homepage": "http://github.com/Seldaek/monolog",
  3239. "keywords": [
  3240. "log",
  3241. "logging",
  3242. "psr-3"
  3243. ]
  3244. },
  3245. {
  3246. "name": "laravel/framework",
  3247. "version": "v5.2.39",
  3248. "version_normalized": "5.2.39.0",
  3249. "source": {
  3250. "type": "git",
  3251. "url": "https://github.com/laravel/framework.git",
  3252. "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a"
  3253. },
  3254. "dist": {
  3255. "type": "zip",
  3256. "url": "https://api.github.com/repos/laravel/framework/zipball/c2a77050269b4e03bd9a735a9f24e573a7598b8a",
  3257. "reference": "c2a77050269b4e03bd9a735a9f24e573a7598b8a",
  3258. "shasum": ""
  3259. },
  3260. "require": {
  3261. "classpreloader/classpreloader": "~3.0",
  3262. "doctrine/inflector": "~1.0",
  3263. "ext-mbstring": "*",
  3264. "ext-openssl": "*",
  3265. "jeremeamia/superclosure": "~2.2",
  3266. "league/flysystem": "~1.0",
  3267. "monolog/monolog": "~1.11",
  3268. "mtdowling/cron-expression": "~1.0",
  3269. "nesbot/carbon": "~1.20",
  3270. "paragonie/random_compat": "~1.4",
  3271. "php": ">=5.5.9",
  3272. "psy/psysh": "0.7.*",
  3273. "swiftmailer/swiftmailer": "~5.1",
  3274. "symfony/console": "2.8.*|3.0.*",
  3275. "symfony/debug": "2.8.*|3.0.*",
  3276. "symfony/finder": "2.8.*|3.0.*",
  3277. "symfony/http-foundation": "2.8.*|3.0.*",
  3278. "symfony/http-kernel": "2.8.*|3.0.*",
  3279. "symfony/polyfill-php56": "~1.0",
  3280. "symfony/process": "2.8.*|3.0.*",
  3281. "symfony/routing": "2.8.*|3.0.*",
  3282. "symfony/translation": "2.8.*|3.0.*",
  3283. "symfony/var-dumper": "2.8.*|3.0.*",
  3284. "vlucas/phpdotenv": "~2.2"
  3285. },
  3286. "replace": {
  3287. "illuminate/auth": "self.version",
  3288. "illuminate/broadcasting": "self.version",
  3289. "illuminate/bus": "self.version",
  3290. "illuminate/cache": "self.version",
  3291. "illuminate/config": "self.version",
  3292. "illuminate/console": "self.version",
  3293. "illuminate/container": "self.version",
  3294. "illuminate/contracts": "self.version",
  3295. "illuminate/cookie": "self.version",
  3296. "illuminate/database": "self.version",
  3297. "illuminate/encryption": "self.version",
  3298. "illuminate/events": "self.version",
  3299. "illuminate/exception": "self.version",
  3300. "illuminate/filesystem": "self.version",
  3301. "illuminate/hashing": "self.version",
  3302. "illuminate/http": "self.version",
  3303. "illuminate/log": "self.version",
  3304. "illuminate/mail": "self.version",
  3305. "illuminate/pagination": "self.version",
  3306. "illuminate/pipeline": "self.version",
  3307. "illuminate/queue": "self.version",
  3308. "illuminate/redis": "self.version",
  3309. "illuminate/routing": "self.version",
  3310. "illuminate/session": "self.version",
  3311. "illuminate/support": "self.version",
  3312. "illuminate/translation": "self.version",
  3313. "illuminate/validation": "self.version",
  3314. "illuminate/view": "self.version"
  3315. },
  3316. "require-dev": {
  3317. "aws/aws-sdk-php": "~3.0",
  3318. "mockery/mockery": "~0.9.4",
  3319. "pda/pheanstalk": "~3.0",
  3320. "phpunit/phpunit": "~4.1",
  3321. "predis/predis": "~1.0",
  3322. "symfony/css-selector": "2.8.*|3.0.*",
  3323. "symfony/dom-crawler": "2.8.*|3.0.*"
  3324. },
  3325. "suggest": {
  3326. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (~3.0).",
  3327. "doctrine/dbal": "Required to rename columns and drop SQLite columns (~2.4).",
  3328. "fzaninotto/faker": "Required to use the eloquent factory builder (~1.4).",
  3329. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (~5.3|~6.0).",
  3330. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (~1.0).",
  3331. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (~1.0).",
  3332. "pda/pheanstalk": "Required to use the beanstalk queue driver (~3.0).",
  3333. "predis/predis": "Required to use the redis cache and queue drivers (~1.0).",
  3334. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (~2.0).",
  3335. "symfony/css-selector": "Required to use some of the crawler integration testing tools (2.8.*|3.0.*).",
  3336. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (2.8.*|3.0.*).",
  3337. "symfony/psr-http-message-bridge": "Required to psr7 bridging features (0.2.*)."
  3338. },
  3339. "time": "2016-06-17 19:25:12",
  3340. "type": "library",
  3341. "extra": {
  3342. "branch-alias": {
  3343. "dev-master": "5.2-dev"
  3344. }
  3345. },
  3346. "installation-source": "dist",
  3347. "autoload": {
  3348. "classmap": [
  3349. "src/Illuminate/Queue/IlluminateQueueClosure.php"
  3350. ],
  3351. "files": [
  3352. "src/Illuminate/Foundation/helpers.php",
  3353. "src/Illuminate/Support/helpers.php"
  3354. ],
  3355. "psr-4": {
  3356. "Illuminate\\": "src/Illuminate/"
  3357. }
  3358. },
  3359. "notification-url": "https://packagist.org/downloads/",
  3360. "license": [
  3361. "MIT"
  3362. ],
  3363. "authors": [
  3364. {
  3365. "name": "Taylor Otwell",
  3366. "email": "taylorotwell@gmail.com"
  3367. }
  3368. ],
  3369. "description": "The Laravel Framework.",
  3370. "homepage": "http://laravel.com",
  3371. "keywords": [
  3372. "framework",
  3373. "laravel"
  3374. ]
  3375. },
  3376. {
  3377. "name": "symfony/css-selector",
  3378. "version": "v3.0.8",
  3379. "version_normalized": "3.0.8.0",
  3380. "source": {
  3381. "type": "git",
  3382. "url": "https://github.com/symfony/css-selector.git",
  3383. "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
  3384. },
  3385. "dist": {
  3386. "type": "zip",
  3387. "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
  3388. "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
  3389. "shasum": ""
  3390. },
  3391. "require": {
  3392. "php": ">=5.5.9"
  3393. },
  3394. "time": "2016-06-29 05:40:00",
  3395. "type": "library",
  3396. "extra": {
  3397. "branch-alias": {
  3398. "dev-master": "3.0-dev"
  3399. }
  3400. },
  3401. "installation-source": "dist",
  3402. "autoload": {
  3403. "psr-4": {
  3404. "Symfony\\Component\\CssSelector\\": ""
  3405. },
  3406. "exclude-from-classmap": [
  3407. "/Tests/"
  3408. ]
  3409. },
  3410. "notification-url": "https://packagist.org/downloads/",
  3411. "license": [
  3412. "MIT"
  3413. ],
  3414. "authors": [
  3415. {
  3416. "name": "Jean-François Simon",
  3417. "email": "jeanfrancois.simon@sensiolabs.com"
  3418. },
  3419. {
  3420. "name": "Fabien Potencier",
  3421. "email": "fabien@symfony.com"
  3422. },
  3423. {
  3424. "name": "Symfony Community",
  3425. "homepage": "https://symfony.com/contributors"
  3426. }
  3427. ],
  3428. "description": "Symfony CssSelector Component",
  3429. "homepage": "https://symfony.com"
  3430. },
  3431. {
  3432. "name": "symfony/dom-crawler",
  3433. "version": "v3.0.8",
  3434. "version_normalized": "3.0.8.0",
  3435. "source": {
  3436. "type": "git",
  3437. "url": "https://github.com/symfony/dom-crawler.git",
  3438. "reference": "62769e3409006b937bb333b29da8df9a8b262975"
  3439. },
  3440. "dist": {
  3441. "type": "zip",
  3442. "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/62769e3409006b937bb333b29da8df9a8b262975",
  3443. "reference": "62769e3409006b937bb333b29da8df9a8b262975",
  3444. "shasum": ""
  3445. },
  3446. "require": {
  3447. "php": ">=5.5.9",
  3448. "symfony/polyfill-mbstring": "~1.0"
  3449. },
  3450. "require-dev": {
  3451. "symfony/css-selector": "~2.8|~3.0"
  3452. },
  3453. "suggest": {
  3454. "symfony/css-selector": ""
  3455. },
  3456. "time": "2016-06-29 05:40:00",
  3457. "type": "library",
  3458. "extra": {
  3459. "branch-alias": {
  3460. "dev-master": "3.0-dev"
  3461. }
  3462. },
  3463. "installation-source": "dist",
  3464. "autoload": {
  3465. "psr-4": {
  3466. "Symfony\\Component\\DomCrawler\\": ""
  3467. },
  3468. "exclude-from-classmap": [
  3469. "/Tests/"
  3470. ]
  3471. },
  3472. "notification-url": "https://packagist.org/downloads/",
  3473. "license": [
  3474. "MIT"
  3475. ],
  3476. "authors": [
  3477. {
  3478. "name": "Fabien Potencier",
  3479. "email": "fabien@symfony.com"
  3480. },
  3481. {
  3482. "name": "Symfony Community",
  3483. "homepage": "https://symfony.com/contributors"
  3484. }
  3485. ],
  3486. "description": "Symfony DomCrawler Component",
  3487. "homepage": "https://symfony.com"
  3488. },
  3489. {
  3490. "name": "sebastian/exporter",
  3491. "version": "1.2.2",
  3492. "version_normalized": "1.2.2.0",
  3493. "source": {
  3494. "type": "git",
  3495. "url": "https://github.com/sebastianbergmann/exporter.git",
  3496. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
  3497. },
  3498. "dist": {
  3499. "type": "zip",
  3500. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
  3501. "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
  3502. "shasum": ""
  3503. },
  3504. "require": {
  3505. "php": ">=5.3.3",
  3506. "sebastian/recursion-context": "~1.0"
  3507. },
  3508. "require-dev": {
  3509. "ext-mbstring": "*",
  3510. "phpunit/phpunit": "~4.4"
  3511. },
  3512. "time": "2016-06-17 09:04:28",
  3513. "type": "library",
  3514. "extra": {
  3515. "branch-alias": {
  3516. "dev-master": "1.3.x-dev"
  3517. }
  3518. },
  3519. "installation-source": "dist",
  3520. "autoload": {
  3521. "classmap": [
  3522. "src/"
  3523. ]
  3524. },
  3525. "notification-url": "https://packagist.org/downloads/",
  3526. "license": [
  3527. "BSD-3-Clause"
  3528. ],
  3529. "authors": [
  3530. {
  3531. "name": "Jeff Welch",
  3532. "email": "whatthejeff@gmail.com"
  3533. },
  3534. {
  3535. "name": "Volker Dusch",
  3536. "email": "github@wallbash.com"
  3537. },
  3538. {
  3539. "name": "Bernhard Schussek",
  3540. "email": "bschussek@2bepublished.at"
  3541. },
  3542. {
  3543. "name": "Sebastian Bergmann",
  3544. "email": "sebastian@phpunit.de"
  3545. },
  3546. {
  3547. "name": "Adam Harvey",
  3548. "email": "aharvey@php.net"
  3549. }
  3550. ],
  3551. "description": "Provides the functionality to export PHP variables for visualization",
  3552. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  3553. "keywords": [
  3554. "export",
  3555. "exporter"
  3556. ]
  3557. },
  3558. {
  3559. "name": "webmozart/assert",
  3560. "version": "1.0.2",
  3561. "version_normalized": "1.0.2.0",
  3562. "source": {
  3563. "type": "git",
  3564. "url": "https://github.com/webmozart/assert.git",
  3565. "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
  3566. },
  3567. "dist": {
  3568. "type": "zip",
  3569. "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  3570. "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
  3571. "shasum": ""
  3572. },
  3573. "require": {
  3574. "php": ">=5.3.3"
  3575. },
  3576. "require-dev": {
  3577. "phpunit/phpunit": "^4.6"
  3578. },
  3579. "time": "2015-08-24 13:29:44",
  3580. "type": "library",
  3581. "extra": {
  3582. "branch-alias": {
  3583. "dev-master": "1.0-dev"
  3584. }
  3585. },
  3586. "installation-source": "dist",
  3587. "autoload": {
  3588. "psr-4": {
  3589. "Webmozart\\Assert\\": "src/"
  3590. }
  3591. },
  3592. "notification-url": "https://packagist.org/downloads/",
  3593. "license": [
  3594. "MIT"
  3595. ],
  3596. "authors": [
  3597. {
  3598. "name": "Bernhard Schussek",
  3599. "email": "bschussek@gmail.com"
  3600. }
  3601. ],
  3602. "description": "Assertions to validate method input/output with nice error messages.",
  3603. "keywords": [
  3604. "assert",
  3605. "check",
  3606. "validate"
  3607. ]
  3608. },
  3609. {
  3610. "name": "phpdocumentor/reflection-common",
  3611. "version": "1.0",
  3612. "version_normalized": "1.0.0.0",
  3613. "source": {
  3614. "type": "git",
  3615. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  3616. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c"
  3617. },
  3618. "dist": {
  3619. "type": "zip",
  3620. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  3621. "reference": "144c307535e82c8fdcaacbcfc1d6d8eeb896687c",
  3622. "shasum": ""
  3623. },
  3624. "require": {
  3625. "php": ">=5.5"
  3626. },
  3627. "require-dev": {
  3628. "phpunit/phpunit": "^4.6"
  3629. },
  3630. "time": "2015-12-27 11:43:31",
  3631. "type": "library",
  3632. "extra": {
  3633. "branch-alias": {
  3634. "dev-master": "1.0.x-dev"
  3635. }
  3636. },
  3637. "installation-source": "dist",
  3638. "autoload": {
  3639. "psr-4": {
  3640. "phpDocumentor\\Reflection\\": [
  3641. "src"
  3642. ]
  3643. }
  3644. },
  3645. "notification-url": "https://packagist.org/downloads/",
  3646. "license": [
  3647. "MIT"
  3648. ],
  3649. "authors": [
  3650. {
  3651. "name": "Jaap van Otterdijk",
  3652. "email": "opensource@ijaap.nl"
  3653. }
  3654. ],
  3655. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  3656. "homepage": "http://www.phpdoc.org",
  3657. "keywords": [
  3658. "FQSEN",
  3659. "phpDocumentor",
  3660. "phpdoc",
  3661. "reflection",
  3662. "static analysis"
  3663. ]
  3664. },
  3665. {
  3666. "name": "phpdocumentor/type-resolver",
  3667. "version": "0.2",
  3668. "version_normalized": "0.2.0.0",
  3669. "source": {
  3670. "type": "git",
  3671. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  3672. "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443"
  3673. },
  3674. "dist": {
  3675. "type": "zip",
  3676. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/b39c7a5b194f9ed7bd0dd345c751007a41862443",
  3677. "reference": "b39c7a5b194f9ed7bd0dd345c751007a41862443",
  3678. "shasum": ""
  3679. },
  3680. "require": {
  3681. "php": ">=5.5",
  3682. "phpdocumentor/reflection-common": "^1.0"
  3683. },
  3684. "require-dev": {
  3685. "mockery/mockery": "^0.9.4",
  3686. "phpunit/phpunit": "^5.2||^4.8.24"
  3687. },
  3688. "time": "2016-06-10 07:14:17",
  3689. "type": "library",
  3690. "extra": {
  3691. "branch-alias": {
  3692. "dev-master": "1.0.x-dev"
  3693. }
  3694. },
  3695. "installation-source": "dist",
  3696. "autoload": {
  3697. "psr-4": {
  3698. "phpDocumentor\\Reflection\\": [
  3699. "src/"
  3700. ]
  3701. }
  3702. },
  3703. "notification-url": "https://packagist.org/downloads/",
  3704. "license": [
  3705. "MIT"
  3706. ],
  3707. "authors": [
  3708. {
  3709. "name": "Mike van Riel",
  3710. "email": "me@mikevanriel.com"
  3711. }
  3712. ]
  3713. },
  3714. {
  3715. "name": "phpdocumentor/reflection-docblock",
  3716. "version": "3.1.0",
  3717. "version_normalized": "3.1.0.0",
  3718. "source": {
  3719. "type": "git",
  3720. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  3721. "reference": "9270140b940ff02e58ec577c237274e92cd40cdd"
  3722. },
  3723. "dist": {
  3724. "type": "zip",
  3725. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/9270140b940ff02e58ec577c237274e92cd40cdd",
  3726. "reference": "9270140b940ff02e58ec577c237274e92cd40cdd",
  3727. "shasum": ""
  3728. },
  3729. "require": {
  3730. "php": ">=5.5",
  3731. "phpdocumentor/reflection-common": "^1.0@dev",
  3732. "phpdocumentor/type-resolver": "^0.2.0",
  3733. "webmozart/assert": "^1.0"
  3734. },
  3735. "require-dev": {
  3736. "mockery/mockery": "^0.9.4",
  3737. "phpunit/phpunit": "^4.4"
  3738. },
  3739. "time": "2016-06-10 09:48:41",
  3740. "type": "library",
  3741. "installation-source": "dist",
  3742. "autoload": {
  3743. "psr-4": {
  3744. "phpDocumentor\\Reflection\\": [
  3745. "src/"
  3746. ]
  3747. }
  3748. },
  3749. "notification-url": "https://packagist.org/downloads/",
  3750. "license": [
  3751. "MIT"
  3752. ],
  3753. "authors": [
  3754. {
  3755. "name": "Mike van Riel",
  3756. "email": "me@mikevanriel.com"
  3757. }
  3758. ],
  3759. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock."
  3760. },
  3761. {
  3762. "name": "phpspec/prophecy",
  3763. "version": "v1.6.1",
  3764. "version_normalized": "1.6.1.0",
  3765. "source": {
  3766. "type": "git",
  3767. "url": "https://github.com/phpspec/prophecy.git",
  3768. "reference": "58a8137754bc24b25740d4281399a4a3596058e0"
  3769. },
  3770. "dist": {
  3771. "type": "zip",
  3772. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/58a8137754bc24b25740d4281399a4a3596058e0",
  3773. "reference": "58a8137754bc24b25740d4281399a4a3596058e0",
  3774. "shasum": ""
  3775. },
  3776. "require": {
  3777. "doctrine/instantiator": "^1.0.2",
  3778. "php": "^5.3|^7.0",
  3779. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2",
  3780. "sebastian/comparator": "^1.1",
  3781. "sebastian/recursion-context": "^1.0"
  3782. },
  3783. "require-dev": {
  3784. "phpspec/phpspec": "^2.0"
  3785. },
  3786. "time": "2016-06-07 08:13:47",
  3787. "type": "library",
  3788. "extra": {
  3789. "branch-alias": {
  3790. "dev-master": "1.6.x-dev"
  3791. }
  3792. },
  3793. "installation-source": "dist",
  3794. "autoload": {
  3795. "psr-0": {
  3796. "Prophecy\\": "src/"
  3797. }
  3798. },
  3799. "notification-url": "https://packagist.org/downloads/",
  3800. "license": [
  3801. "MIT"
  3802. ],
  3803. "authors": [
  3804. {
  3805. "name": "Konstantin Kudryashov",
  3806. "email": "ever.zet@gmail.com",
  3807. "homepage": "http://everzet.com"
  3808. },
  3809. {
  3810. "name": "Marcello Duarte",
  3811. "email": "marcello.duarte@gmail.com"
  3812. }
  3813. ],
  3814. "description": "Highly opinionated mocking framework for PHP 5.3+",
  3815. "homepage": "https://github.com/phpspec/prophecy",
  3816. "keywords": [
  3817. "Double",
  3818. "Dummy",
  3819. "fake",
  3820. "mock",
  3821. "spy",
  3822. "stub"
  3823. ]
  3824. },
  3825. {
  3826. "name": "symfony/yaml",
  3827. "version": "v3.1.2",
  3828. "version_normalized": "3.1.2.0",
  3829. "source": {
  3830. "type": "git",
  3831. "url": "https://github.com/symfony/yaml.git",
  3832. "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
  3833. },
  3834. "dist": {
  3835. "type": "zip",
  3836. "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
  3837. "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
  3838. "shasum": ""
  3839. },
  3840. "require": {
  3841. "php": ">=5.5.9"
  3842. },
  3843. "time": "2016-06-29 05:41:56",
  3844. "type": "library",
  3845. "extra": {
  3846. "branch-alias": {
  3847. "dev-master": "3.1-dev"
  3848. }
  3849. },
  3850. "installation-source": "dist",
  3851. "autoload": {
  3852. "psr-4": {
  3853. "Symfony\\Component\\Yaml\\": ""
  3854. },
  3855. "exclude-from-classmap": [
  3856. "/Tests/"
  3857. ]
  3858. },
  3859. "notification-url": "https://packagist.org/downloads/",
  3860. "license": [
  3861. "MIT"
  3862. ],
  3863. "authors": [
  3864. {
  3865. "name": "Fabien Potencier",
  3866. "email": "fabien@symfony.com"
  3867. },
  3868. {
  3869. "name": "Symfony Community",
  3870. "homepage": "https://symfony.com/contributors"
  3871. }
  3872. ],
  3873. "description": "Symfony Yaml Component",
  3874. "homepage": "https://symfony.com"
  3875. },
  3876. {
  3877. "name": "guzzlehttp/psr7",
  3878. "version": "1.3.1",
  3879. "version_normalized": "1.3.1.0",
  3880. "source": {
  3881. "type": "git",
  3882. "url": "https://github.com/guzzle/psr7.git",
  3883. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b"
  3884. },
  3885. "dist": {
  3886. "type": "zip",
  3887. "url": "https://api.github.com/repos/guzzle/psr7/zipball/5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  3888. "reference": "5c6447c9df362e8f8093bda8f5d8873fe5c7f65b",
  3889. "shasum": ""
  3890. },
  3891. "require": {
  3892. "php": ">=5.4.0",
  3893. "psr/http-message": "~1.0"
  3894. },
  3895. "provide": {
  3896. "psr/http-message-implementation": "1.0"
  3897. },
  3898. "require-dev": {
  3899. "phpunit/phpunit": "~4.0"
  3900. },
  3901. "time": "2016-06-24 23:00:38",
  3902. "type": "library",
  3903. "extra": {
  3904. "branch-alias": {
  3905. "dev-master": "1.4-dev"
  3906. }
  3907. },
  3908. "installation-source": "dist",
  3909. "autoload": {
  3910. "psr-4": {
  3911. "GuzzleHttp\\Psr7\\": "src/"
  3912. },
  3913. "files": [
  3914. "src/functions_include.php"
  3915. ]
  3916. },
  3917. "notification-url": "https://packagist.org/downloads/",
  3918. "license": [
  3919. "MIT"
  3920. ],
  3921. "authors": [
  3922. {
  3923. "name": "Michael Dowling",
  3924. "email": "mtdowling@gmail.com",
  3925. "homepage": "https://github.com/mtdowling"
  3926. }
  3927. ],
  3928. "description": "PSR-7 message implementation",
  3929. "keywords": [
  3930. "http",
  3931. "message",
  3932. "stream",
  3933. "uri"
  3934. ]
  3935. },
  3936. {
  3937. "name": "guzzlehttp/guzzle",
  3938. "version": "6.2.1",
  3939. "version_normalized": "6.2.1.0",
  3940. "source": {
  3941. "type": "git",
  3942. "url": "https://github.com/guzzle/guzzle.git",
  3943. "reference": "3f808fba627f2c5b69e2501217bf31af349c1427"
  3944. },
  3945. "dist": {
  3946. "type": "zip",
  3947. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/3f808fba627f2c5b69e2501217bf31af349c1427",
  3948. "reference": "3f808fba627f2c5b69e2501217bf31af349c1427",
  3949. "shasum": ""
  3950. },
  3951. "require": {
  3952. "guzzlehttp/promises": "^1.0",
  3953. "guzzlehttp/psr7": "^1.3.1",
  3954. "php": ">=5.5"
  3955. },
  3956. "require-dev": {
  3957. "ext-curl": "*",
  3958. "phpunit/phpunit": "^4.0",
  3959. "psr/log": "^1.0"
  3960. },
  3961. "time": "2016-07-15 17:22:37",
  3962. "type": "library",
  3963. "extra": {
  3964. "branch-alias": {
  3965. "dev-master": "6.2-dev"
  3966. }
  3967. },
  3968. "installation-source": "dist",
  3969. "autoload": {
  3970. "files": [
  3971. "src/functions_include.php"
  3972. ],
  3973. "psr-4": {
  3974. "GuzzleHttp\\": "src/"
  3975. }
  3976. },
  3977. "notification-url": "https://packagist.org/downloads/",
  3978. "license": [
  3979. "MIT"
  3980. ],
  3981. "authors": [
  3982. {
  3983. "name": "Michael Dowling",
  3984. "email": "mtdowling@gmail.com",
  3985. "homepage": "https://github.com/mtdowling"
  3986. }
  3987. ],
  3988. "description": "Guzzle is a PHP HTTP client library",
  3989. "homepage": "http://guzzlephp.org/",
  3990. "keywords": [
  3991. "client",
  3992. "curl",
  3993. "framework",
  3994. "http",
  3995. "http client",
  3996. "rest",
  3997. "web service"
  3998. ]
  3999. },
  4000. {
  4001. "name": "league/flysystem",
  4002. "version": "1.0.25",
  4003. "version_normalized": "1.0.25.0",
  4004. "source": {
  4005. "type": "git",
  4006. "url": "https://github.com/thephpleague/flysystem.git",
  4007. "reference": "a76afa4035931be0c78ca8efc6abf3902362f437"
  4008. },
  4009. "dist": {
  4010. "type": "zip",
  4011. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/a76afa4035931be0c78ca8efc6abf3902362f437",
  4012. "reference": "a76afa4035931be0c78ca8efc6abf3902362f437",
  4013. "shasum": ""
  4014. },
  4015. "require": {
  4016. "php": ">=5.4.0"
  4017. },
  4018. "conflict": {
  4019. "league/flysystem-sftp": "<1.0.6"
  4020. },
  4021. "require-dev": {
  4022. "ext-fileinfo": "*",
  4023. "mockery/mockery": "~0.9",
  4024. "phpspec/phpspec": "^2.2",
  4025. "phpunit/phpunit": "~4.8"
  4026. },
  4027. "suggest": {
  4028. "ext-fileinfo": "Required for MimeType",
  4029. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  4030. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  4031. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  4032. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  4033. "league/flysystem-copy": "Allows you to use Copy.com storage",
  4034. "league/flysystem-dropbox": "Allows you to use Dropbox storage",
  4035. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  4036. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  4037. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  4038. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  4039. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter"
  4040. },
  4041. "time": "2016-07-18 12:22:57",
  4042. "type": "library",
  4043. "extra": {
  4044. "branch-alias": {
  4045. "dev-master": "1.1-dev"
  4046. }
  4047. },
  4048. "installation-source": "dist",
  4049. "autoload": {
  4050. "psr-4": {
  4051. "League\\Flysystem\\": "src/"
  4052. }
  4053. },
  4054. "notification-url": "https://packagist.org/downloads/",
  4055. "license": [
  4056. "MIT"
  4057. ],
  4058. "authors": [
  4059. {
  4060. "name": "Frank de Jonge",
  4061. "email": "info@frenky.net"
  4062. }
  4063. ],
  4064. "description": "Filesystem abstraction: Many filesystems, one API.",
  4065. "keywords": [
  4066. "Cloud Files",
  4067. "WebDAV",
  4068. "abstraction",
  4069. "aws",
  4070. "cloud",
  4071. "copy.com",
  4072. "dropbox",
  4073. "file systems",
  4074. "files",
  4075. "filesystem",
  4076. "filesystems",
  4077. "ftp",
  4078. "rackspace",
  4079. "remote",
  4080. "s3",
  4081. "sftp",
  4082. "storage"
  4083. ]
  4084. },
  4085. {
  4086. "name": "swiftmailer/swiftmailer",
  4087. "version": "v5.4.3",
  4088. "version_normalized": "5.4.3.0",
  4089. "source": {
  4090. "type": "git",
  4091. "url": "https://github.com/swiftmailer/swiftmailer.git",
  4092. "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153"
  4093. },
  4094. "dist": {
  4095. "type": "zip",
  4096. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  4097. "reference": "4cc92842069c2bbc1f28daaaf1d2576ec4dfe153",
  4098. "shasum": ""
  4099. },
  4100. "require": {
  4101. "php": ">=5.3.3"
  4102. },
  4103. "require-dev": {
  4104. "mockery/mockery": "~0.9.1"
  4105. },
  4106. "time": "2016-07-08 11:51:25",
  4107. "type": "library",
  4108. "extra": {
  4109. "branch-alias": {
  4110. "dev-master": "5.4-dev"
  4111. }
  4112. },
  4113. "installation-source": "dist",
  4114. "autoload": {
  4115. "files": [
  4116. "lib/swift_required.php"
  4117. ]
  4118. },
  4119. "notification-url": "https://packagist.org/downloads/",
  4120. "license": [
  4121. "MIT"
  4122. ],
  4123. "authors": [
  4124. {
  4125. "name": "Chris Corbyn"
  4126. },
  4127. {
  4128. "name": "Fabien Potencier",
  4129. "email": "fabien@symfony.com"
  4130. }
  4131. ],
  4132. "description": "Swiftmailer, free feature-rich PHP mailer",
  4133. "homepage": "http://swiftmailer.org",
  4134. "keywords": [
  4135. "email",
  4136. "mail",
  4137. "mailer"
  4138. ]
  4139. }
  4140. Add a comment to this line
  4141. ]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement