Advertisement
Guest User

Untitled

a guest
Sep 11th, 2019
300
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 168.67 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": "fe2a1c00b1b473014709f6fbbae62c7b",
  8. "packages": [
  9. {
  10. "name": "darkaonline/l5-swagger",
  11. "version": "5.8.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/DarkaOnLine/L5-Swagger.git",
  15. "reference": "3feea73615016405ac46b807b1eac44a188c2e7e"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/DarkaOnLine/L5-Swagger/zipball/3feea73615016405ac46b807b1eac44a188c2e7e",
  20. "reference": "3feea73615016405ac46b807b1eac44a188c2e7e",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "laravel/framework": "5.6.*|5.7.*|5.8.*",
  25. "php": ">=7.1.3",
  26. "swagger-api/swagger-ui": "^3.0",
  27. "symfony/yaml": "^4.1",
  28. "zircote/swagger-php": "~2.0|3.*"
  29. },
  30. "require-dev": {
  31. "mockery/mockery": "1.*",
  32. "orchestra/testbench": "3.6.*|3.8.*",
  33. "php-coveralls/php-coveralls": "^2.0",
  34. "phpunit/phpunit": "7.*"
  35. },
  36. "suggest": {
  37. "zircote/swagger-php:~2.0": "!!! Require Swagger-PHP ~2.0 for @SWG annotations support !!!"
  38. },
  39. "type": "library",
  40. "extra": {
  41. "laravel": {
  42. "providers": [
  43. "L5Swagger\\L5SwaggerServiceProvider"
  44. ]
  45. }
  46. },
  47. "autoload": {
  48. "psr-4": {
  49. "L5Swagger\\": "src"
  50. },
  51. "files": [
  52. "src/helpers.php"
  53. ]
  54. },
  55. "notification-url": "https://packagist.org/downloads/",
  56. "license": [
  57. "MIT"
  58. ],
  59. "authors": [
  60. {
  61. "name": "Darius Matulionis",
  62. "email": "darius@matulionis.lt"
  63. }
  64. ],
  65. "description": "Swagger integration to Laravel 5",
  66. "keywords": [
  67. "api",
  68. "laravel",
  69. "swagger"
  70. ],
  71. "time": "2019-07-12T05:47:33+00:00"
  72. },
  73. {
  74. "name": "dnoegel/php-xdg-base-dir",
  75. "version": "0.1",
  76. "source": {
  77. "type": "git",
  78. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  79. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a"
  80. },
  81. "dist": {
  82. "type": "zip",
  83. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/265b8593498b997dc2d31e75b89f053b5cc9621a",
  84. "reference": "265b8593498b997dc2d31e75b89f053b5cc9621a",
  85. "shasum": ""
  86. },
  87. "require": {
  88. "php": ">=5.3.2"
  89. },
  90. "require-dev": {
  91. "phpunit/phpunit": "@stable"
  92. },
  93. "type": "project",
  94. "autoload": {
  95. "psr-4": {
  96. "XdgBaseDir\\": "src/"
  97. }
  98. },
  99. "notification-url": "https://packagist.org/downloads/",
  100. "license": [
  101. "MIT"
  102. ],
  103. "description": "implementation of xdg base directory specification for php",
  104. "time": "2014-10-24T07:27:01+00:00"
  105. },
  106. {
  107. "name": "doctrine/annotations",
  108. "version": "v1.6.1",
  109. "source": {
  110. "type": "git",
  111. "url": "https://github.com/doctrine/annotations.git",
  112. "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24"
  113. },
  114. "dist": {
  115. "type": "zip",
  116. "url": "https://api.github.com/repos/doctrine/annotations/zipball/53120e0eb10355388d6ccbe462f1fea34ddadb24",
  117. "reference": "53120e0eb10355388d6ccbe462f1fea34ddadb24",
  118. "shasum": ""
  119. },
  120. "require": {
  121. "doctrine/lexer": "1.*",
  122. "php": "^7.1"
  123. },
  124. "require-dev": {
  125. "doctrine/cache": "1.*",
  126. "phpunit/phpunit": "^6.4"
  127. },
  128. "type": "library",
  129. "extra": {
  130. "branch-alias": {
  131. "dev-master": "1.6.x-dev"
  132. }
  133. },
  134. "autoload": {
  135. "psr-4": {
  136. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "authors": [
  144. {
  145. "name": "Roman Borschel",
  146. "email": "roman@code-factory.org"
  147. },
  148. {
  149. "name": "Benjamin Eberlei",
  150. "email": "kontakt@beberlei.de"
  151. },
  152. {
  153. "name": "Guilherme Blanco",
  154. "email": "guilhermeblanco@gmail.com"
  155. },
  156. {
  157. "name": "Jonathan Wage",
  158. "email": "jonwage@gmail.com"
  159. },
  160. {
  161. "name": "Johannes Schmitt",
  162. "email": "schmittjoh@gmail.com"
  163. }
  164. ],
  165. "description": "Docblock Annotations Parser",
  166. "homepage": "http://www.doctrine-project.org",
  167. "keywords": [
  168. "annotations",
  169. "docblock",
  170. "parser"
  171. ],
  172. "time": "2019-03-25T19:12:02+00:00"
  173. },
  174. {
  175. "name": "doctrine/inflector",
  176. "version": "v1.3.0",
  177. "source": {
  178. "type": "git",
  179. "url": "https://github.com/doctrine/inflector.git",
  180. "reference": "5527a48b7313d15261292c149e55e26eae771b0a"
  181. },
  182. "dist": {
  183. "type": "zip",
  184. "url": "https://api.github.com/repos/doctrine/inflector/zipball/5527a48b7313d15261292c149e55e26eae771b0a",
  185. "reference": "5527a48b7313d15261292c149e55e26eae771b0a",
  186. "shasum": ""
  187. },
  188. "require": {
  189. "php": "^7.1"
  190. },
  191. "require-dev": {
  192. "phpunit/phpunit": "^6.2"
  193. },
  194. "type": "library",
  195. "extra": {
  196. "branch-alias": {
  197. "dev-master": "1.3.x-dev"
  198. }
  199. },
  200. "autoload": {
  201. "psr-4": {
  202. "Doctrine\\Common\\Inflector\\": "lib/Doctrine/Common/Inflector"
  203. }
  204. },
  205. "notification-url": "https://packagist.org/downloads/",
  206. "license": [
  207. "MIT"
  208. ],
  209. "authors": [
  210. {
  211. "name": "Roman Borschel",
  212. "email": "roman@code-factory.org"
  213. },
  214. {
  215. "name": "Benjamin Eberlei",
  216. "email": "kontakt@beberlei.de"
  217. },
  218. {
  219. "name": "Guilherme Blanco",
  220. "email": "guilhermeblanco@gmail.com"
  221. },
  222. {
  223. "name": "Jonathan Wage",
  224. "email": "jonwage@gmail.com"
  225. },
  226. {
  227. "name": "Johannes Schmitt",
  228. "email": "schmittjoh@gmail.com"
  229. }
  230. ],
  231. "description": "Common String Manipulations with regard to casing and singular/plural rules.",
  232. "homepage": "http://www.doctrine-project.org",
  233. "keywords": [
  234. "inflection",
  235. "pluralize",
  236. "singularize",
  237. "string"
  238. ],
  239. "time": "2018-01-09T20:05:19+00:00"
  240. },
  241. {
  242. "name": "doctrine/lexer",
  243. "version": "1.0.2",
  244. "source": {
  245. "type": "git",
  246. "url": "https://github.com/doctrine/lexer.git",
  247. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8"
  248. },
  249. "dist": {
  250. "type": "zip",
  251. "url": "https://api.github.com/repos/doctrine/lexer/zipball/1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  252. "reference": "1febd6c3ef84253d7c815bed85fc622ad207a9f8",
  253. "shasum": ""
  254. },
  255. "require": {
  256. "php": ">=5.3.2"
  257. },
  258. "require-dev": {
  259. "phpunit/phpunit": "^4.5"
  260. },
  261. "type": "library",
  262. "extra": {
  263. "branch-alias": {
  264. "dev-master": "1.0.x-dev"
  265. }
  266. },
  267. "autoload": {
  268. "psr-4": {
  269. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  270. }
  271. },
  272. "notification-url": "https://packagist.org/downloads/",
  273. "license": [
  274. "MIT"
  275. ],
  276. "authors": [
  277. {
  278. "name": "Roman Borschel",
  279. "email": "roman@code-factory.org"
  280. },
  281. {
  282. "name": "Guilherme Blanco",
  283. "email": "guilhermeblanco@gmail.com"
  284. },
  285. {
  286. "name": "Johannes Schmitt",
  287. "email": "schmittjoh@gmail.com"
  288. }
  289. ],
  290. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  291. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  292. "keywords": [
  293. "annotations",
  294. "docblock",
  295. "lexer",
  296. "parser",
  297. "php"
  298. ],
  299. "time": "2019-06-08T11:03:04+00:00"
  300. },
  301. {
  302. "name": "dragonmantank/cron-expression",
  303. "version": "v2.3.0",
  304. "source": {
  305. "type": "git",
  306. "url": "https://github.com/dragonmantank/cron-expression.git",
  307. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27"
  308. },
  309. "dist": {
  310. "type": "zip",
  311. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  312. "reference": "72b6fbf76adb3cf5bc0db68559b33d41219aba27",
  313. "shasum": ""
  314. },
  315. "require": {
  316. "php": "^7.0"
  317. },
  318. "require-dev": {
  319. "phpunit/phpunit": "^6.4|^7.0"
  320. },
  321. "type": "library",
  322. "extra": {
  323. "branch-alias": {
  324. "dev-master": "2.3-dev"
  325. }
  326. },
  327. "autoload": {
  328. "psr-4": {
  329. "Cron\\": "src/Cron/"
  330. }
  331. },
  332. "notification-url": "https://packagist.org/downloads/",
  333. "license": [
  334. "MIT"
  335. ],
  336. "authors": [
  337. {
  338. "name": "Michael Dowling",
  339. "email": "mtdowling@gmail.com",
  340. "homepage": "https://github.com/mtdowling"
  341. },
  342. {
  343. "name": "Chris Tankersley",
  344. "email": "chris@ctankersley.com",
  345. "homepage": "https://github.com/dragonmantank"
  346. }
  347. ],
  348. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  349. "keywords": [
  350. "cron",
  351. "schedule"
  352. ],
  353. "time": "2019-03-31T00:38:28+00:00"
  354. },
  355. {
  356. "name": "egulias/email-validator",
  357. "version": "2.1.9",
  358. "source": {
  359. "type": "git",
  360. "url": "https://github.com/egulias/EmailValidator.git",
  361. "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25"
  362. },
  363. "dist": {
  364. "type": "zip",
  365. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/128cc721d771ec2c46ce59698f4ca42b73f71b25",
  366. "reference": "128cc721d771ec2c46ce59698f4ca42b73f71b25",
  367. "shasum": ""
  368. },
  369. "require": {
  370. "doctrine/lexer": "^1.0.1",
  371. "php": ">= 5.5"
  372. },
  373. "require-dev": {
  374. "dominicsayers/isemail": "dev-master",
  375. "phpunit/phpunit": "^4.8.35||^5.7||^6.0",
  376. "satooshi/php-coveralls": "^1.0.1"
  377. },
  378. "suggest": {
  379. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  380. },
  381. "type": "library",
  382. "extra": {
  383. "branch-alias": {
  384. "dev-master": "2.0.x-dev"
  385. }
  386. },
  387. "autoload": {
  388. "psr-4": {
  389. "Egulias\\EmailValidator\\": "EmailValidator"
  390. }
  391. },
  392. "notification-url": "https://packagist.org/downloads/",
  393. "license": [
  394. "MIT"
  395. ],
  396. "authors": [
  397. {
  398. "name": "Eduardo Gulias Davis"
  399. }
  400. ],
  401. "description": "A library for validating emails against several RFCs",
  402. "homepage": "https://github.com/egulias/EmailValidator",
  403. "keywords": [
  404. "email",
  405. "emailvalidation",
  406. "emailvalidator",
  407. "validation",
  408. "validator"
  409. ],
  410. "time": "2019-06-23T10:14:27+00:00"
  411. },
  412. {
  413. "name": "erusev/parsedown",
  414. "version": "1.7.3",
  415. "source": {
  416. "type": "git",
  417. "url": "https://github.com/erusev/parsedown.git",
  418. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7"
  419. },
  420. "dist": {
  421. "type": "zip",
  422. "url": "https://api.github.com/repos/erusev/parsedown/zipball/6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  423. "reference": "6d893938171a817f4e9bc9e86f2da1e370b7bcd7",
  424. "shasum": ""
  425. },
  426. "require": {
  427. "ext-mbstring": "*",
  428. "php": ">=5.3.0"
  429. },
  430. "require-dev": {
  431. "phpunit/phpunit": "^4.8.35"
  432. },
  433. "type": "library",
  434. "autoload": {
  435. "psr-0": {
  436. "Parsedown": ""
  437. }
  438. },
  439. "notification-url": "https://packagist.org/downloads/",
  440. "license": [
  441. "MIT"
  442. ],
  443. "authors": [
  444. {
  445. "name": "Emanuil Rusev",
  446. "email": "hello@erusev.com",
  447. "homepage": "http://erusev.com"
  448. }
  449. ],
  450. "description": "Parser for Markdown.",
  451. "homepage": "http://parsedown.org",
  452. "keywords": [
  453. "markdown",
  454. "parser"
  455. ],
  456. "time": "2019-03-17T18:48:37+00:00"
  457. },
  458. {
  459. "name": "fideloper/proxy",
  460. "version": "4.1.0",
  461. "source": {
  462. "type": "git",
  463. "url": "https://github.com/fideloper/TrustedProxy.git",
  464. "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb"
  465. },
  466. "dist": {
  467. "type": "zip",
  468. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
  469. "reference": "177c79a2d1f9970f89ee2fb4c12b429af38b6dfb",
  470. "shasum": ""
  471. },
  472. "require": {
  473. "illuminate/contracts": "~5.0",
  474. "php": ">=5.4.0"
  475. },
  476. "require-dev": {
  477. "illuminate/http": "~5.6",
  478. "mockery/mockery": "~1.0",
  479. "phpunit/phpunit": "^6.0"
  480. },
  481. "type": "library",
  482. "extra": {
  483. "laravel": {
  484. "providers": [
  485. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  486. ]
  487. }
  488. },
  489. "autoload": {
  490. "psr-4": {
  491. "Fideloper\\Proxy\\": "src/"
  492. }
  493. },
  494. "notification-url": "https://packagist.org/downloads/",
  495. "license": [
  496. "MIT"
  497. ],
  498. "authors": [
  499. {
  500. "name": "Chris Fidao",
  501. "email": "fideloper@gmail.com"
  502. }
  503. ],
  504. "description": "Set trusted proxies for Laravel",
  505. "keywords": [
  506. "load balancing",
  507. "proxy",
  508. "trusted proxy"
  509. ],
  510. "time": "2019-01-10T14:06:47+00:00"
  511. },
  512. {
  513. "name": "jakub-onderka/php-console-color",
  514. "version": "v0.2",
  515. "source": {
  516. "type": "git",
  517. "url": "https://github.com/JakubOnderka/PHP-Console-Color.git",
  518. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191"
  519. },
  520. "dist": {
  521. "type": "zip",
  522. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Color/zipball/d5deaecff52a0d61ccb613bb3804088da0307191",
  523. "reference": "d5deaecff52a0d61ccb613bb3804088da0307191",
  524. "shasum": ""
  525. },
  526. "require": {
  527. "php": ">=5.4.0"
  528. },
  529. "require-dev": {
  530. "jakub-onderka/php-code-style": "1.0",
  531. "jakub-onderka/php-parallel-lint": "1.0",
  532. "jakub-onderka/php-var-dump-check": "0.*",
  533. "phpunit/phpunit": "~4.3",
  534. "squizlabs/php_codesniffer": "1.*"
  535. },
  536. "type": "library",
  537. "autoload": {
  538. "psr-4": {
  539. "JakubOnderka\\PhpConsoleColor\\": "src/"
  540. }
  541. },
  542. "notification-url": "https://packagist.org/downloads/",
  543. "license": [
  544. "BSD-2-Clause"
  545. ],
  546. "authors": [
  547. {
  548. "name": "Jakub Onderka",
  549. "email": "jakub.onderka@gmail.com"
  550. }
  551. ],
  552. "time": "2018-09-29T17:23:10+00:00"
  553. },
  554. {
  555. "name": "jakub-onderka/php-console-highlighter",
  556. "version": "v0.4",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/JakubOnderka/PHP-Console-Highlighter.git",
  560. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/JakubOnderka/PHP-Console-Highlighter/zipball/9f7a229a69d52506914b4bc61bfdb199d90c5547",
  565. "reference": "9f7a229a69d52506914b4bc61bfdb199d90c5547",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "ext-tokenizer": "*",
  570. "jakub-onderka/php-console-color": "~0.2",
  571. "php": ">=5.4.0"
  572. },
  573. "require-dev": {
  574. "jakub-onderka/php-code-style": "~1.0",
  575. "jakub-onderka/php-parallel-lint": "~1.0",
  576. "jakub-onderka/php-var-dump-check": "~0.1",
  577. "phpunit/phpunit": "~4.0",
  578. "squizlabs/php_codesniffer": "~1.5"
  579. },
  580. "type": "library",
  581. "autoload": {
  582. "psr-4": {
  583. "JakubOnderka\\PhpConsoleHighlighter\\": "src/"
  584. }
  585. },
  586. "notification-url": "https://packagist.org/downloads/",
  587. "license": [
  588. "MIT"
  589. ],
  590. "authors": [
  591. {
  592. "name": "Jakub Onderka",
  593. "email": "acci@acci.cz",
  594. "homepage": "http://www.acci.cz/"
  595. }
  596. ],
  597. "description": "Highlight PHP code in terminal",
  598. "time": "2018-09-29T18:48:56+00:00"
  599. },
  600. {
  601. "name": "laravel/framework",
  602. "version": "v5.8.28",
  603. "source": {
  604. "type": "git",
  605. "url": "https://github.com/laravel/framework.git",
  606. "reference": "341fb54bea9693cada2a5b8d398621a57f82862d"
  607. },
  608. "dist": {
  609. "type": "zip",
  610. "url": "https://api.github.com/repos/laravel/framework/zipball/341fb54bea9693cada2a5b8d398621a57f82862d",
  611. "reference": "341fb54bea9693cada2a5b8d398621a57f82862d",
  612. "shasum": ""
  613. },
  614. "require": {
  615. "doctrine/inflector": "^1.1",
  616. "dragonmantank/cron-expression": "^2.0",
  617. "egulias/email-validator": "^2.0",
  618. "erusev/parsedown": "^1.7",
  619. "ext-json": "*",
  620. "ext-mbstring": "*",
  621. "ext-openssl": "*",
  622. "league/flysystem": "^1.0.8",
  623. "monolog/monolog": "^1.12",
  624. "nesbot/carbon": "^1.26.3 || ^2.0",
  625. "opis/closure": "^3.1",
  626. "php": "^7.1.3",
  627. "psr/container": "^1.0",
  628. "psr/simple-cache": "^1.0",
  629. "ramsey/uuid": "^3.7",
  630. "swiftmailer/swiftmailer": "^6.0",
  631. "symfony/console": "^4.2",
  632. "symfony/debug": "^4.2",
  633. "symfony/finder": "^4.2",
  634. "symfony/http-foundation": "^4.2",
  635. "symfony/http-kernel": "^4.2",
  636. "symfony/process": "^4.2",
  637. "symfony/routing": "^4.2",
  638. "symfony/var-dumper": "^4.2",
  639. "tijsverkoyen/css-to-inline-styles": "^2.2.1",
  640. "vlucas/phpdotenv": "^3.3"
  641. },
  642. "conflict": {
  643. "tightenco/collect": "<5.5.33"
  644. },
  645. "replace": {
  646. "illuminate/auth": "self.version",
  647. "illuminate/broadcasting": "self.version",
  648. "illuminate/bus": "self.version",
  649. "illuminate/cache": "self.version",
  650. "illuminate/config": "self.version",
  651. "illuminate/console": "self.version",
  652. "illuminate/container": "self.version",
  653. "illuminate/contracts": "self.version",
  654. "illuminate/cookie": "self.version",
  655. "illuminate/database": "self.version",
  656. "illuminate/encryption": "self.version",
  657. "illuminate/events": "self.version",
  658. "illuminate/filesystem": "self.version",
  659. "illuminate/hashing": "self.version",
  660. "illuminate/http": "self.version",
  661. "illuminate/log": "self.version",
  662. "illuminate/mail": "self.version",
  663. "illuminate/notifications": "self.version",
  664. "illuminate/pagination": "self.version",
  665. "illuminate/pipeline": "self.version",
  666. "illuminate/queue": "self.version",
  667. "illuminate/redis": "self.version",
  668. "illuminate/routing": "self.version",
  669. "illuminate/session": "self.version",
  670. "illuminate/support": "self.version",
  671. "illuminate/translation": "self.version",
  672. "illuminate/validation": "self.version",
  673. "illuminate/view": "self.version"
  674. },
  675. "require-dev": {
  676. "aws/aws-sdk-php": "^3.0",
  677. "doctrine/dbal": "^2.6",
  678. "filp/whoops": "^2.1.4",
  679. "guzzlehttp/guzzle": "^6.3",
  680. "league/flysystem-cached-adapter": "^1.0",
  681. "mockery/mockery": "^1.0",
  682. "moontoast/math": "^1.1",
  683. "orchestra/testbench-core": "3.8.*",
  684. "pda/pheanstalk": "^4.0",
  685. "phpunit/phpunit": "^7.5|^8.0",
  686. "predis/predis": "^1.1.1",
  687. "symfony/css-selector": "^4.2",
  688. "symfony/dom-crawler": "^4.2",
  689. "true/punycode": "^2.1"
  690. },
  691. "suggest": {
  692. "aws/aws-sdk-php": "Required to use the SQS queue driver and SES mail driver (^3.0).",
  693. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6).",
  694. "ext-pcntl": "Required to use all features of the queue worker.",
  695. "ext-posix": "Required to use all features of the queue worker.",
  696. "filp/whoops": "Required for friendly error pages in development (^2.1.4).",
  697. "fzaninotto/faker": "Required to use the eloquent factory builder (^1.4).",
  698. "guzzlehttp/guzzle": "Required to use the Mailgun and Mandrill mail drivers and the ping methods on schedules (^6.0).",
  699. "laravel/tinker": "Required to use the tinker console command (^1.0).",
  700. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  701. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  702. "league/flysystem-rackspace": "Required to use the Flysystem Rackspace driver (^1.0).",
  703. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  704. "moontoast/math": "Required to use ordered UUIDs (^1.1).",
  705. "nexmo/client": "Required to use the Nexmo transport (^1.0).",
  706. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  707. "predis/predis": "Required to use the redis cache and queue drivers (^1.0).",
  708. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^3.0).",
  709. "symfony/css-selector": "Required to use some of the crawler integration testing tools (^4.2).",
  710. "symfony/dom-crawler": "Required to use most of the crawler integration testing tools (^4.2).",
  711. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^1.1).",
  712. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  713. },
  714. "type": "library",
  715. "extra": {
  716. "branch-alias": {
  717. "dev-master": "5.8-dev"
  718. }
  719. },
  720. "autoload": {
  721. "files": [
  722. "src/Illuminate/Foundation/helpers.php",
  723. "src/Illuminate/Support/helpers.php"
  724. ],
  725. "psr-4": {
  726. "Illuminate\\": "src/Illuminate/"
  727. }
  728. },
  729. "notification-url": "https://packagist.org/downloads/",
  730. "license": [
  731. "MIT"
  732. ],
  733. "authors": [
  734. {
  735. "name": "Taylor Otwell",
  736. "email": "taylor@laravel.com"
  737. }
  738. ],
  739. "description": "The Laravel Framework.",
  740. "homepage": "https://laravel.com",
  741. "keywords": [
  742. "framework",
  743. "laravel"
  744. ],
  745. "time": "2019-07-09T14:00:02+00:00"
  746. },
  747. {
  748. "name": "laravel/tinker",
  749. "version": "v1.0.8",
  750. "source": {
  751. "type": "git",
  752. "url": "https://github.com/laravel/tinker.git",
  753. "reference": "cafbf598a90acde68985660e79b2b03c5609a405"
  754. },
  755. "dist": {
  756. "type": "zip",
  757. "url": "https://api.github.com/repos/laravel/tinker/zipball/cafbf598a90acde68985660e79b2b03c5609a405",
  758. "reference": "cafbf598a90acde68985660e79b2b03c5609a405",
  759. "shasum": ""
  760. },
  761. "require": {
  762. "illuminate/console": "~5.1",
  763. "illuminate/contracts": "~5.1",
  764. "illuminate/support": "~5.1",
  765. "php": ">=5.5.9",
  766. "psy/psysh": "0.7.*|0.8.*|0.9.*",
  767. "symfony/var-dumper": "~3.0|~4.0"
  768. },
  769. "require-dev": {
  770. "phpunit/phpunit": "~4.0|~5.0"
  771. },
  772. "suggest": {
  773. "illuminate/database": "The Illuminate Database package (~5.1)."
  774. },
  775. "type": "library",
  776. "extra": {
  777. "branch-alias": {
  778. "dev-master": "1.0-dev"
  779. },
  780. "laravel": {
  781. "providers": [
  782. "Laravel\\Tinker\\TinkerServiceProvider"
  783. ]
  784. }
  785. },
  786. "autoload": {
  787. "psr-4": {
  788. "Laravel\\Tinker\\": "src/"
  789. }
  790. },
  791. "notification-url": "https://packagist.org/downloads/",
  792. "license": [
  793. "MIT"
  794. ],
  795. "authors": [
  796. {
  797. "name": "Taylor Otwell",
  798. "email": "taylor@laravel.com"
  799. }
  800. ],
  801. "description": "Powerful REPL for the Laravel framework.",
  802. "keywords": [
  803. "REPL",
  804. "Tinker",
  805. "laravel",
  806. "psysh"
  807. ],
  808. "time": "2018-10-12T19:39:35+00:00"
  809. },
  810. {
  811. "name": "league/flysystem",
  812. "version": "1.0.53",
  813. "source": {
  814. "type": "git",
  815. "url": "https://github.com/thephpleague/flysystem.git",
  816. "reference": "08e12b7628f035600634a5e76d95b5eb66cea674"
  817. },
  818. "dist": {
  819. "type": "zip",
  820. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/08e12b7628f035600634a5e76d95b5eb66cea674",
  821. "reference": "08e12b7628f035600634a5e76d95b5eb66cea674",
  822. "shasum": ""
  823. },
  824. "require": {
  825. "ext-fileinfo": "*",
  826. "php": ">=5.5.9"
  827. },
  828. "conflict": {
  829. "league/flysystem-sftp": "<1.0.6"
  830. },
  831. "require-dev": {
  832. "phpspec/phpspec": "^3.4",
  833. "phpunit/phpunit": "^5.7.10"
  834. },
  835. "suggest": {
  836. "ext-fileinfo": "Required for MimeType",
  837. "ext-ftp": "Allows you to use FTP server storage",
  838. "ext-openssl": "Allows you to use FTPS server storage",
  839. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  840. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  841. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  842. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  843. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  844. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  845. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  846. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  847. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  848. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  849. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  850. },
  851. "type": "library",
  852. "extra": {
  853. "branch-alias": {
  854. "dev-master": "1.1-dev"
  855. }
  856. },
  857. "autoload": {
  858. "psr-4": {
  859. "League\\Flysystem\\": "src/"
  860. }
  861. },
  862. "notification-url": "https://packagist.org/downloads/",
  863. "license": [
  864. "MIT"
  865. ],
  866. "authors": [
  867. {
  868. "name": "Frank de Jonge",
  869. "email": "info@frenky.net"
  870. }
  871. ],
  872. "description": "Filesystem abstraction: Many filesystems, one API.",
  873. "keywords": [
  874. "Cloud Files",
  875. "WebDAV",
  876. "abstraction",
  877. "aws",
  878. "cloud",
  879. "copy.com",
  880. "dropbox",
  881. "file systems",
  882. "files",
  883. "filesystem",
  884. "filesystems",
  885. "ftp",
  886. "rackspace",
  887. "remote",
  888. "s3",
  889. "sftp",
  890. "storage"
  891. ],
  892. "time": "2019-06-18T20:09:29+00:00"
  893. },
  894. {
  895. "name": "monolog/monolog",
  896. "version": "1.24.0",
  897. "source": {
  898. "type": "git",
  899. "url": "https://github.com/Seldaek/monolog.git",
  900. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266"
  901. },
  902. "dist": {
  903. "type": "zip",
  904. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  905. "reference": "bfc9ebb28f97e7a24c45bdc3f0ff482e47bb0266",
  906. "shasum": ""
  907. },
  908. "require": {
  909. "php": ">=5.3.0",
  910. "psr/log": "~1.0"
  911. },
  912. "provide": {
  913. "psr/log-implementation": "1.0.0"
  914. },
  915. "require-dev": {
  916. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  917. "doctrine/couchdb": "~1.0@dev",
  918. "graylog2/gelf-php": "~1.0",
  919. "jakub-onderka/php-parallel-lint": "0.9",
  920. "php-amqplib/php-amqplib": "~2.4",
  921. "php-console/php-console": "^3.1.3",
  922. "phpunit/phpunit": "~4.5",
  923. "phpunit/phpunit-mock-objects": "2.3.0",
  924. "ruflin/elastica": ">=0.90 <3.0",
  925. "sentry/sentry": "^0.13",
  926. "swiftmailer/swiftmailer": "^5.3|^6.0"
  927. },
  928. "suggest": {
  929. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  930. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  931. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  932. "ext-mongo": "Allow sending log messages to a MongoDB server",
  933. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  934. "mongodb/mongodb": "Allow sending log messages to a MongoDB server via PHP Driver",
  935. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  936. "php-console/php-console": "Allow sending log messages to Google Chrome",
  937. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  938. "ruflin/elastica": "Allow sending log messages to an Elastic Search server",
  939. "sentry/sentry": "Allow sending log messages to a Sentry server"
  940. },
  941. "type": "library",
  942. "extra": {
  943. "branch-alias": {
  944. "dev-master": "2.0.x-dev"
  945. }
  946. },
  947. "autoload": {
  948. "psr-4": {
  949. "Monolog\\": "src/Monolog"
  950. }
  951. },
  952. "notification-url": "https://packagist.org/downloads/",
  953. "license": [
  954. "MIT"
  955. ],
  956. "authors": [
  957. {
  958. "name": "Jordi Boggiano",
  959. "email": "j.boggiano@seld.be",
  960. "homepage": "http://seld.be"
  961. }
  962. ],
  963. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  964. "homepage": "http://github.com/Seldaek/monolog",
  965. "keywords": [
  966. "log",
  967. "logging",
  968. "psr-3"
  969. ],
  970. "time": "2018-11-05T09:00:11+00:00"
  971. },
  972. {
  973. "name": "nesbot/carbon",
  974. "version": "2.21.0",
  975. "source": {
  976. "type": "git",
  977. "url": "https://github.com/briannesbitt/Carbon.git",
  978. "reference": "da6410b77f74eecd98d24ffb6dfecefccf3ca17f"
  979. },
  980. "dist": {
  981. "type": "zip",
  982. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/da6410b77f74eecd98d24ffb6dfecefccf3ca17f",
  983. "reference": "da6410b77f74eecd98d24ffb6dfecefccf3ca17f",
  984. "shasum": ""
  985. },
  986. "require": {
  987. "ext-json": "*",
  988. "php": "^7.1.8 || ^8.0",
  989. "symfony/translation": "^3.4 || ^4.0"
  990. },
  991. "require-dev": {
  992. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  993. "kylekatarnls/multi-tester": "^1.1",
  994. "phpmd/phpmd": "^2.6",
  995. "phpstan/phpstan": "^0.11",
  996. "phpunit/phpunit": "^7.5 || ^8.0",
  997. "squizlabs/php_codesniffer": "^3.4"
  998. },
  999. "bin": [
  1000. "bin/carbon"
  1001. ],
  1002. "type": "library",
  1003. "extra": {
  1004. "laravel": {
  1005. "providers": [
  1006. "Carbon\\Laravel\\ServiceProvider"
  1007. ]
  1008. }
  1009. },
  1010. "autoload": {
  1011. "psr-4": {
  1012. "Carbon\\": "src/Carbon/"
  1013. }
  1014. },
  1015. "notification-url": "https://packagist.org/downloads/",
  1016. "license": [
  1017. "MIT"
  1018. ],
  1019. "authors": [
  1020. {
  1021. "name": "Brian Nesbitt",
  1022. "email": "brian@nesbot.com",
  1023. "homepage": "http://nesbot.com"
  1024. },
  1025. {
  1026. "name": "kylekatarnls",
  1027. "homepage": "http://github.com/kylekatarnls"
  1028. }
  1029. ],
  1030. "description": "A simple API extension for DateTime.",
  1031. "homepage": "http://carbon.nesbot.com",
  1032. "keywords": [
  1033. "date",
  1034. "datetime",
  1035. "time"
  1036. ],
  1037. "time": "2019-07-14T17:06:46+00:00"
  1038. },
  1039. {
  1040. "name": "nikic/php-parser",
  1041. "version": "v4.2.2",
  1042. "source": {
  1043. "type": "git",
  1044. "url": "https://github.com/nikic/PHP-Parser.git",
  1045. "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420"
  1046. },
  1047. "dist": {
  1048. "type": "zip",
  1049. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
  1050. "reference": "1bd73cc04c3843ad8d6b0bfc0956026a151fc420",
  1051. "shasum": ""
  1052. },
  1053. "require": {
  1054. "ext-tokenizer": "*",
  1055. "php": ">=7.0"
  1056. },
  1057. "require-dev": {
  1058. "phpunit/phpunit": "^6.5 || ^7.0"
  1059. },
  1060. "bin": [
  1061. "bin/php-parse"
  1062. ],
  1063. "type": "library",
  1064. "extra": {
  1065. "branch-alias": {
  1066. "dev-master": "4.2-dev"
  1067. }
  1068. },
  1069. "autoload": {
  1070. "psr-4": {
  1071. "PhpParser\\": "lib/PhpParser"
  1072. }
  1073. },
  1074. "notification-url": "https://packagist.org/downloads/",
  1075. "license": [
  1076. "BSD-3-Clause"
  1077. ],
  1078. "authors": [
  1079. {
  1080. "name": "Nikita Popov"
  1081. }
  1082. ],
  1083. "description": "A PHP parser written in PHP",
  1084. "keywords": [
  1085. "parser",
  1086. "php"
  1087. ],
  1088. "time": "2019-05-25T20:07:01+00:00"
  1089. },
  1090. {
  1091. "name": "opis/closure",
  1092. "version": "3.3.1",
  1093. "source": {
  1094. "type": "git",
  1095. "url": "https://github.com/opis/closure.git",
  1096. "reference": "92927e26d7fc3f271efe1f55bdbb073fbb2f0722"
  1097. },
  1098. "dist": {
  1099. "type": "zip",
  1100. "url": "https://api.github.com/repos/opis/closure/zipball/92927e26d7fc3f271efe1f55bdbb073fbb2f0722",
  1101. "reference": "92927e26d7fc3f271efe1f55bdbb073fbb2f0722",
  1102. "shasum": ""
  1103. },
  1104. "require": {
  1105. "php": "^5.4 || ^7.0"
  1106. },
  1107. "require-dev": {
  1108. "jeremeamia/superclosure": "^2.0",
  1109. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  1110. },
  1111. "type": "library",
  1112. "extra": {
  1113. "branch-alias": {
  1114. "dev-master": "3.3.x-dev"
  1115. }
  1116. },
  1117. "autoload": {
  1118. "psr-4": {
  1119. "Opis\\Closure\\": "src/"
  1120. },
  1121. "files": [
  1122. "functions.php"
  1123. ]
  1124. },
  1125. "notification-url": "https://packagist.org/downloads/",
  1126. "license": [
  1127. "MIT"
  1128. ],
  1129. "authors": [
  1130. {
  1131. "name": "Marius Sarca",
  1132. "email": "marius.sarca@gmail.com"
  1133. },
  1134. {
  1135. "name": "Sorin Sarca",
  1136. "email": "sarca_sorin@hotmail.com"
  1137. }
  1138. ],
  1139. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1140. "homepage": "https://opis.io/closure",
  1141. "keywords": [
  1142. "anonymous functions",
  1143. "closure",
  1144. "function",
  1145. "serializable",
  1146. "serialization",
  1147. "serialize"
  1148. ],
  1149. "time": "2019-07-09T21:58:11+00:00"
  1150. },
  1151. {
  1152. "name": "paragonie/random_compat",
  1153. "version": "v9.99.99",
  1154. "source": {
  1155. "type": "git",
  1156. "url": "https://github.com/paragonie/random_compat.git",
  1157. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95"
  1158. },
  1159. "dist": {
  1160. "type": "zip",
  1161. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1162. "reference": "84b4dfb120c6f9b4ff7b3685f9b8f1aa365a0c95",
  1163. "shasum": ""
  1164. },
  1165. "require": {
  1166. "php": "^7"
  1167. },
  1168. "require-dev": {
  1169. "phpunit/phpunit": "4.*|5.*",
  1170. "vimeo/psalm": "^1"
  1171. },
  1172. "suggest": {
  1173. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  1174. },
  1175. "type": "library",
  1176. "notification-url": "https://packagist.org/downloads/",
  1177. "license": [
  1178. "MIT"
  1179. ],
  1180. "authors": [
  1181. {
  1182. "name": "Paragon Initiative Enterprises",
  1183. "email": "security@paragonie.com",
  1184. "homepage": "https://paragonie.com"
  1185. }
  1186. ],
  1187. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  1188. "keywords": [
  1189. "csprng",
  1190. "polyfill",
  1191. "pseudorandom",
  1192. "random"
  1193. ],
  1194. "time": "2018-07-02T15:55:56+00:00"
  1195. },
  1196. {
  1197. "name": "phpoption/phpoption",
  1198. "version": "1.5.0",
  1199. "source": {
  1200. "type": "git",
  1201. "url": "https://github.com/schmittjoh/php-option.git",
  1202. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed"
  1203. },
  1204. "dist": {
  1205. "type": "zip",
  1206. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  1207. "reference": "94e644f7d2051a5f0fcf77d81605f152eecff0ed",
  1208. "shasum": ""
  1209. },
  1210. "require": {
  1211. "php": ">=5.3.0"
  1212. },
  1213. "require-dev": {
  1214. "phpunit/phpunit": "4.7.*"
  1215. },
  1216. "type": "library",
  1217. "extra": {
  1218. "branch-alias": {
  1219. "dev-master": "1.3-dev"
  1220. }
  1221. },
  1222. "autoload": {
  1223. "psr-0": {
  1224. "PhpOption\\": "src/"
  1225. }
  1226. },
  1227. "notification-url": "https://packagist.org/downloads/",
  1228. "license": [
  1229. "Apache2"
  1230. ],
  1231. "authors": [
  1232. {
  1233. "name": "Johannes M. Schmitt",
  1234. "email": "schmittjoh@gmail.com"
  1235. }
  1236. ],
  1237. "description": "Option Type for PHP",
  1238. "keywords": [
  1239. "language",
  1240. "option",
  1241. "php",
  1242. "type"
  1243. ],
  1244. "time": "2015-07-25T16:39:46+00:00"
  1245. },
  1246. {
  1247. "name": "psr/container",
  1248. "version": "1.0.0",
  1249. "source": {
  1250. "type": "git",
  1251. "url": "https://github.com/php-fig/container.git",
  1252. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1253. },
  1254. "dist": {
  1255. "type": "zip",
  1256. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1257. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1258. "shasum": ""
  1259. },
  1260. "require": {
  1261. "php": ">=5.3.0"
  1262. },
  1263. "type": "library",
  1264. "extra": {
  1265. "branch-alias": {
  1266. "dev-master": "1.0.x-dev"
  1267. }
  1268. },
  1269. "autoload": {
  1270. "psr-4": {
  1271. "Psr\\Container\\": "src/"
  1272. }
  1273. },
  1274. "notification-url": "https://packagist.org/downloads/",
  1275. "license": [
  1276. "MIT"
  1277. ],
  1278. "authors": [
  1279. {
  1280. "name": "PHP-FIG",
  1281. "homepage": "http://www.php-fig.org/"
  1282. }
  1283. ],
  1284. "description": "Common Container Interface (PHP FIG PSR-11)",
  1285. "homepage": "https://github.com/php-fig/container",
  1286. "keywords": [
  1287. "PSR-11",
  1288. "container",
  1289. "container-interface",
  1290. "container-interop",
  1291. "psr"
  1292. ],
  1293. "time": "2017-02-14T16:28:37+00:00"
  1294. },
  1295. {
  1296. "name": "psr/log",
  1297. "version": "1.1.0",
  1298. "source": {
  1299. "type": "git",
  1300. "url": "https://github.com/php-fig/log.git",
  1301. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd"
  1302. },
  1303. "dist": {
  1304. "type": "zip",
  1305. "url": "https://api.github.com/repos/php-fig/log/zipball/6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1306. "reference": "6c001f1daafa3a3ac1d8ff69ee4db8e799a654dd",
  1307. "shasum": ""
  1308. },
  1309. "require": {
  1310. "php": ">=5.3.0"
  1311. },
  1312. "type": "library",
  1313. "extra": {
  1314. "branch-alias": {
  1315. "dev-master": "1.0.x-dev"
  1316. }
  1317. },
  1318. "autoload": {
  1319. "psr-4": {
  1320. "Psr\\Log\\": "Psr/Log/"
  1321. }
  1322. },
  1323. "notification-url": "https://packagist.org/downloads/",
  1324. "license": [
  1325. "MIT"
  1326. ],
  1327. "authors": [
  1328. {
  1329. "name": "PHP-FIG",
  1330. "homepage": "http://www.php-fig.org/"
  1331. }
  1332. ],
  1333. "description": "Common interface for logging libraries",
  1334. "homepage": "https://github.com/php-fig/log",
  1335. "keywords": [
  1336. "log",
  1337. "psr",
  1338. "psr-3"
  1339. ],
  1340. "time": "2018-11-20T15:27:04+00:00"
  1341. },
  1342. {
  1343. "name": "psr/simple-cache",
  1344. "version": "1.0.1",
  1345. "source": {
  1346. "type": "git",
  1347. "url": "https://github.com/php-fig/simple-cache.git",
  1348. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1349. },
  1350. "dist": {
  1351. "type": "zip",
  1352. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1353. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1354. "shasum": ""
  1355. },
  1356. "require": {
  1357. "php": ">=5.3.0"
  1358. },
  1359. "type": "library",
  1360. "extra": {
  1361. "branch-alias": {
  1362. "dev-master": "1.0.x-dev"
  1363. }
  1364. },
  1365. "autoload": {
  1366. "psr-4": {
  1367. "Psr\\SimpleCache\\": "src/"
  1368. }
  1369. },
  1370. "notification-url": "https://packagist.org/downloads/",
  1371. "license": [
  1372. "MIT"
  1373. ],
  1374. "authors": [
  1375. {
  1376. "name": "PHP-FIG",
  1377. "homepage": "http://www.php-fig.org/"
  1378. }
  1379. ],
  1380. "description": "Common interfaces for simple caching",
  1381. "keywords": [
  1382. "cache",
  1383. "caching",
  1384. "psr",
  1385. "psr-16",
  1386. "simple-cache"
  1387. ],
  1388. "time": "2017-10-23T01:57:42+00:00"
  1389. },
  1390. {
  1391. "name": "psy/psysh",
  1392. "version": "v0.9.9",
  1393. "source": {
  1394. "type": "git",
  1395. "url": "https://github.com/bobthecow/psysh.git",
  1396. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e"
  1397. },
  1398. "dist": {
  1399. "type": "zip",
  1400. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  1401. "reference": "9aaf29575bb8293206bb0420c1e1c87ff2ffa94e",
  1402. "shasum": ""
  1403. },
  1404. "require": {
  1405. "dnoegel/php-xdg-base-dir": "0.1",
  1406. "ext-json": "*",
  1407. "ext-tokenizer": "*",
  1408. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  1409. "nikic/php-parser": "~1.3|~2.0|~3.0|~4.0",
  1410. "php": ">=5.4.0",
  1411. "symfony/console": "~2.3.10|^2.4.2|~3.0|~4.0",
  1412. "symfony/var-dumper": "~2.7|~3.0|~4.0"
  1413. },
  1414. "require-dev": {
  1415. "bamarni/composer-bin-plugin": "^1.2",
  1416. "hoa/console": "~2.15|~3.16",
  1417. "phpunit/phpunit": "~4.8.35|~5.0|~6.0|~7.0"
  1418. },
  1419. "suggest": {
  1420. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  1421. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  1422. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  1423. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  1424. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  1425. },
  1426. "bin": [
  1427. "bin/psysh"
  1428. ],
  1429. "type": "library",
  1430. "extra": {
  1431. "branch-alias": {
  1432. "dev-develop": "0.9.x-dev"
  1433. }
  1434. },
  1435. "autoload": {
  1436. "files": [
  1437. "src/functions.php"
  1438. ],
  1439. "psr-4": {
  1440. "Psy\\": "src/"
  1441. }
  1442. },
  1443. "notification-url": "https://packagist.org/downloads/",
  1444. "license": [
  1445. "MIT"
  1446. ],
  1447. "authors": [
  1448. {
  1449. "name": "Justin Hileman",
  1450. "email": "justin@justinhileman.info",
  1451. "homepage": "http://justinhileman.com"
  1452. }
  1453. ],
  1454. "description": "An interactive shell for modern PHP.",
  1455. "homepage": "http://psysh.org",
  1456. "keywords": [
  1457. "REPL",
  1458. "console",
  1459. "interactive",
  1460. "shell"
  1461. ],
  1462. "time": "2018-10-13T15:16:03+00:00"
  1463. },
  1464. {
  1465. "name": "ramsey/uuid",
  1466. "version": "3.8.0",
  1467. "source": {
  1468. "type": "git",
  1469. "url": "https://github.com/ramsey/uuid.git",
  1470. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3"
  1471. },
  1472. "dist": {
  1473. "type": "zip",
  1474. "url": "https://api.github.com/repos/ramsey/uuid/zipball/d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1475. "reference": "d09ea80159c1929d75b3f9c60504d613aeb4a1e3",
  1476. "shasum": ""
  1477. },
  1478. "require": {
  1479. "paragonie/random_compat": "^1.0|^2.0|9.99.99",
  1480. "php": "^5.4 || ^7.0",
  1481. "symfony/polyfill-ctype": "^1.8"
  1482. },
  1483. "replace": {
  1484. "rhumsaa/uuid": "self.version"
  1485. },
  1486. "require-dev": {
  1487. "codeception/aspect-mock": "^1.0 | ~2.0.0",
  1488. "doctrine/annotations": "~1.2.0",
  1489. "goaop/framework": "1.0.0-alpha.2 | ^1.0 | ~2.1.0",
  1490. "ircmaxell/random-lib": "^1.1",
  1491. "jakub-onderka/php-parallel-lint": "^0.9.0",
  1492. "mockery/mockery": "^0.9.9",
  1493. "moontoast/math": "^1.1",
  1494. "php-mock/php-mock-phpunit": "^0.3|^1.1",
  1495. "phpunit/phpunit": "^4.7|^5.0|^6.5",
  1496. "squizlabs/php_codesniffer": "^2.3"
  1497. },
  1498. "suggest": {
  1499. "ext-ctype": "Provides support for PHP Ctype functions",
  1500. "ext-libsodium": "Provides the PECL libsodium extension for use with the SodiumRandomGenerator",
  1501. "ext-uuid": "Provides the PECL UUID extension for use with the PeclUuidTimeGenerator and PeclUuidRandomGenerator",
  1502. "ircmaxell/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  1503. "moontoast/math": "Provides support for converting UUID to 128-bit integer (in string form).",
  1504. "ramsey/uuid-console": "A console application for generating UUIDs with ramsey/uuid",
  1505. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  1506. },
  1507. "type": "library",
  1508. "extra": {
  1509. "branch-alias": {
  1510. "dev-master": "3.x-dev"
  1511. }
  1512. },
  1513. "autoload": {
  1514. "psr-4": {
  1515. "Ramsey\\Uuid\\": "src/"
  1516. }
  1517. },
  1518. "notification-url": "https://packagist.org/downloads/",
  1519. "license": [
  1520. "MIT"
  1521. ],
  1522. "authors": [
  1523. {
  1524. "name": "Marijn Huizendveld",
  1525. "email": "marijn.huizendveld@gmail.com"
  1526. },
  1527. {
  1528. "name": "Thibaud Fabre",
  1529. "email": "thibaud@aztech.io"
  1530. },
  1531. {
  1532. "name": "Ben Ramsey",
  1533. "email": "ben@benramsey.com",
  1534. "homepage": "https://benramsey.com"
  1535. }
  1536. ],
  1537. "description": "Formerly rhumsaa/uuid. A PHP 5.4+ library for generating RFC 4122 version 1, 3, 4, and 5 universally unique identifiers (UUID).",
  1538. "homepage": "https://github.com/ramsey/uuid",
  1539. "keywords": [
  1540. "guid",
  1541. "identifier",
  1542. "uuid"
  1543. ],
  1544. "time": "2018-07-19T23:38:55+00:00"
  1545. },
  1546. {
  1547. "name": "rap2hpoutre/laravel-log-viewer",
  1548. "version": "v1.2.1",
  1549. "source": {
  1550. "type": "git",
  1551. "url": "https://github.com/rap2hpoutre/laravel-log-viewer.git",
  1552. "reference": "ba8e645dda959c9cc679f3bbb3f1bd271cc02e56"
  1553. },
  1554. "dist": {
  1555. "type": "zip",
  1556. "url": "https://api.github.com/repos/rap2hpoutre/laravel-log-viewer/zipball/ba8e645dda959c9cc679f3bbb3f1bd271cc02e56",
  1557. "reference": "ba8e645dda959c9cc679f3bbb3f1bd271cc02e56",
  1558. "shasum": ""
  1559. },
  1560. "require": {
  1561. "illuminate/support": "4.2.*|5.*",
  1562. "php": ">=5.4.0"
  1563. },
  1564. "require-dev": {
  1565. "orchestra/testbench": "3.7.*",
  1566. "phpunit/phpunit": "^7"
  1567. },
  1568. "type": "laravel-package",
  1569. "extra": {
  1570. "laravel": {
  1571. "providers": [
  1572. "Rap2hpoutre\\LaravelLogViewer\\LaravelLogViewerServiceProvider"
  1573. ]
  1574. }
  1575. },
  1576. "autoload": {
  1577. "classmap": [
  1578. "src/controllers"
  1579. ],
  1580. "psr-0": {
  1581. "Rap2hpoutre\\LaravelLogViewer\\": "src/"
  1582. }
  1583. },
  1584. "notification-url": "https://packagist.org/downloads/",
  1585. "license": [
  1586. "MIT"
  1587. ],
  1588. "authors": [
  1589. {
  1590. "name": "rap2hpoutre",
  1591. "email": "raphaelht@gmail.com"
  1592. }
  1593. ],
  1594. "description": "A Laravel log reader",
  1595. "keywords": [
  1596. "laravel",
  1597. "log",
  1598. "log-reader",
  1599. "log-viewer",
  1600. "logging",
  1601. "lumen"
  1602. ],
  1603. "time": "2019-06-12T15:22:58+00:00"
  1604. },
  1605. {
  1606. "name": "spatie/laravel-permission",
  1607. "version": "2.37.0",
  1608. "source": {
  1609. "type": "git",
  1610. "url": "https://github.com/spatie/laravel-permission.git",
  1611. "reference": "81dbe9d372d70c255b66a2727a235076509f8d45"
  1612. },
  1613. "dist": {
  1614. "type": "zip",
  1615. "url": "https://api.github.com/repos/spatie/laravel-permission/zipball/81dbe9d372d70c255b66a2727a235076509f8d45",
  1616. "reference": "81dbe9d372d70c255b66a2727a235076509f8d45",
  1617. "shasum": ""
  1618. },
  1619. "require": {
  1620. "illuminate/auth": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1621. "illuminate/container": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1622. "illuminate/contracts": "~5.3.0|~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1623. "illuminate/database": "~5.4.0|~5.5.0|~5.6.0|~5.7.0|~5.8.0",
  1624. "php": ">=7.0"
  1625. },
  1626. "require-dev": {
  1627. "orchestra/testbench": "~3.4.2|~3.5.0|~3.6.0|~3.7.0",
  1628. "phpunit/phpunit": "^5.7|6.2|^7.0",
  1629. "predis/predis": "^1.1"
  1630. },
  1631. "type": "library",
  1632. "extra": {
  1633. "laravel": {
  1634. "providers": [
  1635. "Spatie\\Permission\\PermissionServiceProvider"
  1636. ]
  1637. }
  1638. },
  1639. "autoload": {
  1640. "psr-4": {
  1641. "Spatie\\Permission\\": "src"
  1642. },
  1643. "files": [
  1644. "src/helpers.php"
  1645. ]
  1646. },
  1647. "notification-url": "https://packagist.org/downloads/",
  1648. "license": [
  1649. "MIT"
  1650. ],
  1651. "authors": [
  1652. {
  1653. "name": "Freek Van der Herten",
  1654. "email": "freek@spatie.be",
  1655. "homepage": "https://spatie.be",
  1656. "role": "Developer"
  1657. }
  1658. ],
  1659. "description": "Permission handling for Laravel 5.4 and up",
  1660. "homepage": "https://github.com/spatie/laravel-permission",
  1661. "keywords": [
  1662. "acl",
  1663. "laravel",
  1664. "permission",
  1665. "security",
  1666. "spatie"
  1667. ],
  1668. "time": "2019-04-09T12:45:17+00:00"
  1669. },
  1670. {
  1671. "name": "spatie/laravel-query-builder",
  1672. "version": "1.17.5",
  1673. "source": {
  1674. "type": "git",
  1675. "url": "https://github.com/spatie/laravel-query-builder.git",
  1676. "reference": "8c5cecd27f69d8d4e6817a9207e796d34dab6a70"
  1677. },
  1678. "dist": {
  1679. "type": "zip",
  1680. "url": "https://api.github.com/repos/spatie/laravel-query-builder/zipball/8c5cecd27f69d8d4e6817a9207e796d34dab6a70",
  1681. "reference": "8c5cecd27f69d8d4e6817a9207e796d34dab6a70",
  1682. "shasum": ""
  1683. },
  1684. "require": {
  1685. "illuminate/database": "~5.6.34|~5.7.0|~5.8.0",
  1686. "illuminate/http": "~5.6.34|~5.7.0|~5.8.0",
  1687. "illuminate/support": "~5.6.34|~5.7.0|~5.8.0",
  1688. "php": "^7.1"
  1689. },
  1690. "require-dev": {
  1691. "ext-json": "*",
  1692. "orchestra/testbench": "~3.6.0|~3.7.0|~3.8.0",
  1693. "phpunit/phpunit": "^7.0|^8.0"
  1694. },
  1695. "type": "library",
  1696. "extra": {
  1697. "laravel": {
  1698. "providers": [
  1699. "Spatie\\QueryBuilder\\QueryBuilderServiceProvider"
  1700. ]
  1701. }
  1702. },
  1703. "autoload": {
  1704. "psr-4": {
  1705. "Spatie\\QueryBuilder\\": "src"
  1706. }
  1707. },
  1708. "notification-url": "https://packagist.org/downloads/",
  1709. "license": [
  1710. "MIT"
  1711. ],
  1712. "authors": [
  1713. {
  1714. "name": "Alex Vanderbist",
  1715. "email": "alex@spatie.be",
  1716. "homepage": "https://spatie.be",
  1717. "role": "Developer"
  1718. }
  1719. ],
  1720. "description": "Easily build Eloquent queries from API requests",
  1721. "homepage": "https://github.com/spatie/laravel-query-builder",
  1722. "keywords": [
  1723. "laravel-query-builder",
  1724. "spatie"
  1725. ],
  1726. "time": "2019-07-08T09:08:34+00:00"
  1727. },
  1728. {
  1729. "name": "swagger-api/swagger-ui",
  1730. "version": "v3.23.1",
  1731. "source": {
  1732. "type": "git",
  1733. "url": "https://github.com/swagger-api/swagger-ui.git",
  1734. "reference": "60397d6f43a7f866f761e3ff39a26b58e91082e0"
  1735. },
  1736. "dist": {
  1737. "type": "zip",
  1738. "url": "https://api.github.com/repos/swagger-api/swagger-ui/zipball/60397d6f43a7f866f761e3ff39a26b58e91082e0",
  1739. "reference": "60397d6f43a7f866f761e3ff39a26b58e91082e0",
  1740. "shasum": ""
  1741. },
  1742. "type": "library",
  1743. "notification-url": "https://packagist.org/downloads/",
  1744. "license": [
  1745. "Apache-2.0"
  1746. ],
  1747. "authors": [
  1748. {
  1749. "name": "Anna Bodnia",
  1750. "email": "anna.bodnia@gmail.com"
  1751. },
  1752. {
  1753. "name": "Buu Nguyen",
  1754. "email": "buunguyen@gmail.com"
  1755. },
  1756. {
  1757. "name": "Josh Ponelat",
  1758. "email": "jponelat@gmail.com"
  1759. },
  1760. {
  1761. "name": "Kyle Shockey",
  1762. "email": "kyleshockey1@gmail.com"
  1763. },
  1764. {
  1765. "name": "Robert Barnwell",
  1766. "email": "robert@robertismy.name"
  1767. },
  1768. {
  1769. "name": "Sahar Jafari",
  1770. "email": "shr.jafari@gmail.com"
  1771. }
  1772. ],
  1773. "description": " Swagger UI is a collection of HTML, Javascript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.",
  1774. "homepage": "http://swagger.io",
  1775. "keywords": [
  1776. "api",
  1777. "documentation",
  1778. "openapi",
  1779. "specification",
  1780. "swagger",
  1781. "ui"
  1782. ],
  1783. "time": "2019-07-13T06:20:17+00:00"
  1784. },
  1785. {
  1786. "name": "swiftmailer/swiftmailer",
  1787. "version": "v6.2.1",
  1788. "source": {
  1789. "type": "git",
  1790. "url": "https://github.com/swiftmailer/swiftmailer.git",
  1791. "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a"
  1792. },
  1793. "dist": {
  1794. "type": "zip",
  1795. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
  1796. "reference": "5397cd05b0a0f7937c47b0adcb4c60e5ab936b6a",
  1797. "shasum": ""
  1798. },
  1799. "require": {
  1800. "egulias/email-validator": "~2.0",
  1801. "php": ">=7.0.0",
  1802. "symfony/polyfill-iconv": "^1.0",
  1803. "symfony/polyfill-intl-idn": "^1.10",
  1804. "symfony/polyfill-mbstring": "^1.0"
  1805. },
  1806. "require-dev": {
  1807. "mockery/mockery": "~0.9.1",
  1808. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  1809. },
  1810. "suggest": {
  1811. "ext-intl": "Needed to support internationalized email addresses",
  1812. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  1813. },
  1814. "type": "library",
  1815. "extra": {
  1816. "branch-alias": {
  1817. "dev-master": "6.2-dev"
  1818. }
  1819. },
  1820. "autoload": {
  1821. "files": [
  1822. "lib/swift_required.php"
  1823. ]
  1824. },
  1825. "notification-url": "https://packagist.org/downloads/",
  1826. "license": [
  1827. "MIT"
  1828. ],
  1829. "authors": [
  1830. {
  1831. "name": "Chris Corbyn"
  1832. },
  1833. {
  1834. "name": "Fabien Potencier",
  1835. "email": "fabien@symfony.com"
  1836. }
  1837. ],
  1838. "description": "Swiftmailer, free feature-rich PHP mailer",
  1839. "homepage": "https://swiftmailer.symfony.com",
  1840. "keywords": [
  1841. "email",
  1842. "mail",
  1843. "mailer"
  1844. ],
  1845. "time": "2019-04-21T09:21:45+00:00"
  1846. },
  1847. {
  1848. "name": "symfony/console",
  1849. "version": "v4.3.2",
  1850. "source": {
  1851. "type": "git",
  1852. "url": "https://github.com/symfony/console.git",
  1853. "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39"
  1854. },
  1855. "dist": {
  1856. "type": "zip",
  1857. "url": "https://api.github.com/repos/symfony/console/zipball/b592b26a24265a35172d8a2094d8b10f22b7cc39",
  1858. "reference": "b592b26a24265a35172d8a2094d8b10f22b7cc39",
  1859. "shasum": ""
  1860. },
  1861. "require": {
  1862. "php": "^7.1.3",
  1863. "symfony/polyfill-mbstring": "~1.0",
  1864. "symfony/polyfill-php73": "^1.8",
  1865. "symfony/service-contracts": "^1.1"
  1866. },
  1867. "conflict": {
  1868. "symfony/dependency-injection": "<3.4",
  1869. "symfony/event-dispatcher": "<4.3",
  1870. "symfony/process": "<3.3"
  1871. },
  1872. "provide": {
  1873. "psr/log-implementation": "1.0"
  1874. },
  1875. "require-dev": {
  1876. "psr/log": "~1.0",
  1877. "symfony/config": "~3.4|~4.0",
  1878. "symfony/dependency-injection": "~3.4|~4.0",
  1879. "symfony/event-dispatcher": "^4.3",
  1880. "symfony/lock": "~3.4|~4.0",
  1881. "symfony/process": "~3.4|~4.0",
  1882. "symfony/var-dumper": "^4.3"
  1883. },
  1884. "suggest": {
  1885. "psr/log": "For using the console logger",
  1886. "symfony/event-dispatcher": "",
  1887. "symfony/lock": "",
  1888. "symfony/process": ""
  1889. },
  1890. "type": "library",
  1891. "extra": {
  1892. "branch-alias": {
  1893. "dev-master": "4.3-dev"
  1894. }
  1895. },
  1896. "autoload": {
  1897. "psr-4": {
  1898. "Symfony\\Component\\Console\\": ""
  1899. },
  1900. "exclude-from-classmap": [
  1901. "/Tests/"
  1902. ]
  1903. },
  1904. "notification-url": "https://packagist.org/downloads/",
  1905. "license": [
  1906. "MIT"
  1907. ],
  1908. "authors": [
  1909. {
  1910. "name": "Fabien Potencier",
  1911. "email": "fabien@symfony.com"
  1912. },
  1913. {
  1914. "name": "Symfony Community",
  1915. "homepage": "https://symfony.com/contributors"
  1916. }
  1917. ],
  1918. "description": "Symfony Console Component",
  1919. "homepage": "https://symfony.com",
  1920. "time": "2019-06-13T11:03:18+00:00"
  1921. },
  1922. {
  1923. "name": "symfony/css-selector",
  1924. "version": "v4.3.2",
  1925. "source": {
  1926. "type": "git",
  1927. "url": "https://github.com/symfony/css-selector.git",
  1928. "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d"
  1929. },
  1930. "dist": {
  1931. "type": "zip",
  1932. "url": "https://api.github.com/repos/symfony/css-selector/zipball/105c98bb0c5d8635bea056135304bd8edcc42b4d",
  1933. "reference": "105c98bb0c5d8635bea056135304bd8edcc42b4d",
  1934. "shasum": ""
  1935. },
  1936. "require": {
  1937. "php": "^7.1.3"
  1938. },
  1939. "type": "library",
  1940. "extra": {
  1941. "branch-alias": {
  1942. "dev-master": "4.3-dev"
  1943. }
  1944. },
  1945. "autoload": {
  1946. "psr-4": {
  1947. "Symfony\\Component\\CssSelector\\": ""
  1948. },
  1949. "exclude-from-classmap": [
  1950. "/Tests/"
  1951. ]
  1952. },
  1953. "notification-url": "https://packagist.org/downloads/",
  1954. "license": [
  1955. "MIT"
  1956. ],
  1957. "authors": [
  1958. {
  1959. "name": "Jean-François Simon",
  1960. "email": "jeanfrancois.simon@sensiolabs.com"
  1961. },
  1962. {
  1963. "name": "Fabien Potencier",
  1964. "email": "fabien@symfony.com"
  1965. },
  1966. {
  1967. "name": "Symfony Community",
  1968. "homepage": "https://symfony.com/contributors"
  1969. }
  1970. ],
  1971. "description": "Symfony CssSelector Component",
  1972. "homepage": "https://symfony.com",
  1973. "time": "2019-01-16T21:53:39+00:00"
  1974. },
  1975. {
  1976. "name": "symfony/debug",
  1977. "version": "v4.3.2",
  1978. "source": {
  1979. "type": "git",
  1980. "url": "https://github.com/symfony/debug.git",
  1981. "reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd"
  1982. },
  1983. "dist": {
  1984. "type": "zip",
  1985. "url": "https://api.github.com/repos/symfony/debug/zipball/d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
  1986. "reference": "d8f4fb38152e0eb6a433705e5f661d25b32c5fcd",
  1987. "shasum": ""
  1988. },
  1989. "require": {
  1990. "php": "^7.1.3",
  1991. "psr/log": "~1.0"
  1992. },
  1993. "conflict": {
  1994. "symfony/http-kernel": "<3.4"
  1995. },
  1996. "require-dev": {
  1997. "symfony/http-kernel": "~3.4|~4.0"
  1998. },
  1999. "type": "library",
  2000. "extra": {
  2001. "branch-alias": {
  2002. "dev-master": "4.3-dev"
  2003. }
  2004. },
  2005. "autoload": {
  2006. "psr-4": {
  2007. "Symfony\\Component\\Debug\\": ""
  2008. },
  2009. "exclude-from-classmap": [
  2010. "/Tests/"
  2011. ]
  2012. },
  2013. "notification-url": "https://packagist.org/downloads/",
  2014. "license": [
  2015. "MIT"
  2016. ],
  2017. "authors": [
  2018. {
  2019. "name": "Fabien Potencier",
  2020. "email": "fabien@symfony.com"
  2021. },
  2022. {
  2023. "name": "Symfony Community",
  2024. "homepage": "https://symfony.com/contributors"
  2025. }
  2026. ],
  2027. "description": "Symfony Debug Component",
  2028. "homepage": "https://symfony.com",
  2029. "time": "2019-06-19T15:27:09+00:00"
  2030. },
  2031. {
  2032. "name": "symfony/event-dispatcher",
  2033. "version": "v4.3.2",
  2034. "source": {
  2035. "type": "git",
  2036. "url": "https://github.com/symfony/event-dispatcher.git",
  2037. "reference": "d257021c1ab28d48d24a16de79dfab445ce93398"
  2038. },
  2039. "dist": {
  2040. "type": "zip",
  2041. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/d257021c1ab28d48d24a16de79dfab445ce93398",
  2042. "reference": "d257021c1ab28d48d24a16de79dfab445ce93398",
  2043. "shasum": ""
  2044. },
  2045. "require": {
  2046. "php": "^7.1.3",
  2047. "symfony/event-dispatcher-contracts": "^1.1"
  2048. },
  2049. "conflict": {
  2050. "symfony/dependency-injection": "<3.4"
  2051. },
  2052. "provide": {
  2053. "psr/event-dispatcher-implementation": "1.0",
  2054. "symfony/event-dispatcher-implementation": "1.1"
  2055. },
  2056. "require-dev": {
  2057. "psr/log": "~1.0",
  2058. "symfony/config": "~3.4|~4.0",
  2059. "symfony/dependency-injection": "~3.4|~4.0",
  2060. "symfony/expression-language": "~3.4|~4.0",
  2061. "symfony/http-foundation": "^3.4|^4.0",
  2062. "symfony/service-contracts": "^1.1",
  2063. "symfony/stopwatch": "~3.4|~4.0"
  2064. },
  2065. "suggest": {
  2066. "symfony/dependency-injection": "",
  2067. "symfony/http-kernel": ""
  2068. },
  2069. "type": "library",
  2070. "extra": {
  2071. "branch-alias": {
  2072. "dev-master": "4.3-dev"
  2073. }
  2074. },
  2075. "autoload": {
  2076. "psr-4": {
  2077. "Symfony\\Component\\EventDispatcher\\": ""
  2078. },
  2079. "exclude-from-classmap": [
  2080. "/Tests/"
  2081. ]
  2082. },
  2083. "notification-url": "https://packagist.org/downloads/",
  2084. "license": [
  2085. "MIT"
  2086. ],
  2087. "authors": [
  2088. {
  2089. "name": "Fabien Potencier",
  2090. "email": "fabien@symfony.com"
  2091. },
  2092. {
  2093. "name": "Symfony Community",
  2094. "homepage": "https://symfony.com/contributors"
  2095. }
  2096. ],
  2097. "description": "Symfony EventDispatcher Component",
  2098. "homepage": "https://symfony.com",
  2099. "time": "2019-06-13T11:03:18+00:00"
  2100. },
  2101. {
  2102. "name": "symfony/event-dispatcher-contracts",
  2103. "version": "v1.1.5",
  2104. "source": {
  2105. "type": "git",
  2106. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2107. "reference": "c61766f4440ca687de1084a5c00b08e167a2575c"
  2108. },
  2109. "dist": {
  2110. "type": "zip",
  2111. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/c61766f4440ca687de1084a5c00b08e167a2575c",
  2112. "reference": "c61766f4440ca687de1084a5c00b08e167a2575c",
  2113. "shasum": ""
  2114. },
  2115. "require": {
  2116. "php": "^7.1.3"
  2117. },
  2118. "suggest": {
  2119. "psr/event-dispatcher": "",
  2120. "symfony/event-dispatcher-implementation": ""
  2121. },
  2122. "type": "library",
  2123. "extra": {
  2124. "branch-alias": {
  2125. "dev-master": "1.1-dev"
  2126. }
  2127. },
  2128. "autoload": {
  2129. "psr-4": {
  2130. "Symfony\\Contracts\\EventDispatcher\\": ""
  2131. }
  2132. },
  2133. "notification-url": "https://packagist.org/downloads/",
  2134. "license": [
  2135. "MIT"
  2136. ],
  2137. "authors": [
  2138. {
  2139. "name": "Nicolas Grekas",
  2140. "email": "p@tchwork.com"
  2141. },
  2142. {
  2143. "name": "Symfony Community",
  2144. "homepage": "https://symfony.com/contributors"
  2145. }
  2146. ],
  2147. "description": "Generic abstractions related to dispatching event",
  2148. "homepage": "https://symfony.com",
  2149. "keywords": [
  2150. "abstractions",
  2151. "contracts",
  2152. "decoupling",
  2153. "interfaces",
  2154. "interoperability",
  2155. "standards"
  2156. ],
  2157. "time": "2019-06-20T06:46:26+00:00"
  2158. },
  2159. {
  2160. "name": "symfony/finder",
  2161. "version": "v4.3.2",
  2162. "source": {
  2163. "type": "git",
  2164. "url": "https://github.com/symfony/finder.git",
  2165. "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a"
  2166. },
  2167. "dist": {
  2168. "type": "zip",
  2169. "url": "https://api.github.com/repos/symfony/finder/zipball/33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
  2170. "reference": "33c21f7d5d3dc8a140c282854a7e13aeb5d0f91a",
  2171. "shasum": ""
  2172. },
  2173. "require": {
  2174. "php": "^7.1.3"
  2175. },
  2176. "type": "library",
  2177. "extra": {
  2178. "branch-alias": {
  2179. "dev-master": "4.3-dev"
  2180. }
  2181. },
  2182. "autoload": {
  2183. "psr-4": {
  2184. "Symfony\\Component\\Finder\\": ""
  2185. },
  2186. "exclude-from-classmap": [
  2187. "/Tests/"
  2188. ]
  2189. },
  2190. "notification-url": "https://packagist.org/downloads/",
  2191. "license": [
  2192. "MIT"
  2193. ],
  2194. "authors": [
  2195. {
  2196. "name": "Fabien Potencier",
  2197. "email": "fabien@symfony.com"
  2198. },
  2199. {
  2200. "name": "Symfony Community",
  2201. "homepage": "https://symfony.com/contributors"
  2202. }
  2203. ],
  2204. "description": "Symfony Finder Component",
  2205. "homepage": "https://symfony.com",
  2206. "time": "2019-06-13T11:03:18+00:00"
  2207. },
  2208. {
  2209. "name": "symfony/http-foundation",
  2210. "version": "v4.3.2",
  2211. "source": {
  2212. "type": "git",
  2213. "url": "https://github.com/symfony/http-foundation.git",
  2214. "reference": "e1b507fcfa4e87d192281774b5ecd4265370180d"
  2215. },
  2216. "dist": {
  2217. "type": "zip",
  2218. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/e1b507fcfa4e87d192281774b5ecd4265370180d",
  2219. "reference": "e1b507fcfa4e87d192281774b5ecd4265370180d",
  2220. "shasum": ""
  2221. },
  2222. "require": {
  2223. "php": "^7.1.3",
  2224. "symfony/mime": "^4.3",
  2225. "symfony/polyfill-mbstring": "~1.1"
  2226. },
  2227. "require-dev": {
  2228. "predis/predis": "~1.0",
  2229. "symfony/expression-language": "~3.4|~4.0"
  2230. },
  2231. "type": "library",
  2232. "extra": {
  2233. "branch-alias": {
  2234. "dev-master": "4.3-dev"
  2235. }
  2236. },
  2237. "autoload": {
  2238. "psr-4": {
  2239. "Symfony\\Component\\HttpFoundation\\": ""
  2240. },
  2241. "exclude-from-classmap": [
  2242. "/Tests/"
  2243. ]
  2244. },
  2245. "notification-url": "https://packagist.org/downloads/",
  2246. "license": [
  2247. "MIT"
  2248. ],
  2249. "authors": [
  2250. {
  2251. "name": "Fabien Potencier",
  2252. "email": "fabien@symfony.com"
  2253. },
  2254. {
  2255. "name": "Symfony Community",
  2256. "homepage": "https://symfony.com/contributors"
  2257. }
  2258. ],
  2259. "description": "Symfony HttpFoundation Component",
  2260. "homepage": "https://symfony.com",
  2261. "time": "2019-06-26T09:25:00+00:00"
  2262. },
  2263. {
  2264. "name": "symfony/http-kernel",
  2265. "version": "v4.3.2",
  2266. "source": {
  2267. "type": "git",
  2268. "url": "https://github.com/symfony/http-kernel.git",
  2269. "reference": "4150f71e27ed37a74700561b77e3dbd754cbb44d"
  2270. },
  2271. "dist": {
  2272. "type": "zip",
  2273. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/4150f71e27ed37a74700561b77e3dbd754cbb44d",
  2274. "reference": "4150f71e27ed37a74700561b77e3dbd754cbb44d",
  2275. "shasum": ""
  2276. },
  2277. "require": {
  2278. "php": "^7.1.3",
  2279. "psr/log": "~1.0",
  2280. "symfony/debug": "~3.4|~4.0",
  2281. "symfony/event-dispatcher": "^4.3",
  2282. "symfony/http-foundation": "^4.1.1",
  2283. "symfony/polyfill-ctype": "~1.8",
  2284. "symfony/polyfill-php73": "^1.9"
  2285. },
  2286. "conflict": {
  2287. "symfony/browser-kit": "<4.3",
  2288. "symfony/config": "<3.4",
  2289. "symfony/dependency-injection": "<4.3",
  2290. "symfony/translation": "<4.2",
  2291. "symfony/var-dumper": "<4.1.1",
  2292. "twig/twig": "<1.34|<2.4,>=2"
  2293. },
  2294. "provide": {
  2295. "psr/log-implementation": "1.0"
  2296. },
  2297. "require-dev": {
  2298. "psr/cache": "~1.0",
  2299. "symfony/browser-kit": "^4.3",
  2300. "symfony/config": "~3.4|~4.0",
  2301. "symfony/console": "~3.4|~4.0",
  2302. "symfony/css-selector": "~3.4|~4.0",
  2303. "symfony/dependency-injection": "^4.3",
  2304. "symfony/dom-crawler": "~3.4|~4.0",
  2305. "symfony/expression-language": "~3.4|~4.0",
  2306. "symfony/finder": "~3.4|~4.0",
  2307. "symfony/process": "~3.4|~4.0",
  2308. "symfony/routing": "~3.4|~4.0",
  2309. "symfony/stopwatch": "~3.4|~4.0",
  2310. "symfony/templating": "~3.4|~4.0",
  2311. "symfony/translation": "~4.2",
  2312. "symfony/translation-contracts": "^1.1",
  2313. "symfony/var-dumper": "^4.1.1",
  2314. "twig/twig": "^1.34|^2.4"
  2315. },
  2316. "suggest": {
  2317. "symfony/browser-kit": "",
  2318. "symfony/config": "",
  2319. "symfony/console": "",
  2320. "symfony/dependency-injection": "",
  2321. "symfony/var-dumper": ""
  2322. },
  2323. "type": "library",
  2324. "extra": {
  2325. "branch-alias": {
  2326. "dev-master": "4.3-dev"
  2327. }
  2328. },
  2329. "autoload": {
  2330. "psr-4": {
  2331. "Symfony\\Component\\HttpKernel\\": ""
  2332. },
  2333. "exclude-from-classmap": [
  2334. "/Tests/"
  2335. ]
  2336. },
  2337. "notification-url": "https://packagist.org/downloads/",
  2338. "license": [
  2339. "MIT"
  2340. ],
  2341. "authors": [
  2342. {
  2343. "name": "Fabien Potencier",
  2344. "email": "fabien@symfony.com"
  2345. },
  2346. {
  2347. "name": "Symfony Community",
  2348. "homepage": "https://symfony.com/contributors"
  2349. }
  2350. ],
  2351. "description": "Symfony HttpKernel Component",
  2352. "homepage": "https://symfony.com",
  2353. "time": "2019-06-26T14:26:16+00:00"
  2354. },
  2355. {
  2356. "name": "symfony/mime",
  2357. "version": "v4.3.2",
  2358. "source": {
  2359. "type": "git",
  2360. "url": "https://github.com/symfony/mime.git",
  2361. "reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b"
  2362. },
  2363. "dist": {
  2364. "type": "zip",
  2365. "url": "https://api.github.com/repos/symfony/mime/zipball/ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
  2366. "reference": "ec2c5565de60e03f33d4296a655e3273f0ad1f8b",
  2367. "shasum": ""
  2368. },
  2369. "require": {
  2370. "php": "^7.1.3",
  2371. "symfony/polyfill-intl-idn": "^1.10",
  2372. "symfony/polyfill-mbstring": "^1.0"
  2373. },
  2374. "require-dev": {
  2375. "egulias/email-validator": "^2.0",
  2376. "symfony/dependency-injection": "~3.4|^4.1"
  2377. },
  2378. "type": "library",
  2379. "extra": {
  2380. "branch-alias": {
  2381. "dev-master": "4.3-dev"
  2382. }
  2383. },
  2384. "autoload": {
  2385. "psr-4": {
  2386. "Symfony\\Component\\Mime\\": ""
  2387. },
  2388. "exclude-from-classmap": [
  2389. "/Tests/"
  2390. ]
  2391. },
  2392. "notification-url": "https://packagist.org/downloads/",
  2393. "license": [
  2394. "MIT"
  2395. ],
  2396. "authors": [
  2397. {
  2398. "name": "Fabien Potencier",
  2399. "email": "fabien@symfony.com"
  2400. },
  2401. {
  2402. "name": "Symfony Community",
  2403. "homepage": "https://symfony.com/contributors"
  2404. }
  2405. ],
  2406. "description": "A library to manipulate MIME messages",
  2407. "homepage": "https://symfony.com",
  2408. "keywords": [
  2409. "mime",
  2410. "mime-type"
  2411. ],
  2412. "time": "2019-06-04T09:22:54+00:00"
  2413. },
  2414. {
  2415. "name": "symfony/polyfill-ctype",
  2416. "version": "v1.11.0",
  2417. "source": {
  2418. "type": "git",
  2419. "url": "https://github.com/symfony/polyfill-ctype.git",
  2420. "reference": "82ebae02209c21113908c229e9883c419720738a"
  2421. },
  2422. "dist": {
  2423. "type": "zip",
  2424. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/82ebae02209c21113908c229e9883c419720738a",
  2425. "reference": "82ebae02209c21113908c229e9883c419720738a",
  2426. "shasum": ""
  2427. },
  2428. "require": {
  2429. "php": ">=5.3.3"
  2430. },
  2431. "suggest": {
  2432. "ext-ctype": "For best performance"
  2433. },
  2434. "type": "library",
  2435. "extra": {
  2436. "branch-alias": {
  2437. "dev-master": "1.11-dev"
  2438. }
  2439. },
  2440. "autoload": {
  2441. "psr-4": {
  2442. "Symfony\\Polyfill\\Ctype\\": ""
  2443. },
  2444. "files": [
  2445. "bootstrap.php"
  2446. ]
  2447. },
  2448. "notification-url": "https://packagist.org/downloads/",
  2449. "license": [
  2450. "MIT"
  2451. ],
  2452. "authors": [
  2453. {
  2454. "name": "Symfony Community",
  2455. "homepage": "https://symfony.com/contributors"
  2456. },
  2457. {
  2458. "name": "Gert de Pagter",
  2459. "email": "BackEndTea@gmail.com"
  2460. }
  2461. ],
  2462. "description": "Symfony polyfill for ctype functions",
  2463. "homepage": "https://symfony.com",
  2464. "keywords": [
  2465. "compatibility",
  2466. "ctype",
  2467. "polyfill",
  2468. "portable"
  2469. ],
  2470. "time": "2019-02-06T07:57:58+00:00"
  2471. },
  2472. {
  2473. "name": "symfony/polyfill-iconv",
  2474. "version": "v1.11.0",
  2475. "source": {
  2476. "type": "git",
  2477. "url": "https://github.com/symfony/polyfill-iconv.git",
  2478. "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7"
  2479. },
  2480. "dist": {
  2481. "type": "zip",
  2482. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
  2483. "reference": "f037ea22acfaee983e271dd9c3b8bb4150bd8ad7",
  2484. "shasum": ""
  2485. },
  2486. "require": {
  2487. "php": ">=5.3.3"
  2488. },
  2489. "suggest": {
  2490. "ext-iconv": "For best performance"
  2491. },
  2492. "type": "library",
  2493. "extra": {
  2494. "branch-alias": {
  2495. "dev-master": "1.11-dev"
  2496. }
  2497. },
  2498. "autoload": {
  2499. "psr-4": {
  2500. "Symfony\\Polyfill\\Iconv\\": ""
  2501. },
  2502. "files": [
  2503. "bootstrap.php"
  2504. ]
  2505. },
  2506. "notification-url": "https://packagist.org/downloads/",
  2507. "license": [
  2508. "MIT"
  2509. ],
  2510. "authors": [
  2511. {
  2512. "name": "Nicolas Grekas",
  2513. "email": "p@tchwork.com"
  2514. },
  2515. {
  2516. "name": "Symfony Community",
  2517. "homepage": "https://symfony.com/contributors"
  2518. }
  2519. ],
  2520. "description": "Symfony polyfill for the Iconv extension",
  2521. "homepage": "https://symfony.com",
  2522. "keywords": [
  2523. "compatibility",
  2524. "iconv",
  2525. "polyfill",
  2526. "portable",
  2527. "shim"
  2528. ],
  2529. "time": "2019-02-06T07:57:58+00:00"
  2530. },
  2531. {
  2532. "name": "symfony/polyfill-intl-idn",
  2533. "version": "v1.11.0",
  2534. "source": {
  2535. "type": "git",
  2536. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  2537. "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af"
  2538. },
  2539. "dist": {
  2540. "type": "zip",
  2541. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/c766e95bec706cdd89903b1eda8afab7d7a6b7af",
  2542. "reference": "c766e95bec706cdd89903b1eda8afab7d7a6b7af",
  2543. "shasum": ""
  2544. },
  2545. "require": {
  2546. "php": ">=5.3.3",
  2547. "symfony/polyfill-mbstring": "^1.3",
  2548. "symfony/polyfill-php72": "^1.9"
  2549. },
  2550. "suggest": {
  2551. "ext-intl": "For best performance"
  2552. },
  2553. "type": "library",
  2554. "extra": {
  2555. "branch-alias": {
  2556. "dev-master": "1.9-dev"
  2557. }
  2558. },
  2559. "autoload": {
  2560. "psr-4": {
  2561. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  2562. },
  2563. "files": [
  2564. "bootstrap.php"
  2565. ]
  2566. },
  2567. "notification-url": "https://packagist.org/downloads/",
  2568. "license": [
  2569. "MIT"
  2570. ],
  2571. "authors": [
  2572. {
  2573. "name": "Symfony Community",
  2574. "homepage": "https://symfony.com/contributors"
  2575. },
  2576. {
  2577. "name": "Laurent Bassin",
  2578. "email": "laurent@bassin.info"
  2579. }
  2580. ],
  2581. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  2582. "homepage": "https://symfony.com",
  2583. "keywords": [
  2584. "compatibility",
  2585. "idn",
  2586. "intl",
  2587. "polyfill",
  2588. "portable",
  2589. "shim"
  2590. ],
  2591. "time": "2019-03-04T13:44:35+00:00"
  2592. },
  2593. {
  2594. "name": "symfony/polyfill-mbstring",
  2595. "version": "v1.11.0",
  2596. "source": {
  2597. "type": "git",
  2598. "url": "https://github.com/symfony/polyfill-mbstring.git",
  2599. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609"
  2600. },
  2601. "dist": {
  2602. "type": "zip",
  2603. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/fe5e94c604826c35a32fa832f35bd036b6799609",
  2604. "reference": "fe5e94c604826c35a32fa832f35bd036b6799609",
  2605. "shasum": ""
  2606. },
  2607. "require": {
  2608. "php": ">=5.3.3"
  2609. },
  2610. "suggest": {
  2611. "ext-mbstring": "For best performance"
  2612. },
  2613. "type": "library",
  2614. "extra": {
  2615. "branch-alias": {
  2616. "dev-master": "1.11-dev"
  2617. }
  2618. },
  2619. "autoload": {
  2620. "psr-4": {
  2621. "Symfony\\Polyfill\\Mbstring\\": ""
  2622. },
  2623. "files": [
  2624. "bootstrap.php"
  2625. ]
  2626. },
  2627. "notification-url": "https://packagist.org/downloads/",
  2628. "license": [
  2629. "MIT"
  2630. ],
  2631. "authors": [
  2632. {
  2633. "name": "Nicolas Grekas",
  2634. "email": "p@tchwork.com"
  2635. },
  2636. {
  2637. "name": "Symfony Community",
  2638. "homepage": "https://symfony.com/contributors"
  2639. }
  2640. ],
  2641. "description": "Symfony polyfill for the Mbstring extension",
  2642. "homepage": "https://symfony.com",
  2643. "keywords": [
  2644. "compatibility",
  2645. "mbstring",
  2646. "polyfill",
  2647. "portable",
  2648. "shim"
  2649. ],
  2650. "time": "2019-02-06T07:57:58+00:00"
  2651. },
  2652. {
  2653. "name": "symfony/polyfill-php72",
  2654. "version": "v1.11.0",
  2655. "source": {
  2656. "type": "git",
  2657. "url": "https://github.com/symfony/polyfill-php72.git",
  2658. "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c"
  2659. },
  2660. "dist": {
  2661. "type": "zip",
  2662. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/ab50dcf166d5f577978419edd37aa2bb8eabce0c",
  2663. "reference": "ab50dcf166d5f577978419edd37aa2bb8eabce0c",
  2664. "shasum": ""
  2665. },
  2666. "require": {
  2667. "php": ">=5.3.3"
  2668. },
  2669. "type": "library",
  2670. "extra": {
  2671. "branch-alias": {
  2672. "dev-master": "1.11-dev"
  2673. }
  2674. },
  2675. "autoload": {
  2676. "psr-4": {
  2677. "Symfony\\Polyfill\\Php72\\": ""
  2678. },
  2679. "files": [
  2680. "bootstrap.php"
  2681. ]
  2682. },
  2683. "notification-url": "https://packagist.org/downloads/",
  2684. "license": [
  2685. "MIT"
  2686. ],
  2687. "authors": [
  2688. {
  2689. "name": "Nicolas Grekas",
  2690. "email": "p@tchwork.com"
  2691. },
  2692. {
  2693. "name": "Symfony Community",
  2694. "homepage": "https://symfony.com/contributors"
  2695. }
  2696. ],
  2697. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  2698. "homepage": "https://symfony.com",
  2699. "keywords": [
  2700. "compatibility",
  2701. "polyfill",
  2702. "portable",
  2703. "shim"
  2704. ],
  2705. "time": "2019-02-06T07:57:58+00:00"
  2706. },
  2707. {
  2708. "name": "symfony/polyfill-php73",
  2709. "version": "v1.11.0",
  2710. "source": {
  2711. "type": "git",
  2712. "url": "https://github.com/symfony/polyfill-php73.git",
  2713. "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd"
  2714. },
  2715. "dist": {
  2716. "type": "zip",
  2717. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
  2718. "reference": "d1fb4abcc0c47be136208ad9d68bf59f1ee17abd",
  2719. "shasum": ""
  2720. },
  2721. "require": {
  2722. "php": ">=5.3.3"
  2723. },
  2724. "type": "library",
  2725. "extra": {
  2726. "branch-alias": {
  2727. "dev-master": "1.11-dev"
  2728. }
  2729. },
  2730. "autoload": {
  2731. "psr-4": {
  2732. "Symfony\\Polyfill\\Php73\\": ""
  2733. },
  2734. "files": [
  2735. "bootstrap.php"
  2736. ],
  2737. "classmap": [
  2738. "Resources/stubs"
  2739. ]
  2740. },
  2741. "notification-url": "https://packagist.org/downloads/",
  2742. "license": [
  2743. "MIT"
  2744. ],
  2745. "authors": [
  2746. {
  2747. "name": "Nicolas Grekas",
  2748. "email": "p@tchwork.com"
  2749. },
  2750. {
  2751. "name": "Symfony Community",
  2752. "homepage": "https://symfony.com/contributors"
  2753. }
  2754. ],
  2755. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  2756. "homepage": "https://symfony.com",
  2757. "keywords": [
  2758. "compatibility",
  2759. "polyfill",
  2760. "portable",
  2761. "shim"
  2762. ],
  2763. "time": "2019-02-06T07:57:58+00:00"
  2764. },
  2765. {
  2766. "name": "symfony/process",
  2767. "version": "v4.3.2",
  2768. "source": {
  2769. "type": "git",
  2770. "url": "https://github.com/symfony/process.git",
  2771. "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c"
  2772. },
  2773. "dist": {
  2774. "type": "zip",
  2775. "url": "https://api.github.com/repos/symfony/process/zipball/856d35814cf287480465bb7a6c413bb7f5f5e69c",
  2776. "reference": "856d35814cf287480465bb7a6c413bb7f5f5e69c",
  2777. "shasum": ""
  2778. },
  2779. "require": {
  2780. "php": "^7.1.3"
  2781. },
  2782. "type": "library",
  2783. "extra": {
  2784. "branch-alias": {
  2785. "dev-master": "4.3-dev"
  2786. }
  2787. },
  2788. "autoload": {
  2789. "psr-4": {
  2790. "Symfony\\Component\\Process\\": ""
  2791. },
  2792. "exclude-from-classmap": [
  2793. "/Tests/"
  2794. ]
  2795. },
  2796. "notification-url": "https://packagist.org/downloads/",
  2797. "license": [
  2798. "MIT"
  2799. ],
  2800. "authors": [
  2801. {
  2802. "name": "Fabien Potencier",
  2803. "email": "fabien@symfony.com"
  2804. },
  2805. {
  2806. "name": "Symfony Community",
  2807. "homepage": "https://symfony.com/contributors"
  2808. }
  2809. ],
  2810. "description": "Symfony Process Component",
  2811. "homepage": "https://symfony.com",
  2812. "time": "2019-05-30T16:10:05+00:00"
  2813. },
  2814. {
  2815. "name": "symfony/routing",
  2816. "version": "v4.3.2",
  2817. "source": {
  2818. "type": "git",
  2819. "url": "https://github.com/symfony/routing.git",
  2820. "reference": "2ef809021d72071c611b218c47a3bf3b17b7325e"
  2821. },
  2822. "dist": {
  2823. "type": "zip",
  2824. "url": "https://api.github.com/repos/symfony/routing/zipball/2ef809021d72071c611b218c47a3bf3b17b7325e",
  2825. "reference": "2ef809021d72071c611b218c47a3bf3b17b7325e",
  2826. "shasum": ""
  2827. },
  2828. "require": {
  2829. "php": "^7.1.3"
  2830. },
  2831. "conflict": {
  2832. "symfony/config": "<4.2",
  2833. "symfony/dependency-injection": "<3.4",
  2834. "symfony/yaml": "<3.4"
  2835. },
  2836. "require-dev": {
  2837. "doctrine/annotations": "~1.2",
  2838. "psr/log": "~1.0",
  2839. "symfony/config": "~4.2",
  2840. "symfony/dependency-injection": "~3.4|~4.0",
  2841. "symfony/expression-language": "~3.4|~4.0",
  2842. "symfony/http-foundation": "~3.4|~4.0",
  2843. "symfony/yaml": "~3.4|~4.0"
  2844. },
  2845. "suggest": {
  2846. "doctrine/annotations": "For using the annotation loader",
  2847. "symfony/config": "For using the all-in-one router or any loader",
  2848. "symfony/expression-language": "For using expression matching",
  2849. "symfony/http-foundation": "For using a Symfony Request object",
  2850. "symfony/yaml": "For using the YAML loader"
  2851. },
  2852. "type": "library",
  2853. "extra": {
  2854. "branch-alias": {
  2855. "dev-master": "4.3-dev"
  2856. }
  2857. },
  2858. "autoload": {
  2859. "psr-4": {
  2860. "Symfony\\Component\\Routing\\": ""
  2861. },
  2862. "exclude-from-classmap": [
  2863. "/Tests/"
  2864. ]
  2865. },
  2866. "notification-url": "https://packagist.org/downloads/",
  2867. "license": [
  2868. "MIT"
  2869. ],
  2870. "authors": [
  2871. {
  2872. "name": "Fabien Potencier",
  2873. "email": "fabien@symfony.com"
  2874. },
  2875. {
  2876. "name": "Symfony Community",
  2877. "homepage": "https://symfony.com/contributors"
  2878. }
  2879. ],
  2880. "description": "Symfony Routing Component",
  2881. "homepage": "https://symfony.com",
  2882. "keywords": [
  2883. "router",
  2884. "routing",
  2885. "uri",
  2886. "url"
  2887. ],
  2888. "time": "2019-06-26T13:54:39+00:00"
  2889. },
  2890. {
  2891. "name": "symfony/service-contracts",
  2892. "version": "v1.1.5",
  2893. "source": {
  2894. "type": "git",
  2895. "url": "https://github.com/symfony/service-contracts.git",
  2896. "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d"
  2897. },
  2898. "dist": {
  2899. "type": "zip",
  2900. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
  2901. "reference": "f391a00de78ec7ec8cf5cdcdae59ec7b883edb8d",
  2902. "shasum": ""
  2903. },
  2904. "require": {
  2905. "php": "^7.1.3",
  2906. "psr/container": "^1.0"
  2907. },
  2908. "suggest": {
  2909. "symfony/service-implementation": ""
  2910. },
  2911. "type": "library",
  2912. "extra": {
  2913. "branch-alias": {
  2914. "dev-master": "1.1-dev"
  2915. }
  2916. },
  2917. "autoload": {
  2918. "psr-4": {
  2919. "Symfony\\Contracts\\Service\\": ""
  2920. }
  2921. },
  2922. "notification-url": "https://packagist.org/downloads/",
  2923. "license": [
  2924. "MIT"
  2925. ],
  2926. "authors": [
  2927. {
  2928. "name": "Nicolas Grekas",
  2929. "email": "p@tchwork.com"
  2930. },
  2931. {
  2932. "name": "Symfony Community",
  2933. "homepage": "https://symfony.com/contributors"
  2934. }
  2935. ],
  2936. "description": "Generic abstractions related to writing services",
  2937. "homepage": "https://symfony.com",
  2938. "keywords": [
  2939. "abstractions",
  2940. "contracts",
  2941. "decoupling",
  2942. "interfaces",
  2943. "interoperability",
  2944. "standards"
  2945. ],
  2946. "time": "2019-06-13T11:15:36+00:00"
  2947. },
  2948. {
  2949. "name": "symfony/translation",
  2950. "version": "v4.3.2",
  2951. "source": {
  2952. "type": "git",
  2953. "url": "https://github.com/symfony/translation.git",
  2954. "reference": "934ab1d18545149e012aa898cf02e9f23790f7a0"
  2955. },
  2956. "dist": {
  2957. "type": "zip",
  2958. "url": "https://api.github.com/repos/symfony/translation/zipball/934ab1d18545149e012aa898cf02e9f23790f7a0",
  2959. "reference": "934ab1d18545149e012aa898cf02e9f23790f7a0",
  2960. "shasum": ""
  2961. },
  2962. "require": {
  2963. "php": "^7.1.3",
  2964. "symfony/polyfill-mbstring": "~1.0",
  2965. "symfony/translation-contracts": "^1.1.2"
  2966. },
  2967. "conflict": {
  2968. "symfony/config": "<3.4",
  2969. "symfony/dependency-injection": "<3.4",
  2970. "symfony/yaml": "<3.4"
  2971. },
  2972. "provide": {
  2973. "symfony/translation-implementation": "1.0"
  2974. },
  2975. "require-dev": {
  2976. "psr/log": "~1.0",
  2977. "symfony/config": "~3.4|~4.0",
  2978. "symfony/console": "~3.4|~4.0",
  2979. "symfony/dependency-injection": "~3.4|~4.0",
  2980. "symfony/finder": "~2.8|~3.0|~4.0",
  2981. "symfony/http-kernel": "~3.4|~4.0",
  2982. "symfony/intl": "~3.4|~4.0",
  2983. "symfony/service-contracts": "^1.1.2",
  2984. "symfony/var-dumper": "~3.4|~4.0",
  2985. "symfony/yaml": "~3.4|~4.0"
  2986. },
  2987. "suggest": {
  2988. "psr/log-implementation": "To use logging capability in translator",
  2989. "symfony/config": "",
  2990. "symfony/yaml": ""
  2991. },
  2992. "type": "library",
  2993. "extra": {
  2994. "branch-alias": {
  2995. "dev-master": "4.3-dev"
  2996. }
  2997. },
  2998. "autoload": {
  2999. "psr-4": {
  3000. "Symfony\\Component\\Translation\\": ""
  3001. },
  3002. "exclude-from-classmap": [
  3003. "/Tests/"
  3004. ]
  3005. },
  3006. "notification-url": "https://packagist.org/downloads/",
  3007. "license": [
  3008. "MIT"
  3009. ],
  3010. "authors": [
  3011. {
  3012. "name": "Fabien Potencier",
  3013. "email": "fabien@symfony.com"
  3014. },
  3015. {
  3016. "name": "Symfony Community",
  3017. "homepage": "https://symfony.com/contributors"
  3018. }
  3019. ],
  3020. "description": "Symfony Translation Component",
  3021. "homepage": "https://symfony.com",
  3022. "time": "2019-06-13T11:03:18+00:00"
  3023. },
  3024. {
  3025. "name": "symfony/translation-contracts",
  3026. "version": "v1.1.5",
  3027. "source": {
  3028. "type": "git",
  3029. "url": "https://github.com/symfony/translation-contracts.git",
  3030. "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c"
  3031. },
  3032. "dist": {
  3033. "type": "zip",
  3034. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
  3035. "reference": "cb4b18ad7b92a26e83b65dde940fab78339e6f3c",
  3036. "shasum": ""
  3037. },
  3038. "require": {
  3039. "php": "^7.1.3"
  3040. },
  3041. "suggest": {
  3042. "symfony/translation-implementation": ""
  3043. },
  3044. "type": "library",
  3045. "extra": {
  3046. "branch-alias": {
  3047. "dev-master": "1.1-dev"
  3048. }
  3049. },
  3050. "autoload": {
  3051. "psr-4": {
  3052. "Symfony\\Contracts\\Translation\\": ""
  3053. }
  3054. },
  3055. "notification-url": "https://packagist.org/downloads/",
  3056. "license": [
  3057. "MIT"
  3058. ],
  3059. "authors": [
  3060. {
  3061. "name": "Nicolas Grekas",
  3062. "email": "p@tchwork.com"
  3063. },
  3064. {
  3065. "name": "Symfony Community",
  3066. "homepage": "https://symfony.com/contributors"
  3067. }
  3068. ],
  3069. "description": "Generic abstractions related to translation",
  3070. "homepage": "https://symfony.com",
  3071. "keywords": [
  3072. "abstractions",
  3073. "contracts",
  3074. "decoupling",
  3075. "interfaces",
  3076. "interoperability",
  3077. "standards"
  3078. ],
  3079. "time": "2019-06-13T11:15:36+00:00"
  3080. },
  3081. {
  3082. "name": "symfony/var-dumper",
  3083. "version": "v4.3.2",
  3084. "source": {
  3085. "type": "git",
  3086. "url": "https://github.com/symfony/var-dumper.git",
  3087. "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91"
  3088. },
  3089. "dist": {
  3090. "type": "zip",
  3091. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/45d6ef73671995aca565a1aa3d9a432a3ea63f91",
  3092. "reference": "45d6ef73671995aca565a1aa3d9a432a3ea63f91",
  3093. "shasum": ""
  3094. },
  3095. "require": {
  3096. "php": "^7.1.3",
  3097. "symfony/polyfill-mbstring": "~1.0",
  3098. "symfony/polyfill-php72": "~1.5"
  3099. },
  3100. "conflict": {
  3101. "phpunit/phpunit": "<4.8.35|<5.4.3,>=5.0",
  3102. "symfony/console": "<3.4"
  3103. },
  3104. "require-dev": {
  3105. "ext-iconv": "*",
  3106. "symfony/console": "~3.4|~4.0",
  3107. "symfony/process": "~3.4|~4.0",
  3108. "twig/twig": "~1.34|~2.4"
  3109. },
  3110. "suggest": {
  3111. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  3112. "ext-intl": "To show region name in time zone dump",
  3113. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  3114. },
  3115. "bin": [
  3116. "Resources/bin/var-dump-server"
  3117. ],
  3118. "type": "library",
  3119. "extra": {
  3120. "branch-alias": {
  3121. "dev-master": "4.3-dev"
  3122. }
  3123. },
  3124. "autoload": {
  3125. "files": [
  3126. "Resources/functions/dump.php"
  3127. ],
  3128. "psr-4": {
  3129. "Symfony\\Component\\VarDumper\\": ""
  3130. },
  3131. "exclude-from-classmap": [
  3132. "/Tests/"
  3133. ]
  3134. },
  3135. "notification-url": "https://packagist.org/downloads/",
  3136. "license": [
  3137. "MIT"
  3138. ],
  3139. "authors": [
  3140. {
  3141. "name": "Nicolas Grekas",
  3142. "email": "p@tchwork.com"
  3143. },
  3144. {
  3145. "name": "Symfony Community",
  3146. "homepage": "https://symfony.com/contributors"
  3147. }
  3148. ],
  3149. "description": "Symfony mechanism for exploring and dumping PHP variables",
  3150. "homepage": "https://symfony.com",
  3151. "keywords": [
  3152. "debug",
  3153. "dump"
  3154. ],
  3155. "time": "2019-06-17T17:37:00+00:00"
  3156. },
  3157. {
  3158. "name": "symfony/yaml",
  3159. "version": "v4.3.2",
  3160. "source": {
  3161. "type": "git",
  3162. "url": "https://github.com/symfony/yaml.git",
  3163. "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99"
  3164. },
  3165. "dist": {
  3166. "type": "zip",
  3167. "url": "https://api.github.com/repos/symfony/yaml/zipball/c60ecf5ba842324433b46f58dc7afc4487dbab99",
  3168. "reference": "c60ecf5ba842324433b46f58dc7afc4487dbab99",
  3169. "shasum": ""
  3170. },
  3171. "require": {
  3172. "php": "^7.1.3",
  3173. "symfony/polyfill-ctype": "~1.8"
  3174. },
  3175. "conflict": {
  3176. "symfony/console": "<3.4"
  3177. },
  3178. "require-dev": {
  3179. "symfony/console": "~3.4|~4.0"
  3180. },
  3181. "suggest": {
  3182. "symfony/console": "For validating YAML files using the lint command"
  3183. },
  3184. "type": "library",
  3185. "extra": {
  3186. "branch-alias": {
  3187. "dev-master": "4.3-dev"
  3188. }
  3189. },
  3190. "autoload": {
  3191. "psr-4": {
  3192. "Symfony\\Component\\Yaml\\": ""
  3193. },
  3194. "exclude-from-classmap": [
  3195. "/Tests/"
  3196. ]
  3197. },
  3198. "notification-url": "https://packagist.org/downloads/",
  3199. "license": [
  3200. "MIT"
  3201. ],
  3202. "authors": [
  3203. {
  3204. "name": "Fabien Potencier",
  3205. "email": "fabien@symfony.com"
  3206. },
  3207. {
  3208. "name": "Symfony Community",
  3209. "homepage": "https://symfony.com/contributors"
  3210. }
  3211. ],
  3212. "description": "Symfony Yaml Component",
  3213. "homepage": "https://symfony.com",
  3214. "time": "2019-04-06T14:04:46+00:00"
  3215. },
  3216. {
  3217. "name": "tijsverkoyen/css-to-inline-styles",
  3218. "version": "2.2.1",
  3219. "source": {
  3220. "type": "git",
  3221. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  3222. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757"
  3223. },
  3224. "dist": {
  3225. "type": "zip",
  3226. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3227. "reference": "0ed4a2ea4e0902dac0489e6436ebcd5bbcae9757",
  3228. "shasum": ""
  3229. },
  3230. "require": {
  3231. "php": "^5.5 || ^7.0",
  3232. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0"
  3233. },
  3234. "require-dev": {
  3235. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  3236. },
  3237. "type": "library",
  3238. "extra": {
  3239. "branch-alias": {
  3240. "dev-master": "2.2.x-dev"
  3241. }
  3242. },
  3243. "autoload": {
  3244. "psr-4": {
  3245. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  3246. }
  3247. },
  3248. "notification-url": "https://packagist.org/downloads/",
  3249. "license": [
  3250. "BSD-3-Clause"
  3251. ],
  3252. "authors": [
  3253. {
  3254. "name": "Tijs Verkoyen",
  3255. "email": "css_to_inline_styles@verkoyen.eu",
  3256. "role": "Developer"
  3257. }
  3258. ],
  3259. "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.",
  3260. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  3261. "time": "2017-11-27T11:13:29+00:00"
  3262. },
  3263. {
  3264. "name": "vlucas/phpdotenv",
  3265. "version": "v3.4.0",
  3266. "source": {
  3267. "type": "git",
  3268. "url": "https://github.com/vlucas/phpdotenv.git",
  3269. "reference": "5084b23845c24dbff8ac6c204290c341e4776c92"
  3270. },
  3271. "dist": {
  3272. "type": "zip",
  3273. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/5084b23845c24dbff8ac6c204290c341e4776c92",
  3274. "reference": "5084b23845c24dbff8ac6c204290c341e4776c92",
  3275. "shasum": ""
  3276. },
  3277. "require": {
  3278. "php": "^5.4 || ^7.0",
  3279. "phpoption/phpoption": "^1.5",
  3280. "symfony/polyfill-ctype": "^1.9"
  3281. },
  3282. "require-dev": {
  3283. "phpunit/phpunit": "^4.8.35 || ^5.0 || ^6.0"
  3284. },
  3285. "type": "library",
  3286. "extra": {
  3287. "branch-alias": {
  3288. "dev-master": "3.4-dev"
  3289. }
  3290. },
  3291. "autoload": {
  3292. "psr-4": {
  3293. "Dotenv\\": "src/"
  3294. }
  3295. },
  3296. "notification-url": "https://packagist.org/downloads/",
  3297. "license": [
  3298. "BSD-3-Clause"
  3299. ],
  3300. "authors": [
  3301. {
  3302. "name": "Vance Lucas",
  3303. "email": "vance@vancelucas.com",
  3304. "homepage": "http://www.vancelucas.com"
  3305. }
  3306. ],
  3307. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  3308. "keywords": [
  3309. "dotenv",
  3310. "env",
  3311. "environment"
  3312. ],
  3313. "time": "2019-06-15T22:40:20+00:00"
  3314. },
  3315. {
  3316. "name": "zircote/swagger-php",
  3317. "version": "3.0.2",
  3318. "source": {
  3319. "type": "git",
  3320. "url": "https://github.com/zircote/swagger-php.git",
  3321. "reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543"
  3322. },
  3323. "dist": {
  3324. "type": "zip",
  3325. "url": "https://api.github.com/repos/zircote/swagger-php/zipball/f10ab7f81d89dba97653a980cc90cf4b7b73f543",
  3326. "reference": "f10ab7f81d89dba97653a980cc90cf4b7b73f543",
  3327. "shasum": ""
  3328. },
  3329. "require": {
  3330. "doctrine/annotations": "*",
  3331. "php": ">=7.0",
  3332. "symfony/finder": ">=2.2",
  3333. "symfony/yaml": ">=3.3"
  3334. },
  3335. "require-dev": {
  3336. "phpunit/phpunit": ">=6.3",
  3337. "squizlabs/php_codesniffer": ">=3.3",
  3338. "zendframework/zend-form": "<2.8"
  3339. },
  3340. "bin": [
  3341. "bin/openapi"
  3342. ],
  3343. "type": "library",
  3344. "autoload": {
  3345. "psr-4": {
  3346. "OpenApi\\": "src"
  3347. },
  3348. "files": [
  3349. "src/functions.php"
  3350. ]
  3351. },
  3352. "notification-url": "https://packagist.org/downloads/",
  3353. "license": [
  3354. "Apache-2.0"
  3355. ],
  3356. "authors": [
  3357. {
  3358. "name": "Robert Allen",
  3359. "email": "zircote@gmail.com",
  3360. "homepage": "http://www.zircote.com"
  3361. },
  3362. {
  3363. "name": "Bob Fanger",
  3364. "email": "bfanger@gmail.com",
  3365. "homepage": "http://bfanger.nl"
  3366. }
  3367. ],
  3368. "description": "swagger-php - Generate interactive documentation for your RESTful API using phpdoc annotations",
  3369. "homepage": "https://github.com/zircote/swagger-php/",
  3370. "keywords": [
  3371. "api",
  3372. "json",
  3373. "rest",
  3374. "service discovery"
  3375. ],
  3376. "time": "2018-11-16T15:04:29+00:00"
  3377. }
  3378. ],
  3379. "packages-dev": [
  3380. {
  3381. "name": "barryvdh/laravel-ide-helper",
  3382. "version": "v2.6.2",
  3383. "source": {
  3384. "type": "git",
  3385. "url": "https://github.com/barryvdh/laravel-ide-helper.git",
  3386. "reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec"
  3387. },
  3388. "dist": {
  3389. "type": "zip",
  3390. "url": "https://api.github.com/repos/barryvdh/laravel-ide-helper/zipball/39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
  3391. "reference": "39c148ad4273f5b8c49d0a363ddbc0462f1f2eec",
  3392. "shasum": ""
  3393. },
  3394. "require": {
  3395. "barryvdh/reflection-docblock": "^2.0.6",
  3396. "composer/composer": "^1.6",
  3397. "illuminate/console": "^5.5,<5.9",
  3398. "illuminate/filesystem": "^5.5,<5.9",
  3399. "illuminate/support": "^5.5,<5.9",
  3400. "php": ">=7"
  3401. },
  3402. "require-dev": {
  3403. "doctrine/dbal": "~2.3",
  3404. "illuminate/config": "^5.1,<5.9",
  3405. "illuminate/view": "^5.1,<5.9",
  3406. "phpro/grumphp": "^0.14",
  3407. "phpunit/phpunit": "4.*",
  3408. "scrutinizer/ocular": "~1.1",
  3409. "squizlabs/php_codesniffer": "^3"
  3410. },
  3411. "suggest": {
  3412. "doctrine/dbal": "Load information from the database about models for phpdocs (~2.3)"
  3413. },
  3414. "type": "library",
  3415. "extra": {
  3416. "branch-alias": {
  3417. "dev-master": "2.6-dev"
  3418. },
  3419. "laravel": {
  3420. "providers": [
  3421. "Barryvdh\\LaravelIdeHelper\\IdeHelperServiceProvider"
  3422. ]
  3423. }
  3424. },
  3425. "autoload": {
  3426. "psr-4": {
  3427. "Barryvdh\\LaravelIdeHelper\\": "src"
  3428. }
  3429. },
  3430. "notification-url": "https://packagist.org/downloads/",
  3431. "license": [
  3432. "MIT"
  3433. ],
  3434. "authors": [
  3435. {
  3436. "name": "Barry vd. Heuvel",
  3437. "email": "barryvdh@gmail.com"
  3438. }
  3439. ],
  3440. "description": "Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.",
  3441. "keywords": [
  3442. "autocomplete",
  3443. "codeintel",
  3444. "helper",
  3445. "ide",
  3446. "laravel",
  3447. "netbeans",
  3448. "phpdoc",
  3449. "phpstorm",
  3450. "sublime"
  3451. ],
  3452. "time": "2019-03-26T10:38:22+00:00"
  3453. },
  3454. {
  3455. "name": "barryvdh/reflection-docblock",
  3456. "version": "v2.0.6",
  3457. "source": {
  3458. "type": "git",
  3459. "url": "https://github.com/barryvdh/ReflectionDocBlock.git",
  3460. "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16"
  3461. },
  3462. "dist": {
  3463. "type": "zip",
  3464. "url": "https://api.github.com/repos/barryvdh/ReflectionDocBlock/zipball/6b69015d83d3daf9004a71a89f26e27d27ef6a16",
  3465. "reference": "6b69015d83d3daf9004a71a89f26e27d27ef6a16",
  3466. "shasum": ""
  3467. },
  3468. "require": {
  3469. "php": ">=5.3.3"
  3470. },
  3471. "require-dev": {
  3472. "phpunit/phpunit": "~4.0,<4.5"
  3473. },
  3474. "suggest": {
  3475. "dflydev/markdown": "~1.0",
  3476. "erusev/parsedown": "~1.0"
  3477. },
  3478. "type": "library",
  3479. "extra": {
  3480. "branch-alias": {
  3481. "dev-master": "2.0.x-dev"
  3482. }
  3483. },
  3484. "autoload": {
  3485. "psr-0": {
  3486. "Barryvdh": [
  3487. "src/"
  3488. ]
  3489. }
  3490. },
  3491. "notification-url": "https://packagist.org/downloads/",
  3492. "license": [
  3493. "MIT"
  3494. ],
  3495. "authors": [
  3496. {
  3497. "name": "Mike van Riel",
  3498. "email": "mike.vanriel@naenius.com"
  3499. }
  3500. ],
  3501. "time": "2018-12-13T10:34:14+00:00"
  3502. },
  3503. {
  3504. "name": "beyondcode/laravel-dump-server",
  3505. "version": "1.2.2",
  3506. "source": {
  3507. "type": "git",
  3508. "url": "https://github.com/beyondcode/laravel-dump-server.git",
  3509. "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f"
  3510. },
  3511. "dist": {
  3512. "type": "zip",
  3513. "url": "https://api.github.com/repos/beyondcode/laravel-dump-server/zipball/8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
  3514. "reference": "8864b9efcb48e0a79e83014dd7f0a5481f5c808f",
  3515. "shasum": ""
  3516. },
  3517. "require": {
  3518. "illuminate/console": "5.6.*|5.7.*|5.8.*",
  3519. "illuminate/http": "5.6.*|5.7.*|5.8.*",
  3520. "illuminate/support": "5.6.*|5.7.*|5.8.*",
  3521. "php": "^7.1",
  3522. "symfony/var-dumper": "^4.1.1"
  3523. },
  3524. "require-dev": {
  3525. "larapack/dd": "^1.0",
  3526. "phpunit/phpunit": "^7.0"
  3527. },
  3528. "type": "library",
  3529. "extra": {
  3530. "laravel": {
  3531. "providers": [
  3532. "BeyondCode\\DumpServer\\DumpServerServiceProvider"
  3533. ]
  3534. }
  3535. },
  3536. "autoload": {
  3537. "psr-4": {
  3538. "BeyondCode\\DumpServer\\": "src"
  3539. },
  3540. "files": [
  3541. "helpers.php"
  3542. ]
  3543. },
  3544. "notification-url": "https://packagist.org/downloads/",
  3545. "license": [
  3546. "MIT"
  3547. ],
  3548. "authors": [
  3549. {
  3550. "name": "Marcel Pociot",
  3551. "email": "marcel@beyondco.de",
  3552. "homepage": "https://beyondcode.de",
  3553. "role": "Developer"
  3554. }
  3555. ],
  3556. "description": "Symfony Var-Dump Server for Laravel",
  3557. "homepage": "https://github.com/beyondcode/laravel-dump-server",
  3558. "keywords": [
  3559. "beyondcode",
  3560. "laravel-dump-server"
  3561. ],
  3562. "time": "2018-10-04T07:22:24+00:00"
  3563. },
  3564. {
  3565. "name": "composer/ca-bundle",
  3566. "version": "1.1.4",
  3567. "source": {
  3568. "type": "git",
  3569. "url": "https://github.com/composer/ca-bundle.git",
  3570. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d"
  3571. },
  3572. "dist": {
  3573. "type": "zip",
  3574. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  3575. "reference": "558f321c52faeb4828c03e7dc0cfe39a09e09a2d",
  3576. "shasum": ""
  3577. },
  3578. "require": {
  3579. "ext-openssl": "*",
  3580. "ext-pcre": "*",
  3581. "php": "^5.3.2 || ^7.0"
  3582. },
  3583. "require-dev": {
  3584. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5",
  3585. "psr/log": "^1.0",
  3586. "symfony/process": "^2.5 || ^3.0 || ^4.0"
  3587. },
  3588. "type": "library",
  3589. "extra": {
  3590. "branch-alias": {
  3591. "dev-master": "1.x-dev"
  3592. }
  3593. },
  3594. "autoload": {
  3595. "psr-4": {
  3596. "Composer\\CaBundle\\": "src"
  3597. }
  3598. },
  3599. "notification-url": "https://packagist.org/downloads/",
  3600. "license": [
  3601. "MIT"
  3602. ],
  3603. "authors": [
  3604. {
  3605. "name": "Jordi Boggiano",
  3606. "email": "j.boggiano@seld.be",
  3607. "homepage": "http://seld.be"
  3608. }
  3609. ],
  3610. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  3611. "keywords": [
  3612. "cabundle",
  3613. "cacert",
  3614. "certificate",
  3615. "ssl",
  3616. "tls"
  3617. ],
  3618. "time": "2019-01-28T09:30:10+00:00"
  3619. },
  3620. {
  3621. "name": "composer/composer",
  3622. "version": "1.8.6",
  3623. "source": {
  3624. "type": "git",
  3625. "url": "https://github.com/composer/composer.git",
  3626. "reference": "19b5f66a0e233eb944f134df34091fe1c5dfcc11"
  3627. },
  3628. "dist": {
  3629. "type": "zip",
  3630. "url": "https://api.github.com/repos/composer/composer/zipball/19b5f66a0e233eb944f134df34091fe1c5dfcc11",
  3631. "reference": "19b5f66a0e233eb944f134df34091fe1c5dfcc11",
  3632. "shasum": ""
  3633. },
  3634. "require": {
  3635. "composer/ca-bundle": "^1.0",
  3636. "composer/semver": "^1.0",
  3637. "composer/spdx-licenses": "^1.2",
  3638. "composer/xdebug-handler": "^1.1",
  3639. "justinrainbow/json-schema": "^3.0 || ^4.0 || ^5.0",
  3640. "php": "^5.3.2 || ^7.0",
  3641. "psr/log": "^1.0",
  3642. "seld/jsonlint": "^1.4",
  3643. "seld/phar-utils": "^1.0",
  3644. "symfony/console": "^2.7 || ^3.0 || ^4.0",
  3645. "symfony/filesystem": "^2.7 || ^3.0 || ^4.0",
  3646. "symfony/finder": "^2.7 || ^3.0 || ^4.0",
  3647. "symfony/process": "^2.7 || ^3.0 || ^4.0"
  3648. },
  3649. "conflict": {
  3650. "symfony/console": "2.8.38"
  3651. },
  3652. "require-dev": {
  3653. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3654. "phpunit/phpunit-mock-objects": "^2.3 || ^3.0"
  3655. },
  3656. "suggest": {
  3657. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  3658. "ext-zip": "Enabling the zip extension allows you to unzip archives",
  3659. "ext-zlib": "Allow gzip compression of HTTP requests"
  3660. },
  3661. "bin": [
  3662. "bin/composer"
  3663. ],
  3664. "type": "library",
  3665. "extra": {
  3666. "branch-alias": {
  3667. "dev-master": "1.8-dev"
  3668. }
  3669. },
  3670. "autoload": {
  3671. "psr-4": {
  3672. "Composer\\": "src/Composer"
  3673. }
  3674. },
  3675. "notification-url": "https://packagist.org/downloads/",
  3676. "license": [
  3677. "MIT"
  3678. ],
  3679. "authors": [
  3680. {
  3681. "name": "Nils Adermann",
  3682. "email": "naderman@naderman.de",
  3683. "homepage": "http://www.naderman.de"
  3684. },
  3685. {
  3686. "name": "Jordi Boggiano",
  3687. "email": "j.boggiano@seld.be",
  3688. "homepage": "http://seld.be"
  3689. }
  3690. ],
  3691. "description": "Composer helps you declare, manage and install dependencies of PHP projects, ensuring you have the right stack everywhere.",
  3692. "homepage": "https://getcomposer.org/",
  3693. "keywords": [
  3694. "autoload",
  3695. "dependency",
  3696. "package"
  3697. ],
  3698. "time": "2019-06-11T13:03:06+00:00"
  3699. },
  3700. {
  3701. "name": "composer/semver",
  3702. "version": "1.5.0",
  3703. "source": {
  3704. "type": "git",
  3705. "url": "https://github.com/composer/semver.git",
  3706. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e"
  3707. },
  3708. "dist": {
  3709. "type": "zip",
  3710. "url": "https://api.github.com/repos/composer/semver/zipball/46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  3711. "reference": "46d9139568ccb8d9e7cdd4539cab7347568a5e2e",
  3712. "shasum": ""
  3713. },
  3714. "require": {
  3715. "php": "^5.3.2 || ^7.0"
  3716. },
  3717. "require-dev": {
  3718. "phpunit/phpunit": "^4.5 || ^5.0.5",
  3719. "phpunit/phpunit-mock-objects": "2.3.0 || ^3.0"
  3720. },
  3721. "type": "library",
  3722. "extra": {
  3723. "branch-alias": {
  3724. "dev-master": "1.x-dev"
  3725. }
  3726. },
  3727. "autoload": {
  3728. "psr-4": {
  3729. "Composer\\Semver\\": "src"
  3730. }
  3731. },
  3732. "notification-url": "https://packagist.org/downloads/",
  3733. "license": [
  3734. "MIT"
  3735. ],
  3736. "authors": [
  3737. {
  3738. "name": "Nils Adermann",
  3739. "email": "naderman@naderman.de",
  3740. "homepage": "http://www.naderman.de"
  3741. },
  3742. {
  3743. "name": "Jordi Boggiano",
  3744. "email": "j.boggiano@seld.be",
  3745. "homepage": "http://seld.be"
  3746. },
  3747. {
  3748. "name": "Rob Bast",
  3749. "email": "rob.bast@gmail.com",
  3750. "homepage": "http://robbast.nl"
  3751. }
  3752. ],
  3753. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  3754. "keywords": [
  3755. "semantic",
  3756. "semver",
  3757. "validation",
  3758. "versioning"
  3759. ],
  3760. "time": "2019-03-19T17:25:45+00:00"
  3761. },
  3762. {
  3763. "name": "composer/spdx-licenses",
  3764. "version": "1.5.1",
  3765. "source": {
  3766. "type": "git",
  3767. "url": "https://github.com/composer/spdx-licenses.git",
  3768. "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d"
  3769. },
  3770. "dist": {
  3771. "type": "zip",
  3772. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
  3773. "reference": "a1aa51cf3ab838b83b0867b14e56fc20fbd55b3d",
  3774. "shasum": ""
  3775. },
  3776. "require": {
  3777. "php": "^5.3.2 || ^7.0 || ^8.0"
  3778. },
  3779. "require-dev": {
  3780. "phpunit/phpunit": "^4.8.35 || ^5.7 || 6.5 - 7"
  3781. },
  3782. "type": "library",
  3783. "extra": {
  3784. "branch-alias": {
  3785. "dev-master": "1.x-dev"
  3786. }
  3787. },
  3788. "autoload": {
  3789. "psr-4": {
  3790. "Composer\\Spdx\\": "src"
  3791. }
  3792. },
  3793. "notification-url": "https://packagist.org/downloads/",
  3794. "license": [
  3795. "MIT"
  3796. ],
  3797. "authors": [
  3798. {
  3799. "name": "Nils Adermann",
  3800. "email": "naderman@naderman.de",
  3801. "homepage": "http://www.naderman.de"
  3802. },
  3803. {
  3804. "name": "Jordi Boggiano",
  3805. "email": "j.boggiano@seld.be",
  3806. "homepage": "http://seld.be"
  3807. },
  3808. {
  3809. "name": "Rob Bast",
  3810. "email": "rob.bast@gmail.com",
  3811. "homepage": "http://robbast.nl"
  3812. }
  3813. ],
  3814. "description": "SPDX licenses list and validation library.",
  3815. "keywords": [
  3816. "license",
  3817. "spdx",
  3818. "validator"
  3819. ],
  3820. "time": "2019-03-26T10:23:26+00:00"
  3821. },
  3822. {
  3823. "name": "composer/xdebug-handler",
  3824. "version": "1.3.3",
  3825. "source": {
  3826. "type": "git",
  3827. "url": "https://github.com/composer/xdebug-handler.git",
  3828. "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f"
  3829. },
  3830. "dist": {
  3831. "type": "zip",
  3832. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/46867cbf8ca9fb8d60c506895449eb799db1184f",
  3833. "reference": "46867cbf8ca9fb8d60c506895449eb799db1184f",
  3834. "shasum": ""
  3835. },
  3836. "require": {
  3837. "php": "^5.3.2 || ^7.0",
  3838. "psr/log": "^1.0"
  3839. },
  3840. "require-dev": {
  3841. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5"
  3842. },
  3843. "type": "library",
  3844. "autoload": {
  3845. "psr-4": {
  3846. "Composer\\XdebugHandler\\": "src"
  3847. }
  3848. },
  3849. "notification-url": "https://packagist.org/downloads/",
  3850. "license": [
  3851. "MIT"
  3852. ],
  3853. "authors": [
  3854. {
  3855. "name": "John Stevenson",
  3856. "email": "john-stevenson@blueyonder.co.uk"
  3857. }
  3858. ],
  3859. "description": "Restarts a process without xdebug.",
  3860. "keywords": [
  3861. "Xdebug",
  3862. "performance"
  3863. ],
  3864. "time": "2019-05-27T17:52:04+00:00"
  3865. },
  3866. {
  3867. "name": "doctrine/instantiator",
  3868. "version": "1.2.0",
  3869. "source": {
  3870. "type": "git",
  3871. "url": "https://github.com/doctrine/instantiator.git",
  3872. "reference": "a2c590166b2133a4633738648b6b064edae0814a"
  3873. },
  3874. "dist": {
  3875. "type": "zip",
  3876. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/a2c590166b2133a4633738648b6b064edae0814a",
  3877. "reference": "a2c590166b2133a4633738648b6b064edae0814a",
  3878. "shasum": ""
  3879. },
  3880. "require": {
  3881. "php": "^7.1"
  3882. },
  3883. "require-dev": {
  3884. "doctrine/coding-standard": "^6.0",
  3885. "ext-pdo": "*",
  3886. "ext-phar": "*",
  3887. "phpbench/phpbench": "^0.13",
  3888. "phpstan/phpstan-phpunit": "^0.11",
  3889. "phpstan/phpstan-shim": "^0.11",
  3890. "phpunit/phpunit": "^7.0"
  3891. },
  3892. "type": "library",
  3893. "extra": {
  3894. "branch-alias": {
  3895. "dev-master": "1.2.x-dev"
  3896. }
  3897. },
  3898. "autoload": {
  3899. "psr-4": {
  3900. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  3901. }
  3902. },
  3903. "notification-url": "https://packagist.org/downloads/",
  3904. "license": [
  3905. "MIT"
  3906. ],
  3907. "authors": [
  3908. {
  3909. "name": "Marco Pivetta",
  3910. "email": "ocramius@gmail.com",
  3911. "homepage": "http://ocramius.github.com/"
  3912. }
  3913. ],
  3914. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  3915. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  3916. "keywords": [
  3917. "constructor",
  3918. "instantiate"
  3919. ],
  3920. "time": "2019-03-17T17:37:11+00:00"
  3921. },
  3922. {
  3923. "name": "filp/whoops",
  3924. "version": "2.4.1",
  3925. "source": {
  3926. "type": "git",
  3927. "url": "https://github.com/filp/whoops.git",
  3928. "reference": "6fb502c23885701a991b0bba974b1a8eb6673577"
  3929. },
  3930. "dist": {
  3931. "type": "zip",
  3932. "url": "https://api.github.com/repos/filp/whoops/zipball/6fb502c23885701a991b0bba974b1a8eb6673577",
  3933. "reference": "6fb502c23885701a991b0bba974b1a8eb6673577",
  3934. "shasum": ""
  3935. },
  3936. "require": {
  3937. "php": "^5.5.9 || ^7.0",
  3938. "psr/log": "^1.0.1"
  3939. },
  3940. "require-dev": {
  3941. "mockery/mockery": "^0.9 || ^1.0",
  3942. "phpunit/phpunit": "^4.8.35 || ^5.7",
  3943. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0"
  3944. },
  3945. "suggest": {
  3946. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  3947. "whoops/soap": "Formats errors as SOAP responses"
  3948. },
  3949. "type": "library",
  3950. "extra": {
  3951. "branch-alias": {
  3952. "dev-master": "2.2-dev"
  3953. }
  3954. },
  3955. "autoload": {
  3956. "psr-4": {
  3957. "Whoops\\": "src/Whoops/"
  3958. }
  3959. },
  3960. "notification-url": "https://packagist.org/downloads/",
  3961. "license": [
  3962. "MIT"
  3963. ],
  3964. "authors": [
  3965. {
  3966. "name": "Filipe Dobreira",
  3967. "homepage": "https://github.com/filp",
  3968. "role": "Developer"
  3969. }
  3970. ],
  3971. "description": "php error handling for cool kids",
  3972. "homepage": "https://filp.github.io/whoops/",
  3973. "keywords": [
  3974. "error",
  3975. "exception",
  3976. "handling",
  3977. "library",
  3978. "throwable",
  3979. "whoops"
  3980. ],
  3981. "time": "2019-07-04T09:00:00+00:00"
  3982. },
  3983. {
  3984. "name": "fzaninotto/faker",
  3985. "version": "v1.8.0",
  3986. "source": {
  3987. "type": "git",
  3988. "url": "https://github.com/fzaninotto/Faker.git",
  3989. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de"
  3990. },
  3991. "dist": {
  3992. "type": "zip",
  3993. "url": "https://api.github.com/repos/fzaninotto/Faker/zipball/f72816b43e74063c8b10357394b6bba8cb1c10de",
  3994. "reference": "f72816b43e74063c8b10357394b6bba8cb1c10de",
  3995. "shasum": ""
  3996. },
  3997. "require": {
  3998. "php": "^5.3.3 || ^7.0"
  3999. },
  4000. "require-dev": {
  4001. "ext-intl": "*",
  4002. "phpunit/phpunit": "^4.8.35 || ^5.7",
  4003. "squizlabs/php_codesniffer": "^1.5"
  4004. },
  4005. "type": "library",
  4006. "extra": {
  4007. "branch-alias": {
  4008. "dev-master": "1.8-dev"
  4009. }
  4010. },
  4011. "autoload": {
  4012. "psr-4": {
  4013. "Faker\\": "src/Faker/"
  4014. }
  4015. },
  4016. "notification-url": "https://packagist.org/downloads/",
  4017. "license": [
  4018. "MIT"
  4019. ],
  4020. "authors": [
  4021. {
  4022. "name": "François Zaninotto"
  4023. }
  4024. ],
  4025. "description": "Faker is a PHP library that generates fake data for you.",
  4026. "keywords": [
  4027. "data",
  4028. "faker",
  4029. "fixtures"
  4030. ],
  4031. "time": "2018-07-12T10:23:15+00:00"
  4032. },
  4033. {
  4034. "name": "hamcrest/hamcrest-php",
  4035. "version": "v2.0.0",
  4036. "source": {
  4037. "type": "git",
  4038. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4039. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad"
  4040. },
  4041. "dist": {
  4042. "type": "zip",
  4043. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4044. "reference": "776503d3a8e85d4f9a1148614f95b7a608b046ad",
  4045. "shasum": ""
  4046. },
  4047. "require": {
  4048. "php": "^5.3|^7.0"
  4049. },
  4050. "replace": {
  4051. "cordoval/hamcrest-php": "*",
  4052. "davedevelopment/hamcrest-php": "*",
  4053. "kodova/hamcrest-php": "*"
  4054. },
  4055. "require-dev": {
  4056. "phpunit/php-file-iterator": "1.3.3",
  4057. "phpunit/phpunit": "~4.0",
  4058. "satooshi/php-coveralls": "^1.0"
  4059. },
  4060. "type": "library",
  4061. "extra": {
  4062. "branch-alias": {
  4063. "dev-master": "2.0-dev"
  4064. }
  4065. },
  4066. "autoload": {
  4067. "classmap": [
  4068. "hamcrest"
  4069. ]
  4070. },
  4071. "notification-url": "https://packagist.org/downloads/",
  4072. "license": [
  4073. "BSD"
  4074. ],
  4075. "description": "This is the PHP port of Hamcrest Matchers",
  4076. "keywords": [
  4077. "test"
  4078. ],
  4079. "time": "2016-01-20T08:20:44+00:00"
  4080. },
  4081. {
  4082. "name": "justinrainbow/json-schema",
  4083. "version": "5.2.8",
  4084. "source": {
  4085. "type": "git",
  4086. "url": "https://github.com/justinrainbow/json-schema.git",
  4087. "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4"
  4088. },
  4089. "dist": {
  4090. "type": "zip",
  4091. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/dcb6e1006bb5fd1e392b4daa68932880f37550d4",
  4092. "reference": "dcb6e1006bb5fd1e392b4daa68932880f37550d4",
  4093. "shasum": ""
  4094. },
  4095. "require": {
  4096. "php": ">=5.3.3"
  4097. },
  4098. "require-dev": {
  4099. "friendsofphp/php-cs-fixer": "~2.2.20",
  4100. "json-schema/json-schema-test-suite": "1.2.0",
  4101. "phpunit/phpunit": "^4.8.35"
  4102. },
  4103. "bin": [
  4104. "bin/validate-json"
  4105. ],
  4106. "type": "library",
  4107. "extra": {
  4108. "branch-alias": {
  4109. "dev-master": "5.0.x-dev"
  4110. }
  4111. },
  4112. "autoload": {
  4113. "psr-4": {
  4114. "JsonSchema\\": "src/JsonSchema/"
  4115. }
  4116. },
  4117. "notification-url": "https://packagist.org/downloads/",
  4118. "license": [
  4119. "MIT"
  4120. ],
  4121. "authors": [
  4122. {
  4123. "name": "Bruno Prieto Reis",
  4124. "email": "bruno.p.reis@gmail.com"
  4125. },
  4126. {
  4127. "name": "Justin Rainbow",
  4128. "email": "justin.rainbow@gmail.com"
  4129. },
  4130. {
  4131. "name": "Igor Wiedler",
  4132. "email": "igor@wiedler.ch"
  4133. },
  4134. {
  4135. "name": "Robert Schönthal",
  4136. "email": "seroscho@googlemail.com"
  4137. }
  4138. ],
  4139. "description": "A library to validate a json schema.",
  4140. "homepage": "https://github.com/justinrainbow/json-schema",
  4141. "keywords": [
  4142. "json",
  4143. "schema"
  4144. ],
  4145. "time": "2019-01-14T23:55:14+00:00"
  4146. },
  4147. {
  4148. "name": "laravel/homestead",
  4149. "version": "v8.6.0",
  4150. "source": {
  4151. "type": "git",
  4152. "url": "https://github.com/laravel/homestead.git",
  4153. "reference": "01227bf1fdcddf61ad1238940fbfb538fc6d953b"
  4154. },
  4155. "dist": {
  4156. "type": "zip",
  4157. "url": "https://api.github.com/repos/laravel/homestead/zipball/01227bf1fdcddf61ad1238940fbfb538fc6d953b",
  4158. "reference": "01227bf1fdcddf61ad1238940fbfb538fc6d953b",
  4159. "shasum": ""
  4160. },
  4161. "require": {
  4162. "php": "^7.1",
  4163. "symfony/console": "~3.0||~4.0",
  4164. "symfony/process": "~3.0||~4.0",
  4165. "symfony/yaml": "~3.0||~4.0"
  4166. },
  4167. "require-dev": {
  4168. "phpunit/phpunit": "^6.0"
  4169. },
  4170. "bin": [
  4171. "bin/homestead"
  4172. ],
  4173. "type": "library",
  4174. "extra": {
  4175. "branch-alias": {
  4176. "dev-master": "4.0-dev"
  4177. }
  4178. },
  4179. "autoload": {
  4180. "psr-4": {
  4181. "Laravel\\Homestead\\": "src/"
  4182. }
  4183. },
  4184. "notification-url": "https://packagist.org/downloads/",
  4185. "license": [
  4186. "MIT"
  4187. ],
  4188. "authors": [
  4189. {
  4190. "name": "Taylor Otwell",
  4191. "email": "taylorotwell@gmail.com"
  4192. }
  4193. ],
  4194. "description": "A virtual machine for web artisans.",
  4195. "time": "2019-06-21T00:49:25+00:00"
  4196. },
  4197. {
  4198. "name": "mockery/mockery",
  4199. "version": "1.2.2",
  4200. "source": {
  4201. "type": "git",
  4202. "url": "https://github.com/mockery/mockery.git",
  4203. "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2"
  4204. },
  4205. "dist": {
  4206. "type": "zip",
  4207. "url": "https://api.github.com/repos/mockery/mockery/zipball/0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
  4208. "reference": "0eb0b48c3f07b3b89f5169ce005b7d05b18cf1d2",
  4209. "shasum": ""
  4210. },
  4211. "require": {
  4212. "hamcrest/hamcrest-php": "~2.0",
  4213. "lib-pcre": ">=7.0",
  4214. "php": ">=5.6.0"
  4215. },
  4216. "require-dev": {
  4217. "phpunit/phpunit": "~5.7.10|~6.5|~7.0|~8.0"
  4218. },
  4219. "type": "library",
  4220. "extra": {
  4221. "branch-alias": {
  4222. "dev-master": "1.0.x-dev"
  4223. }
  4224. },
  4225. "autoload": {
  4226. "psr-0": {
  4227. "Mockery": "library/"
  4228. }
  4229. },
  4230. "notification-url": "https://packagist.org/downloads/",
  4231. "license": [
  4232. "BSD-3-Clause"
  4233. ],
  4234. "authors": [
  4235. {
  4236. "name": "Pádraic Brady",
  4237. "email": "padraic.brady@gmail.com",
  4238. "homepage": "http://blog.astrumfutura.com"
  4239. },
  4240. {
  4241. "name": "Dave Marshall",
  4242. "email": "dave.marshall@atstsolutions.co.uk",
  4243. "homepage": "http://davedevelopment.co.uk"
  4244. }
  4245. ],
  4246. "description": "Mockery is a simple yet flexible PHP mock object framework",
  4247. "homepage": "https://github.com/mockery/mockery",
  4248. "keywords": [
  4249. "BDD",
  4250. "TDD",
  4251. "library",
  4252. "mock",
  4253. "mock objects",
  4254. "mockery",
  4255. "stub",
  4256. "test",
  4257. "test double",
  4258. "testing"
  4259. ],
  4260. "time": "2019-02-13T09:37:52+00:00"
  4261. },
  4262. {
  4263. "name": "myclabs/deep-copy",
  4264. "version": "1.9.1",
  4265. "source": {
  4266. "type": "git",
  4267. "url": "https://github.com/myclabs/DeepCopy.git",
  4268. "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72"
  4269. },
  4270. "dist": {
  4271. "type": "zip",
  4272. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
  4273. "reference": "e6828efaba2c9b79f4499dae1d66ef8bfa7b2b72",
  4274. "shasum": ""
  4275. },
  4276. "require": {
  4277. "php": "^7.1"
  4278. },
  4279. "replace": {
  4280. "myclabs/deep-copy": "self.version"
  4281. },
  4282. "require-dev": {
  4283. "doctrine/collections": "^1.0",
  4284. "doctrine/common": "^2.6",
  4285. "phpunit/phpunit": "^7.1"
  4286. },
  4287. "type": "library",
  4288. "autoload": {
  4289. "psr-4": {
  4290. "DeepCopy\\": "src/DeepCopy/"
  4291. },
  4292. "files": [
  4293. "src/DeepCopy/deep_copy.php"
  4294. ]
  4295. },
  4296. "notification-url": "https://packagist.org/downloads/",
  4297. "license": [
  4298. "MIT"
  4299. ],
  4300. "description": "Create deep copies (clones) of your objects",
  4301. "keywords": [
  4302. "clone",
  4303. "copy",
  4304. "duplicate",
  4305. "object",
  4306. "object graph"
  4307. ],
  4308. "time": "2019-04-07T13:18:21+00:00"
  4309. },
  4310. {
  4311. "name": "nunomaduro/collision",
  4312. "version": "v3.0.1",
  4313. "source": {
  4314. "type": "git",
  4315. "url": "https://github.com/nunomaduro/collision.git",
  4316. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68"
  4317. },
  4318. "dist": {
  4319. "type": "zip",
  4320. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4321. "reference": "af42d339fe2742295a54f6fdd42aaa6f8c4aca68",
  4322. "shasum": ""
  4323. },
  4324. "require": {
  4325. "filp/whoops": "^2.1.4",
  4326. "jakub-onderka/php-console-highlighter": "0.3.*|0.4.*",
  4327. "php": "^7.1",
  4328. "symfony/console": "~2.8|~3.3|~4.0"
  4329. },
  4330. "require-dev": {
  4331. "laravel/framework": "5.8.*",
  4332. "nunomaduro/larastan": "^0.3.0",
  4333. "phpstan/phpstan": "^0.11",
  4334. "phpunit/phpunit": "~8.0"
  4335. },
  4336. "type": "library",
  4337. "extra": {
  4338. "laravel": {
  4339. "providers": [
  4340. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  4341. ]
  4342. }
  4343. },
  4344. "autoload": {
  4345. "psr-4": {
  4346. "NunoMaduro\\Collision\\": "src/"
  4347. }
  4348. },
  4349. "notification-url": "https://packagist.org/downloads/",
  4350. "license": [
  4351. "MIT"
  4352. ],
  4353. "authors": [
  4354. {
  4355. "name": "Nuno Maduro",
  4356. "email": "enunomaduro@gmail.com"
  4357. }
  4358. ],
  4359. "description": "Cli error handling for console/command-line PHP applications.",
  4360. "keywords": [
  4361. "artisan",
  4362. "cli",
  4363. "command-line",
  4364. "console",
  4365. "error",
  4366. "handling",
  4367. "laravel",
  4368. "laravel-zero",
  4369. "php",
  4370. "symfony"
  4371. ],
  4372. "time": "2019-03-07T21:35:13+00:00"
  4373. },
  4374. {
  4375. "name": "phar-io/manifest",
  4376. "version": "1.0.3",
  4377. "source": {
  4378. "type": "git",
  4379. "url": "https://github.com/phar-io/manifest.git",
  4380. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4"
  4381. },
  4382. "dist": {
  4383. "type": "zip",
  4384. "url": "https://api.github.com/repos/phar-io/manifest/zipball/7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4385. "reference": "7761fcacf03b4d4f16e7ccb606d4879ca431fcf4",
  4386. "shasum": ""
  4387. },
  4388. "require": {
  4389. "ext-dom": "*",
  4390. "ext-phar": "*",
  4391. "phar-io/version": "^2.0",
  4392. "php": "^5.6 || ^7.0"
  4393. },
  4394. "type": "library",
  4395. "extra": {
  4396. "branch-alias": {
  4397. "dev-master": "1.0.x-dev"
  4398. }
  4399. },
  4400. "autoload": {
  4401. "classmap": [
  4402. "src/"
  4403. ]
  4404. },
  4405. "notification-url": "https://packagist.org/downloads/",
  4406. "license": [
  4407. "BSD-3-Clause"
  4408. ],
  4409. "authors": [
  4410. {
  4411. "name": "Arne Blankerts",
  4412. "email": "arne@blankerts.de",
  4413. "role": "Developer"
  4414. },
  4415. {
  4416. "name": "Sebastian Heuer",
  4417. "email": "sebastian@phpeople.de",
  4418. "role": "Developer"
  4419. },
  4420. {
  4421. "name": "Sebastian Bergmann",
  4422. "email": "sebastian@phpunit.de",
  4423. "role": "Developer"
  4424. }
  4425. ],
  4426. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  4427. "time": "2018-07-08T19:23:20+00:00"
  4428. },
  4429. {
  4430. "name": "phar-io/version",
  4431. "version": "2.0.1",
  4432. "source": {
  4433. "type": "git",
  4434. "url": "https://github.com/phar-io/version.git",
  4435. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6"
  4436. },
  4437. "dist": {
  4438. "type": "zip",
  4439. "url": "https://api.github.com/repos/phar-io/version/zipball/45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4440. "reference": "45a2ec53a73c70ce41d55cedef9063630abaf1b6",
  4441. "shasum": ""
  4442. },
  4443. "require": {
  4444. "php": "^5.6 || ^7.0"
  4445. },
  4446. "type": "library",
  4447. "autoload": {
  4448. "classmap": [
  4449. "src/"
  4450. ]
  4451. },
  4452. "notification-url": "https://packagist.org/downloads/",
  4453. "license": [
  4454. "BSD-3-Clause"
  4455. ],
  4456. "authors": [
  4457. {
  4458. "name": "Arne Blankerts",
  4459. "email": "arne@blankerts.de",
  4460. "role": "Developer"
  4461. },
  4462. {
  4463. "name": "Sebastian Heuer",
  4464. "email": "sebastian@phpeople.de",
  4465. "role": "Developer"
  4466. },
  4467. {
  4468. "name": "Sebastian Bergmann",
  4469. "email": "sebastian@phpunit.de",
  4470. "role": "Developer"
  4471. }
  4472. ],
  4473. "description": "Library for handling version information and constraints",
  4474. "time": "2018-07-08T19:19:57+00:00"
  4475. },
  4476. {
  4477. "name": "phpdocumentor/reflection-common",
  4478. "version": "1.0.1",
  4479. "source": {
  4480. "type": "git",
  4481. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4482. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6"
  4483. },
  4484. "dist": {
  4485. "type": "zip",
  4486. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4487. "reference": "21bdeb5f65d7ebf9f43b1b25d404f87deab5bfb6",
  4488. "shasum": ""
  4489. },
  4490. "require": {
  4491. "php": ">=5.5"
  4492. },
  4493. "require-dev": {
  4494. "phpunit/phpunit": "^4.6"
  4495. },
  4496. "type": "library",
  4497. "extra": {
  4498. "branch-alias": {
  4499. "dev-master": "1.0.x-dev"
  4500. }
  4501. },
  4502. "autoload": {
  4503. "psr-4": {
  4504. "phpDocumentor\\Reflection\\": [
  4505. "src"
  4506. ]
  4507. }
  4508. },
  4509. "notification-url": "https://packagist.org/downloads/",
  4510. "license": [
  4511. "MIT"
  4512. ],
  4513. "authors": [
  4514. {
  4515. "name": "Jaap van Otterdijk",
  4516. "email": "opensource@ijaap.nl"
  4517. }
  4518. ],
  4519. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4520. "homepage": "http://www.phpdoc.org",
  4521. "keywords": [
  4522. "FQSEN",
  4523. "phpDocumentor",
  4524. "phpdoc",
  4525. "reflection",
  4526. "static analysis"
  4527. ],
  4528. "time": "2017-09-11T18:02:19+00:00"
  4529. },
  4530. {
  4531. "name": "phpdocumentor/reflection-docblock",
  4532. "version": "4.3.1",
  4533. "source": {
  4534. "type": "git",
  4535. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4536. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c"
  4537. },
  4538. "dist": {
  4539. "type": "zip",
  4540. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4541. "reference": "bdd9f737ebc2a01c06ea7ff4308ec6697db9b53c",
  4542. "shasum": ""
  4543. },
  4544. "require": {
  4545. "php": "^7.0",
  4546. "phpdocumentor/reflection-common": "^1.0.0",
  4547. "phpdocumentor/type-resolver": "^0.4.0",
  4548. "webmozart/assert": "^1.0"
  4549. },
  4550. "require-dev": {
  4551. "doctrine/instantiator": "~1.0.5",
  4552. "mockery/mockery": "^1.0",
  4553. "phpunit/phpunit": "^6.4"
  4554. },
  4555. "type": "library",
  4556. "extra": {
  4557. "branch-alias": {
  4558. "dev-master": "4.x-dev"
  4559. }
  4560. },
  4561. "autoload": {
  4562. "psr-4": {
  4563. "phpDocumentor\\Reflection\\": [
  4564. "src/"
  4565. ]
  4566. }
  4567. },
  4568. "notification-url": "https://packagist.org/downloads/",
  4569. "license": [
  4570. "MIT"
  4571. ],
  4572. "authors": [
  4573. {
  4574. "name": "Mike van Riel",
  4575. "email": "me@mikevanriel.com"
  4576. }
  4577. ],
  4578. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4579. "time": "2019-04-30T17:48:53+00:00"
  4580. },
  4581. {
  4582. "name": "phpdocumentor/type-resolver",
  4583. "version": "0.4.0",
  4584. "source": {
  4585. "type": "git",
  4586. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4587. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7"
  4588. },
  4589. "dist": {
  4590. "type": "zip",
  4591. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/9c977708995954784726e25d0cd1dddf4e65b0f7",
  4592. "reference": "9c977708995954784726e25d0cd1dddf4e65b0f7",
  4593. "shasum": ""
  4594. },
  4595. "require": {
  4596. "php": "^5.5 || ^7.0",
  4597. "phpdocumentor/reflection-common": "^1.0"
  4598. },
  4599. "require-dev": {
  4600. "mockery/mockery": "^0.9.4",
  4601. "phpunit/phpunit": "^5.2||^4.8.24"
  4602. },
  4603. "type": "library",
  4604. "extra": {
  4605. "branch-alias": {
  4606. "dev-master": "1.0.x-dev"
  4607. }
  4608. },
  4609. "autoload": {
  4610. "psr-4": {
  4611. "phpDocumentor\\Reflection\\": [
  4612. "src/"
  4613. ]
  4614. }
  4615. },
  4616. "notification-url": "https://packagist.org/downloads/",
  4617. "license": [
  4618. "MIT"
  4619. ],
  4620. "authors": [
  4621. {
  4622. "name": "Mike van Riel",
  4623. "email": "me@mikevanriel.com"
  4624. }
  4625. ],
  4626. "time": "2017-07-14T14:27:02+00:00"
  4627. },
  4628. {
  4629. "name": "phpspec/prophecy",
  4630. "version": "1.8.1",
  4631. "source": {
  4632. "type": "git",
  4633. "url": "https://github.com/phpspec/prophecy.git",
  4634. "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76"
  4635. },
  4636. "dist": {
  4637. "type": "zip",
  4638. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
  4639. "reference": "1927e75f4ed19131ec9bcc3b002e07fb1173ee76",
  4640. "shasum": ""
  4641. },
  4642. "require": {
  4643. "doctrine/instantiator": "^1.0.2",
  4644. "php": "^5.3|^7.0",
  4645. "phpdocumentor/reflection-docblock": "^2.0|^3.0.2|^4.0",
  4646. "sebastian/comparator": "^1.1|^2.0|^3.0",
  4647. "sebastian/recursion-context": "^1.0|^2.0|^3.0"
  4648. },
  4649. "require-dev": {
  4650. "phpspec/phpspec": "^2.5|^3.2",
  4651. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.5 || ^7.1"
  4652. },
  4653. "type": "library",
  4654. "extra": {
  4655. "branch-alias": {
  4656. "dev-master": "1.8.x-dev"
  4657. }
  4658. },
  4659. "autoload": {
  4660. "psr-4": {
  4661. "Prophecy\\": "src/Prophecy"
  4662. }
  4663. },
  4664. "notification-url": "https://packagist.org/downloads/",
  4665. "license": [
  4666. "MIT"
  4667. ],
  4668. "authors": [
  4669. {
  4670. "name": "Konstantin Kudryashov",
  4671. "email": "ever.zet@gmail.com",
  4672. "homepage": "http://everzet.com"
  4673. },
  4674. {
  4675. "name": "Marcello Duarte",
  4676. "email": "marcello.duarte@gmail.com"
  4677. }
  4678. ],
  4679. "description": "Highly opinionated mocking framework for PHP 5.3+",
  4680. "homepage": "https://github.com/phpspec/prophecy",
  4681. "keywords": [
  4682. "Double",
  4683. "Dummy",
  4684. "fake",
  4685. "mock",
  4686. "spy",
  4687. "stub"
  4688. ],
  4689. "time": "2019-06-13T12:50:23+00:00"
  4690. },
  4691. {
  4692. "name": "phpunit/php-code-coverage",
  4693. "version": "6.1.4",
  4694. "source": {
  4695. "type": "git",
  4696. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  4697. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d"
  4698. },
  4699. "dist": {
  4700. "type": "zip",
  4701. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  4702. "reference": "807e6013b00af69b6c5d9ceb4282d0393dbb9d8d",
  4703. "shasum": ""
  4704. },
  4705. "require": {
  4706. "ext-dom": "*",
  4707. "ext-xmlwriter": "*",
  4708. "php": "^7.1",
  4709. "phpunit/php-file-iterator": "^2.0",
  4710. "phpunit/php-text-template": "^1.2.1",
  4711. "phpunit/php-token-stream": "^3.0",
  4712. "sebastian/code-unit-reverse-lookup": "^1.0.1",
  4713. "sebastian/environment": "^3.1 || ^4.0",
  4714. "sebastian/version": "^2.0.1",
  4715. "theseer/tokenizer": "^1.1"
  4716. },
  4717. "require-dev": {
  4718. "phpunit/phpunit": "^7.0"
  4719. },
  4720. "suggest": {
  4721. "ext-xdebug": "^2.6.0"
  4722. },
  4723. "type": "library",
  4724. "extra": {
  4725. "branch-alias": {
  4726. "dev-master": "6.1-dev"
  4727. }
  4728. },
  4729. "autoload": {
  4730. "classmap": [
  4731. "src/"
  4732. ]
  4733. },
  4734. "notification-url": "https://packagist.org/downloads/",
  4735. "license": [
  4736. "BSD-3-Clause"
  4737. ],
  4738. "authors": [
  4739. {
  4740. "name": "Sebastian Bergmann",
  4741. "email": "sebastian@phpunit.de",
  4742. "role": "lead"
  4743. }
  4744. ],
  4745. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  4746. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  4747. "keywords": [
  4748. "coverage",
  4749. "testing",
  4750. "xunit"
  4751. ],
  4752. "time": "2018-10-31T16:06:48+00:00"
  4753. },
  4754. {
  4755. "name": "phpunit/php-file-iterator",
  4756. "version": "2.0.2",
  4757. "source": {
  4758. "type": "git",
  4759. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  4760. "reference": "050bedf145a257b1ff02746c31894800e5122946"
  4761. },
  4762. "dist": {
  4763. "type": "zip",
  4764. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/050bedf145a257b1ff02746c31894800e5122946",
  4765. "reference": "050bedf145a257b1ff02746c31894800e5122946",
  4766. "shasum": ""
  4767. },
  4768. "require": {
  4769. "php": "^7.1"
  4770. },
  4771. "require-dev": {
  4772. "phpunit/phpunit": "^7.1"
  4773. },
  4774. "type": "library",
  4775. "extra": {
  4776. "branch-alias": {
  4777. "dev-master": "2.0.x-dev"
  4778. }
  4779. },
  4780. "autoload": {
  4781. "classmap": [
  4782. "src/"
  4783. ]
  4784. },
  4785. "notification-url": "https://packagist.org/downloads/",
  4786. "license": [
  4787. "BSD-3-Clause"
  4788. ],
  4789. "authors": [
  4790. {
  4791. "name": "Sebastian Bergmann",
  4792. "email": "sebastian@phpunit.de",
  4793. "role": "lead"
  4794. }
  4795. ],
  4796. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  4797. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  4798. "keywords": [
  4799. "filesystem",
  4800. "iterator"
  4801. ],
  4802. "time": "2018-09-13T20:33:42+00:00"
  4803. },
  4804. {
  4805. "name": "phpunit/php-text-template",
  4806. "version": "1.2.1",
  4807. "source": {
  4808. "type": "git",
  4809. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  4810. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686"
  4811. },
  4812. "dist": {
  4813. "type": "zip",
  4814. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4815. "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686",
  4816. "shasum": ""
  4817. },
  4818. "require": {
  4819. "php": ">=5.3.3"
  4820. },
  4821. "type": "library",
  4822. "autoload": {
  4823. "classmap": [
  4824. "src/"
  4825. ]
  4826. },
  4827. "notification-url": "https://packagist.org/downloads/",
  4828. "license": [
  4829. "BSD-3-Clause"
  4830. ],
  4831. "authors": [
  4832. {
  4833. "name": "Sebastian Bergmann",
  4834. "email": "sebastian@phpunit.de",
  4835. "role": "lead"
  4836. }
  4837. ],
  4838. "description": "Simple template engine.",
  4839. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  4840. "keywords": [
  4841. "template"
  4842. ],
  4843. "time": "2015-06-21T13:50:34+00:00"
  4844. },
  4845. {
  4846. "name": "phpunit/php-timer",
  4847. "version": "2.1.2",
  4848. "source": {
  4849. "type": "git",
  4850. "url": "https://github.com/sebastianbergmann/php-timer.git",
  4851. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e"
  4852. },
  4853. "dist": {
  4854. "type": "zip",
  4855. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/1038454804406b0b5f5f520358e78c1c2f71501e",
  4856. "reference": "1038454804406b0b5f5f520358e78c1c2f71501e",
  4857. "shasum": ""
  4858. },
  4859. "require": {
  4860. "php": "^7.1"
  4861. },
  4862. "require-dev": {
  4863. "phpunit/phpunit": "^7.0"
  4864. },
  4865. "type": "library",
  4866. "extra": {
  4867. "branch-alias": {
  4868. "dev-master": "2.1-dev"
  4869. }
  4870. },
  4871. "autoload": {
  4872. "classmap": [
  4873. "src/"
  4874. ]
  4875. },
  4876. "notification-url": "https://packagist.org/downloads/",
  4877. "license": [
  4878. "BSD-3-Clause"
  4879. ],
  4880. "authors": [
  4881. {
  4882. "name": "Sebastian Bergmann",
  4883. "email": "sebastian@phpunit.de",
  4884. "role": "lead"
  4885. }
  4886. ],
  4887. "description": "Utility class for timing",
  4888. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  4889. "keywords": [
  4890. "timer"
  4891. ],
  4892. "time": "2019-06-07T04:22:29+00:00"
  4893. },
  4894. {
  4895. "name": "phpunit/php-token-stream",
  4896. "version": "3.0.2",
  4897. "source": {
  4898. "type": "git",
  4899. "url": "https://github.com/sebastianbergmann/php-token-stream.git",
  4900. "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c"
  4901. },
  4902. "dist": {
  4903. "type": "zip",
  4904. "url": "https://api.github.com/repos/sebastianbergmann/php-token-stream/zipball/c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
  4905. "reference": "c4a66b97f040e3e20b3aa2a243230a1c3a9f7c8c",
  4906. "shasum": ""
  4907. },
  4908. "require": {
  4909. "ext-tokenizer": "*",
  4910. "php": "^7.1"
  4911. },
  4912. "require-dev": {
  4913. "phpunit/phpunit": "^7.0"
  4914. },
  4915. "type": "library",
  4916. "extra": {
  4917. "branch-alias": {
  4918. "dev-master": "3.0-dev"
  4919. }
  4920. },
  4921. "autoload": {
  4922. "classmap": [
  4923. "src/"
  4924. ]
  4925. },
  4926. "notification-url": "https://packagist.org/downloads/",
  4927. "license": [
  4928. "BSD-3-Clause"
  4929. ],
  4930. "authors": [
  4931. {
  4932. "name": "Sebastian Bergmann",
  4933. "email": "sebastian@phpunit.de"
  4934. }
  4935. ],
  4936. "description": "Wrapper around PHP's tokenizer extension.",
  4937. "homepage": "https://github.com/sebastianbergmann/php-token-stream/",
  4938. "keywords": [
  4939. "tokenizer"
  4940. ],
  4941. "time": "2019-07-08T05:24:54+00:00"
  4942. },
  4943. {
  4944. "name": "phpunit/phpunit",
  4945. "version": "7.5.14",
  4946. "source": {
  4947. "type": "git",
  4948. "url": "https://github.com/sebastianbergmann/phpunit.git",
  4949. "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff"
  4950. },
  4951. "dist": {
  4952. "type": "zip",
  4953. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/2834789aeb9ac182ad69bfdf9ae91856a59945ff",
  4954. "reference": "2834789aeb9ac182ad69bfdf9ae91856a59945ff",
  4955. "shasum": ""
  4956. },
  4957. "require": {
  4958. "doctrine/instantiator": "^1.1",
  4959. "ext-dom": "*",
  4960. "ext-json": "*",
  4961. "ext-libxml": "*",
  4962. "ext-mbstring": "*",
  4963. "ext-xml": "*",
  4964. "myclabs/deep-copy": "^1.7",
  4965. "phar-io/manifest": "^1.0.2",
  4966. "phar-io/version": "^2.0",
  4967. "php": "^7.1",
  4968. "phpspec/prophecy": "^1.7",
  4969. "phpunit/php-code-coverage": "^6.0.7",
  4970. "phpunit/php-file-iterator": "^2.0.1",
  4971. "phpunit/php-text-template": "^1.2.1",
  4972. "phpunit/php-timer": "^2.1",
  4973. "sebastian/comparator": "^3.0",
  4974. "sebastian/diff": "^3.0",
  4975. "sebastian/environment": "^4.0",
  4976. "sebastian/exporter": "^3.1",
  4977. "sebastian/global-state": "^2.0",
  4978. "sebastian/object-enumerator": "^3.0.3",
  4979. "sebastian/resource-operations": "^2.0",
  4980. "sebastian/version": "^2.0.1"
  4981. },
  4982. "conflict": {
  4983. "phpunit/phpunit-mock-objects": "*"
  4984. },
  4985. "require-dev": {
  4986. "ext-pdo": "*"
  4987. },
  4988. "suggest": {
  4989. "ext-soap": "*",
  4990. "ext-xdebug": "*",
  4991. "phpunit/php-invoker": "^2.0"
  4992. },
  4993. "bin": [
  4994. "phpunit"
  4995. ],
  4996. "type": "library",
  4997. "extra": {
  4998. "branch-alias": {
  4999. "dev-master": "7.5-dev"
  5000. }
  5001. },
  5002. "autoload": {
  5003. "classmap": [
  5004. "src/"
  5005. ]
  5006. },
  5007. "notification-url": "https://packagist.org/downloads/",
  5008. "license": [
  5009. "BSD-3-Clause"
  5010. ],
  5011. "authors": [
  5012. {
  5013. "name": "Sebastian Bergmann",
  5014. "email": "sebastian@phpunit.de",
  5015. "role": "lead"
  5016. }
  5017. ],
  5018. "description": "The PHP Unit Testing framework.",
  5019. "homepage": "https://phpunit.de/",
  5020. "keywords": [
  5021. "phpunit",
  5022. "testing",
  5023. "xunit"
  5024. ],
  5025. "time": "2019-07-15T06:24:08+00:00"
  5026. },
  5027. {
  5028. "name": "sebastian/code-unit-reverse-lookup",
  5029. "version": "1.0.1",
  5030. "source": {
  5031. "type": "git",
  5032. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  5033. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18"
  5034. },
  5035. "dist": {
  5036. "type": "zip",
  5037. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5038. "reference": "4419fcdb5eabb9caa61a27c7a1db532a6b55dd18",
  5039. "shasum": ""
  5040. },
  5041. "require": {
  5042. "php": "^5.6 || ^7.0"
  5043. },
  5044. "require-dev": {
  5045. "phpunit/phpunit": "^5.7 || ^6.0"
  5046. },
  5047. "type": "library",
  5048. "extra": {
  5049. "branch-alias": {
  5050. "dev-master": "1.0.x-dev"
  5051. }
  5052. },
  5053. "autoload": {
  5054. "classmap": [
  5055. "src/"
  5056. ]
  5057. },
  5058. "notification-url": "https://packagist.org/downloads/",
  5059. "license": [
  5060. "BSD-3-Clause"
  5061. ],
  5062. "authors": [
  5063. {
  5064. "name": "Sebastian Bergmann",
  5065. "email": "sebastian@phpunit.de"
  5066. }
  5067. ],
  5068. "description": "Looks up which function or method a line of code belongs to",
  5069. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  5070. "time": "2017-03-04T06:30:41+00:00"
  5071. },
  5072. {
  5073. "name": "sebastian/comparator",
  5074. "version": "3.0.2",
  5075. "source": {
  5076. "type": "git",
  5077. "url": "https://github.com/sebastianbergmann/comparator.git",
  5078. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da"
  5079. },
  5080. "dist": {
  5081. "type": "zip",
  5082. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5083. "reference": "5de4fc177adf9bce8df98d8d141a7559d7ccf6da",
  5084. "shasum": ""
  5085. },
  5086. "require": {
  5087. "php": "^7.1",
  5088. "sebastian/diff": "^3.0",
  5089. "sebastian/exporter": "^3.1"
  5090. },
  5091. "require-dev": {
  5092. "phpunit/phpunit": "^7.1"
  5093. },
  5094. "type": "library",
  5095. "extra": {
  5096. "branch-alias": {
  5097. "dev-master": "3.0-dev"
  5098. }
  5099. },
  5100. "autoload": {
  5101. "classmap": [
  5102. "src/"
  5103. ]
  5104. },
  5105. "notification-url": "https://packagist.org/downloads/",
  5106. "license": [
  5107. "BSD-3-Clause"
  5108. ],
  5109. "authors": [
  5110. {
  5111. "name": "Jeff Welch",
  5112. "email": "whatthejeff@gmail.com"
  5113. },
  5114. {
  5115. "name": "Volker Dusch",
  5116. "email": "github@wallbash.com"
  5117. },
  5118. {
  5119. "name": "Bernhard Schussek",
  5120. "email": "bschussek@2bepublished.at"
  5121. },
  5122. {
  5123. "name": "Sebastian Bergmann",
  5124. "email": "sebastian@phpunit.de"
  5125. }
  5126. ],
  5127. "description": "Provides the functionality to compare PHP values for equality",
  5128. "homepage": "https://github.com/sebastianbergmann/comparator",
  5129. "keywords": [
  5130. "comparator",
  5131. "compare",
  5132. "equality"
  5133. ],
  5134. "time": "2018-07-12T15:12:46+00:00"
  5135. },
  5136. {
  5137. "name": "sebastian/diff",
  5138. "version": "3.0.2",
  5139. "source": {
  5140. "type": "git",
  5141. "url": "https://github.com/sebastianbergmann/diff.git",
  5142. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29"
  5143. },
  5144. "dist": {
  5145. "type": "zip",
  5146. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5147. "reference": "720fcc7e9b5cf384ea68d9d930d480907a0c1a29",
  5148. "shasum": ""
  5149. },
  5150. "require": {
  5151. "php": "^7.1"
  5152. },
  5153. "require-dev": {
  5154. "phpunit/phpunit": "^7.5 || ^8.0",
  5155. "symfony/process": "^2 || ^3.3 || ^4"
  5156. },
  5157. "type": "library",
  5158. "extra": {
  5159. "branch-alias": {
  5160. "dev-master": "3.0-dev"
  5161. }
  5162. },
  5163. "autoload": {
  5164. "classmap": [
  5165. "src/"
  5166. ]
  5167. },
  5168. "notification-url": "https://packagist.org/downloads/",
  5169. "license": [
  5170. "BSD-3-Clause"
  5171. ],
  5172. "authors": [
  5173. {
  5174. "name": "Kore Nordmann",
  5175. "email": "mail@kore-nordmann.de"
  5176. },
  5177. {
  5178. "name": "Sebastian Bergmann",
  5179. "email": "sebastian@phpunit.de"
  5180. }
  5181. ],
  5182. "description": "Diff implementation",
  5183. "homepage": "https://github.com/sebastianbergmann/diff",
  5184. "keywords": [
  5185. "diff",
  5186. "udiff",
  5187. "unidiff",
  5188. "unified diff"
  5189. ],
  5190. "time": "2019-02-04T06:01:07+00:00"
  5191. },
  5192. {
  5193. "name": "sebastian/environment",
  5194. "version": "4.2.2",
  5195. "source": {
  5196. "type": "git",
  5197. "url": "https://github.com/sebastianbergmann/environment.git",
  5198. "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404"
  5199. },
  5200. "dist": {
  5201. "type": "zip",
  5202. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
  5203. "reference": "f2a2c8e1c97c11ace607a7a667d73d47c19fe404",
  5204. "shasum": ""
  5205. },
  5206. "require": {
  5207. "php": "^7.1"
  5208. },
  5209. "require-dev": {
  5210. "phpunit/phpunit": "^7.5"
  5211. },
  5212. "suggest": {
  5213. "ext-posix": "*"
  5214. },
  5215. "type": "library",
  5216. "extra": {
  5217. "branch-alias": {
  5218. "dev-master": "4.2-dev"
  5219. }
  5220. },
  5221. "autoload": {
  5222. "classmap": [
  5223. "src/"
  5224. ]
  5225. },
  5226. "notification-url": "https://packagist.org/downloads/",
  5227. "license": [
  5228. "BSD-3-Clause"
  5229. ],
  5230. "authors": [
  5231. {
  5232. "name": "Sebastian Bergmann",
  5233. "email": "sebastian@phpunit.de"
  5234. }
  5235. ],
  5236. "description": "Provides functionality to handle HHVM/PHP environments",
  5237. "homepage": "http://www.github.com/sebastianbergmann/environment",
  5238. "keywords": [
  5239. "Xdebug",
  5240. "environment",
  5241. "hhvm"
  5242. ],
  5243. "time": "2019-05-05T09:05:15+00:00"
  5244. },
  5245. {
  5246. "name": "sebastian/exporter",
  5247. "version": "3.1.0",
  5248. "source": {
  5249. "type": "git",
  5250. "url": "https://github.com/sebastianbergmann/exporter.git",
  5251. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937"
  5252. },
  5253. "dist": {
  5254. "type": "zip",
  5255. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/234199f4528de6d12aaa58b612e98f7d36adb937",
  5256. "reference": "234199f4528de6d12aaa58b612e98f7d36adb937",
  5257. "shasum": ""
  5258. },
  5259. "require": {
  5260. "php": "^7.0",
  5261. "sebastian/recursion-context": "^3.0"
  5262. },
  5263. "require-dev": {
  5264. "ext-mbstring": "*",
  5265. "phpunit/phpunit": "^6.0"
  5266. },
  5267. "type": "library",
  5268. "extra": {
  5269. "branch-alias": {
  5270. "dev-master": "3.1.x-dev"
  5271. }
  5272. },
  5273. "autoload": {
  5274. "classmap": [
  5275. "src/"
  5276. ]
  5277. },
  5278. "notification-url": "https://packagist.org/downloads/",
  5279. "license": [
  5280. "BSD-3-Clause"
  5281. ],
  5282. "authors": [
  5283. {
  5284. "name": "Jeff Welch",
  5285. "email": "whatthejeff@gmail.com"
  5286. },
  5287. {
  5288. "name": "Volker Dusch",
  5289. "email": "github@wallbash.com"
  5290. },
  5291. {
  5292. "name": "Bernhard Schussek",
  5293. "email": "bschussek@2bepublished.at"
  5294. },
  5295. {
  5296. "name": "Sebastian Bergmann",
  5297. "email": "sebastian@phpunit.de"
  5298. },
  5299. {
  5300. "name": "Adam Harvey",
  5301. "email": "aharvey@php.net"
  5302. }
  5303. ],
  5304. "description": "Provides the functionality to export PHP variables for visualization",
  5305. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  5306. "keywords": [
  5307. "export",
  5308. "exporter"
  5309. ],
  5310. "time": "2017-04-03T13:19:02+00:00"
  5311. },
  5312. {
  5313. "name": "sebastian/global-state",
  5314. "version": "2.0.0",
  5315. "source": {
  5316. "type": "git",
  5317. "url": "https://github.com/sebastianbergmann/global-state.git",
  5318. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4"
  5319. },
  5320. "dist": {
  5321. "type": "zip",
  5322. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  5323. "reference": "e8ba02eed7bbbb9e59e43dedd3dddeff4a56b0c4",
  5324. "shasum": ""
  5325. },
  5326. "require": {
  5327. "php": "^7.0"
  5328. },
  5329. "require-dev": {
  5330. "phpunit/phpunit": "^6.0"
  5331. },
  5332. "suggest": {
  5333. "ext-uopz": "*"
  5334. },
  5335. "type": "library",
  5336. "extra": {
  5337. "branch-alias": {
  5338. "dev-master": "2.0-dev"
  5339. }
  5340. },
  5341. "autoload": {
  5342. "classmap": [
  5343. "src/"
  5344. ]
  5345. },
  5346. "notification-url": "https://packagist.org/downloads/",
  5347. "license": [
  5348. "BSD-3-Clause"
  5349. ],
  5350. "authors": [
  5351. {
  5352. "name": "Sebastian Bergmann",
  5353. "email": "sebastian@phpunit.de"
  5354. }
  5355. ],
  5356. "description": "Snapshotting of global state",
  5357. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  5358. "keywords": [
  5359. "global state"
  5360. ],
  5361. "time": "2017-04-27T15:39:26+00:00"
  5362. },
  5363. {
  5364. "name": "sebastian/object-enumerator",
  5365. "version": "3.0.3",
  5366. "source": {
  5367. "type": "git",
  5368. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  5369. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5"
  5370. },
  5371. "dist": {
  5372. "type": "zip",
  5373. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5374. "reference": "7cfd9e65d11ffb5af41198476395774d4c8a84c5",
  5375. "shasum": ""
  5376. },
  5377. "require": {
  5378. "php": "^7.0",
  5379. "sebastian/object-reflector": "^1.1.1",
  5380. "sebastian/recursion-context": "^3.0"
  5381. },
  5382. "require-dev": {
  5383. "phpunit/phpunit": "^6.0"
  5384. },
  5385. "type": "library",
  5386. "extra": {
  5387. "branch-alias": {
  5388. "dev-master": "3.0.x-dev"
  5389. }
  5390. },
  5391. "autoload": {
  5392. "classmap": [
  5393. "src/"
  5394. ]
  5395. },
  5396. "notification-url": "https://packagist.org/downloads/",
  5397. "license": [
  5398. "BSD-3-Clause"
  5399. ],
  5400. "authors": [
  5401. {
  5402. "name": "Sebastian Bergmann",
  5403. "email": "sebastian@phpunit.de"
  5404. }
  5405. ],
  5406. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  5407. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  5408. "time": "2017-08-03T12:35:26+00:00"
  5409. },
  5410. {
  5411. "name": "sebastian/object-reflector",
  5412. "version": "1.1.1",
  5413. "source": {
  5414. "type": "git",
  5415. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  5416. "reference": "773f97c67f28de00d397be301821b06708fca0be"
  5417. },
  5418. "dist": {
  5419. "type": "zip",
  5420. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/773f97c67f28de00d397be301821b06708fca0be",
  5421. "reference": "773f97c67f28de00d397be301821b06708fca0be",
  5422. "shasum": ""
  5423. },
  5424. "require": {
  5425. "php": "^7.0"
  5426. },
  5427. "require-dev": {
  5428. "phpunit/phpunit": "^6.0"
  5429. },
  5430. "type": "library",
  5431. "extra": {
  5432. "branch-alias": {
  5433. "dev-master": "1.1-dev"
  5434. }
  5435. },
  5436. "autoload": {
  5437. "classmap": [
  5438. "src/"
  5439. ]
  5440. },
  5441. "notification-url": "https://packagist.org/downloads/",
  5442. "license": [
  5443. "BSD-3-Clause"
  5444. ],
  5445. "authors": [
  5446. {
  5447. "name": "Sebastian Bergmann",
  5448. "email": "sebastian@phpunit.de"
  5449. }
  5450. ],
  5451. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  5452. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  5453. "time": "2017-03-29T09:07:27+00:00"
  5454. },
  5455. {
  5456. "name": "sebastian/recursion-context",
  5457. "version": "3.0.0",
  5458. "source": {
  5459. "type": "git",
  5460. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  5461. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8"
  5462. },
  5463. "dist": {
  5464. "type": "zip",
  5465. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5466. "reference": "5b0cd723502bac3b006cbf3dbf7a1e3fcefe4fa8",
  5467. "shasum": ""
  5468. },
  5469. "require": {
  5470. "php": "^7.0"
  5471. },
  5472. "require-dev": {
  5473. "phpunit/phpunit": "^6.0"
  5474. },
  5475. "type": "library",
  5476. "extra": {
  5477. "branch-alias": {
  5478. "dev-master": "3.0.x-dev"
  5479. }
  5480. },
  5481. "autoload": {
  5482. "classmap": [
  5483. "src/"
  5484. ]
  5485. },
  5486. "notification-url": "https://packagist.org/downloads/",
  5487. "license": [
  5488. "BSD-3-Clause"
  5489. ],
  5490. "authors": [
  5491. {
  5492. "name": "Jeff Welch",
  5493. "email": "whatthejeff@gmail.com"
  5494. },
  5495. {
  5496. "name": "Sebastian Bergmann",
  5497. "email": "sebastian@phpunit.de"
  5498. },
  5499. {
  5500. "name": "Adam Harvey",
  5501. "email": "aharvey@php.net"
  5502. }
  5503. ],
  5504. "description": "Provides functionality to recursively process PHP variables",
  5505. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  5506. "time": "2017-03-03T06:23:57+00:00"
  5507. },
  5508. {
  5509. "name": "sebastian/resource-operations",
  5510. "version": "2.0.1",
  5511. "source": {
  5512. "type": "git",
  5513. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  5514. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9"
  5515. },
  5516. "dist": {
  5517. "type": "zip",
  5518. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5519. "reference": "4d7a795d35b889bf80a0cc04e08d77cedfa917a9",
  5520. "shasum": ""
  5521. },
  5522. "require": {
  5523. "php": "^7.1"
  5524. },
  5525. "type": "library",
  5526. "extra": {
  5527. "branch-alias": {
  5528. "dev-master": "2.0-dev"
  5529. }
  5530. },
  5531. "autoload": {
  5532. "classmap": [
  5533. "src/"
  5534. ]
  5535. },
  5536. "notification-url": "https://packagist.org/downloads/",
  5537. "license": [
  5538. "BSD-3-Clause"
  5539. ],
  5540. "authors": [
  5541. {
  5542. "name": "Sebastian Bergmann",
  5543. "email": "sebastian@phpunit.de"
  5544. }
  5545. ],
  5546. "description": "Provides a list of PHP built-in functions that operate on resources",
  5547. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  5548. "time": "2018-10-04T04:07:39+00:00"
  5549. },
  5550. {
  5551. "name": "sebastian/version",
  5552. "version": "2.0.1",
  5553. "source": {
  5554. "type": "git",
  5555. "url": "https://github.com/sebastianbergmann/version.git",
  5556. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
  5557. },
  5558. "dist": {
  5559. "type": "zip",
  5560. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
  5561. "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
  5562. "shasum": ""
  5563. },
  5564. "require": {
  5565. "php": ">=5.6"
  5566. },
  5567. "type": "library",
  5568. "extra": {
  5569. "branch-alias": {
  5570. "dev-master": "2.0.x-dev"
  5571. }
  5572. },
  5573. "autoload": {
  5574. "classmap": [
  5575. "src/"
  5576. ]
  5577. },
  5578. "notification-url": "https://packagist.org/downloads/",
  5579. "license": [
  5580. "BSD-3-Clause"
  5581. ],
  5582. "authors": [
  5583. {
  5584. "name": "Sebastian Bergmann",
  5585. "email": "sebastian@phpunit.de",
  5586. "role": "lead"
  5587. }
  5588. ],
  5589. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  5590. "homepage": "https://github.com/sebastianbergmann/version",
  5591. "time": "2016-10-03T07:35:21+00:00"
  5592. },
  5593. {
  5594. "name": "seld/jsonlint",
  5595. "version": "1.7.1",
  5596. "source": {
  5597. "type": "git",
  5598. "url": "https://github.com/Seldaek/jsonlint.git",
  5599. "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38"
  5600. },
  5601. "dist": {
  5602. "type": "zip",
  5603. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/d15f59a67ff805a44c50ea0516d2341740f81a38",
  5604. "reference": "d15f59a67ff805a44c50ea0516d2341740f81a38",
  5605. "shasum": ""
  5606. },
  5607. "require": {
  5608. "php": "^5.3 || ^7.0"
  5609. },
  5610. "require-dev": {
  5611. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0"
  5612. },
  5613. "bin": [
  5614. "bin/jsonlint"
  5615. ],
  5616. "type": "library",
  5617. "autoload": {
  5618. "psr-4": {
  5619. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  5620. }
  5621. },
  5622. "notification-url": "https://packagist.org/downloads/",
  5623. "license": [
  5624. "MIT"
  5625. ],
  5626. "authors": [
  5627. {
  5628. "name": "Jordi Boggiano",
  5629. "email": "j.boggiano@seld.be",
  5630. "homepage": "http://seld.be"
  5631. }
  5632. ],
  5633. "description": "JSON Linter",
  5634. "keywords": [
  5635. "json",
  5636. "linter",
  5637. "parser",
  5638. "validator"
  5639. ],
  5640. "time": "2018-01-24T12:46:19+00:00"
  5641. },
  5642. {
  5643. "name": "seld/phar-utils",
  5644. "version": "1.0.1",
  5645. "source": {
  5646. "type": "git",
  5647. "url": "https://github.com/Seldaek/phar-utils.git",
  5648. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a"
  5649. },
  5650. "dist": {
  5651. "type": "zip",
  5652. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/7009b5139491975ef6486545a39f3e6dad5ac30a",
  5653. "reference": "7009b5139491975ef6486545a39f3e6dad5ac30a",
  5654. "shasum": ""
  5655. },
  5656. "require": {
  5657. "php": ">=5.3"
  5658. },
  5659. "type": "library",
  5660. "extra": {
  5661. "branch-alias": {
  5662. "dev-master": "1.x-dev"
  5663. }
  5664. },
  5665. "autoload": {
  5666. "psr-4": {
  5667. "Seld\\PharUtils\\": "src/"
  5668. }
  5669. },
  5670. "notification-url": "https://packagist.org/downloads/",
  5671. "license": [
  5672. "MIT"
  5673. ],
  5674. "authors": [
  5675. {
  5676. "name": "Jordi Boggiano",
  5677. "email": "j.boggiano@seld.be"
  5678. }
  5679. ],
  5680. "description": "PHAR file format utilities, for when PHP phars you up",
  5681. "keywords": [
  5682. "phra"
  5683. ],
  5684. "time": "2015-10-13T18:44:15+00:00"
  5685. },
  5686. {
  5687. "name": "symfony/filesystem",
  5688. "version": "v4.3.2",
  5689. "source": {
  5690. "type": "git",
  5691. "url": "https://github.com/symfony/filesystem.git",
  5692. "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d"
  5693. },
  5694. "dist": {
  5695. "type": "zip",
  5696. "url": "https://api.github.com/repos/symfony/filesystem/zipball/b9896d034463ad6fd2bf17e2bf9418caecd6313d",
  5697. "reference": "b9896d034463ad6fd2bf17e2bf9418caecd6313d",
  5698. "shasum": ""
  5699. },
  5700. "require": {
  5701. "php": "^7.1.3",
  5702. "symfony/polyfill-ctype": "~1.8"
  5703. },
  5704. "type": "library",
  5705. "extra": {
  5706. "branch-alias": {
  5707. "dev-master": "4.3-dev"
  5708. }
  5709. },
  5710. "autoload": {
  5711. "psr-4": {
  5712. "Symfony\\Component\\Filesystem\\": ""
  5713. },
  5714. "exclude-from-classmap": [
  5715. "/Tests/"
  5716. ]
  5717. },
  5718. "notification-url": "https://packagist.org/downloads/",
  5719. "license": [
  5720. "MIT"
  5721. ],
  5722. "authors": [
  5723. {
  5724. "name": "Fabien Potencier",
  5725. "email": "fabien@symfony.com"
  5726. },
  5727. {
  5728. "name": "Symfony Community",
  5729. "homepage": "https://symfony.com/contributors"
  5730. }
  5731. ],
  5732. "description": "Symfony Filesystem Component",
  5733. "homepage": "https://symfony.com",
  5734. "time": "2019-06-23T08:51:25+00:00"
  5735. },
  5736. {
  5737. "name": "theseer/tokenizer",
  5738. "version": "1.1.3",
  5739. "source": {
  5740. "type": "git",
  5741. "url": "https://github.com/theseer/tokenizer.git",
  5742. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9"
  5743. },
  5744. "dist": {
  5745. "type": "zip",
  5746. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5747. "reference": "11336f6f84e16a720dae9d8e6ed5019efa85a0f9",
  5748. "shasum": ""
  5749. },
  5750. "require": {
  5751. "ext-dom": "*",
  5752. "ext-tokenizer": "*",
  5753. "ext-xmlwriter": "*",
  5754. "php": "^7.0"
  5755. },
  5756. "type": "library",
  5757. "autoload": {
  5758. "classmap": [
  5759. "src/"
  5760. ]
  5761. },
  5762. "notification-url": "https://packagist.org/downloads/",
  5763. "license": [
  5764. "BSD-3-Clause"
  5765. ],
  5766. "authors": [
  5767. {
  5768. "name": "Arne Blankerts",
  5769. "email": "arne@blankerts.de",
  5770. "role": "Developer"
  5771. }
  5772. ],
  5773. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  5774. "time": "2019-06-13T22:48:21+00:00"
  5775. },
  5776. {
  5777. "name": "webmozart/assert",
  5778. "version": "1.4.0",
  5779. "source": {
  5780. "type": "git",
  5781. "url": "https://github.com/webmozart/assert.git",
  5782. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9"
  5783. },
  5784. "dist": {
  5785. "type": "zip",
  5786. "url": "https://api.github.com/repos/webmozart/assert/zipball/83e253c8e0be5b0257b881e1827274667c5c17a9",
  5787. "reference": "83e253c8e0be5b0257b881e1827274667c5c17a9",
  5788. "shasum": ""
  5789. },
  5790. "require": {
  5791. "php": "^5.3.3 || ^7.0",
  5792. "symfony/polyfill-ctype": "^1.8"
  5793. },
  5794. "require-dev": {
  5795. "phpunit/phpunit": "^4.6",
  5796. "sebastian/version": "^1.0.1"
  5797. },
  5798. "type": "library",
  5799. "extra": {
  5800. "branch-alias": {
  5801. "dev-master": "1.3-dev"
  5802. }
  5803. },
  5804. "autoload": {
  5805. "psr-4": {
  5806. "Webmozart\\Assert\\": "src/"
  5807. }
  5808. },
  5809. "notification-url": "https://packagist.org/downloads/",
  5810. "license": [
  5811. "MIT"
  5812. ],
  5813. "authors": [
  5814. {
  5815. "name": "Bernhard Schussek",
  5816. "email": "bschussek@gmail.com"
  5817. }
  5818. ],
  5819. "description": "Assertions to validate method input/output with nice error messages.",
  5820. "keywords": [
  5821. "assert",
  5822. "check",
  5823. "validate"
  5824. ],
  5825. "time": "2018-12-25T11:19:39+00:00"
  5826. }
  5827. ],
  5828. "aliases": [],
  5829. "minimum-stability": "dev",
  5830. "stability-flags": [],
  5831. "prefer-stable": true,
  5832. "prefer-lowest": false,
  5833. "platform": {
  5834. "php": "^7.1.3",
  5835. "ext-http": "*",
  5836. "ext-json": "*"
  5837. },
  5838. "platform-dev": []
  5839. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement