Advertisement
Guest User

Untitled

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