You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

6932 lines
242 KiB

4 years ago
  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": "331f413509a3783c2d3abc0382dd180b",
  8. "packages": [
  9. {
  10. "name": "asm89/stack-cors",
  11. "version": "v2.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/asm89/stack-cors.git",
  15. "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/asm89/stack-cors/zipball/8d8f88b3b3830916be94292c1fbce84433efb1aa",
  20. "reference": "8d8f88b3b3830916be94292c1fbce84433efb1aa",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": "^7.0|^8.0",
  25. "symfony/http-foundation": "~2.7|~3.0|~4.0|~5.0",
  26. "symfony/http-kernel": "~2.7|~3.0|~4.0|~5.0"
  27. },
  28. "require-dev": {
  29. "phpunit/phpunit": "^6|^7|^8|^9",
  30. "squizlabs/php_codesniffer": "^3.5"
  31. },
  32. "type": "library",
  33. "extra": {
  34. "branch-alias": {
  35. "dev-master": "2.0-dev"
  36. }
  37. },
  38. "autoload": {
  39. "psr-4": {
  40. "Asm89\\Stack\\": "src/"
  41. }
  42. },
  43. "notification-url": "https://packagist.org/downloads/",
  44. "license": [
  45. "MIT"
  46. ],
  47. "authors": [
  48. {
  49. "name": "Alexander",
  50. "email": "iam.asm89@gmail.com"
  51. }
  52. ],
  53. "description": "Cross-origin resource sharing library and stack middleware",
  54. "homepage": "https://github.com/asm89/stack-cors",
  55. "keywords": [
  56. "cors",
  57. "stack"
  58. ],
  59. "time": "2020-10-29T16:03:21+00:00"
  60. },
  61. {
  62. "name": "brick/math",
  63. "version": "0.9.1",
  64. "source": {
  65. "type": "git",
  66. "url": "https://github.com/brick/math.git",
  67. "reference": "283a40c901101e66de7061bd359252c013dcc43c"
  68. },
  69. "dist": {
  70. "type": "zip",
  71. "url": "https://api.github.com/repos/brick/math/zipball/283a40c901101e66de7061bd359252c013dcc43c",
  72. "reference": "283a40c901101e66de7061bd359252c013dcc43c",
  73. "shasum": ""
  74. },
  75. "require": {
  76. "ext-json": "*",
  77. "php": "^7.1|^8.0"
  78. },
  79. "require-dev": {
  80. "php-coveralls/php-coveralls": "^2.2",
  81. "phpunit/phpunit": "^7.5.15|^8.5",
  82. "vimeo/psalm": "^3.5"
  83. },
  84. "type": "library",
  85. "autoload": {
  86. "psr-4": {
  87. "Brick\\Math\\": "src/"
  88. }
  89. },
  90. "notification-url": "https://packagist.org/downloads/",
  91. "license": [
  92. "MIT"
  93. ],
  94. "description": "Arbitrary-precision arithmetic library",
  95. "keywords": [
  96. "Arbitrary-precision",
  97. "BigInteger",
  98. "BigRational",
  99. "arithmetic",
  100. "bigdecimal",
  101. "bignum",
  102. "brick",
  103. "math"
  104. ],
  105. "funding": [
  106. {
  107. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  108. "type": "tidelift"
  109. }
  110. ],
  111. "time": "2020-08-18T23:57:15+00:00"
  112. },
  113. {
  114. "name": "dnoegel/php-xdg-base-dir",
  115. "version": "v0.1.1",
  116. "source": {
  117. "type": "git",
  118. "url": "https://github.com/dnoegel/php-xdg-base-dir.git",
  119. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd"
  120. },
  121. "dist": {
  122. "type": "zip",
  123. "url": "https://api.github.com/repos/dnoegel/php-xdg-base-dir/zipball/8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  124. "reference": "8f8a6e48c5ecb0f991c2fdcf5f154a47d85f9ffd",
  125. "shasum": ""
  126. },
  127. "require": {
  128. "php": ">=5.3.2"
  129. },
  130. "require-dev": {
  131. "phpunit/phpunit": "~7.0|~6.0|~5.0|~4.8.35"
  132. },
  133. "type": "library",
  134. "autoload": {
  135. "psr-4": {
  136. "XdgBaseDir\\": "src/"
  137. }
  138. },
  139. "notification-url": "https://packagist.org/downloads/",
  140. "license": [
  141. "MIT"
  142. ],
  143. "description": "implementation of xdg base directory specification for php",
  144. "time": "2019-12-04T15:06:13+00:00"
  145. },
  146. {
  147. "name": "doctrine/inflector",
  148. "version": "2.0.3",
  149. "source": {
  150. "type": "git",
  151. "url": "https://github.com/doctrine/inflector.git",
  152. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210"
  153. },
  154. "dist": {
  155. "type": "zip",
  156. "url": "https://api.github.com/repos/doctrine/inflector/zipball/9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  157. "reference": "9cf661f4eb38f7c881cac67c75ea9b00bf97b210",
  158. "shasum": ""
  159. },
  160. "require": {
  161. "php": "^7.2 || ^8.0"
  162. },
  163. "require-dev": {
  164. "doctrine/coding-standard": "^7.0",
  165. "phpstan/phpstan": "^0.11",
  166. "phpstan/phpstan-phpunit": "^0.11",
  167. "phpstan/phpstan-strict-rules": "^0.11",
  168. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  169. },
  170. "type": "library",
  171. "extra": {
  172. "branch-alias": {
  173. "dev-master": "2.0.x-dev"
  174. }
  175. },
  176. "autoload": {
  177. "psr-4": {
  178. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  179. }
  180. },
  181. "notification-url": "https://packagist.org/downloads/",
  182. "license": [
  183. "MIT"
  184. ],
  185. "authors": [
  186. {
  187. "name": "Guilherme Blanco",
  188. "email": "guilhermeblanco@gmail.com"
  189. },
  190. {
  191. "name": "Roman Borschel",
  192. "email": "roman@code-factory.org"
  193. },
  194. {
  195. "name": "Benjamin Eberlei",
  196. "email": "kontakt@beberlei.de"
  197. },
  198. {
  199. "name": "Jonathan Wage",
  200. "email": "jonwage@gmail.com"
  201. },
  202. {
  203. "name": "Johannes Schmitt",
  204. "email": "schmittjoh@gmail.com"
  205. }
  206. ],
  207. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  208. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  209. "keywords": [
  210. "inflection",
  211. "inflector",
  212. "lowercase",
  213. "manipulation",
  214. "php",
  215. "plural",
  216. "singular",
  217. "strings",
  218. "uppercase",
  219. "words"
  220. ],
  221. "funding": [
  222. {
  223. "url": "https://www.doctrine-project.org/sponsorship.html",
  224. "type": "custom"
  225. },
  226. {
  227. "url": "https://www.patreon.com/phpdoctrine",
  228. "type": "patreon"
  229. },
  230. {
  231. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  232. "type": "tidelift"
  233. }
  234. ],
  235. "time": "2020-05-29T15:13:26+00:00"
  236. },
  237. {
  238. "name": "doctrine/lexer",
  239. "version": "1.2.1",
  240. "source": {
  241. "type": "git",
  242. "url": "https://github.com/doctrine/lexer.git",
  243. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042"
  244. },
  245. "dist": {
  246. "type": "zip",
  247. "url": "https://api.github.com/repos/doctrine/lexer/zipball/e864bbf5904cb8f5bb334f99209b48018522f042",
  248. "reference": "e864bbf5904cb8f5bb334f99209b48018522f042",
  249. "shasum": ""
  250. },
  251. "require": {
  252. "php": "^7.2 || ^8.0"
  253. },
  254. "require-dev": {
  255. "doctrine/coding-standard": "^6.0",
  256. "phpstan/phpstan": "^0.11.8",
  257. "phpunit/phpunit": "^8.2"
  258. },
  259. "type": "library",
  260. "extra": {
  261. "branch-alias": {
  262. "dev-master": "1.2.x-dev"
  263. }
  264. },
  265. "autoload": {
  266. "psr-4": {
  267. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  268. }
  269. },
  270. "notification-url": "https://packagist.org/downloads/",
  271. "license": [
  272. "MIT"
  273. ],
  274. "authors": [
  275. {
  276. "name": "Guilherme Blanco",
  277. "email": "guilhermeblanco@gmail.com"
  278. },
  279. {
  280. "name": "Roman Borschel",
  281. "email": "roman@code-factory.org"
  282. },
  283. {
  284. "name": "Johannes Schmitt",
  285. "email": "schmittjoh@gmail.com"
  286. }
  287. ],
  288. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  289. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  290. "keywords": [
  291. "annotations",
  292. "docblock",
  293. "lexer",
  294. "parser",
  295. "php"
  296. ],
  297. "funding": [
  298. {
  299. "url": "https://www.doctrine-project.org/sponsorship.html",
  300. "type": "custom"
  301. },
  302. {
  303. "url": "https://www.patreon.com/phpdoctrine",
  304. "type": "patreon"
  305. },
  306. {
  307. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  308. "type": "tidelift"
  309. }
  310. ],
  311. "time": "2020-05-25T17:44:05+00:00"
  312. },
  313. {
  314. "name": "dragonmantank/cron-expression",
  315. "version": "v3.0.2",
  316. "source": {
  317. "type": "git",
  318. "url": "https://github.com/dragonmantank/cron-expression.git",
  319. "reference": "48212cdc0a79051d50d7fc2f0645c5a321caf926"
  320. },
  321. "dist": {
  322. "type": "zip",
  323. "url": "https://api.github.com/repos/dragonmantank/cron-expression/zipball/48212cdc0a79051d50d7fc2f0645c5a321caf926",
  324. "reference": "48212cdc0a79051d50d7fc2f0645c5a321caf926",
  325. "shasum": ""
  326. },
  327. "require": {
  328. "php": "^7.1|^8.0"
  329. },
  330. "replace": {
  331. "mtdowling/cron-expression": "^1.0"
  332. },
  333. "require-dev": {
  334. "phpstan/phpstan": "^0.11|^0.12",
  335. "phpunit/phpunit": "^7.0|^8.0|^9.0"
  336. },
  337. "type": "library",
  338. "autoload": {
  339. "psr-4": {
  340. "Cron\\": "src/Cron/"
  341. }
  342. },
  343. "notification-url": "https://packagist.org/downloads/",
  344. "license": [
  345. "MIT"
  346. ],
  347. "authors": [
  348. {
  349. "name": "Chris Tankersley",
  350. "email": "chris@ctankersley.com",
  351. "homepage": "https://github.com/dragonmantank"
  352. }
  353. ],
  354. "description": "CRON for PHP: Calculate the next or previous run date and determine if a CRON expression is due",
  355. "keywords": [
  356. "cron",
  357. "schedule"
  358. ],
  359. "funding": [
  360. {
  361. "url": "https://github.com/dragonmantank",
  362. "type": "github"
  363. }
  364. ],
  365. "time": "2020-10-13T01:26:01+00:00"
  366. },
  367. {
  368. "name": "egulias/email-validator",
  369. "version": "2.1.24",
  370. "source": {
  371. "type": "git",
  372. "url": "https://github.com/egulias/EmailValidator.git",
  373. "reference": "ca90a3291eee1538cd48ff25163240695bd95448"
  374. },
  375. "dist": {
  376. "type": "zip",
  377. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ca90a3291eee1538cd48ff25163240695bd95448",
  378. "reference": "ca90a3291eee1538cd48ff25163240695bd95448",
  379. "shasum": ""
  380. },
  381. "require": {
  382. "doctrine/lexer": "^1.0.1",
  383. "php": ">=5.5",
  384. "symfony/polyfill-intl-idn": "^1.10"
  385. },
  386. "require-dev": {
  387. "dominicsayers/isemail": "^3.0.7",
  388. "phpunit/phpunit": "^4.8.36|^7.5.15",
  389. "satooshi/php-coveralls": "^1.0.1"
  390. },
  391. "suggest": {
  392. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  393. },
  394. "type": "library",
  395. "extra": {
  396. "branch-alias": {
  397. "dev-master": "2.1.x-dev"
  398. }
  399. },
  400. "autoload": {
  401. "psr-4": {
  402. "Egulias\\EmailValidator\\": "src"
  403. }
  404. },
  405. "notification-url": "https://packagist.org/downloads/",
  406. "license": [
  407. "MIT"
  408. ],
  409. "authors": [
  410. {
  411. "name": "Eduardo Gulias Davis"
  412. }
  413. ],
  414. "description": "A library for validating emails against several RFCs",
  415. "homepage": "https://github.com/egulias/EmailValidator",
  416. "keywords": [
  417. "email",
  418. "emailvalidation",
  419. "emailvalidator",
  420. "validation",
  421. "validator"
  422. ],
  423. "funding": [
  424. {
  425. "url": "https://github.com/egulias",
  426. "type": "github"
  427. }
  428. ],
  429. "time": "2020-11-14T15:56:27+00:00"
  430. },
  431. {
  432. "name": "fideloper/proxy",
  433. "version": "4.4.1",
  434. "source": {
  435. "type": "git",
  436. "url": "https://github.com/fideloper/TrustedProxy.git",
  437. "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0"
  438. },
  439. "dist": {
  440. "type": "zip",
  441. "url": "https://api.github.com/repos/fideloper/TrustedProxy/zipball/c073b2bd04d1c90e04dc1b787662b558dd65ade0",
  442. "reference": "c073b2bd04d1c90e04dc1b787662b558dd65ade0",
  443. "shasum": ""
  444. },
  445. "require": {
  446. "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0|^9.0",
  447. "php": ">=5.4.0"
  448. },
  449. "require-dev": {
  450. "illuminate/http": "^5.0|^6.0|^7.0|^8.0|^9.0",
  451. "mockery/mockery": "^1.0",
  452. "phpunit/phpunit": "^6.0"
  453. },
  454. "type": "library",
  455. "extra": {
  456. "laravel": {
  457. "providers": [
  458. "Fideloper\\Proxy\\TrustedProxyServiceProvider"
  459. ]
  460. }
  461. },
  462. "autoload": {
  463. "psr-4": {
  464. "Fideloper\\Proxy\\": "src/"
  465. }
  466. },
  467. "notification-url": "https://packagist.org/downloads/",
  468. "license": [
  469. "MIT"
  470. ],
  471. "authors": [
  472. {
  473. "name": "Chris Fidao",
  474. "email": "fideloper@gmail.com"
  475. }
  476. ],
  477. "description": "Set trusted proxies for Laravel",
  478. "keywords": [
  479. "load balancing",
  480. "proxy",
  481. "trusted proxy"
  482. ],
  483. "time": "2020-10-22T13:48:01+00:00"
  484. },
  485. {
  486. "name": "fruitcake/laravel-cors",
  487. "version": "v2.0.3",
  488. "source": {
  489. "type": "git",
  490. "url": "https://github.com/fruitcake/laravel-cors.git",
  491. "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a"
  492. },
  493. "dist": {
  494. "type": "zip",
  495. "url": "https://api.github.com/repos/fruitcake/laravel-cors/zipball/01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
  496. "reference": "01de0fe5f71c70d1930ee9a80385f9cc28e0f63a",
  497. "shasum": ""
  498. },
  499. "require": {
  500. "asm89/stack-cors": "^2.0.1",
  501. "illuminate/contracts": "^6|^7|^8|^9",
  502. "illuminate/support": "^6|^7|^8|^9",
  503. "php": ">=7.2",
  504. "symfony/http-foundation": "^4|^5",
  505. "symfony/http-kernel": "^4.3.4|^5"
  506. },
  507. "require-dev": {
  508. "laravel/framework": "^6|^7|^8",
  509. "orchestra/testbench-dusk": "^4|^5|^6",
  510. "phpunit/phpunit": "^6|^7|^8",
  511. "squizlabs/php_codesniffer": "^3.5"
  512. },
  513. "type": "library",
  514. "extra": {
  515. "branch-alias": {
  516. "dev-master": "2.0-dev"
  517. },
  518. "laravel": {
  519. "providers": [
  520. "Fruitcake\\Cors\\CorsServiceProvider"
  521. ]
  522. }
  523. },
  524. "autoload": {
  525. "psr-4": {
  526. "Fruitcake\\Cors\\": "src/"
  527. }
  528. },
  529. "notification-url": "https://packagist.org/downloads/",
  530. "license": [
  531. "MIT"
  532. ],
  533. "authors": [
  534. {
  535. "name": "Fruitcake",
  536. "homepage": "https://fruitcake.nl"
  537. },
  538. {
  539. "name": "Barry vd. Heuvel",
  540. "email": "barryvdh@gmail.com"
  541. }
  542. ],
  543. "description": "Adds CORS (Cross-Origin Resource Sharing) headers support in your Laravel application",
  544. "keywords": [
  545. "api",
  546. "cors",
  547. "crossdomain",
  548. "laravel"
  549. ],
  550. "funding": [
  551. {
  552. "url": "https://github.com/barryvdh",
  553. "type": "github"
  554. }
  555. ],
  556. "time": "2020-10-22T13:57:20+00:00"
  557. },
  558. {
  559. "name": "goldspecdigital/laravel-eloquent-uuid",
  560. "version": "v8.0.0",
  561. "source": {
  562. "type": "git",
  563. "url": "https://github.com/goldspecdigital/laravel-eloquent-uuid.git",
  564. "reference": "c203b3104e5c371b1ed94b0dbaf12de1d1ca7045"
  565. },
  566. "dist": {
  567. "type": "zip",
  568. "url": "https://api.github.com/repos/goldspecdigital/laravel-eloquent-uuid/zipball/c203b3104e5c371b1ed94b0dbaf12de1d1ca7045",
  569. "reference": "c203b3104e5c371b1ed94b0dbaf12de1d1ca7045",
  570. "shasum": ""
  571. },
  572. "require": {
  573. "laravel/framework": "^8.0",
  574. "php": "^7.3"
  575. },
  576. "require-dev": {
  577. "ext-pdo": "*",
  578. "friendsofphp/php-cs-fixer": "^2.15",
  579. "orchestra/testbench": "^6.0",
  580. "phpunit/phpunit": "^8.4"
  581. },
  582. "type": "library",
  583. "extra": {
  584. "laravel": {
  585. "providers": [
  586. "GoldSpecDigital\\LaravelEloquentUUID\\UuidServiceProvider"
  587. ]
  588. }
  589. },
  590. "autoload": {
  591. "psr-4": {
  592. "GoldSpecDigital\\LaravelEloquentUUID\\": "src/"
  593. }
  594. },
  595. "notification-url": "https://packagist.org/downloads/",
  596. "license": [
  597. "MIT"
  598. ],
  599. "authors": [
  600. {
  601. "name": "Matthew Inamdar",
  602. "email": "matt@goldspecdigital.com"
  603. }
  604. ],
  605. "description": "A simple drop-in solution for providing UUID support for the IDs of your Eloquent models.",
  606. "homepage": "https://github.com/goldspecdigital/laravel-eloquent-uuid",
  607. "keywords": [
  608. "eloquent",
  609. "laravel",
  610. "php",
  611. "uuid"
  612. ],
  613. "time": "2020-09-09T20:26:47+00:00"
  614. },
  615. {
  616. "name": "graham-campbell/result-type",
  617. "version": "v1.0.1",
  618. "source": {
  619. "type": "git",
  620. "url": "https://github.com/GrahamCampbell/Result-Type.git",
  621. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb"
  622. },
  623. "dist": {
  624. "type": "zip",
  625. "url": "https://api.github.com/repos/GrahamCampbell/Result-Type/zipball/7e279d2cd5d7fbb156ce46daada972355cea27bb",
  626. "reference": "7e279d2cd5d7fbb156ce46daada972355cea27bb",
  627. "shasum": ""
  628. },
  629. "require": {
  630. "php": "^7.0|^8.0",
  631. "phpoption/phpoption": "^1.7.3"
  632. },
  633. "require-dev": {
  634. "phpunit/phpunit": "^6.5|^7.5|^8.5|^9.0"
  635. },
  636. "type": "library",
  637. "extra": {
  638. "branch-alias": {
  639. "dev-master": "1.0-dev"
  640. }
  641. },
  642. "autoload": {
  643. "psr-4": {
  644. "GrahamCampbell\\ResultType\\": "src/"
  645. }
  646. },
  647. "notification-url": "https://packagist.org/downloads/",
  648. "license": [
  649. "MIT"
  650. ],
  651. "authors": [
  652. {
  653. "name": "Graham Campbell",
  654. "email": "graham@alt-three.com"
  655. }
  656. ],
  657. "description": "An Implementation Of The Result Type",
  658. "keywords": [
  659. "Graham Campbell",
  660. "GrahamCampbell",
  661. "Result Type",
  662. "Result-Type",
  663. "result"
  664. ],
  665. "funding": [
  666. {
  667. "url": "https://github.com/GrahamCampbell",
  668. "type": "github"
  669. },
  670. {
  671. "url": "https://tidelift.com/funding/github/packagist/graham-campbell/result-type",
  672. "type": "tidelift"
  673. }
  674. ],
  675. "time": "2020-04-13T13:17:36+00:00"
  676. },
  677. {
  678. "name": "guzzlehttp/guzzle",
  679. "version": "7.2.0",
  680. "source": {
  681. "type": "git",
  682. "url": "https://github.com/guzzle/guzzle.git",
  683. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79"
  684. },
  685. "dist": {
  686. "type": "zip",
  687. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/0aa74dfb41ae110835923ef10a9d803a22d50e79",
  688. "reference": "0aa74dfb41ae110835923ef10a9d803a22d50e79",
  689. "shasum": ""
  690. },
  691. "require": {
  692. "ext-json": "*",
  693. "guzzlehttp/promises": "^1.4",
  694. "guzzlehttp/psr7": "^1.7",
  695. "php": "^7.2.5 || ^8.0",
  696. "psr/http-client": "^1.0"
  697. },
  698. "provide": {
  699. "psr/http-client-implementation": "1.0"
  700. },
  701. "require-dev": {
  702. "ext-curl": "*",
  703. "php-http/client-integration-tests": "^3.0",
  704. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  705. "psr/log": "^1.1"
  706. },
  707. "suggest": {
  708. "ext-curl": "Required for CURL handler support",
  709. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  710. "psr/log": "Required for using the Log middleware"
  711. },
  712. "type": "library",
  713. "extra": {
  714. "branch-alias": {
  715. "dev-master": "7.1-dev"
  716. }
  717. },
  718. "autoload": {
  719. "psr-4": {
  720. "GuzzleHttp\\": "src/"
  721. },
  722. "files": [
  723. "src/functions_include.php"
  724. ]
  725. },
  726. "notification-url": "https://packagist.org/downloads/",
  727. "license": [
  728. "MIT"
  729. ],
  730. "authors": [
  731. {
  732. "name": "Michael Dowling",
  733. "email": "mtdowling@gmail.com",
  734. "homepage": "https://github.com/mtdowling"
  735. },
  736. {
  737. "name": "Márk Sági-Kazár",
  738. "email": "mark.sagikazar@gmail.com",
  739. "homepage": "https://sagikazarmark.hu"
  740. }
  741. ],
  742. "description": "Guzzle is a PHP HTTP client library",
  743. "homepage": "http://guzzlephp.org/",
  744. "keywords": [
  745. "client",
  746. "curl",
  747. "framework",
  748. "http",
  749. "http client",
  750. "psr-18",
  751. "psr-7",
  752. "rest",
  753. "web service"
  754. ],
  755. "funding": [
  756. {
  757. "url": "https://github.com/GrahamCampbell",
  758. "type": "github"
  759. },
  760. {
  761. "url": "https://github.com/Nyholm",
  762. "type": "github"
  763. },
  764. {
  765. "url": "https://github.com/alexeyshockov",
  766. "type": "github"
  767. },
  768. {
  769. "url": "https://github.com/gmponos",
  770. "type": "github"
  771. }
  772. ],
  773. "time": "2020-10-10T11:47:56+00:00"
  774. },
  775. {
  776. "name": "guzzlehttp/promises",
  777. "version": "1.4.0",
  778. "source": {
  779. "type": "git",
  780. "url": "https://github.com/guzzle/promises.git",
  781. "reference": "60d379c243457e073cff02bc323a2a86cb355631"
  782. },
  783. "dist": {
  784. "type": "zip",
  785. "url": "https://api.github.com/repos/guzzle/promises/zipball/60d379c243457e073cff02bc323a2a86cb355631",
  786. "reference": "60d379c243457e073cff02bc323a2a86cb355631",
  787. "shasum": ""
  788. },
  789. "require": {
  790. "php": ">=5.5"
  791. },
  792. "require-dev": {
  793. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  794. },
  795. "type": "library",
  796. "extra": {
  797. "branch-alias": {
  798. "dev-master": "1.4-dev"
  799. }
  800. },
  801. "autoload": {
  802. "psr-4": {
  803. "GuzzleHttp\\Promise\\": "src/"
  804. },
  805. "files": [
  806. "src/functions_include.php"
  807. ]
  808. },
  809. "notification-url": "https://packagist.org/downloads/",
  810. "license": [
  811. "MIT"
  812. ],
  813. "authors": [
  814. {
  815. "name": "Michael Dowling",
  816. "email": "mtdowling@gmail.com",
  817. "homepage": "https://github.com/mtdowling"
  818. }
  819. ],
  820. "description": "Guzzle promises library",
  821. "keywords": [
  822. "promise"
  823. ],
  824. "time": "2020-09-30T07:37:28+00:00"
  825. },
  826. {
  827. "name": "guzzlehttp/psr7",
  828. "version": "1.7.0",
  829. "source": {
  830. "type": "git",
  831. "url": "https://github.com/guzzle/psr7.git",
  832. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3"
  833. },
  834. "dist": {
  835. "type": "zip",
  836. "url": "https://api.github.com/repos/guzzle/psr7/zipball/53330f47520498c0ae1f61f7e2c90f55690c06a3",
  837. "reference": "53330f47520498c0ae1f61f7e2c90f55690c06a3",
  838. "shasum": ""
  839. },
  840. "require": {
  841. "php": ">=5.4.0",
  842. "psr/http-message": "~1.0",
  843. "ralouphie/getallheaders": "^2.0.5 || ^3.0.0"
  844. },
  845. "provide": {
  846. "psr/http-message-implementation": "1.0"
  847. },
  848. "require-dev": {
  849. "ext-zlib": "*",
  850. "phpunit/phpunit": "~4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.10"
  851. },
  852. "suggest": {
  853. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  854. },
  855. "type": "library",
  856. "extra": {
  857. "branch-alias": {
  858. "dev-master": "1.7-dev"
  859. }
  860. },
  861. "autoload": {
  862. "psr-4": {
  863. "GuzzleHttp\\Psr7\\": "src/"
  864. },
  865. "files": [
  866. "src/functions_include.php"
  867. ]
  868. },
  869. "notification-url": "https://packagist.org/downloads/",
  870. "license": [
  871. "MIT"
  872. ],
  873. "authors": [
  874. {
  875. "name": "Michael Dowling",
  876. "email": "mtdowling@gmail.com",
  877. "homepage": "https://github.com/mtdowling"
  878. },
  879. {
  880. "name": "Tobias Schultze",
  881. "homepage": "https://github.com/Tobion"
  882. }
  883. ],
  884. "description": "PSR-7 message implementation that also provides common utility methods",
  885. "keywords": [
  886. "http",
  887. "message",
  888. "psr-7",
  889. "request",
  890. "response",
  891. "stream",
  892. "uri",
  893. "url"
  894. ],
  895. "time": "2020-09-30T07:37:11+00:00"
  896. },
  897. {
  898. "name": "laravel/framework",
  899. "version": "v8.15.0",
  900. "source": {
  901. "type": "git",
  902. "url": "https://github.com/laravel/framework.git",
  903. "reference": "22e4182fa0885dea3772106c3b6df705b7c7363e"
  904. },
  905. "dist": {
  906. "type": "zip",
  907. "url": "https://api.github.com/repos/laravel/framework/zipball/22e4182fa0885dea3772106c3b6df705b7c7363e",
  908. "reference": "22e4182fa0885dea3772106c3b6df705b7c7363e",
  909. "shasum": ""
  910. },
  911. "require": {
  912. "doctrine/inflector": "^1.4|^2.0",
  913. "dragonmantank/cron-expression": "^3.0.2",
  914. "egulias/email-validator": "^2.1.10",
  915. "ext-json": "*",
  916. "ext-mbstring": "*",
  917. "ext-openssl": "*",
  918. "league/commonmark": "^1.3",
  919. "league/flysystem": "^1.1",
  920. "monolog/monolog": "^2.0",
  921. "nesbot/carbon": "^2.31",
  922. "opis/closure": "^3.6",
  923. "php": "^7.3|^8.0",
  924. "psr/container": "^1.0",
  925. "psr/simple-cache": "^1.0",
  926. "ramsey/uuid": "^4.0",
  927. "swiftmailer/swiftmailer": "^6.0",
  928. "symfony/console": "^5.1",
  929. "symfony/error-handler": "^5.1",
  930. "symfony/finder": "^5.1",
  931. "symfony/http-foundation": "^5.1",
  932. "symfony/http-kernel": "^5.1",
  933. "symfony/mime": "^5.1",
  934. "symfony/process": "^5.1",
  935. "symfony/routing": "^5.1",
  936. "symfony/var-dumper": "^5.1",
  937. "tijsverkoyen/css-to-inline-styles": "^2.2.2",
  938. "vlucas/phpdotenv": "^5.2",
  939. "voku/portable-ascii": "^1.4.8"
  940. },
  941. "conflict": {
  942. "tightenco/collect": "<5.5.33"
  943. },
  944. "provide": {
  945. "psr/container-implementation": "1.0"
  946. },
  947. "replace": {
  948. "illuminate/auth": "self.version",
  949. "illuminate/broadcasting": "self.version",
  950. "illuminate/bus": "self.version",
  951. "illuminate/cache": "self.version",
  952. "illuminate/collections": "self.version",
  953. "illuminate/config": "self.version",
  954. "illuminate/console": "self.version",
  955. "illuminate/container": "self.version",
  956. "illuminate/contracts": "self.version",
  957. "illuminate/cookie": "self.version",
  958. "illuminate/database": "self.version",
  959. "illuminate/encryption": "self.version",
  960. "illuminate/events": "self.version",
  961. "illuminate/filesystem": "self.version",
  962. "illuminate/hashing": "self.version",
  963. "illuminate/http": "self.version",
  964. "illuminate/log": "self.version",
  965. "illuminate/macroable": "self.version",
  966. "illuminate/mail": "self.version",
  967. "illuminate/notifications": "self.version",
  968. "illuminate/pagination": "self.version",
  969. "illuminate/pipeline": "self.version",
  970. "illuminate/queue": "self.version",
  971. "illuminate/redis": "self.version",
  972. "illuminate/routing": "self.version",
  973. "illuminate/session": "self.version",
  974. "illuminate/support": "self.version",
  975. "illuminate/testing": "self.version",
  976. "illuminate/translation": "self.version",
  977. "illuminate/validation": "self.version",
  978. "illuminate/view": "self.version"
  979. },
  980. "require-dev": {
  981. "aws/aws-sdk-php": "^3.0",
  982. "doctrine/dbal": "^2.6|^3.0",
  983. "filp/whoops": "^2.8",
  984. "guzzlehttp/guzzle": "^6.5.5|^7.0.1",
  985. "league/flysystem-cached-adapter": "^1.0",
  986. "mockery/mockery": "^1.4.2",
  987. "orchestra/testbench-core": "^6.5",
  988. "pda/pheanstalk": "^4.0",
  989. "phpunit/phpunit": "^8.5.8|^9.3.3",
  990. "predis/predis": "^1.1.1",
  991. "symfony/cache": "^5.1"
  992. },
  993. "suggest": {
  994. "aws/aws-sdk-php": "Required to use the SQS queue driver, DynamoDb failed job storage and SES mail driver (^3.0).",
  995. "doctrine/dbal": "Required to rename columns and drop SQLite columns (^2.6|^3.0).",
  996. "ext-ftp": "Required to use the Flysystem FTP driver.",
  997. "ext-gd": "Required to use Illuminate\\Http\\Testing\\FileFactory::image().",
  998. "ext-memcached": "Required to use the memcache cache driver.",
  999. "ext-pcntl": "Required to use all features of the queue worker.",
  1000. "ext-posix": "Required to use all features of the queue worker.",
  1001. "ext-redis": "Required to use the Redis cache and queue drivers (^4.0|^5.0).",
  1002. "fakerphp/faker": "Required to use the eloquent factory builder (^1.9.1).",
  1003. "filp/whoops": "Required for friendly error pages in development (^2.8).",
  1004. "guzzlehttp/guzzle": "Required to use the HTTP Client, Mailgun mail driver and the ping methods on schedules (^6.5.5|^7.0.1).",
  1005. "laravel/tinker": "Required to use the tinker console command (^2.0).",
  1006. "league/flysystem-aws-s3-v3": "Required to use the Flysystem S3 driver (^1.0).",
  1007. "league/flysystem-cached-adapter": "Required to use the Flysystem cache (^1.0).",
  1008. "league/flysystem-sftp": "Required to use the Flysystem SFTP driver (^1.0).",
  1009. "mockery/mockery": "Required to use mocking (^1.4.2).",
  1010. "nyholm/psr7": "Required to use PSR-7 bridging features (^1.2).",
  1011. "pda/pheanstalk": "Required to use the beanstalk queue driver (^4.0).",
  1012. "phpunit/phpunit": "Required to use assertions and run tests (^8.5.8|^9.3.3).",
  1013. "predis/predis": "Required to use the predis connector (^1.1.2).",
  1014. "psr/http-message": "Required to allow Storage::put to accept a StreamInterface (^1.0).",
  1015. "pusher/pusher-php-server": "Required to use the Pusher broadcast driver (^4.0).",
  1016. "symfony/cache": "Required to PSR-6 cache bridge (^5.1).",
  1017. "symfony/filesystem": "Required to enable support for relative symbolic links (^5.1).",
  1018. "symfony/psr-http-message-bridge": "Required to use PSR-7 bridging features (^2.0).",
  1019. "wildbit/swiftmailer-postmark": "Required to use Postmark mail driver (^3.0)."
  1020. },
  1021. "type": "library",
  1022. "extra": {
  1023. "branch-alias": {
  1024. "dev-master": "8.x-dev"
  1025. }
  1026. },
  1027. "autoload": {
  1028. "files": [
  1029. "src/Illuminate/Collections/helpers.php",
  1030. "src/Illuminate/Events/functions.php",
  1031. "src/Illuminate/Foundation/helpers.php",
  1032. "src/Illuminate/Support/helpers.php"
  1033. ],
  1034. "psr-4": {
  1035. "Illuminate\\": "src/Illuminate/",
  1036. "Illuminate\\Support\\": [
  1037. "src/Illuminate/Macroable/",
  1038. "src/Illuminate/Collections/"
  1039. ]
  1040. }
  1041. },
  1042. "notification-url": "https://packagist.org/downloads/",
  1043. "license": [
  1044. "MIT"
  1045. ],
  1046. "authors": [
  1047. {
  1048. "name": "Taylor Otwell",
  1049. "email": "taylor@laravel.com"
  1050. }
  1051. ],
  1052. "description": "The Laravel Framework.",
  1053. "homepage": "https://laravel.com",
  1054. "keywords": [
  1055. "framework",
  1056. "laravel"
  1057. ],
  1058. "time": "2020-11-17T14:53:20+00:00"
  1059. },
  1060. {
  1061. "name": "laravel/tinker",
  1062. "version": "v2.5.0",
  1063. "source": {
  1064. "type": "git",
  1065. "url": "https://github.com/laravel/tinker.git",
  1066. "reference": "45884b526e10a88a1b179fa1a1a24d5468c668c2"
  1067. },
  1068. "dist": {
  1069. "type": "zip",
  1070. "url": "https://api.github.com/repos/laravel/tinker/zipball/45884b526e10a88a1b179fa1a1a24d5468c668c2",
  1071. "reference": "45884b526e10a88a1b179fa1a1a24d5468c668c2",
  1072. "shasum": ""
  1073. },
  1074. "require": {
  1075. "illuminate/console": "^6.0|^7.0|^8.0",
  1076. "illuminate/contracts": "^6.0|^7.0|^8.0",
  1077. "illuminate/support": "^6.0|^7.0|^8.0",
  1078. "php": "^7.2.5|^8.0",
  1079. "psy/psysh": "^0.10.4",
  1080. "symfony/var-dumper": "^4.3.4|^5.0"
  1081. },
  1082. "require-dev": {
  1083. "mockery/mockery": "~1.3.3|^1.4.2",
  1084. "phpunit/phpunit": "^8.5.8|^9.3.3"
  1085. },
  1086. "suggest": {
  1087. "illuminate/database": "The Illuminate Database package (^6.0|^7.0|^8.0)."
  1088. },
  1089. "type": "library",
  1090. "extra": {
  1091. "branch-alias": {
  1092. "dev-master": "2.x-dev"
  1093. },
  1094. "laravel": {
  1095. "providers": [
  1096. "Laravel\\Tinker\\TinkerServiceProvider"
  1097. ]
  1098. }
  1099. },
  1100. "autoload": {
  1101. "psr-4": {
  1102. "Laravel\\Tinker\\": "src/"
  1103. }
  1104. },
  1105. "notification-url": "https://packagist.org/downloads/",
  1106. "license": [
  1107. "MIT"
  1108. ],
  1109. "authors": [
  1110. {
  1111. "name": "Taylor Otwell",
  1112. "email": "taylor@laravel.com"
  1113. }
  1114. ],
  1115. "description": "Powerful REPL for the Laravel framework.",
  1116. "keywords": [
  1117. "REPL",
  1118. "Tinker",
  1119. "laravel",
  1120. "psysh"
  1121. ],
  1122. "time": "2020-10-29T13:07:12+00:00"
  1123. },
  1124. {
  1125. "name": "league/commonmark",
  1126. "version": "1.5.7",
  1127. "source": {
  1128. "type": "git",
  1129. "url": "https://github.com/thephpleague/commonmark.git",
  1130. "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54"
  1131. },
  1132. "dist": {
  1133. "type": "zip",
  1134. "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/11df9b36fd4f1d2b727a73bf14931d81373b9a54",
  1135. "reference": "11df9b36fd4f1d2b727a73bf14931d81373b9a54",
  1136. "shasum": ""
  1137. },
  1138. "require": {
  1139. "ext-mbstring": "*",
  1140. "php": "^7.1 || ^8.0"
  1141. },
  1142. "conflict": {
  1143. "scrutinizer/ocular": "1.7.*"
  1144. },
  1145. "require-dev": {
  1146. "cebe/markdown": "~1.0",
  1147. "commonmark/commonmark.js": "0.29.2",
  1148. "erusev/parsedown": "~1.0",
  1149. "ext-json": "*",
  1150. "github/gfm": "0.29.0",
  1151. "michelf/php-markdown": "~1.4",
  1152. "mikehaertl/php-shellcommand": "^1.4",
  1153. "phpstan/phpstan": "^0.12",
  1154. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.2",
  1155. "scrutinizer/ocular": "^1.5",
  1156. "symfony/finder": "^4.2"
  1157. },
  1158. "bin": [
  1159. "bin/commonmark"
  1160. ],
  1161. "type": "library",
  1162. "autoload": {
  1163. "psr-4": {
  1164. "League\\CommonMark\\": "src"
  1165. }
  1166. },
  1167. "notification-url": "https://packagist.org/downloads/",
  1168. "license": [
  1169. "BSD-3-Clause"
  1170. ],
  1171. "authors": [
  1172. {
  1173. "name": "Colin O'Dell",
  1174. "email": "colinodell@gmail.com",
  1175. "homepage": "https://www.colinodell.com",
  1176. "role": "Lead Developer"
  1177. }
  1178. ],
  1179. "description": "Highly-extensible PHP Markdown parser which fully supports the CommonMark spec and Github-Flavored Markdown (GFM)",
  1180. "homepage": "https://commonmark.thephpleague.com",
  1181. "keywords": [
  1182. "commonmark",
  1183. "flavored",
  1184. "gfm",
  1185. "github",
  1186. "github-flavored",
  1187. "markdown",
  1188. "md",
  1189. "parser"
  1190. ],
  1191. "funding": [
  1192. {
  1193. "url": "https://enjoy.gitstore.app/repositories/thephpleague/commonmark",
  1194. "type": "custom"
  1195. },
  1196. {
  1197. "url": "https://www.colinodell.com/sponsor",
  1198. "type": "custom"
  1199. },
  1200. {
  1201. "url": "https://www.paypal.me/colinpodell/10.00",
  1202. "type": "custom"
  1203. },
  1204. {
  1205. "url": "https://github.com/colinodell",
  1206. "type": "github"
  1207. },
  1208. {
  1209. "url": "https://www.patreon.com/colinodell",
  1210. "type": "patreon"
  1211. },
  1212. {
  1213. "url": "https://tidelift.com/funding/github/packagist/league/commonmark",
  1214. "type": "tidelift"
  1215. }
  1216. ],
  1217. "time": "2020-10-31T13:49:32+00:00"
  1218. },
  1219. {
  1220. "name": "league/flysystem",
  1221. "version": "1.1.3",
  1222. "source": {
  1223. "type": "git",
  1224. "url": "https://github.com/thephpleague/flysystem.git",
  1225. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a"
  1226. },
  1227. "dist": {
  1228. "type": "zip",
  1229. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9be3b16c877d477357c015cec057548cf9b2a14a",
  1230. "reference": "9be3b16c877d477357c015cec057548cf9b2a14a",
  1231. "shasum": ""
  1232. },
  1233. "require": {
  1234. "ext-fileinfo": "*",
  1235. "league/mime-type-detection": "^1.3",
  1236. "php": "^7.2.5 || ^8.0"
  1237. },
  1238. "conflict": {
  1239. "league/flysystem-sftp": "<1.0.6"
  1240. },
  1241. "require-dev": {
  1242. "phpspec/prophecy": "^1.11.1",
  1243. "phpunit/phpunit": "^8.5.8"
  1244. },
  1245. "suggest": {
  1246. "ext-fileinfo": "Required for MimeType",
  1247. "ext-ftp": "Allows you to use FTP server storage",
  1248. "ext-openssl": "Allows you to use FTPS server storage",
  1249. "league/flysystem-aws-s3-v2": "Allows you to use S3 storage with AWS SDK v2",
  1250. "league/flysystem-aws-s3-v3": "Allows you to use S3 storage with AWS SDK v3",
  1251. "league/flysystem-azure": "Allows you to use Windows Azure Blob storage",
  1252. "league/flysystem-cached-adapter": "Flysystem adapter decorator for metadata caching",
  1253. "league/flysystem-eventable-filesystem": "Allows you to use EventableFilesystem",
  1254. "league/flysystem-rackspace": "Allows you to use Rackspace Cloud Files",
  1255. "league/flysystem-sftp": "Allows you to use SFTP server storage via phpseclib",
  1256. "league/flysystem-webdav": "Allows you to use WebDAV storage",
  1257. "league/flysystem-ziparchive": "Allows you to use ZipArchive adapter",
  1258. "spatie/flysystem-dropbox": "Allows you to use Dropbox storage",
  1259. "srmklive/flysystem-dropbox-v2": "Allows you to use Dropbox storage for PHP 5 applications"
  1260. },
  1261. "type": "library",
  1262. "extra": {
  1263. "branch-alias": {
  1264. "dev-master": "1.1-dev"
  1265. }
  1266. },
  1267. "autoload": {
  1268. "psr-4": {
  1269. "League\\Flysystem\\": "src/"
  1270. }
  1271. },
  1272. "notification-url": "https://packagist.org/downloads/",
  1273. "license": [
  1274. "MIT"
  1275. ],
  1276. "authors": [
  1277. {
  1278. "name": "Frank de Jonge",
  1279. "email": "info@frenky.net"
  1280. }
  1281. ],
  1282. "description": "Filesystem abstraction: Many filesystems, one API.",
  1283. "keywords": [
  1284. "Cloud Files",
  1285. "WebDAV",
  1286. "abstraction",
  1287. "aws",
  1288. "cloud",
  1289. "copy.com",
  1290. "dropbox",
  1291. "file systems",
  1292. "files",
  1293. "filesystem",
  1294. "filesystems",
  1295. "ftp",
  1296. "rackspace",
  1297. "remote",
  1298. "s3",
  1299. "sftp",
  1300. "storage"
  1301. ],
  1302. "funding": [
  1303. {
  1304. "url": "https://offset.earth/frankdejonge",
  1305. "type": "other"
  1306. }
  1307. ],
  1308. "time": "2020-08-23T07:39:11+00:00"
  1309. },
  1310. {
  1311. "name": "league/mime-type-detection",
  1312. "version": "1.5.1",
  1313. "source": {
  1314. "type": "git",
  1315. "url": "https://github.com/thephpleague/mime-type-detection.git",
  1316. "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa"
  1317. },
  1318. "dist": {
  1319. "type": "zip",
  1320. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/353f66d7555d8a90781f6f5e7091932f9a4250aa",
  1321. "reference": "353f66d7555d8a90781f6f5e7091932f9a4250aa",
  1322. "shasum": ""
  1323. },
  1324. "require": {
  1325. "ext-fileinfo": "*",
  1326. "php": "^7.2 || ^8.0"
  1327. },
  1328. "require-dev": {
  1329. "phpstan/phpstan": "^0.12.36",
  1330. "phpunit/phpunit": "^8.5.8"
  1331. },
  1332. "type": "library",
  1333. "autoload": {
  1334. "psr-4": {
  1335. "League\\MimeTypeDetection\\": "src"
  1336. }
  1337. },
  1338. "notification-url": "https://packagist.org/downloads/",
  1339. "license": [
  1340. "MIT"
  1341. ],
  1342. "authors": [
  1343. {
  1344. "name": "Frank de Jonge",
  1345. "email": "info@frankdejonge.nl"
  1346. }
  1347. ],
  1348. "description": "Mime-type detection for Flysystem",
  1349. "funding": [
  1350. {
  1351. "url": "https://github.com/frankdejonge",
  1352. "type": "github"
  1353. },
  1354. {
  1355. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  1356. "type": "tidelift"
  1357. }
  1358. ],
  1359. "time": "2020-10-18T11:50:25+00:00"
  1360. },
  1361. {
  1362. "name": "monolog/monolog",
  1363. "version": "2.1.1",
  1364. "source": {
  1365. "type": "git",
  1366. "url": "https://github.com/Seldaek/monolog.git",
  1367. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5"
  1368. },
  1369. "dist": {
  1370. "type": "zip",
  1371. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1372. "reference": "f9eee5cec93dfb313a38b6b288741e84e53f02d5",
  1373. "shasum": ""
  1374. },
  1375. "require": {
  1376. "php": ">=7.2",
  1377. "psr/log": "^1.0.1"
  1378. },
  1379. "provide": {
  1380. "psr/log-implementation": "1.0.0"
  1381. },
  1382. "require-dev": {
  1383. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  1384. "doctrine/couchdb": "~1.0@dev",
  1385. "elasticsearch/elasticsearch": "^6.0",
  1386. "graylog2/gelf-php": "^1.4.2",
  1387. "php-amqplib/php-amqplib": "~2.4",
  1388. "php-console/php-console": "^3.1.3",
  1389. "php-parallel-lint/php-parallel-lint": "^1.0",
  1390. "phpspec/prophecy": "^1.6.1",
  1391. "phpunit/phpunit": "^8.5",
  1392. "predis/predis": "^1.1",
  1393. "rollbar/rollbar": "^1.3",
  1394. "ruflin/elastica": ">=0.90 <3.0",
  1395. "swiftmailer/swiftmailer": "^5.3|^6.0"
  1396. },
  1397. "suggest": {
  1398. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  1399. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  1400. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  1401. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  1402. "ext-mbstring": "Allow to work properly with unicode symbols",
  1403. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  1404. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  1405. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  1406. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  1407. "php-console/php-console": "Allow sending log messages to Google Chrome",
  1408. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  1409. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  1410. },
  1411. "type": "library",
  1412. "extra": {
  1413. "branch-alias": {
  1414. "dev-master": "2.x-dev"
  1415. }
  1416. },
  1417. "autoload": {
  1418. "psr-4": {
  1419. "Monolog\\": "src/Monolog"
  1420. }
  1421. },
  1422. "notification-url": "https://packagist.org/downloads/",
  1423. "license": [
  1424. "MIT"
  1425. ],
  1426. "authors": [
  1427. {
  1428. "name": "Jordi Boggiano",
  1429. "email": "j.boggiano@seld.be",
  1430. "homepage": "http://seld.be"
  1431. }
  1432. ],
  1433. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  1434. "homepage": "http://github.com/Seldaek/monolog",
  1435. "keywords": [
  1436. "log",
  1437. "logging",
  1438. "psr-3"
  1439. ],
  1440. "funding": [
  1441. {
  1442. "url": "https://github.com/Seldaek",
  1443. "type": "github"
  1444. },
  1445. {
  1446. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  1447. "type": "tidelift"
  1448. }
  1449. ],
  1450. "time": "2020-07-23T08:41:23+00:00"
  1451. },
  1452. {
  1453. "name": "nesbot/carbon",
  1454. "version": "2.41.5",
  1455. "source": {
  1456. "type": "git",
  1457. "url": "https://github.com/briannesbitt/Carbon.git",
  1458. "reference": "c4a9caf97cfc53adfc219043bcecf42bc663acee"
  1459. },
  1460. "dist": {
  1461. "type": "zip",
  1462. "url": "https://api.github.com/repos/briannesbitt/Carbon/zipball/c4a9caf97cfc53adfc219043bcecf42bc663acee",
  1463. "reference": "c4a9caf97cfc53adfc219043bcecf42bc663acee",
  1464. "shasum": ""
  1465. },
  1466. "require": {
  1467. "ext-json": "*",
  1468. "php": "^7.1.8 || ^8.0",
  1469. "symfony/polyfill-mbstring": "^1.0",
  1470. "symfony/translation": "^3.4 || ^4.0 || ^5.0"
  1471. },
  1472. "require-dev": {
  1473. "doctrine/orm": "^2.7",
  1474. "friendsofphp/php-cs-fixer": "^2.14 || ^3.0",
  1475. "kylekatarnls/multi-tester": "^2.0",
  1476. "phpmd/phpmd": "^2.9",
  1477. "phpstan/extension-installer": "^1.0",
  1478. "phpstan/phpstan": "^0.12.35",
  1479. "phpunit/phpunit": "^7.5 || ^8.0",
  1480. "squizlabs/php_codesniffer": "^3.4"
  1481. },
  1482. "bin": [
  1483. "bin/carbon"
  1484. ],
  1485. "type": "library",
  1486. "extra": {
  1487. "branch-alias": {
  1488. "dev-master": "2.x-dev",
  1489. "dev-3.x": "3.x-dev"
  1490. },
  1491. "laravel": {
  1492. "providers": [
  1493. "Carbon\\Laravel\\ServiceProvider"
  1494. ]
  1495. },
  1496. "phpstan": {
  1497. "includes": [
  1498. "extension.neon"
  1499. ]
  1500. }
  1501. },
  1502. "autoload": {
  1503. "psr-4": {
  1504. "Carbon\\": "src/Carbon/"
  1505. }
  1506. },
  1507. "notification-url": "https://packagist.org/downloads/",
  1508. "license": [
  1509. "MIT"
  1510. ],
  1511. "authors": [
  1512. {
  1513. "name": "Brian Nesbitt",
  1514. "email": "brian@nesbot.com",
  1515. "homepage": "http://nesbot.com"
  1516. },
  1517. {
  1518. "name": "kylekatarnls",
  1519. "homepage": "http://github.com/kylekatarnls"
  1520. }
  1521. ],
  1522. "description": "An API extension for DateTime that supports 281 different languages.",
  1523. "homepage": "http://carbon.nesbot.com",
  1524. "keywords": [
  1525. "date",
  1526. "datetime",
  1527. "time"
  1528. ],
  1529. "funding": [
  1530. {
  1531. "url": "https://opencollective.com/Carbon",
  1532. "type": "open_collective"
  1533. },
  1534. {
  1535. "url": "https://tidelift.com/funding/github/packagist/nesbot/carbon",
  1536. "type": "tidelift"
  1537. }
  1538. ],
  1539. "time": "2020-10-23T06:02:30+00:00"
  1540. },
  1541. {
  1542. "name": "nikic/php-parser",
  1543. "version": "v4.10.2",
  1544. "source": {
  1545. "type": "git",
  1546. "url": "https://github.com/nikic/PHP-Parser.git",
  1547. "reference": "658f1be311a230e0907f5dfe0213742aff0596de"
  1548. },
  1549. "dist": {
  1550. "type": "zip",
  1551. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/658f1be311a230e0907f5dfe0213742aff0596de",
  1552. "reference": "658f1be311a230e0907f5dfe0213742aff0596de",
  1553. "shasum": ""
  1554. },
  1555. "require": {
  1556. "ext-tokenizer": "*",
  1557. "php": ">=7.0"
  1558. },
  1559. "require-dev": {
  1560. "ircmaxell/php-yacc": "^0.0.7",
  1561. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  1562. },
  1563. "bin": [
  1564. "bin/php-parse"
  1565. ],
  1566. "type": "library",
  1567. "extra": {
  1568. "branch-alias": {
  1569. "dev-master": "4.9-dev"
  1570. }
  1571. },
  1572. "autoload": {
  1573. "psr-4": {
  1574. "PhpParser\\": "lib/PhpParser"
  1575. }
  1576. },
  1577. "notification-url": "https://packagist.org/downloads/",
  1578. "license": [
  1579. "BSD-3-Clause"
  1580. ],
  1581. "authors": [
  1582. {
  1583. "name": "Nikita Popov"
  1584. }
  1585. ],
  1586. "description": "A PHP parser written in PHP",
  1587. "keywords": [
  1588. "parser",
  1589. "php"
  1590. ],
  1591. "time": "2020-09-26T10:30:38+00:00"
  1592. },
  1593. {
  1594. "name": "opis/closure",
  1595. "version": "3.6.1",
  1596. "source": {
  1597. "type": "git",
  1598. "url": "https://github.com/opis/closure.git",
  1599. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5"
  1600. },
  1601. "dist": {
  1602. "type": "zip",
  1603. "url": "https://api.github.com/repos/opis/closure/zipball/943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  1604. "reference": "943b5d70cc5ae7483f6aff6ff43d7e34592ca0f5",
  1605. "shasum": ""
  1606. },
  1607. "require": {
  1608. "php": "^5.4 || ^7.0 || ^8.0"
  1609. },
  1610. "require-dev": {
  1611. "jeremeamia/superclosure": "^2.0",
  1612. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0 || ^8.0 || ^9.0"
  1613. },
  1614. "type": "library",
  1615. "extra": {
  1616. "branch-alias": {
  1617. "dev-master": "3.6.x-dev"
  1618. }
  1619. },
  1620. "autoload": {
  1621. "psr-4": {
  1622. "Opis\\Closure\\": "src/"
  1623. },
  1624. "files": [
  1625. "functions.php"
  1626. ]
  1627. },
  1628. "notification-url": "https://packagist.org/downloads/",
  1629. "license": [
  1630. "MIT"
  1631. ],
  1632. "authors": [
  1633. {
  1634. "name": "Marius Sarca",
  1635. "email": "marius.sarca@gmail.com"
  1636. },
  1637. {
  1638. "name": "Sorin Sarca",
  1639. "email": "sarca_sorin@hotmail.com"
  1640. }
  1641. ],
  1642. "description": "A library that can be used to serialize closures (anonymous functions) and arbitrary objects.",
  1643. "homepage": "https://opis.io/closure",
  1644. "keywords": [
  1645. "anonymous functions",
  1646. "closure",
  1647. "function",
  1648. "serializable",
  1649. "serialization",
  1650. "serialize"
  1651. ],
  1652. "time": "2020-11-07T02:01:34+00:00"
  1653. },
  1654. {
  1655. "name": "phpoption/phpoption",
  1656. "version": "1.7.5",
  1657. "source": {
  1658. "type": "git",
  1659. "url": "https://github.com/schmittjoh/php-option.git",
  1660. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525"
  1661. },
  1662. "dist": {
  1663. "type": "zip",
  1664. "url": "https://api.github.com/repos/schmittjoh/php-option/zipball/994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1665. "reference": "994ecccd8f3283ecf5ac33254543eb0ac946d525",
  1666. "shasum": ""
  1667. },
  1668. "require": {
  1669. "php": "^5.5.9 || ^7.0 || ^8.0"
  1670. },
  1671. "require-dev": {
  1672. "bamarni/composer-bin-plugin": "^1.4.1",
  1673. "phpunit/phpunit": "^4.8.35 || ^5.7.27 || ^6.5.6 || ^7.0 || ^8.0 || ^9.0"
  1674. },
  1675. "type": "library",
  1676. "extra": {
  1677. "branch-alias": {
  1678. "dev-master": "1.7-dev"
  1679. }
  1680. },
  1681. "autoload": {
  1682. "psr-4": {
  1683. "PhpOption\\": "src/PhpOption/"
  1684. }
  1685. },
  1686. "notification-url": "https://packagist.org/downloads/",
  1687. "license": [
  1688. "Apache-2.0"
  1689. ],
  1690. "authors": [
  1691. {
  1692. "name": "Johannes M. Schmitt",
  1693. "email": "schmittjoh@gmail.com"
  1694. },
  1695. {
  1696. "name": "Graham Campbell",
  1697. "email": "graham@alt-three.com"
  1698. }
  1699. ],
  1700. "description": "Option Type for PHP",
  1701. "keywords": [
  1702. "language",
  1703. "option",
  1704. "php",
  1705. "type"
  1706. ],
  1707. "funding": [
  1708. {
  1709. "url": "https://github.com/GrahamCampbell",
  1710. "type": "github"
  1711. },
  1712. {
  1713. "url": "https://tidelift.com/funding/github/packagist/phpoption/phpoption",
  1714. "type": "tidelift"
  1715. }
  1716. ],
  1717. "time": "2020-07-20T17:29:33+00:00"
  1718. },
  1719. {
  1720. "name": "psr/container",
  1721. "version": "1.0.0",
  1722. "source": {
  1723. "type": "git",
  1724. "url": "https://github.com/php-fig/container.git",
  1725. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f"
  1726. },
  1727. "dist": {
  1728. "type": "zip",
  1729. "url": "https://api.github.com/repos/php-fig/container/zipball/b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1730. "reference": "b7ce3b176482dbbc1245ebf52b181af44c2cf55f",
  1731. "shasum": ""
  1732. },
  1733. "require": {
  1734. "php": ">=5.3.0"
  1735. },
  1736. "type": "library",
  1737. "extra": {
  1738. "branch-alias": {
  1739. "dev-master": "1.0.x-dev"
  1740. }
  1741. },
  1742. "autoload": {
  1743. "psr-4": {
  1744. "Psr\\Container\\": "src/"
  1745. }
  1746. },
  1747. "notification-url": "https://packagist.org/downloads/",
  1748. "license": [
  1749. "MIT"
  1750. ],
  1751. "authors": [
  1752. {
  1753. "name": "PHP-FIG",
  1754. "homepage": "http://www.php-fig.org/"
  1755. }
  1756. ],
  1757. "description": "Common Container Interface (PHP FIG PSR-11)",
  1758. "homepage": "https://github.com/php-fig/container",
  1759. "keywords": [
  1760. "PSR-11",
  1761. "container",
  1762. "container-interface",
  1763. "container-interop",
  1764. "psr"
  1765. ],
  1766. "time": "2017-02-14T16:28:37+00:00"
  1767. },
  1768. {
  1769. "name": "psr/event-dispatcher",
  1770. "version": "1.0.0",
  1771. "source": {
  1772. "type": "git",
  1773. "url": "https://github.com/php-fig/event-dispatcher.git",
  1774. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  1775. },
  1776. "dist": {
  1777. "type": "zip",
  1778. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1779. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  1780. "shasum": ""
  1781. },
  1782. "require": {
  1783. "php": ">=7.2.0"
  1784. },
  1785. "type": "library",
  1786. "extra": {
  1787. "branch-alias": {
  1788. "dev-master": "1.0.x-dev"
  1789. }
  1790. },
  1791. "autoload": {
  1792. "psr-4": {
  1793. "Psr\\EventDispatcher\\": "src/"
  1794. }
  1795. },
  1796. "notification-url": "https://packagist.org/downloads/",
  1797. "license": [
  1798. "MIT"
  1799. ],
  1800. "authors": [
  1801. {
  1802. "name": "PHP-FIG",
  1803. "homepage": "http://www.php-fig.org/"
  1804. }
  1805. ],
  1806. "description": "Standard interfaces for event handling.",
  1807. "keywords": [
  1808. "events",
  1809. "psr",
  1810. "psr-14"
  1811. ],
  1812. "time": "2019-01-08T18:20:26+00:00"
  1813. },
  1814. {
  1815. "name": "psr/http-client",
  1816. "version": "1.0.1",
  1817. "source": {
  1818. "type": "git",
  1819. "url": "https://github.com/php-fig/http-client.git",
  1820. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  1821. },
  1822. "dist": {
  1823. "type": "zip",
  1824. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1825. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  1826. "shasum": ""
  1827. },
  1828. "require": {
  1829. "php": "^7.0 || ^8.0",
  1830. "psr/http-message": "^1.0"
  1831. },
  1832. "type": "library",
  1833. "extra": {
  1834. "branch-alias": {
  1835. "dev-master": "1.0.x-dev"
  1836. }
  1837. },
  1838. "autoload": {
  1839. "psr-4": {
  1840. "Psr\\Http\\Client\\": "src/"
  1841. }
  1842. },
  1843. "notification-url": "https://packagist.org/downloads/",
  1844. "license": [
  1845. "MIT"
  1846. ],
  1847. "authors": [
  1848. {
  1849. "name": "PHP-FIG",
  1850. "homepage": "http://www.php-fig.org/"
  1851. }
  1852. ],
  1853. "description": "Common interface for HTTP clients",
  1854. "homepage": "https://github.com/php-fig/http-client",
  1855. "keywords": [
  1856. "http",
  1857. "http-client",
  1858. "psr",
  1859. "psr-18"
  1860. ],
  1861. "time": "2020-06-29T06:28:15+00:00"
  1862. },
  1863. {
  1864. "name": "psr/http-message",
  1865. "version": "1.0.1",
  1866. "source": {
  1867. "type": "git",
  1868. "url": "https://github.com/php-fig/http-message.git",
  1869. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  1870. },
  1871. "dist": {
  1872. "type": "zip",
  1873. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  1874. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  1875. "shasum": ""
  1876. },
  1877. "require": {
  1878. "php": ">=5.3.0"
  1879. },
  1880. "type": "library",
  1881. "extra": {
  1882. "branch-alias": {
  1883. "dev-master": "1.0.x-dev"
  1884. }
  1885. },
  1886. "autoload": {
  1887. "psr-4": {
  1888. "Psr\\Http\\Message\\": "src/"
  1889. }
  1890. },
  1891. "notification-url": "https://packagist.org/downloads/",
  1892. "license": [
  1893. "MIT"
  1894. ],
  1895. "authors": [
  1896. {
  1897. "name": "PHP-FIG",
  1898. "homepage": "http://www.php-fig.org/"
  1899. }
  1900. ],
  1901. "description": "Common interface for HTTP messages",
  1902. "homepage": "https://github.com/php-fig/http-message",
  1903. "keywords": [
  1904. "http",
  1905. "http-message",
  1906. "psr",
  1907. "psr-7",
  1908. "request",
  1909. "response"
  1910. ],
  1911. "time": "2016-08-06T14:39:51+00:00"
  1912. },
  1913. {
  1914. "name": "psr/log",
  1915. "version": "1.1.3",
  1916. "source": {
  1917. "type": "git",
  1918. "url": "https://github.com/php-fig/log.git",
  1919. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc"
  1920. },
  1921. "dist": {
  1922. "type": "zip",
  1923. "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
  1924. "reference": "0f73288fd15629204f9d42b7055f72dacbe811fc",
  1925. "shasum": ""
  1926. },
  1927. "require": {
  1928. "php": ">=5.3.0"
  1929. },
  1930. "type": "library",
  1931. "extra": {
  1932. "branch-alias": {
  1933. "dev-master": "1.1.x-dev"
  1934. }
  1935. },
  1936. "autoload": {
  1937. "psr-4": {
  1938. "Psr\\Log\\": "Psr/Log/"
  1939. }
  1940. },
  1941. "notification-url": "https://packagist.org/downloads/",
  1942. "license": [
  1943. "MIT"
  1944. ],
  1945. "authors": [
  1946. {
  1947. "name": "PHP-FIG",
  1948. "homepage": "http://www.php-fig.org/"
  1949. }
  1950. ],
  1951. "description": "Common interface for logging libraries",
  1952. "homepage": "https://github.com/php-fig/log",
  1953. "keywords": [
  1954. "log",
  1955. "psr",
  1956. "psr-3"
  1957. ],
  1958. "time": "2020-03-23T09:12:05+00:00"
  1959. },
  1960. {
  1961. "name": "psr/simple-cache",
  1962. "version": "1.0.1",
  1963. "source": {
  1964. "type": "git",
  1965. "url": "https://github.com/php-fig/simple-cache.git",
  1966. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b"
  1967. },
  1968. "dist": {
  1969. "type": "zip",
  1970. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1971. "reference": "408d5eafb83c57f6365a3ca330ff23aa4a5fa39b",
  1972. "shasum": ""
  1973. },
  1974. "require": {
  1975. "php": ">=5.3.0"
  1976. },
  1977. "type": "library",
  1978. "extra": {
  1979. "branch-alias": {
  1980. "dev-master": "1.0.x-dev"
  1981. }
  1982. },
  1983. "autoload": {
  1984. "psr-4": {
  1985. "Psr\\SimpleCache\\": "src/"
  1986. }
  1987. },
  1988. "notification-url": "https://packagist.org/downloads/",
  1989. "license": [
  1990. "MIT"
  1991. ],
  1992. "authors": [
  1993. {
  1994. "name": "PHP-FIG",
  1995. "homepage": "http://www.php-fig.org/"
  1996. }
  1997. ],
  1998. "description": "Common interfaces for simple caching",
  1999. "keywords": [
  2000. "cache",
  2001. "caching",
  2002. "psr",
  2003. "psr-16",
  2004. "simple-cache"
  2005. ],
  2006. "time": "2017-10-23T01:57:42+00:00"
  2007. },
  2008. {
  2009. "name": "psy/psysh",
  2010. "version": "v0.10.4",
  2011. "source": {
  2012. "type": "git",
  2013. "url": "https://github.com/bobthecow/psysh.git",
  2014. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560"
  2015. },
  2016. "dist": {
  2017. "type": "zip",
  2018. "url": "https://api.github.com/repos/bobthecow/psysh/zipball/a8aec1b2981ab66882a01cce36a49b6317dc3560",
  2019. "reference": "a8aec1b2981ab66882a01cce36a49b6317dc3560",
  2020. "shasum": ""
  2021. },
  2022. "require": {
  2023. "dnoegel/php-xdg-base-dir": "0.1.*",
  2024. "ext-json": "*",
  2025. "ext-tokenizer": "*",
  2026. "nikic/php-parser": "~4.0|~3.0|~2.0|~1.3",
  2027. "php": "^8.0 || ^7.0 || ^5.5.9",
  2028. "symfony/console": "~5.0|~4.0|~3.0|^2.4.2|~2.3.10",
  2029. "symfony/var-dumper": "~5.0|~4.0|~3.0|~2.7"
  2030. },
  2031. "require-dev": {
  2032. "bamarni/composer-bin-plugin": "^1.2",
  2033. "hoa/console": "3.17.*"
  2034. },
  2035. "suggest": {
  2036. "ext-pcntl": "Enabling the PCNTL extension makes PsySH a lot happier :)",
  2037. "ext-pdo-sqlite": "The doc command requires SQLite to work.",
  2038. "ext-posix": "If you have PCNTL, you'll want the POSIX extension as well.",
  2039. "ext-readline": "Enables support for arrow-key history navigation, and showing and manipulating command history.",
  2040. "hoa/console": "A pure PHP readline implementation. You'll want this if your PHP install doesn't already support readline or libedit."
  2041. },
  2042. "bin": [
  2043. "bin/psysh"
  2044. ],
  2045. "type": "library",
  2046. "extra": {
  2047. "branch-alias": {
  2048. "dev-master": "0.10.x-dev"
  2049. }
  2050. },
  2051. "autoload": {
  2052. "files": [
  2053. "src/functions.php"
  2054. ],
  2055. "psr-4": {
  2056. "Psy\\": "src/"
  2057. }
  2058. },
  2059. "notification-url": "https://packagist.org/downloads/",
  2060. "license": [
  2061. "MIT"
  2062. ],
  2063. "authors": [
  2064. {
  2065. "name": "Justin Hileman",
  2066. "email": "justin@justinhileman.info",
  2067. "homepage": "http://justinhileman.com"
  2068. }
  2069. ],
  2070. "description": "An interactive shell for modern PHP.",
  2071. "homepage": "http://psysh.org",
  2072. "keywords": [
  2073. "REPL",
  2074. "console",
  2075. "interactive",
  2076. "shell"
  2077. ],
  2078. "time": "2020-05-03T19:32:03+00:00"
  2079. },
  2080. {
  2081. "name": "ralouphie/getallheaders",
  2082. "version": "3.0.3",
  2083. "source": {
  2084. "type": "git",
  2085. "url": "https://github.com/ralouphie/getallheaders.git",
  2086. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  2087. },
  2088. "dist": {
  2089. "type": "zip",
  2090. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  2091. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  2092. "shasum": ""
  2093. },
  2094. "require": {
  2095. "php": ">=5.6"
  2096. },
  2097. "require-dev": {
  2098. "php-coveralls/php-coveralls": "^2.1",
  2099. "phpunit/phpunit": "^5 || ^6.5"
  2100. },
  2101. "type": "library",
  2102. "autoload": {
  2103. "files": [
  2104. "src/getallheaders.php"
  2105. ]
  2106. },
  2107. "notification-url": "https://packagist.org/downloads/",
  2108. "license": [
  2109. "MIT"
  2110. ],
  2111. "authors": [
  2112. {
  2113. "name": "Ralph Khattar",
  2114. "email": "ralph.khattar@gmail.com"
  2115. }
  2116. ],
  2117. "description": "A polyfill for getallheaders.",
  2118. "time": "2019-03-08T08:55:37+00:00"
  2119. },
  2120. {
  2121. "name": "ramsey/collection",
  2122. "version": "1.1.1",
  2123. "source": {
  2124. "type": "git",
  2125. "url": "https://github.com/ramsey/collection.git",
  2126. "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1"
  2127. },
  2128. "dist": {
  2129. "type": "zip",
  2130. "url": "https://api.github.com/repos/ramsey/collection/zipball/24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
  2131. "reference": "24d93aefb2cd786b7edd9f45b554aea20b28b9b1",
  2132. "shasum": ""
  2133. },
  2134. "require": {
  2135. "php": "^7.2 || ^8"
  2136. },
  2137. "require-dev": {
  2138. "captainhook/captainhook": "^5.3",
  2139. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  2140. "ergebnis/composer-normalize": "^2.6",
  2141. "fzaninotto/faker": "^1.5",
  2142. "hamcrest/hamcrest-php": "^2",
  2143. "jangregor/phpstan-prophecy": "^0.6",
  2144. "mockery/mockery": "^1.3",
  2145. "phpstan/extension-installer": "^1",
  2146. "phpstan/phpstan": "^0.12.32",
  2147. "phpstan/phpstan-mockery": "^0.12.5",
  2148. "phpstan/phpstan-phpunit": "^0.12.11",
  2149. "phpunit/phpunit": "^8.5",
  2150. "psy/psysh": "^0.10.4",
  2151. "slevomat/coding-standard": "^6.3",
  2152. "squizlabs/php_codesniffer": "^3.5",
  2153. "vimeo/psalm": "^3.12.2"
  2154. },
  2155. "type": "library",
  2156. "autoload": {
  2157. "psr-4": {
  2158. "Ramsey\\Collection\\": "src/"
  2159. }
  2160. },
  2161. "notification-url": "https://packagist.org/downloads/",
  2162. "license": [
  2163. "MIT"
  2164. ],
  2165. "authors": [
  2166. {
  2167. "name": "Ben Ramsey",
  2168. "email": "ben@benramsey.com",
  2169. "homepage": "https://benramsey.com"
  2170. }
  2171. ],
  2172. "description": "A PHP 7.2+ library for representing and manipulating collections.",
  2173. "keywords": [
  2174. "array",
  2175. "collection",
  2176. "hash",
  2177. "map",
  2178. "queue",
  2179. "set"
  2180. ],
  2181. "funding": [
  2182. {
  2183. "url": "https://github.com/ramsey",
  2184. "type": "github"
  2185. }
  2186. ],
  2187. "time": "2020-09-10T20:58:17+00:00"
  2188. },
  2189. {
  2190. "name": "ramsey/uuid",
  2191. "version": "4.1.1",
  2192. "source": {
  2193. "type": "git",
  2194. "url": "https://github.com/ramsey/uuid.git",
  2195. "reference": "cd4032040a750077205918c86049aa0f43d22947"
  2196. },
  2197. "dist": {
  2198. "type": "zip",
  2199. "url": "https://api.github.com/repos/ramsey/uuid/zipball/cd4032040a750077205918c86049aa0f43d22947",
  2200. "reference": "cd4032040a750077205918c86049aa0f43d22947",
  2201. "shasum": ""
  2202. },
  2203. "require": {
  2204. "brick/math": "^0.8 || ^0.9",
  2205. "ext-json": "*",
  2206. "php": "^7.2 || ^8",
  2207. "ramsey/collection": "^1.0",
  2208. "symfony/polyfill-ctype": "^1.8"
  2209. },
  2210. "replace": {
  2211. "rhumsaa/uuid": "self.version"
  2212. },
  2213. "require-dev": {
  2214. "codeception/aspect-mock": "^3",
  2215. "dealerdirect/phpcodesniffer-composer-installer": "^0.6.2 || ^0.7.0",
  2216. "doctrine/annotations": "^1.8",
  2217. "goaop/framework": "^2",
  2218. "mockery/mockery": "^1.3",
  2219. "moontoast/math": "^1.1",
  2220. "paragonie/random-lib": "^2",
  2221. "php-mock/php-mock-mockery": "^1.3",
  2222. "php-mock/php-mock-phpunit": "^2.5",
  2223. "php-parallel-lint/php-parallel-lint": "^1.1",
  2224. "phpbench/phpbench": "^0.17.1",
  2225. "phpstan/extension-installer": "^1.0",
  2226. "phpstan/phpstan": "^0.12",
  2227. "phpstan/phpstan-mockery": "^0.12",
  2228. "phpstan/phpstan-phpunit": "^0.12",
  2229. "phpunit/phpunit": "^8.5",
  2230. "psy/psysh": "^0.10.0",
  2231. "slevomat/coding-standard": "^6.0",
  2232. "squizlabs/php_codesniffer": "^3.5",
  2233. "vimeo/psalm": "3.9.4"
  2234. },
  2235. "suggest": {
  2236. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  2237. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  2238. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  2239. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  2240. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  2241. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  2242. },
  2243. "type": "library",
  2244. "extra": {
  2245. "branch-alias": {
  2246. "dev-master": "4.x-dev"
  2247. }
  2248. },
  2249. "autoload": {
  2250. "psr-4": {
  2251. "Ramsey\\Uuid\\": "src/"
  2252. },
  2253. "files": [
  2254. "src/functions.php"
  2255. ]
  2256. },
  2257. "notification-url": "https://packagist.org/downloads/",
  2258. "license": [
  2259. "MIT"
  2260. ],
  2261. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  2262. "homepage": "https://github.com/ramsey/uuid",
  2263. "keywords": [
  2264. "guid",
  2265. "identifier",
  2266. "uuid"
  2267. ],
  2268. "funding": [
  2269. {
  2270. "url": "https://github.com/ramsey",
  2271. "type": "github"
  2272. }
  2273. ],
  2274. "time": "2020-08-18T17:17:46+00:00"
  2275. },
  2276. {
  2277. "name": "swiftmailer/swiftmailer",
  2278. "version": "v6.2.3",
  2279. "source": {
  2280. "type": "git",
  2281. "url": "https://github.com/swiftmailer/swiftmailer.git",
  2282. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9"
  2283. },
  2284. "dist": {
  2285. "type": "zip",
  2286. "url": "https://api.github.com/repos/swiftmailer/swiftmailer/zipball/149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2287. "reference": "149cfdf118b169f7840bbe3ef0d4bc795d1780c9",
  2288. "shasum": ""
  2289. },
  2290. "require": {
  2291. "egulias/email-validator": "~2.0",
  2292. "php": ">=7.0.0",
  2293. "symfony/polyfill-iconv": "^1.0",
  2294. "symfony/polyfill-intl-idn": "^1.10",
  2295. "symfony/polyfill-mbstring": "^1.0"
  2296. },
  2297. "require-dev": {
  2298. "mockery/mockery": "~0.9.1",
  2299. "symfony/phpunit-bridge": "^3.4.19|^4.1.8"
  2300. },
  2301. "suggest": {
  2302. "ext-intl": "Needed to support internationalized email addresses",
  2303. "true/punycode": "Needed to support internationalized email addresses, if ext-intl is not installed"
  2304. },
  2305. "type": "library",
  2306. "extra": {
  2307. "branch-alias": {
  2308. "dev-master": "6.2-dev"
  2309. }
  2310. },
  2311. "autoload": {
  2312. "files": [
  2313. "lib/swift_required.php"
  2314. ]
  2315. },
  2316. "notification-url": "https://packagist.org/downloads/",
  2317. "license": [
  2318. "MIT"
  2319. ],
  2320. "authors": [
  2321. {
  2322. "name": "Chris Corbyn"
  2323. },
  2324. {
  2325. "name": "Fabien Potencier",
  2326. "email": "fabien@symfony.com"
  2327. }
  2328. ],
  2329. "description": "Swiftmailer, free feature-rich PHP mailer",
  2330. "homepage": "https://swiftmailer.symfony.com",
  2331. "keywords": [
  2332. "email",
  2333. "mail",
  2334. "mailer"
  2335. ],
  2336. "time": "2019-11-12T09:31:26+00:00"
  2337. },
  2338. {
  2339. "name": "symfony/console",
  2340. "version": "v5.1.8",
  2341. "source": {
  2342. "type": "git",
  2343. "url": "https://github.com/symfony/console.git",
  2344. "reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e"
  2345. },
  2346. "dist": {
  2347. "type": "zip",
  2348. "url": "https://api.github.com/repos/symfony/console/zipball/e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
  2349. "reference": "e0b2c29c0fa6a69089209bbe8fcff4df2a313d0e",
  2350. "shasum": ""
  2351. },
  2352. "require": {
  2353. "php": ">=7.2.5",
  2354. "symfony/polyfill-mbstring": "~1.0",
  2355. "symfony/polyfill-php73": "^1.8",
  2356. "symfony/polyfill-php80": "^1.15",
  2357. "symfony/service-contracts": "^1.1|^2",
  2358. "symfony/string": "^5.1"
  2359. },
  2360. "conflict": {
  2361. "symfony/dependency-injection": "<4.4",
  2362. "symfony/dotenv": "<5.1",
  2363. "symfony/event-dispatcher": "<4.4",
  2364. "symfony/lock": "<4.4",
  2365. "symfony/process": "<4.4"
  2366. },
  2367. "provide": {
  2368. "psr/log-implementation": "1.0"
  2369. },
  2370. "require-dev": {
  2371. "psr/log": "~1.0",
  2372. "symfony/config": "^4.4|^5.0",
  2373. "symfony/dependency-injection": "^4.4|^5.0",
  2374. "symfony/event-dispatcher": "^4.4|^5.0",
  2375. "symfony/lock": "^4.4|^5.0",
  2376. "symfony/process": "^4.4|^5.0",
  2377. "symfony/var-dumper": "^4.4|^5.0"
  2378. },
  2379. "suggest": {
  2380. "psr/log": "For using the console logger",
  2381. "symfony/event-dispatcher": "",
  2382. "symfony/lock": "",
  2383. "symfony/process": ""
  2384. },
  2385. "type": "library",
  2386. "autoload": {
  2387. "psr-4": {
  2388. "Symfony\\Component\\Console\\": ""
  2389. },
  2390. "exclude-from-classmap": [
  2391. "/Tests/"
  2392. ]
  2393. },
  2394. "notification-url": "https://packagist.org/downloads/",
  2395. "license": [
  2396. "MIT"
  2397. ],
  2398. "authors": [
  2399. {
  2400. "name": "Fabien Potencier",
  2401. "email": "fabien@symfony.com"
  2402. },
  2403. {
  2404. "name": "Symfony Community",
  2405. "homepage": "https://symfony.com/contributors"
  2406. }
  2407. ],
  2408. "description": "Symfony Console Component",
  2409. "homepage": "https://symfony.com",
  2410. "funding": [
  2411. {
  2412. "url": "https://symfony.com/sponsor",
  2413. "type": "custom"
  2414. },
  2415. {
  2416. "url": "https://github.com/fabpot",
  2417. "type": "github"
  2418. },
  2419. {
  2420. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2421. "type": "tidelift"
  2422. }
  2423. ],
  2424. "time": "2020-10-24T12:01:57+00:00"
  2425. },
  2426. {
  2427. "name": "symfony/css-selector",
  2428. "version": "v5.1.8",
  2429. "source": {
  2430. "type": "git",
  2431. "url": "https://github.com/symfony/css-selector.git",
  2432. "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0"
  2433. },
  2434. "dist": {
  2435. "type": "zip",
  2436. "url": "https://api.github.com/repos/symfony/css-selector/zipball/6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0",
  2437. "reference": "6cbebda22ffc0d4bb8fea0c1311c2ca54c4c8fa0",
  2438. "shasum": ""
  2439. },
  2440. "require": {
  2441. "php": ">=7.2.5"
  2442. },
  2443. "type": "library",
  2444. "autoload": {
  2445. "psr-4": {
  2446. "Symfony\\Component\\CssSelector\\": ""
  2447. },
  2448. "exclude-from-classmap": [
  2449. "/Tests/"
  2450. ]
  2451. },
  2452. "notification-url": "https://packagist.org/downloads/",
  2453. "license": [
  2454. "MIT"
  2455. ],
  2456. "authors": [
  2457. {
  2458. "name": "Fabien Potencier",
  2459. "email": "fabien@symfony.com"
  2460. },
  2461. {
  2462. "name": "Jean-François Simon",
  2463. "email": "jeanfrancois.simon@sensiolabs.com"
  2464. },
  2465. {
  2466. "name": "Symfony Community",
  2467. "homepage": "https://symfony.com/contributors"
  2468. }
  2469. ],
  2470. "description": "Symfony CssSelector Component",
  2471. "homepage": "https://symfony.com",
  2472. "funding": [
  2473. {
  2474. "url": "https://symfony.com/sponsor",
  2475. "type": "custom"
  2476. },
  2477. {
  2478. "url": "https://github.com/fabpot",
  2479. "type": "github"
  2480. },
  2481. {
  2482. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2483. "type": "tidelift"
  2484. }
  2485. ],
  2486. "time": "2020-10-24T12:01:57+00:00"
  2487. },
  2488. {
  2489. "name": "symfony/deprecation-contracts",
  2490. "version": "v2.2.0",
  2491. "source": {
  2492. "type": "git",
  2493. "url": "https://github.com/symfony/deprecation-contracts.git",
  2494. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665"
  2495. },
  2496. "dist": {
  2497. "type": "zip",
  2498. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2499. "reference": "5fa56b4074d1ae755beb55617ddafe6f5d78f665",
  2500. "shasum": ""
  2501. },
  2502. "require": {
  2503. "php": ">=7.1"
  2504. },
  2505. "type": "library",
  2506. "extra": {
  2507. "branch-alias": {
  2508. "dev-master": "2.2-dev"
  2509. },
  2510. "thanks": {
  2511. "name": "symfony/contracts",
  2512. "url": "https://github.com/symfony/contracts"
  2513. }
  2514. },
  2515. "autoload": {
  2516. "files": [
  2517. "function.php"
  2518. ]
  2519. },
  2520. "notification-url": "https://packagist.org/downloads/",
  2521. "license": [
  2522. "MIT"
  2523. ],
  2524. "authors": [
  2525. {
  2526. "name": "Nicolas Grekas",
  2527. "email": "p@tchwork.com"
  2528. },
  2529. {
  2530. "name": "Symfony Community",
  2531. "homepage": "https://symfony.com/contributors"
  2532. }
  2533. ],
  2534. "description": "A generic function and convention to trigger deprecation notices",
  2535. "homepage": "https://symfony.com",
  2536. "funding": [
  2537. {
  2538. "url": "https://symfony.com/sponsor",
  2539. "type": "custom"
  2540. },
  2541. {
  2542. "url": "https://github.com/fabpot",
  2543. "type": "github"
  2544. },
  2545. {
  2546. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2547. "type": "tidelift"
  2548. }
  2549. ],
  2550. "time": "2020-09-07T11:33:47+00:00"
  2551. },
  2552. {
  2553. "name": "symfony/error-handler",
  2554. "version": "v5.1.8",
  2555. "source": {
  2556. "type": "git",
  2557. "url": "https://github.com/symfony/error-handler.git",
  2558. "reference": "a154f2b12fd1ec708559ba73ed58bd1304e55718"
  2559. },
  2560. "dist": {
  2561. "type": "zip",
  2562. "url": "https://api.github.com/repos/symfony/error-handler/zipball/a154f2b12fd1ec708559ba73ed58bd1304e55718",
  2563. "reference": "a154f2b12fd1ec708559ba73ed58bd1304e55718",
  2564. "shasum": ""
  2565. },
  2566. "require": {
  2567. "php": ">=7.2.5",
  2568. "psr/log": "^1.0",
  2569. "symfony/polyfill-php80": "^1.15",
  2570. "symfony/var-dumper": "^4.4|^5.0"
  2571. },
  2572. "require-dev": {
  2573. "symfony/deprecation-contracts": "^2.1",
  2574. "symfony/http-kernel": "^4.4|^5.0",
  2575. "symfony/serializer": "^4.4|^5.0"
  2576. },
  2577. "type": "library",
  2578. "autoload": {
  2579. "psr-4": {
  2580. "Symfony\\Component\\ErrorHandler\\": ""
  2581. },
  2582. "exclude-from-classmap": [
  2583. "/Tests/"
  2584. ]
  2585. },
  2586. "notification-url": "https://packagist.org/downloads/",
  2587. "license": [
  2588. "MIT"
  2589. ],
  2590. "authors": [
  2591. {
  2592. "name": "Fabien Potencier",
  2593. "email": "fabien@symfony.com"
  2594. },
  2595. {
  2596. "name": "Symfony Community",
  2597. "homepage": "https://symfony.com/contributors"
  2598. }
  2599. ],
  2600. "description": "Symfony ErrorHandler Component",
  2601. "homepage": "https://symfony.com",
  2602. "funding": [
  2603. {
  2604. "url": "https://symfony.com/sponsor",
  2605. "type": "custom"
  2606. },
  2607. {
  2608. "url": "https://github.com/fabpot",
  2609. "type": "github"
  2610. },
  2611. {
  2612. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2613. "type": "tidelift"
  2614. }
  2615. ],
  2616. "time": "2020-10-24T12:01:57+00:00"
  2617. },
  2618. {
  2619. "name": "symfony/event-dispatcher",
  2620. "version": "v5.1.8",
  2621. "source": {
  2622. "type": "git",
  2623. "url": "https://github.com/symfony/event-dispatcher.git",
  2624. "reference": "26f4edae48c913fc183a3da0553fe63bdfbd361a"
  2625. },
  2626. "dist": {
  2627. "type": "zip",
  2628. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/26f4edae48c913fc183a3da0553fe63bdfbd361a",
  2629. "reference": "26f4edae48c913fc183a3da0553fe63bdfbd361a",
  2630. "shasum": ""
  2631. },
  2632. "require": {
  2633. "php": ">=7.2.5",
  2634. "symfony/deprecation-contracts": "^2.1",
  2635. "symfony/event-dispatcher-contracts": "^2",
  2636. "symfony/polyfill-php80": "^1.15"
  2637. },
  2638. "conflict": {
  2639. "symfony/dependency-injection": "<4.4"
  2640. },
  2641. "provide": {
  2642. "psr/event-dispatcher-implementation": "1.0",
  2643. "symfony/event-dispatcher-implementation": "2.0"
  2644. },
  2645. "require-dev": {
  2646. "psr/log": "~1.0",
  2647. "symfony/config": "^4.4|^5.0",
  2648. "symfony/dependency-injection": "^4.4|^5.0",
  2649. "symfony/error-handler": "^4.4|^5.0",
  2650. "symfony/expression-language": "^4.4|^5.0",
  2651. "symfony/http-foundation": "^4.4|^5.0",
  2652. "symfony/service-contracts": "^1.1|^2",
  2653. "symfony/stopwatch": "^4.4|^5.0"
  2654. },
  2655. "suggest": {
  2656. "symfony/dependency-injection": "",
  2657. "symfony/http-kernel": ""
  2658. },
  2659. "type": "library",
  2660. "autoload": {
  2661. "psr-4": {
  2662. "Symfony\\Component\\EventDispatcher\\": ""
  2663. },
  2664. "exclude-from-classmap": [
  2665. "/Tests/"
  2666. ]
  2667. },
  2668. "notification-url": "https://packagist.org/downloads/",
  2669. "license": [
  2670. "MIT"
  2671. ],
  2672. "authors": [
  2673. {
  2674. "name": "Fabien Potencier",
  2675. "email": "fabien@symfony.com"
  2676. },
  2677. {
  2678. "name": "Symfony Community",
  2679. "homepage": "https://symfony.com/contributors"
  2680. }
  2681. ],
  2682. "description": "Symfony EventDispatcher Component",
  2683. "homepage": "https://symfony.com",
  2684. "funding": [
  2685. {
  2686. "url": "https://symfony.com/sponsor",
  2687. "type": "custom"
  2688. },
  2689. {
  2690. "url": "https://github.com/fabpot",
  2691. "type": "github"
  2692. },
  2693. {
  2694. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2695. "type": "tidelift"
  2696. }
  2697. ],
  2698. "time": "2020-10-24T12:01:57+00:00"
  2699. },
  2700. {
  2701. "name": "symfony/event-dispatcher-contracts",
  2702. "version": "v2.2.0",
  2703. "source": {
  2704. "type": "git",
  2705. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  2706. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2"
  2707. },
  2708. "dist": {
  2709. "type": "zip",
  2710. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/0ba7d54483095a198fa51781bc608d17e84dffa2",
  2711. "reference": "0ba7d54483095a198fa51781bc608d17e84dffa2",
  2712. "shasum": ""
  2713. },
  2714. "require": {
  2715. "php": ">=7.2.5",
  2716. "psr/event-dispatcher": "^1"
  2717. },
  2718. "suggest": {
  2719. "symfony/event-dispatcher-implementation": ""
  2720. },
  2721. "type": "library",
  2722. "extra": {
  2723. "branch-alias": {
  2724. "dev-master": "2.2-dev"
  2725. },
  2726. "thanks": {
  2727. "name": "symfony/contracts",
  2728. "url": "https://github.com/symfony/contracts"
  2729. }
  2730. },
  2731. "autoload": {
  2732. "psr-4": {
  2733. "Symfony\\Contracts\\EventDispatcher\\": ""
  2734. }
  2735. },
  2736. "notification-url": "https://packagist.org/downloads/",
  2737. "license": [
  2738. "MIT"
  2739. ],
  2740. "authors": [
  2741. {
  2742. "name": "Nicolas Grekas",
  2743. "email": "p@tchwork.com"
  2744. },
  2745. {
  2746. "name": "Symfony Community",
  2747. "homepage": "https://symfony.com/contributors"
  2748. }
  2749. ],
  2750. "description": "Generic abstractions related to dispatching event",
  2751. "homepage": "https://symfony.com",
  2752. "keywords": [
  2753. "abstractions",
  2754. "contracts",
  2755. "decoupling",
  2756. "interfaces",
  2757. "interoperability",
  2758. "standards"
  2759. ],
  2760. "funding": [
  2761. {
  2762. "url": "https://symfony.com/sponsor",
  2763. "type": "custom"
  2764. },
  2765. {
  2766. "url": "https://github.com/fabpot",
  2767. "type": "github"
  2768. },
  2769. {
  2770. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2771. "type": "tidelift"
  2772. }
  2773. ],
  2774. "time": "2020-09-07T11:33:47+00:00"
  2775. },
  2776. {
  2777. "name": "symfony/finder",
  2778. "version": "v5.1.8",
  2779. "source": {
  2780. "type": "git",
  2781. "url": "https://github.com/symfony/finder.git",
  2782. "reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0"
  2783. },
  2784. "dist": {
  2785. "type": "zip",
  2786. "url": "https://api.github.com/repos/symfony/finder/zipball/e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
  2787. "reference": "e70eb5a69c2ff61ea135a13d2266e8914a67b3a0",
  2788. "shasum": ""
  2789. },
  2790. "require": {
  2791. "php": ">=7.2.5"
  2792. },
  2793. "type": "library",
  2794. "autoload": {
  2795. "psr-4": {
  2796. "Symfony\\Component\\Finder\\": ""
  2797. },
  2798. "exclude-from-classmap": [
  2799. "/Tests/"
  2800. ]
  2801. },
  2802. "notification-url": "https://packagist.org/downloads/",
  2803. "license": [
  2804. "MIT"
  2805. ],
  2806. "authors": [
  2807. {
  2808. "name": "Fabien Potencier",
  2809. "email": "fabien@symfony.com"
  2810. },
  2811. {
  2812. "name": "Symfony Community",
  2813. "homepage": "https://symfony.com/contributors"
  2814. }
  2815. ],
  2816. "description": "Symfony Finder Component",
  2817. "homepage": "https://symfony.com",
  2818. "funding": [
  2819. {
  2820. "url": "https://symfony.com/sponsor",
  2821. "type": "custom"
  2822. },
  2823. {
  2824. "url": "https://github.com/fabpot",
  2825. "type": "github"
  2826. },
  2827. {
  2828. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2829. "type": "tidelift"
  2830. }
  2831. ],
  2832. "time": "2020-10-24T12:01:57+00:00"
  2833. },
  2834. {
  2835. "name": "symfony/http-client-contracts",
  2836. "version": "v2.3.1",
  2837. "source": {
  2838. "type": "git",
  2839. "url": "https://github.com/symfony/http-client-contracts.git",
  2840. "reference": "41db680a15018f9c1d4b23516059633ce280ca33"
  2841. },
  2842. "dist": {
  2843. "type": "zip",
  2844. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/41db680a15018f9c1d4b23516059633ce280ca33",
  2845. "reference": "41db680a15018f9c1d4b23516059633ce280ca33",
  2846. "shasum": ""
  2847. },
  2848. "require": {
  2849. "php": ">=7.2.5"
  2850. },
  2851. "suggest": {
  2852. "symfony/http-client-implementation": ""
  2853. },
  2854. "type": "library",
  2855. "extra": {
  2856. "branch-version": "2.3",
  2857. "branch-alias": {
  2858. "dev-main": "2.3-dev"
  2859. },
  2860. "thanks": {
  2861. "name": "symfony/contracts",
  2862. "url": "https://github.com/symfony/contracts"
  2863. }
  2864. },
  2865. "autoload": {
  2866. "psr-4": {
  2867. "Symfony\\Contracts\\HttpClient\\": ""
  2868. }
  2869. },
  2870. "notification-url": "https://packagist.org/downloads/",
  2871. "license": [
  2872. "MIT"
  2873. ],
  2874. "authors": [
  2875. {
  2876. "name": "Nicolas Grekas",
  2877. "email": "p@tchwork.com"
  2878. },
  2879. {
  2880. "name": "Symfony Community",
  2881. "homepage": "https://symfony.com/contributors"
  2882. }
  2883. ],
  2884. "description": "Generic abstractions related to HTTP clients",
  2885. "homepage": "https://symfony.com",
  2886. "keywords": [
  2887. "abstractions",
  2888. "contracts",
  2889. "decoupling",
  2890. "interfaces",
  2891. "interoperability",
  2892. "standards"
  2893. ],
  2894. "funding": [
  2895. {
  2896. "url": "https://symfony.com/sponsor",
  2897. "type": "custom"
  2898. },
  2899. {
  2900. "url": "https://github.com/fabpot",
  2901. "type": "github"
  2902. },
  2903. {
  2904. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2905. "type": "tidelift"
  2906. }
  2907. ],
  2908. "time": "2020-10-14T17:08:19+00:00"
  2909. },
  2910. {
  2911. "name": "symfony/http-foundation",
  2912. "version": "v5.1.8",
  2913. "source": {
  2914. "type": "git",
  2915. "url": "https://github.com/symfony/http-foundation.git",
  2916. "reference": "a2860ec970404b0233ab1e59e0568d3277d32b6f"
  2917. },
  2918. "dist": {
  2919. "type": "zip",
  2920. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/a2860ec970404b0233ab1e59e0568d3277d32b6f",
  2921. "reference": "a2860ec970404b0233ab1e59e0568d3277d32b6f",
  2922. "shasum": ""
  2923. },
  2924. "require": {
  2925. "php": ">=7.2.5",
  2926. "symfony/deprecation-contracts": "^2.1",
  2927. "symfony/polyfill-mbstring": "~1.1",
  2928. "symfony/polyfill-php80": "^1.15"
  2929. },
  2930. "require-dev": {
  2931. "predis/predis": "~1.0",
  2932. "symfony/cache": "^4.4|^5.0",
  2933. "symfony/expression-language": "^4.4|^5.0",
  2934. "symfony/mime": "^4.4|^5.0"
  2935. },
  2936. "suggest": {
  2937. "symfony/mime": "To use the file extension guesser"
  2938. },
  2939. "type": "library",
  2940. "autoload": {
  2941. "psr-4": {
  2942. "Symfony\\Component\\HttpFoundation\\": ""
  2943. },
  2944. "exclude-from-classmap": [
  2945. "/Tests/"
  2946. ]
  2947. },
  2948. "notification-url": "https://packagist.org/downloads/",
  2949. "license": [
  2950. "MIT"
  2951. ],
  2952. "authors": [
  2953. {
  2954. "name": "Fabien Potencier",
  2955. "email": "fabien@symfony.com"
  2956. },
  2957. {
  2958. "name": "Symfony Community",
  2959. "homepage": "https://symfony.com/contributors"
  2960. }
  2961. ],
  2962. "description": "Symfony HttpFoundation Component",
  2963. "homepage": "https://symfony.com",
  2964. "funding": [
  2965. {
  2966. "url": "https://symfony.com/sponsor",
  2967. "type": "custom"
  2968. },
  2969. {
  2970. "url": "https://github.com/fabpot",
  2971. "type": "github"
  2972. },
  2973. {
  2974. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  2975. "type": "tidelift"
  2976. }
  2977. ],
  2978. "time": "2020-10-24T12:01:57+00:00"
  2979. },
  2980. {
  2981. "name": "symfony/http-kernel",
  2982. "version": "v5.1.8",
  2983. "source": {
  2984. "type": "git",
  2985. "url": "https://github.com/symfony/http-kernel.git",
  2986. "reference": "a13b3c4d994a4fd051f4c6800c5e33c9508091dd"
  2987. },
  2988. "dist": {
  2989. "type": "zip",
  2990. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/a13b3c4d994a4fd051f4c6800c5e33c9508091dd",
  2991. "reference": "a13b3c4d994a4fd051f4c6800c5e33c9508091dd",
  2992. "shasum": ""
  2993. },
  2994. "require": {
  2995. "php": ">=7.2.5",
  2996. "psr/log": "~1.0",
  2997. "symfony/deprecation-contracts": "^2.1",
  2998. "symfony/error-handler": "^4.4|^5.0",
  2999. "symfony/event-dispatcher": "^5.0",
  3000. "symfony/http-client-contracts": "^1.1|^2",
  3001. "symfony/http-foundation": "^4.4|^5.0",
  3002. "symfony/polyfill-ctype": "^1.8",
  3003. "symfony/polyfill-php73": "^1.9",
  3004. "symfony/polyfill-php80": "^1.15"
  3005. },
  3006. "conflict": {
  3007. "symfony/browser-kit": "<4.4",
  3008. "symfony/cache": "<5.0",
  3009. "symfony/config": "<5.0",
  3010. "symfony/console": "<4.4",
  3011. "symfony/dependency-injection": "<4.4",
  3012. "symfony/doctrine-bridge": "<5.0",
  3013. "symfony/form": "<5.0",
  3014. "symfony/http-client": "<5.0",
  3015. "symfony/mailer": "<5.0",
  3016. "symfony/messenger": "<5.0",
  3017. "symfony/translation": "<5.0",
  3018. "symfony/twig-bridge": "<5.0",
  3019. "symfony/validator": "<5.0",
  3020. "twig/twig": "<2.4"
  3021. },
  3022. "provide": {
  3023. "psr/log-implementation": "1.0"
  3024. },
  3025. "require-dev": {
  3026. "psr/cache": "~1.0",
  3027. "symfony/browser-kit": "^4.4|^5.0",
  3028. "symfony/config": "^5.0",
  3029. "symfony/console": "^4.4|^5.0",
  3030. "symfony/css-selector": "^4.4|^5.0",
  3031. "symfony/dependency-injection": "^4.4|^5.0",
  3032. "symfony/dom-crawler": "^4.4|^5.0",
  3033. "symfony/expression-language": "^4.4|^5.0",
  3034. "symfony/finder": "^4.4|^5.0",
  3035. "symfony/process": "^4.4|^5.0",
  3036. "symfony/routing": "^4.4|^5.0",
  3037. "symfony/stopwatch": "^4.4|^5.0",
  3038. "symfony/translation": "^4.4|^5.0",
  3039. "symfony/translation-contracts": "^1.1|^2",
  3040. "twig/twig": "^2.4|^3.0"
  3041. },
  3042. "suggest": {
  3043. "symfony/browser-kit": "",
  3044. "symfony/config": "",
  3045. "symfony/console": "",
  3046. "symfony/dependency-injection": ""
  3047. },
  3048. "type": "library",
  3049. "autoload": {
  3050. "psr-4": {
  3051. "Symfony\\Component\\HttpKernel\\": ""
  3052. },
  3053. "exclude-from-classmap": [
  3054. "/Tests/"
  3055. ]
  3056. },
  3057. "notification-url": "https://packagist.org/downloads/",
  3058. "license": [
  3059. "MIT"
  3060. ],
  3061. "authors": [
  3062. {
  3063. "name": "Fabien Potencier",
  3064. "email": "fabien@symfony.com"
  3065. },
  3066. {
  3067. "name": "Symfony Community",
  3068. "homepage": "https://symfony.com/contributors"
  3069. }
  3070. ],
  3071. "description": "Symfony HttpKernel Component",
  3072. "homepage": "https://symfony.com",
  3073. "funding": [
  3074. {
  3075. "url": "https://symfony.com/sponsor",
  3076. "type": "custom"
  3077. },
  3078. {
  3079. "url": "https://github.com/fabpot",
  3080. "type": "github"
  3081. },
  3082. {
  3083. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3084. "type": "tidelift"
  3085. }
  3086. ],
  3087. "time": "2020-10-28T05:55:23+00:00"
  3088. },
  3089. {
  3090. "name": "symfony/mime",
  3091. "version": "v5.1.8",
  3092. "source": {
  3093. "type": "git",
  3094. "url": "https://github.com/symfony/mime.git",
  3095. "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b"
  3096. },
  3097. "dist": {
  3098. "type": "zip",
  3099. "url": "https://api.github.com/repos/symfony/mime/zipball/f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
  3100. "reference": "f5485a92c24d4bcfc2f3fc648744fb398482ff1b",
  3101. "shasum": ""
  3102. },
  3103. "require": {
  3104. "php": ">=7.2.5",
  3105. "symfony/polyfill-intl-idn": "^1.10",
  3106. "symfony/polyfill-mbstring": "^1.0",
  3107. "symfony/polyfill-php80": "^1.15"
  3108. },
  3109. "conflict": {
  3110. "symfony/mailer": "<4.4"
  3111. },
  3112. "require-dev": {
  3113. "egulias/email-validator": "^2.1.10",
  3114. "symfony/dependency-injection": "^4.4|^5.0"
  3115. },
  3116. "type": "library",
  3117. "autoload": {
  3118. "psr-4": {
  3119. "Symfony\\Component\\Mime\\": ""
  3120. },
  3121. "exclude-from-classmap": [
  3122. "/Tests/"
  3123. ]
  3124. },
  3125. "notification-url": "https://packagist.org/downloads/",
  3126. "license": [
  3127. "MIT"
  3128. ],
  3129. "authors": [
  3130. {
  3131. "name": "Fabien Potencier",
  3132. "email": "fabien@symfony.com"
  3133. },
  3134. {
  3135. "name": "Symfony Community",
  3136. "homepage": "https://symfony.com/contributors"
  3137. }
  3138. ],
  3139. "description": "A library to manipulate MIME messages",
  3140. "homepage": "https://symfony.com",
  3141. "keywords": [
  3142. "mime",
  3143. "mime-type"
  3144. ],
  3145. "funding": [
  3146. {
  3147. "url": "https://symfony.com/sponsor",
  3148. "type": "custom"
  3149. },
  3150. {
  3151. "url": "https://github.com/fabpot",
  3152. "type": "github"
  3153. },
  3154. {
  3155. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3156. "type": "tidelift"
  3157. }
  3158. ],
  3159. "time": "2020-10-24T12:01:57+00:00"
  3160. },
  3161. {
  3162. "name": "symfony/polyfill-ctype",
  3163. "version": "v1.20.0",
  3164. "source": {
  3165. "type": "git",
  3166. "url": "https://github.com/symfony/polyfill-ctype.git",
  3167. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41"
  3168. },
  3169. "dist": {
  3170. "type": "zip",
  3171. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  3172. "reference": "f4ba089a5b6366e453971d3aad5fe8e897b37f41",
  3173. "shasum": ""
  3174. },
  3175. "require": {
  3176. "php": ">=7.1"
  3177. },
  3178. "suggest": {
  3179. "ext-ctype": "For best performance"
  3180. },
  3181. "type": "library",
  3182. "extra": {
  3183. "branch-alias": {
  3184. "dev-main": "1.20-dev"
  3185. },
  3186. "thanks": {
  3187. "name": "symfony/polyfill",
  3188. "url": "https://github.com/symfony/polyfill"
  3189. }
  3190. },
  3191. "autoload": {
  3192. "psr-4": {
  3193. "Symfony\\Polyfill\\Ctype\\": ""
  3194. },
  3195. "files": [
  3196. "bootstrap.php"
  3197. ]
  3198. },
  3199. "notification-url": "https://packagist.org/downloads/",
  3200. "license": [
  3201. "MIT"
  3202. ],
  3203. "authors": [
  3204. {
  3205. "name": "Gert de Pagter",
  3206. "email": "BackEndTea@gmail.com"
  3207. },
  3208. {
  3209. "name": "Symfony Community",
  3210. "homepage": "https://symfony.com/contributors"
  3211. }
  3212. ],
  3213. "description": "Symfony polyfill for ctype functions",
  3214. "homepage": "https://symfony.com",
  3215. "keywords": [
  3216. "compatibility",
  3217. "ctype",
  3218. "polyfill",
  3219. "portable"
  3220. ],
  3221. "funding": [
  3222. {
  3223. "url": "https://symfony.com/sponsor",
  3224. "type": "custom"
  3225. },
  3226. {
  3227. "url": "https://github.com/fabpot",
  3228. "type": "github"
  3229. },
  3230. {
  3231. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3232. "type": "tidelift"
  3233. }
  3234. ],
  3235. "time": "2020-10-23T14:02:19+00:00"
  3236. },
  3237. {
  3238. "name": "symfony/polyfill-iconv",
  3239. "version": "v1.20.0",
  3240. "source": {
  3241. "type": "git",
  3242. "url": "https://github.com/symfony/polyfill-iconv.git",
  3243. "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024"
  3244. },
  3245. "dist": {
  3246. "type": "zip",
  3247. "url": "https://api.github.com/repos/symfony/polyfill-iconv/zipball/c536646fdb4f29104dd26effc2fdcb9a5b085024",
  3248. "reference": "c536646fdb4f29104dd26effc2fdcb9a5b085024",
  3249. "shasum": ""
  3250. },
  3251. "require": {
  3252. "php": ">=7.1"
  3253. },
  3254. "suggest": {
  3255. "ext-iconv": "For best performance"
  3256. },
  3257. "type": "library",
  3258. "extra": {
  3259. "branch-alias": {
  3260. "dev-main": "1.20-dev"
  3261. },
  3262. "thanks": {
  3263. "name": "symfony/polyfill",
  3264. "url": "https://github.com/symfony/polyfill"
  3265. }
  3266. },
  3267. "autoload": {
  3268. "psr-4": {
  3269. "Symfony\\Polyfill\\Iconv\\": ""
  3270. },
  3271. "files": [
  3272. "bootstrap.php"
  3273. ]
  3274. },
  3275. "notification-url": "https://packagist.org/downloads/",
  3276. "license": [
  3277. "MIT"
  3278. ],
  3279. "authors": [
  3280. {
  3281. "name": "Nicolas Grekas",
  3282. "email": "p@tchwork.com"
  3283. },
  3284. {
  3285. "name": "Symfony Community",
  3286. "homepage": "https://symfony.com/contributors"
  3287. }
  3288. ],
  3289. "description": "Symfony polyfill for the Iconv extension",
  3290. "homepage": "https://symfony.com",
  3291. "keywords": [
  3292. "compatibility",
  3293. "iconv",
  3294. "polyfill",
  3295. "portable",
  3296. "shim"
  3297. ],
  3298. "funding": [
  3299. {
  3300. "url": "https://symfony.com/sponsor",
  3301. "type": "custom"
  3302. },
  3303. {
  3304. "url": "https://github.com/fabpot",
  3305. "type": "github"
  3306. },
  3307. {
  3308. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3309. "type": "tidelift"
  3310. }
  3311. ],
  3312. "time": "2020-10-23T14:02:19+00:00"
  3313. },
  3314. {
  3315. "name": "symfony/polyfill-intl-grapheme",
  3316. "version": "v1.20.0",
  3317. "source": {
  3318. "type": "git",
  3319. "url": "https://github.com/symfony/polyfill-intl-grapheme.git",
  3320. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c"
  3321. },
  3322. "dist": {
  3323. "type": "zip",
  3324. "url": "https://api.github.com/repos/symfony/polyfill-intl-grapheme/zipball/c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3325. "reference": "c7cf3f858ec7d70b89559d6e6eb1f7c2517d479c",
  3326. "shasum": ""
  3327. },
  3328. "require": {
  3329. "php": ">=7.1"
  3330. },
  3331. "suggest": {
  3332. "ext-intl": "For best performance"
  3333. },
  3334. "type": "library",
  3335. "extra": {
  3336. "branch-alias": {
  3337. "dev-main": "1.20-dev"
  3338. },
  3339. "thanks": {
  3340. "name": "symfony/polyfill",
  3341. "url": "https://github.com/symfony/polyfill"
  3342. }
  3343. },
  3344. "autoload": {
  3345. "psr-4": {
  3346. "Symfony\\Polyfill\\Intl\\Grapheme\\": ""
  3347. },
  3348. "files": [
  3349. "bootstrap.php"
  3350. ]
  3351. },
  3352. "notification-url": "https://packagist.org/downloads/",
  3353. "license": [
  3354. "MIT"
  3355. ],
  3356. "authors": [
  3357. {
  3358. "name": "Nicolas Grekas",
  3359. "email": "p@tchwork.com"
  3360. },
  3361. {
  3362. "name": "Symfony Community",
  3363. "homepage": "https://symfony.com/contributors"
  3364. }
  3365. ],
  3366. "description": "Symfony polyfill for intl's grapheme_* functions",
  3367. "homepage": "https://symfony.com",
  3368. "keywords": [
  3369. "compatibility",
  3370. "grapheme",
  3371. "intl",
  3372. "polyfill",
  3373. "portable",
  3374. "shim"
  3375. ],
  3376. "funding": [
  3377. {
  3378. "url": "https://symfony.com/sponsor",
  3379. "type": "custom"
  3380. },
  3381. {
  3382. "url": "https://github.com/fabpot",
  3383. "type": "github"
  3384. },
  3385. {
  3386. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3387. "type": "tidelift"
  3388. }
  3389. ],
  3390. "time": "2020-10-23T14:02:19+00:00"
  3391. },
  3392. {
  3393. "name": "symfony/polyfill-intl-idn",
  3394. "version": "v1.20.0",
  3395. "source": {
  3396. "type": "git",
  3397. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  3398. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117"
  3399. },
  3400. "dist": {
  3401. "type": "zip",
  3402. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/3b75acd829741c768bc8b1f84eb33265e7cc5117",
  3403. "reference": "3b75acd829741c768bc8b1f84eb33265e7cc5117",
  3404. "shasum": ""
  3405. },
  3406. "require": {
  3407. "php": ">=7.1",
  3408. "symfony/polyfill-intl-normalizer": "^1.10",
  3409. "symfony/polyfill-php72": "^1.10"
  3410. },
  3411. "suggest": {
  3412. "ext-intl": "For best performance"
  3413. },
  3414. "type": "library",
  3415. "extra": {
  3416. "branch-alias": {
  3417. "dev-main": "1.20-dev"
  3418. },
  3419. "thanks": {
  3420. "name": "symfony/polyfill",
  3421. "url": "https://github.com/symfony/polyfill"
  3422. }
  3423. },
  3424. "autoload": {
  3425. "psr-4": {
  3426. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  3427. },
  3428. "files": [
  3429. "bootstrap.php"
  3430. ]
  3431. },
  3432. "notification-url": "https://packagist.org/downloads/",
  3433. "license": [
  3434. "MIT"
  3435. ],
  3436. "authors": [
  3437. {
  3438. "name": "Laurent Bassin",
  3439. "email": "laurent@bassin.info"
  3440. },
  3441. {
  3442. "name": "Trevor Rowbotham",
  3443. "email": "trevor.rowbotham@pm.me"
  3444. },
  3445. {
  3446. "name": "Symfony Community",
  3447. "homepage": "https://symfony.com/contributors"
  3448. }
  3449. ],
  3450. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  3451. "homepage": "https://symfony.com",
  3452. "keywords": [
  3453. "compatibility",
  3454. "idn",
  3455. "intl",
  3456. "polyfill",
  3457. "portable",
  3458. "shim"
  3459. ],
  3460. "funding": [
  3461. {
  3462. "url": "https://symfony.com/sponsor",
  3463. "type": "custom"
  3464. },
  3465. {
  3466. "url": "https://github.com/fabpot",
  3467. "type": "github"
  3468. },
  3469. {
  3470. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3471. "type": "tidelift"
  3472. }
  3473. ],
  3474. "time": "2020-10-23T14:02:19+00:00"
  3475. },
  3476. {
  3477. "name": "symfony/polyfill-intl-normalizer",
  3478. "version": "v1.20.0",
  3479. "source": {
  3480. "type": "git",
  3481. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  3482. "reference": "727d1096295d807c309fb01a851577302394c897"
  3483. },
  3484. "dist": {
  3485. "type": "zip",
  3486. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/727d1096295d807c309fb01a851577302394c897",
  3487. "reference": "727d1096295d807c309fb01a851577302394c897",
  3488. "shasum": ""
  3489. },
  3490. "require": {
  3491. "php": ">=7.1"
  3492. },
  3493. "suggest": {
  3494. "ext-intl": "For best performance"
  3495. },
  3496. "type": "library",
  3497. "extra": {
  3498. "branch-alias": {
  3499. "dev-main": "1.20-dev"
  3500. },
  3501. "thanks": {
  3502. "name": "symfony/polyfill",
  3503. "url": "https://github.com/symfony/polyfill"
  3504. }
  3505. },
  3506. "autoload": {
  3507. "psr-4": {
  3508. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  3509. },
  3510. "files": [
  3511. "bootstrap.php"
  3512. ],
  3513. "classmap": [
  3514. "Resources/stubs"
  3515. ]
  3516. },
  3517. "notification-url": "https://packagist.org/downloads/",
  3518. "license": [
  3519. "MIT"
  3520. ],
  3521. "authors": [
  3522. {
  3523. "name": "Nicolas Grekas",
  3524. "email": "p@tchwork.com"
  3525. },
  3526. {
  3527. "name": "Symfony Community",
  3528. "homepage": "https://symfony.com/contributors"
  3529. }
  3530. ],
  3531. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  3532. "homepage": "https://symfony.com",
  3533. "keywords": [
  3534. "compatibility",
  3535. "intl",
  3536. "normalizer",
  3537. "polyfill",
  3538. "portable",
  3539. "shim"
  3540. ],
  3541. "funding": [
  3542. {
  3543. "url": "https://symfony.com/sponsor",
  3544. "type": "custom"
  3545. },
  3546. {
  3547. "url": "https://github.com/fabpot",
  3548. "type": "github"
  3549. },
  3550. {
  3551. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3552. "type": "tidelift"
  3553. }
  3554. ],
  3555. "time": "2020-10-23T14:02:19+00:00"
  3556. },
  3557. {
  3558. "name": "symfony/polyfill-mbstring",
  3559. "version": "v1.20.0",
  3560. "source": {
  3561. "type": "git",
  3562. "url": "https://github.com/symfony/polyfill-mbstring.git",
  3563. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531"
  3564. },
  3565. "dist": {
  3566. "type": "zip",
  3567. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/39d483bdf39be819deabf04ec872eb0b2410b531",
  3568. "reference": "39d483bdf39be819deabf04ec872eb0b2410b531",
  3569. "shasum": ""
  3570. },
  3571. "require": {
  3572. "php": ">=7.1"
  3573. },
  3574. "suggest": {
  3575. "ext-mbstring": "For best performance"
  3576. },
  3577. "type": "library",
  3578. "extra": {
  3579. "branch-alias": {
  3580. "dev-main": "1.20-dev"
  3581. },
  3582. "thanks": {
  3583. "name": "symfony/polyfill",
  3584. "url": "https://github.com/symfony/polyfill"
  3585. }
  3586. },
  3587. "autoload": {
  3588. "psr-4": {
  3589. "Symfony\\Polyfill\\Mbstring\\": ""
  3590. },
  3591. "files": [
  3592. "bootstrap.php"
  3593. ]
  3594. },
  3595. "notification-url": "https://packagist.org/downloads/",
  3596. "license": [
  3597. "MIT"
  3598. ],
  3599. "authors": [
  3600. {
  3601. "name": "Nicolas Grekas",
  3602. "email": "p@tchwork.com"
  3603. },
  3604. {
  3605. "name": "Symfony Community",
  3606. "homepage": "https://symfony.com/contributors"
  3607. }
  3608. ],
  3609. "description": "Symfony polyfill for the Mbstring extension",
  3610. "homepage": "https://symfony.com",
  3611. "keywords": [
  3612. "compatibility",
  3613. "mbstring",
  3614. "polyfill",
  3615. "portable",
  3616. "shim"
  3617. ],
  3618. "funding": [
  3619. {
  3620. "url": "https://symfony.com/sponsor",
  3621. "type": "custom"
  3622. },
  3623. {
  3624. "url": "https://github.com/fabpot",
  3625. "type": "github"
  3626. },
  3627. {
  3628. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3629. "type": "tidelift"
  3630. }
  3631. ],
  3632. "time": "2020-10-23T14:02:19+00:00"
  3633. },
  3634. {
  3635. "name": "symfony/polyfill-php72",
  3636. "version": "v1.20.0",
  3637. "source": {
  3638. "type": "git",
  3639. "url": "https://github.com/symfony/polyfill-php72.git",
  3640. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930"
  3641. },
  3642. "dist": {
  3643. "type": "zip",
  3644. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/cede45fcdfabdd6043b3592e83678e42ec69e930",
  3645. "reference": "cede45fcdfabdd6043b3592e83678e42ec69e930",
  3646. "shasum": ""
  3647. },
  3648. "require": {
  3649. "php": ">=7.1"
  3650. },
  3651. "type": "library",
  3652. "extra": {
  3653. "branch-alias": {
  3654. "dev-main": "1.20-dev"
  3655. },
  3656. "thanks": {
  3657. "name": "symfony/polyfill",
  3658. "url": "https://github.com/symfony/polyfill"
  3659. }
  3660. },
  3661. "autoload": {
  3662. "psr-4": {
  3663. "Symfony\\Polyfill\\Php72\\": ""
  3664. },
  3665. "files": [
  3666. "bootstrap.php"
  3667. ]
  3668. },
  3669. "notification-url": "https://packagist.org/downloads/",
  3670. "license": [
  3671. "MIT"
  3672. ],
  3673. "authors": [
  3674. {
  3675. "name": "Nicolas Grekas",
  3676. "email": "p@tchwork.com"
  3677. },
  3678. {
  3679. "name": "Symfony Community",
  3680. "homepage": "https://symfony.com/contributors"
  3681. }
  3682. ],
  3683. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  3684. "homepage": "https://symfony.com",
  3685. "keywords": [
  3686. "compatibility",
  3687. "polyfill",
  3688. "portable",
  3689. "shim"
  3690. ],
  3691. "funding": [
  3692. {
  3693. "url": "https://symfony.com/sponsor",
  3694. "type": "custom"
  3695. },
  3696. {
  3697. "url": "https://github.com/fabpot",
  3698. "type": "github"
  3699. },
  3700. {
  3701. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3702. "type": "tidelift"
  3703. }
  3704. ],
  3705. "time": "2020-10-23T14:02:19+00:00"
  3706. },
  3707. {
  3708. "name": "symfony/polyfill-php73",
  3709. "version": "v1.20.0",
  3710. "source": {
  3711. "type": "git",
  3712. "url": "https://github.com/symfony/polyfill-php73.git",
  3713. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed"
  3714. },
  3715. "dist": {
  3716. "type": "zip",
  3717. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/8ff431c517be11c78c48a39a66d37431e26a6bed",
  3718. "reference": "8ff431c517be11c78c48a39a66d37431e26a6bed",
  3719. "shasum": ""
  3720. },
  3721. "require": {
  3722. "php": ">=7.1"
  3723. },
  3724. "type": "library",
  3725. "extra": {
  3726. "branch-alias": {
  3727. "dev-main": "1.20-dev"
  3728. },
  3729. "thanks": {
  3730. "name": "symfony/polyfill",
  3731. "url": "https://github.com/symfony/polyfill"
  3732. }
  3733. },
  3734. "autoload": {
  3735. "psr-4": {
  3736. "Symfony\\Polyfill\\Php73\\": ""
  3737. },
  3738. "files": [
  3739. "bootstrap.php"
  3740. ],
  3741. "classmap": [
  3742. "Resources/stubs"
  3743. ]
  3744. },
  3745. "notification-url": "https://packagist.org/downloads/",
  3746. "license": [
  3747. "MIT"
  3748. ],
  3749. "authors": [
  3750. {
  3751. "name": "Nicolas Grekas",
  3752. "email": "p@tchwork.com"
  3753. },
  3754. {
  3755. "name": "Symfony Community",
  3756. "homepage": "https://symfony.com/contributors"
  3757. }
  3758. ],
  3759. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  3760. "homepage": "https://symfony.com",
  3761. "keywords": [
  3762. "compatibility",
  3763. "polyfill",
  3764. "portable",
  3765. "shim"
  3766. ],
  3767. "funding": [
  3768. {
  3769. "url": "https://symfony.com/sponsor",
  3770. "type": "custom"
  3771. },
  3772. {
  3773. "url": "https://github.com/fabpot",
  3774. "type": "github"
  3775. },
  3776. {
  3777. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3778. "type": "tidelift"
  3779. }
  3780. ],
  3781. "time": "2020-10-23T14:02:19+00:00"
  3782. },
  3783. {
  3784. "name": "symfony/polyfill-php80",
  3785. "version": "v1.20.0",
  3786. "source": {
  3787. "type": "git",
  3788. "url": "https://github.com/symfony/polyfill-php80.git",
  3789. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de"
  3790. },
  3791. "dist": {
  3792. "type": "zip",
  3793. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  3794. "reference": "e70aa8b064c5b72d3df2abd5ab1e90464ad009de",
  3795. "shasum": ""
  3796. },
  3797. "require": {
  3798. "php": ">=7.1"
  3799. },
  3800. "type": "library",
  3801. "extra": {
  3802. "branch-alias": {
  3803. "dev-main": "1.20-dev"
  3804. },
  3805. "thanks": {
  3806. "name": "symfony/polyfill",
  3807. "url": "https://github.com/symfony/polyfill"
  3808. }
  3809. },
  3810. "autoload": {
  3811. "psr-4": {
  3812. "Symfony\\Polyfill\\Php80\\": ""
  3813. },
  3814. "files": [
  3815. "bootstrap.php"
  3816. ],
  3817. "classmap": [
  3818. "Resources/stubs"
  3819. ]
  3820. },
  3821. "notification-url": "https://packagist.org/downloads/",
  3822. "license": [
  3823. "MIT"
  3824. ],
  3825. "authors": [
  3826. {
  3827. "name": "Ion Bazan",
  3828. "email": "ion.bazan@gmail.com"
  3829. },
  3830. {
  3831. "name": "Nicolas Grekas",
  3832. "email": "p@tchwork.com"
  3833. },
  3834. {
  3835. "name": "Symfony Community",
  3836. "homepage": "https://symfony.com/contributors"
  3837. }
  3838. ],
  3839. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  3840. "homepage": "https://symfony.com",
  3841. "keywords": [
  3842. "compatibility",
  3843. "polyfill",
  3844. "portable",
  3845. "shim"
  3846. ],
  3847. "funding": [
  3848. {
  3849. "url": "https://symfony.com/sponsor",
  3850. "type": "custom"
  3851. },
  3852. {
  3853. "url": "https://github.com/fabpot",
  3854. "type": "github"
  3855. },
  3856. {
  3857. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3858. "type": "tidelift"
  3859. }
  3860. ],
  3861. "time": "2020-10-23T14:02:19+00:00"
  3862. },
  3863. {
  3864. "name": "symfony/process",
  3865. "version": "v5.1.8",
  3866. "source": {
  3867. "type": "git",
  3868. "url": "https://github.com/symfony/process.git",
  3869. "reference": "f00872c3f6804150d6a0f73b4151daab96248101"
  3870. },
  3871. "dist": {
  3872. "type": "zip",
  3873. "url": "https://api.github.com/repos/symfony/process/zipball/f00872c3f6804150d6a0f73b4151daab96248101",
  3874. "reference": "f00872c3f6804150d6a0f73b4151daab96248101",
  3875. "shasum": ""
  3876. },
  3877. "require": {
  3878. "php": ">=7.2.5",
  3879. "symfony/polyfill-php80": "^1.15"
  3880. },
  3881. "type": "library",
  3882. "autoload": {
  3883. "psr-4": {
  3884. "Symfony\\Component\\Process\\": ""
  3885. },
  3886. "exclude-from-classmap": [
  3887. "/Tests/"
  3888. ]
  3889. },
  3890. "notification-url": "https://packagist.org/downloads/",
  3891. "license": [
  3892. "MIT"
  3893. ],
  3894. "authors": [
  3895. {
  3896. "name": "Fabien Potencier",
  3897. "email": "fabien@symfony.com"
  3898. },
  3899. {
  3900. "name": "Symfony Community",
  3901. "homepage": "https://symfony.com/contributors"
  3902. }
  3903. ],
  3904. "description": "Symfony Process Component",
  3905. "homepage": "https://symfony.com",
  3906. "funding": [
  3907. {
  3908. "url": "https://symfony.com/sponsor",
  3909. "type": "custom"
  3910. },
  3911. {
  3912. "url": "https://github.com/fabpot",
  3913. "type": "github"
  3914. },
  3915. {
  3916. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  3917. "type": "tidelift"
  3918. }
  3919. ],
  3920. "time": "2020-10-24T12:01:57+00:00"
  3921. },
  3922. {
  3923. "name": "symfony/routing",
  3924. "version": "v5.1.8",
  3925. "source": {
  3926. "type": "git",
  3927. "url": "https://github.com/symfony/routing.git",
  3928. "reference": "d6ceee2a37b61b41079005207bf37746d1bfe71f"
  3929. },
  3930. "dist": {
  3931. "type": "zip",
  3932. "url": "https://api.github.com/repos/symfony/routing/zipball/d6ceee2a37b61b41079005207bf37746d1bfe71f",
  3933. "reference": "d6ceee2a37b61b41079005207bf37746d1bfe71f",
  3934. "shasum": ""
  3935. },
  3936. "require": {
  3937. "php": ">=7.2.5",
  3938. "symfony/deprecation-contracts": "^2.1",
  3939. "symfony/polyfill-php80": "^1.15"
  3940. },
  3941. "conflict": {
  3942. "symfony/config": "<5.0",
  3943. "symfony/dependency-injection": "<4.4",
  3944. "symfony/yaml": "<4.4"
  3945. },
  3946. "require-dev": {
  3947. "doctrine/annotations": "~1.2",
  3948. "psr/log": "~1.0",
  3949. "symfony/config": "^5.0",
  3950. "symfony/dependency-injection": "^4.4|^5.0",
  3951. "symfony/expression-language": "^4.4|^5.0",
  3952. "symfony/http-foundation": "^4.4|^5.0",
  3953. "symfony/yaml": "^4.4|^5.0"
  3954. },
  3955. "suggest": {
  3956. "doctrine/annotations": "For using the annotation loader",
  3957. "symfony/config": "For using the all-in-one router or any loader",
  3958. "symfony/expression-language": "For using expression matching",
  3959. "symfony/http-foundation": "For using a Symfony Request object",
  3960. "symfony/yaml": "For using the YAML loader"
  3961. },
  3962. "type": "library",
  3963. "autoload": {
  3964. "psr-4": {
  3965. "Symfony\\Component\\Routing\\": ""
  3966. },
  3967. "exclude-from-classmap": [
  3968. "/Tests/"
  3969. ]
  3970. },
  3971. "notification-url": "https://packagist.org/downloads/",
  3972. "license": [
  3973. "MIT"
  3974. ],
  3975. "authors": [
  3976. {
  3977. "name": "Fabien Potencier",
  3978. "email": "fabien@symfony.com"
  3979. },
  3980. {
  3981. "name": "Symfony Community",
  3982. "homepage": "https://symfony.com/contributors"
  3983. }
  3984. ],
  3985. "description": "Symfony Routing Component",
  3986. "homepage": "https://symfony.com",
  3987. "keywords": [
  3988. "router",
  3989. "routing",
  3990. "uri",
  3991. "url"
  3992. ],
  3993. "funding": [
  3994. {
  3995. "url": "https://symfony.com/sponsor",
  3996. "type": "custom"
  3997. },
  3998. {
  3999. "url": "https://github.com/fabpot",
  4000. "type": "github"
  4001. },
  4002. {
  4003. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4004. "type": "tidelift"
  4005. }
  4006. ],
  4007. "time": "2020-10-24T12:01:57+00:00"
  4008. },
  4009. {
  4010. "name": "symfony/service-contracts",
  4011. "version": "v2.2.0",
  4012. "source": {
  4013. "type": "git",
  4014. "url": "https://github.com/symfony/service-contracts.git",
  4015. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1"
  4016. },
  4017. "dist": {
  4018. "type": "zip",
  4019. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  4020. "reference": "d15da7ba4957ffb8f1747218be9e1a121fd298a1",
  4021. "shasum": ""
  4022. },
  4023. "require": {
  4024. "php": ">=7.2.5",
  4025. "psr/container": "^1.0"
  4026. },
  4027. "suggest": {
  4028. "symfony/service-implementation": ""
  4029. },
  4030. "type": "library",
  4031. "extra": {
  4032. "branch-alias": {
  4033. "dev-master": "2.2-dev"
  4034. },
  4035. "thanks": {
  4036. "name": "symfony/contracts",
  4037. "url": "https://github.com/symfony/contracts"
  4038. }
  4039. },
  4040. "autoload": {
  4041. "psr-4": {
  4042. "Symfony\\Contracts\\Service\\": ""
  4043. }
  4044. },
  4045. "notification-url": "https://packagist.org/downloads/",
  4046. "license": [
  4047. "MIT"
  4048. ],
  4049. "authors": [
  4050. {
  4051. "name": "Nicolas Grekas",
  4052. "email": "p@tchwork.com"
  4053. },
  4054. {
  4055. "name": "Symfony Community",
  4056. "homepage": "https://symfony.com/contributors"
  4057. }
  4058. ],
  4059. "description": "Generic abstractions related to writing services",
  4060. "homepage": "https://symfony.com",
  4061. "keywords": [
  4062. "abstractions",
  4063. "contracts",
  4064. "decoupling",
  4065. "interfaces",
  4066. "interoperability",
  4067. "standards"
  4068. ],
  4069. "funding": [
  4070. {
  4071. "url": "https://symfony.com/sponsor",
  4072. "type": "custom"
  4073. },
  4074. {
  4075. "url": "https://github.com/fabpot",
  4076. "type": "github"
  4077. },
  4078. {
  4079. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4080. "type": "tidelift"
  4081. }
  4082. ],
  4083. "time": "2020-09-07T11:33:47+00:00"
  4084. },
  4085. {
  4086. "name": "symfony/string",
  4087. "version": "v5.1.8",
  4088. "source": {
  4089. "type": "git",
  4090. "url": "https://github.com/symfony/string.git",
  4091. "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea"
  4092. },
  4093. "dist": {
  4094. "type": "zip",
  4095. "url": "https://api.github.com/repos/symfony/string/zipball/a97573e960303db71be0dd8fda9be3bca5e0feea",
  4096. "reference": "a97573e960303db71be0dd8fda9be3bca5e0feea",
  4097. "shasum": ""
  4098. },
  4099. "require": {
  4100. "php": ">=7.2.5",
  4101. "symfony/polyfill-ctype": "~1.8",
  4102. "symfony/polyfill-intl-grapheme": "~1.0",
  4103. "symfony/polyfill-intl-normalizer": "~1.0",
  4104. "symfony/polyfill-mbstring": "~1.0",
  4105. "symfony/polyfill-php80": "~1.15"
  4106. },
  4107. "require-dev": {
  4108. "symfony/error-handler": "^4.4|^5.0",
  4109. "symfony/http-client": "^4.4|^5.0",
  4110. "symfony/translation-contracts": "^1.1|^2",
  4111. "symfony/var-exporter": "^4.4|^5.0"
  4112. },
  4113. "type": "library",
  4114. "autoload": {
  4115. "psr-4": {
  4116. "Symfony\\Component\\String\\": ""
  4117. },
  4118. "files": [
  4119. "Resources/functions.php"
  4120. ],
  4121. "exclude-from-classmap": [
  4122. "/Tests/"
  4123. ]
  4124. },
  4125. "notification-url": "https://packagist.org/downloads/",
  4126. "license": [
  4127. "MIT"
  4128. ],
  4129. "authors": [
  4130. {
  4131. "name": "Nicolas Grekas",
  4132. "email": "p@tchwork.com"
  4133. },
  4134. {
  4135. "name": "Symfony Community",
  4136. "homepage": "https://symfony.com/contributors"
  4137. }
  4138. ],
  4139. "description": "Symfony String component",
  4140. "homepage": "https://symfony.com",
  4141. "keywords": [
  4142. "grapheme",
  4143. "i18n",
  4144. "string",
  4145. "unicode",
  4146. "utf-8",
  4147. "utf8"
  4148. ],
  4149. "funding": [
  4150. {
  4151. "url": "https://symfony.com/sponsor",
  4152. "type": "custom"
  4153. },
  4154. {
  4155. "url": "https://github.com/fabpot",
  4156. "type": "github"
  4157. },
  4158. {
  4159. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4160. "type": "tidelift"
  4161. }
  4162. ],
  4163. "time": "2020-10-24T12:01:57+00:00"
  4164. },
  4165. {
  4166. "name": "symfony/translation",
  4167. "version": "v5.1.8",
  4168. "source": {
  4169. "type": "git",
  4170. "url": "https://github.com/symfony/translation.git",
  4171. "reference": "27980838fd261e04379fa91e94e81e662fe5a1b6"
  4172. },
  4173. "dist": {
  4174. "type": "zip",
  4175. "url": "https://api.github.com/repos/symfony/translation/zipball/27980838fd261e04379fa91e94e81e662fe5a1b6",
  4176. "reference": "27980838fd261e04379fa91e94e81e662fe5a1b6",
  4177. "shasum": ""
  4178. },
  4179. "require": {
  4180. "php": ">=7.2.5",
  4181. "symfony/polyfill-mbstring": "~1.0",
  4182. "symfony/polyfill-php80": "^1.15",
  4183. "symfony/translation-contracts": "^2"
  4184. },
  4185. "conflict": {
  4186. "symfony/config": "<4.4",
  4187. "symfony/dependency-injection": "<5.0",
  4188. "symfony/http-kernel": "<5.0",
  4189. "symfony/twig-bundle": "<5.0",
  4190. "symfony/yaml": "<4.4"
  4191. },
  4192. "provide": {
  4193. "symfony/translation-implementation": "2.0"
  4194. },
  4195. "require-dev": {
  4196. "psr/log": "~1.0",
  4197. "symfony/config": "^4.4|^5.0",
  4198. "symfony/console": "^4.4|^5.0",
  4199. "symfony/dependency-injection": "^5.0",
  4200. "symfony/finder": "^4.4|^5.0",
  4201. "symfony/http-kernel": "^5.0",
  4202. "symfony/intl": "^4.4|^5.0",
  4203. "symfony/service-contracts": "^1.1.2|^2",
  4204. "symfony/yaml": "^4.4|^5.0"
  4205. },
  4206. "suggest": {
  4207. "psr/log-implementation": "To use logging capability in translator",
  4208. "symfony/config": "",
  4209. "symfony/yaml": ""
  4210. },
  4211. "type": "library",
  4212. "autoload": {
  4213. "psr-4": {
  4214. "Symfony\\Component\\Translation\\": ""
  4215. },
  4216. "exclude-from-classmap": [
  4217. "/Tests/"
  4218. ]
  4219. },
  4220. "notification-url": "https://packagist.org/downloads/",
  4221. "license": [
  4222. "MIT"
  4223. ],
  4224. "authors": [
  4225. {
  4226. "name": "Fabien Potencier",
  4227. "email": "fabien@symfony.com"
  4228. },
  4229. {
  4230. "name": "Symfony Community",
  4231. "homepage": "https://symfony.com/contributors"
  4232. }
  4233. ],
  4234. "description": "Symfony Translation Component",
  4235. "homepage": "https://symfony.com",
  4236. "funding": [
  4237. {
  4238. "url": "https://symfony.com/sponsor",
  4239. "type": "custom"
  4240. },
  4241. {
  4242. "url": "https://github.com/fabpot",
  4243. "type": "github"
  4244. },
  4245. {
  4246. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4247. "type": "tidelift"
  4248. }
  4249. ],
  4250. "time": "2020-10-24T12:01:57+00:00"
  4251. },
  4252. {
  4253. "name": "symfony/translation-contracts",
  4254. "version": "v2.3.0",
  4255. "source": {
  4256. "type": "git",
  4257. "url": "https://github.com/symfony/translation-contracts.git",
  4258. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105"
  4259. },
  4260. "dist": {
  4261. "type": "zip",
  4262. "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  4263. "reference": "e2eaa60b558f26a4b0354e1bbb25636efaaad105",
  4264. "shasum": ""
  4265. },
  4266. "require": {
  4267. "php": ">=7.2.5"
  4268. },
  4269. "suggest": {
  4270. "symfony/translation-implementation": ""
  4271. },
  4272. "type": "library",
  4273. "extra": {
  4274. "branch-alias": {
  4275. "dev-master": "2.3-dev"
  4276. },
  4277. "thanks": {
  4278. "name": "symfony/contracts",
  4279. "url": "https://github.com/symfony/contracts"
  4280. }
  4281. },
  4282. "autoload": {
  4283. "psr-4": {
  4284. "Symfony\\Contracts\\Translation\\": ""
  4285. }
  4286. },
  4287. "notification-url": "https://packagist.org/downloads/",
  4288. "license": [
  4289. "MIT"
  4290. ],
  4291. "authors": [
  4292. {
  4293. "name": "Nicolas Grekas",
  4294. "email": "p@tchwork.com"
  4295. },
  4296. {
  4297. "name": "Symfony Community",
  4298. "homepage": "https://symfony.com/contributors"
  4299. }
  4300. ],
  4301. "description": "Generic abstractions related to translation",
  4302. "homepage": "https://symfony.com",
  4303. "keywords": [
  4304. "abstractions",
  4305. "contracts",
  4306. "decoupling",
  4307. "interfaces",
  4308. "interoperability",
  4309. "standards"
  4310. ],
  4311. "funding": [
  4312. {
  4313. "url": "https://symfony.com/sponsor",
  4314. "type": "custom"
  4315. },
  4316. {
  4317. "url": "https://github.com/fabpot",
  4318. "type": "github"
  4319. },
  4320. {
  4321. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4322. "type": "tidelift"
  4323. }
  4324. ],
  4325. "time": "2020-09-28T13:05:58+00:00"
  4326. },
  4327. {
  4328. "name": "symfony/var-dumper",
  4329. "version": "v5.1.8",
  4330. "source": {
  4331. "type": "git",
  4332. "url": "https://github.com/symfony/var-dumper.git",
  4333. "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a"
  4334. },
  4335. "dist": {
  4336. "type": "zip",
  4337. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
  4338. "reference": "4e13f3fcefb1fcaaa5efb5403581406f4e840b9a",
  4339. "shasum": ""
  4340. },
  4341. "require": {
  4342. "php": ">=7.2.5",
  4343. "symfony/polyfill-mbstring": "~1.0",
  4344. "symfony/polyfill-php80": "^1.15"
  4345. },
  4346. "conflict": {
  4347. "phpunit/phpunit": "<5.4.3",
  4348. "symfony/console": "<4.4"
  4349. },
  4350. "require-dev": {
  4351. "ext-iconv": "*",
  4352. "symfony/console": "^4.4|^5.0",
  4353. "symfony/process": "^4.4|^5.0",
  4354. "twig/twig": "^2.4|^3.0"
  4355. },
  4356. "suggest": {
  4357. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  4358. "ext-intl": "To show region name in time zone dump",
  4359. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  4360. },
  4361. "bin": [
  4362. "Resources/bin/var-dump-server"
  4363. ],
  4364. "type": "library",
  4365. "autoload": {
  4366. "files": [
  4367. "Resources/functions/dump.php"
  4368. ],
  4369. "psr-4": {
  4370. "Symfony\\Component\\VarDumper\\": ""
  4371. },
  4372. "exclude-from-classmap": [
  4373. "/Tests/"
  4374. ]
  4375. },
  4376. "notification-url": "https://packagist.org/downloads/",
  4377. "license": [
  4378. "MIT"
  4379. ],
  4380. "authors": [
  4381. {
  4382. "name": "Nicolas Grekas",
  4383. "email": "p@tchwork.com"
  4384. },
  4385. {
  4386. "name": "Symfony Community",
  4387. "homepage": "https://symfony.com/contributors"
  4388. }
  4389. ],
  4390. "description": "Symfony mechanism for exploring and dumping PHP variables",
  4391. "homepage": "https://symfony.com",
  4392. "keywords": [
  4393. "debug",
  4394. "dump"
  4395. ],
  4396. "funding": [
  4397. {
  4398. "url": "https://symfony.com/sponsor",
  4399. "type": "custom"
  4400. },
  4401. {
  4402. "url": "https://github.com/fabpot",
  4403. "type": "github"
  4404. },
  4405. {
  4406. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  4407. "type": "tidelift"
  4408. }
  4409. ],
  4410. "time": "2020-10-27T10:11:13+00:00"
  4411. },
  4412. {
  4413. "name": "tijsverkoyen/css-to-inline-styles",
  4414. "version": "2.2.3",
  4415. "source": {
  4416. "type": "git",
  4417. "url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
  4418. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5"
  4419. },
  4420. "dist": {
  4421. "type": "zip",
  4422. "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4423. "reference": "b43b05cf43c1b6d849478965062b6ef73e223bb5",
  4424. "shasum": ""
  4425. },
  4426. "require": {
  4427. "ext-dom": "*",
  4428. "ext-libxml": "*",
  4429. "php": "^5.5 || ^7.0 || ^8.0",
  4430. "symfony/css-selector": "^2.7 || ^3.0 || ^4.0 || ^5.0"
  4431. },
  4432. "require-dev": {
  4433. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^7.5"
  4434. },
  4435. "type": "library",
  4436. "extra": {
  4437. "branch-alias": {
  4438. "dev-master": "2.2.x-dev"
  4439. }
  4440. },
  4441. "autoload": {
  4442. "psr-4": {
  4443. "TijsVerkoyen\\CssToInlineStyles\\": "src"
  4444. }
  4445. },
  4446. "notification-url": "https://packagist.org/downloads/",
  4447. "license": [
  4448. "BSD-3-Clause"
  4449. ],
  4450. "authors": [
  4451. {
  4452. "name": "Tijs Verkoyen",
  4453. "email": "css_to_inline_styles@verkoyen.eu",
  4454. "role": "Developer"
  4455. }
  4456. ],
  4457. "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.",
  4458. "homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
  4459. "time": "2020-07-13T06:12:54+00:00"
  4460. },
  4461. {
  4462. "name": "vlucas/phpdotenv",
  4463. "version": "v5.2.0",
  4464. "source": {
  4465. "type": "git",
  4466. "url": "https://github.com/vlucas/phpdotenv.git",
  4467. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66"
  4468. },
  4469. "dist": {
  4470. "type": "zip",
  4471. "url": "https://api.github.com/repos/vlucas/phpdotenv/zipball/fba64139db67123c7a57072e5f8d3db10d160b66",
  4472. "reference": "fba64139db67123c7a57072e5f8d3db10d160b66",
  4473. "shasum": ""
  4474. },
  4475. "require": {
  4476. "ext-pcre": "*",
  4477. "graham-campbell/result-type": "^1.0.1",
  4478. "php": "^7.1.3 || ^8.0",
  4479. "phpoption/phpoption": "^1.7.4",
  4480. "symfony/polyfill-ctype": "^1.17",
  4481. "symfony/polyfill-mbstring": "^1.17",
  4482. "symfony/polyfill-php80": "^1.17"
  4483. },
  4484. "require-dev": {
  4485. "bamarni/composer-bin-plugin": "^1.4.1",
  4486. "ext-filter": "*",
  4487. "phpunit/phpunit": "^7.5.20 || ^8.5.2 || ^9.0"
  4488. },
  4489. "suggest": {
  4490. "ext-filter": "Required to use the boolean validator."
  4491. },
  4492. "type": "library",
  4493. "extra": {
  4494. "branch-alias": {
  4495. "dev-master": "5.2-dev"
  4496. }
  4497. },
  4498. "autoload": {
  4499. "psr-4": {
  4500. "Dotenv\\": "src/"
  4501. }
  4502. },
  4503. "notification-url": "https://packagist.org/downloads/",
  4504. "license": [
  4505. "BSD-3-Clause"
  4506. ],
  4507. "authors": [
  4508. {
  4509. "name": "Graham Campbell",
  4510. "email": "graham@alt-three.com",
  4511. "homepage": "https://gjcampbell.co.uk/"
  4512. },
  4513. {
  4514. "name": "Vance Lucas",
  4515. "email": "vance@vancelucas.com",
  4516. "homepage": "https://vancelucas.com/"
  4517. }
  4518. ],
  4519. "description": "Loads environment variables from `.env` to `getenv()`, `$_ENV` and `$_SERVER` automagically.",
  4520. "keywords": [
  4521. "dotenv",
  4522. "env",
  4523. "environment"
  4524. ],
  4525. "funding": [
  4526. {
  4527. "url": "https://github.com/GrahamCampbell",
  4528. "type": "github"
  4529. },
  4530. {
  4531. "url": "https://tidelift.com/funding/github/packagist/vlucas/phpdotenv",
  4532. "type": "tidelift"
  4533. }
  4534. ],
  4535. "time": "2020-09-14T15:57:31+00:00"
  4536. },
  4537. {
  4538. "name": "voku/portable-ascii",
  4539. "version": "1.5.6",
  4540. "source": {
  4541. "type": "git",
  4542. "url": "https://github.com/voku/portable-ascii.git",
  4543. "reference": "80953678b19901e5165c56752d087fc11526017c"
  4544. },
  4545. "dist": {
  4546. "type": "zip",
  4547. "url": "https://api.github.com/repos/voku/portable-ascii/zipball/80953678b19901e5165c56752d087fc11526017c",
  4548. "reference": "80953678b19901e5165c56752d087fc11526017c",
  4549. "shasum": ""
  4550. },
  4551. "require": {
  4552. "php": ">=7.0.0"
  4553. },
  4554. "require-dev": {
  4555. "phpunit/phpunit": "~6.0 || ~7.0 || ~9.0"
  4556. },
  4557. "suggest": {
  4558. "ext-intl": "Use Intl for transliterator_transliterate() support"
  4559. },
  4560. "type": "library",
  4561. "autoload": {
  4562. "psr-4": {
  4563. "voku\\": "src/voku/"
  4564. }
  4565. },
  4566. "notification-url": "https://packagist.org/downloads/",
  4567. "license": [
  4568. "MIT"
  4569. ],
  4570. "authors": [
  4571. {
  4572. "name": "Lars Moelleken",
  4573. "homepage": "http://www.moelleken.org/"
  4574. }
  4575. ],
  4576. "description": "Portable ASCII library - performance optimized (ascii) string functions for php.",
  4577. "homepage": "https://github.com/voku/portable-ascii",
  4578. "keywords": [
  4579. "ascii",
  4580. "clean",
  4581. "php"
  4582. ],
  4583. "funding": [
  4584. {
  4585. "url": "https://www.paypal.me/moelleken",
  4586. "type": "custom"
  4587. },
  4588. {
  4589. "url": "https://github.com/voku",
  4590. "type": "github"
  4591. },
  4592. {
  4593. "url": "https://opencollective.com/portable-ascii",
  4594. "type": "open_collective"
  4595. },
  4596. {
  4597. "url": "https://www.patreon.com/voku",
  4598. "type": "patreon"
  4599. },
  4600. {
  4601. "url": "https://tidelift.com/funding/github/packagist/voku/portable-ascii",
  4602. "type": "tidelift"
  4603. }
  4604. ],
  4605. "time": "2020-11-12T00:07:28+00:00"
  4606. }
  4607. ],
  4608. "packages-dev": [
  4609. {
  4610. "name": "doctrine/instantiator",
  4611. "version": "1.4.0",
  4612. "source": {
  4613. "type": "git",
  4614. "url": "https://github.com/doctrine/instantiator.git",
  4615. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b"
  4616. },
  4617. "dist": {
  4618. "type": "zip",
  4619. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/d56bf6102915de5702778fe20f2de3b2fe570b5b",
  4620. "reference": "d56bf6102915de5702778fe20f2de3b2fe570b5b",
  4621. "shasum": ""
  4622. },
  4623. "require": {
  4624. "php": "^7.1 || ^8.0"
  4625. },
  4626. "require-dev": {
  4627. "doctrine/coding-standard": "^8.0",
  4628. "ext-pdo": "*",
  4629. "ext-phar": "*",
  4630. "phpbench/phpbench": "^0.13 || 1.0.0-alpha2",
  4631. "phpstan/phpstan": "^0.12",
  4632. "phpstan/phpstan-phpunit": "^0.12",
  4633. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0"
  4634. },
  4635. "type": "library",
  4636. "autoload": {
  4637. "psr-4": {
  4638. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  4639. }
  4640. },
  4641. "notification-url": "https://packagist.org/downloads/",
  4642. "license": [
  4643. "MIT"
  4644. ],
  4645. "authors": [
  4646. {
  4647. "name": "Marco Pivetta",
  4648. "email": "ocramius@gmail.com",
  4649. "homepage": "https://ocramius.github.io/"
  4650. }
  4651. ],
  4652. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  4653. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  4654. "keywords": [
  4655. "constructor",
  4656. "instantiate"
  4657. ],
  4658. "funding": [
  4659. {
  4660. "url": "https://www.doctrine-project.org/sponsorship.html",
  4661. "type": "custom"
  4662. },
  4663. {
  4664. "url": "https://www.patreon.com/phpdoctrine",
  4665. "type": "patreon"
  4666. },
  4667. {
  4668. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  4669. "type": "tidelift"
  4670. }
  4671. ],
  4672. "time": "2020-11-10T18:47:58+00:00"
  4673. },
  4674. {
  4675. "name": "facade/flare-client-php",
  4676. "version": "1.3.7",
  4677. "source": {
  4678. "type": "git",
  4679. "url": "https://github.com/facade/flare-client-php.git",
  4680. "reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492"
  4681. },
  4682. "dist": {
  4683. "type": "zip",
  4684. "url": "https://api.github.com/repos/facade/flare-client-php/zipball/fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
  4685. "reference": "fd688d3c06658f2b3b5f7bb19f051ee4ddf02492",
  4686. "shasum": ""
  4687. },
  4688. "require": {
  4689. "facade/ignition-contracts": "~1.0",
  4690. "illuminate/pipeline": "^5.5|^6.0|^7.0|^8.0",
  4691. "php": "^7.1|^8.0",
  4692. "symfony/http-foundation": "^3.3|^4.1|^5.0",
  4693. "symfony/mime": "^3.4|^4.0|^5.1",
  4694. "symfony/var-dumper": "^3.4|^4.0|^5.0"
  4695. },
  4696. "require-dev": {
  4697. "friendsofphp/php-cs-fixer": "^2.14",
  4698. "phpunit/phpunit": "^7.5.16",
  4699. "spatie/phpunit-snapshot-assertions": "^2.0"
  4700. },
  4701. "type": "library",
  4702. "extra": {
  4703. "branch-alias": {
  4704. "dev-master": "1.0-dev"
  4705. }
  4706. },
  4707. "autoload": {
  4708. "psr-4": {
  4709. "Facade\\FlareClient\\": "src"
  4710. },
  4711. "files": [
  4712. "src/helpers.php"
  4713. ]
  4714. },
  4715. "notification-url": "https://packagist.org/downloads/",
  4716. "license": [
  4717. "MIT"
  4718. ],
  4719. "description": "Send PHP errors to Flare",
  4720. "homepage": "https://github.com/facade/flare-client-php",
  4721. "keywords": [
  4722. "exception",
  4723. "facade",
  4724. "flare",
  4725. "reporting"
  4726. ],
  4727. "funding": [
  4728. {
  4729. "url": "https://github.com/spatie",
  4730. "type": "github"
  4731. }
  4732. ],
  4733. "time": "2020-10-21T16:02:39+00:00"
  4734. },
  4735. {
  4736. "name": "facade/ignition",
  4737. "version": "2.5.2",
  4738. "source": {
  4739. "type": "git",
  4740. "url": "https://github.com/facade/ignition.git",
  4741. "reference": "08668034beb185fa2ac6f09b1034eaa440952ace"
  4742. },
  4743. "dist": {
  4744. "type": "zip",
  4745. "url": "https://api.github.com/repos/facade/ignition/zipball/08668034beb185fa2ac6f09b1034eaa440952ace",
  4746. "reference": "08668034beb185fa2ac6f09b1034eaa440952ace",
  4747. "shasum": ""
  4748. },
  4749. "require": {
  4750. "ext-json": "*",
  4751. "ext-mbstring": "*",
  4752. "facade/flare-client-php": "^1.3.7",
  4753. "facade/ignition-contracts": "^1.0.2",
  4754. "filp/whoops": "^2.4",
  4755. "illuminate/support": "^7.0|^8.0",
  4756. "monolog/monolog": "^2.0",
  4757. "php": "^7.2.5|^8.0",
  4758. "symfony/console": "^5.0",
  4759. "symfony/var-dumper": "^5.0"
  4760. },
  4761. "require-dev": {
  4762. "friendsofphp/php-cs-fixer": "^2.14",
  4763. "mockery/mockery": "^1.3",
  4764. "orchestra/testbench": "^5.0|^6.0",
  4765. "psalm/plugin-laravel": "^1.2"
  4766. },
  4767. "suggest": {
  4768. "laravel/telescope": "^3.1"
  4769. },
  4770. "type": "library",
  4771. "extra": {
  4772. "branch-alias": {
  4773. "dev-master": "2.x-dev"
  4774. },
  4775. "laravel": {
  4776. "providers": [
  4777. "Facade\\Ignition\\IgnitionServiceProvider"
  4778. ],
  4779. "aliases": {
  4780. "Flare": "Facade\\Ignition\\Facades\\Flare"
  4781. }
  4782. }
  4783. },
  4784. "autoload": {
  4785. "psr-4": {
  4786. "Facade\\Ignition\\": "src"
  4787. },
  4788. "files": [
  4789. "src/helpers.php"
  4790. ]
  4791. },
  4792. "notification-url": "https://packagist.org/downloads/",
  4793. "license": [
  4794. "MIT"
  4795. ],
  4796. "description": "A beautiful error page for Laravel applications.",
  4797. "homepage": "https://github.com/facade/ignition",
  4798. "keywords": [
  4799. "error",
  4800. "flare",
  4801. "laravel",
  4802. "page"
  4803. ],
  4804. "time": "2020-11-17T09:18:51+00:00"
  4805. },
  4806. {
  4807. "name": "facade/ignition-contracts",
  4808. "version": "1.0.2",
  4809. "source": {
  4810. "type": "git",
  4811. "url": "https://github.com/facade/ignition-contracts.git",
  4812. "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267"
  4813. },
  4814. "dist": {
  4815. "type": "zip",
  4816. "url": "https://api.github.com/repos/facade/ignition-contracts/zipball/3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
  4817. "reference": "3c921a1cdba35b68a7f0ccffc6dffc1995b18267",
  4818. "shasum": ""
  4819. },
  4820. "require": {
  4821. "php": "^7.3|^8.0"
  4822. },
  4823. "require-dev": {
  4824. "friendsofphp/php-cs-fixer": "^v2.15.8",
  4825. "phpunit/phpunit": "^9.3.11",
  4826. "vimeo/psalm": "^3.17.1"
  4827. },
  4828. "type": "library",
  4829. "autoload": {
  4830. "psr-4": {
  4831. "Facade\\IgnitionContracts\\": "src"
  4832. }
  4833. },
  4834. "notification-url": "https://packagist.org/downloads/",
  4835. "license": [
  4836. "MIT"
  4837. ],
  4838. "authors": [
  4839. {
  4840. "name": "Freek Van der Herten",
  4841. "email": "freek@spatie.be",
  4842. "homepage": "https://flareapp.io",
  4843. "role": "Developer"
  4844. }
  4845. ],
  4846. "description": "Solution contracts for Ignition",
  4847. "homepage": "https://github.com/facade/ignition-contracts",
  4848. "keywords": [
  4849. "contracts",
  4850. "flare",
  4851. "ignition"
  4852. ],
  4853. "time": "2020-10-16T08:27:54+00:00"
  4854. },
  4855. {
  4856. "name": "fakerphp/faker",
  4857. "version": "v1.11.0",
  4858. "source": {
  4859. "type": "git",
  4860. "url": "https://github.com/FakerPHP/Faker.git",
  4861. "reference": "f228dc5112bafc14c77d40a2acc0c48058e184b0"
  4862. },
  4863. "dist": {
  4864. "type": "zip",
  4865. "url": "https://api.github.com/repos/FakerPHP/Faker/zipball/f228dc5112bafc14c77d40a2acc0c48058e184b0",
  4866. "reference": "f228dc5112bafc14c77d40a2acc0c48058e184b0",
  4867. "shasum": ""
  4868. },
  4869. "require": {
  4870. "php": "^7.1 || ^8.0"
  4871. },
  4872. "conflict": {
  4873. "fzaninotto/faker": "*"
  4874. },
  4875. "require-dev": {
  4876. "bamarni/composer-bin-plugin": "^1.4.1",
  4877. "ext-intl": "*",
  4878. "phpunit/phpunit": "^7.5.20 || ^8.5.8 || ^9.4.2"
  4879. },
  4880. "type": "library",
  4881. "autoload": {
  4882. "psr-4": {
  4883. "Faker\\": "src/Faker/"
  4884. }
  4885. },
  4886. "notification-url": "https://packagist.org/downloads/",
  4887. "license": [
  4888. "MIT"
  4889. ],
  4890. "authors": [
  4891. {
  4892. "name": "François Zaninotto"
  4893. }
  4894. ],
  4895. "description": "Faker is a PHP library that generates fake data for you.",
  4896. "keywords": [
  4897. "data",
  4898. "faker",
  4899. "fixtures"
  4900. ],
  4901. "time": "2020-11-15T20:27:00+00:00"
  4902. },
  4903. {
  4904. "name": "filp/whoops",
  4905. "version": "2.9.1",
  4906. "source": {
  4907. "type": "git",
  4908. "url": "https://github.com/filp/whoops.git",
  4909. "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771"
  4910. },
  4911. "dist": {
  4912. "type": "zip",
  4913. "url": "https://api.github.com/repos/filp/whoops/zipball/307fb34a5ab697461ec4c9db865b20ff2fd40771",
  4914. "reference": "307fb34a5ab697461ec4c9db865b20ff2fd40771",
  4915. "shasum": ""
  4916. },
  4917. "require": {
  4918. "php": "^5.5.9 || ^7.0 || ^8.0",
  4919. "psr/log": "^1.0.1"
  4920. },
  4921. "require-dev": {
  4922. "mockery/mockery": "^0.9 || ^1.0",
  4923. "phpunit/phpunit": "^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8 || ^9.3.3",
  4924. "symfony/var-dumper": "^2.6 || ^3.0 || ^4.0 || ^5.0"
  4925. },
  4926. "suggest": {
  4927. "symfony/var-dumper": "Pretty print complex values better with var-dumper available",
  4928. "whoops/soap": "Formats errors as SOAP responses"
  4929. },
  4930. "type": "library",
  4931. "extra": {
  4932. "branch-alias": {
  4933. "dev-master": "2.7-dev"
  4934. }
  4935. },
  4936. "autoload": {
  4937. "psr-4": {
  4938. "Whoops\\": "src/Whoops/"
  4939. }
  4940. },
  4941. "notification-url": "https://packagist.org/downloads/",
  4942. "license": [
  4943. "MIT"
  4944. ],
  4945. "authors": [
  4946. {
  4947. "name": "Filipe Dobreira",
  4948. "homepage": "https://github.com/filp",
  4949. "role": "Developer"
  4950. }
  4951. ],
  4952. "description": "php error handling for cool kids",
  4953. "homepage": "https://filp.github.io/whoops/",
  4954. "keywords": [
  4955. "error",
  4956. "exception",
  4957. "handling",
  4958. "library",
  4959. "throwable",
  4960. "whoops"
  4961. ],
  4962. "time": "2020-11-01T12:00:00+00:00"
  4963. },
  4964. {
  4965. "name": "hamcrest/hamcrest-php",
  4966. "version": "v2.0.1",
  4967. "source": {
  4968. "type": "git",
  4969. "url": "https://github.com/hamcrest/hamcrest-php.git",
  4970. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3"
  4971. },
  4972. "dist": {
  4973. "type": "zip",
  4974. "url": "https://api.github.com/repos/hamcrest/hamcrest-php/zipball/8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  4975. "reference": "8c3d0a3f6af734494ad8f6fbbee0ba92422859f3",
  4976. "shasum": ""
  4977. },
  4978. "require": {
  4979. "php": "^5.3|^7.0|^8.0"
  4980. },
  4981. "replace": {
  4982. "cordoval/hamcrest-php": "*",
  4983. "davedevelopment/hamcrest-php": "*",
  4984. "kodova/hamcrest-php": "*"
  4985. },
  4986. "require-dev": {
  4987. "phpunit/php-file-iterator": "^1.4 || ^2.0",
  4988. "phpunit/phpunit": "^4.8.36 || ^5.7 || ^6.5 || ^7.0"
  4989. },
  4990. "type": "library",
  4991. "extra": {
  4992. "branch-alias": {
  4993. "dev-master": "2.1-dev"
  4994. }
  4995. },
  4996. "autoload": {
  4997. "classmap": [
  4998. "hamcrest"
  4999. ]
  5000. },
  5001. "notification-url": "https://packagist.org/downloads/",
  5002. "license": [
  5003. "BSD-3-Clause"
  5004. ],
  5005. "description": "This is the PHP port of Hamcrest Matchers",
  5006. "keywords": [
  5007. "test"
  5008. ],
  5009. "time": "2020-07-09T08:09:16+00:00"
  5010. },
  5011. {
  5012. "name": "mockery/mockery",
  5013. "version": "1.4.2",
  5014. "source": {
  5015. "type": "git",
  5016. "url": "https://github.com/mockery/mockery.git",
  5017. "reference": "20cab678faed06fac225193be281ea0fddb43b93"
  5018. },
  5019. "dist": {
  5020. "type": "zip",
  5021. "url": "https://api.github.com/repos/mockery/mockery/zipball/20cab678faed06fac225193be281ea0fddb43b93",
  5022. "reference": "20cab678faed06fac225193be281ea0fddb43b93",
  5023. "shasum": ""
  5024. },
  5025. "require": {
  5026. "hamcrest/hamcrest-php": "^2.0.1",
  5027. "lib-pcre": ">=7.0",
  5028. "php": "^7.3 || ^8.0"
  5029. },
  5030. "conflict": {
  5031. "phpunit/phpunit": "<8.0"
  5032. },
  5033. "require-dev": {
  5034. "phpunit/phpunit": "^8.5 || ^9.3"
  5035. },
  5036. "type": "library",
  5037. "extra": {
  5038. "branch-alias": {
  5039. "dev-master": "1.4.x-dev"
  5040. }
  5041. },
  5042. "autoload": {
  5043. "psr-0": {
  5044. "Mockery": "library/"
  5045. }
  5046. },
  5047. "notification-url": "https://packagist.org/downloads/",
  5048. "license": [
  5049. "BSD-3-Clause"
  5050. ],
  5051. "authors": [
  5052. {
  5053. "name": "Pádraic Brady",
  5054. "email": "padraic.brady@gmail.com",
  5055. "homepage": "http://blog.astrumfutura.com"
  5056. },
  5057. {
  5058. "name": "Dave Marshall",
  5059. "email": "dave.marshall@atstsolutions.co.uk",
  5060. "homepage": "http://davedevelopment.co.uk"
  5061. }
  5062. ],
  5063. "description": "Mockery is a simple yet flexible PHP mock object framework",
  5064. "homepage": "https://github.com/mockery/mockery",
  5065. "keywords": [
  5066. "BDD",
  5067. "TDD",
  5068. "library",
  5069. "mock",
  5070. "mock objects",
  5071. "mockery",
  5072. "stub",
  5073. "test",
  5074. "test double",
  5075. "testing"
  5076. ],
  5077. "time": "2020-08-11T18:10:13+00:00"
  5078. },
  5079. {
  5080. "name": "myclabs/deep-copy",
  5081. "version": "1.10.2",
  5082. "source": {
  5083. "type": "git",
  5084. "url": "https://github.com/myclabs/DeepCopy.git",
  5085. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220"
  5086. },
  5087. "dist": {
  5088. "type": "zip",
  5089. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5090. "reference": "776f831124e9c62e1a2c601ecc52e776d8bb7220",
  5091. "shasum": ""
  5092. },
  5093. "require": {
  5094. "php": "^7.1 || ^8.0"
  5095. },
  5096. "replace": {
  5097. "myclabs/deep-copy": "self.version"
  5098. },
  5099. "require-dev": {
  5100. "doctrine/collections": "^1.0",
  5101. "doctrine/common": "^2.6",
  5102. "phpunit/phpunit": "^7.1"
  5103. },
  5104. "type": "library",
  5105. "autoload": {
  5106. "psr-4": {
  5107. "DeepCopy\\": "src/DeepCopy/"
  5108. },
  5109. "files": [
  5110. "src/DeepCopy/deep_copy.php"
  5111. ]
  5112. },
  5113. "notification-url": "https://packagist.org/downloads/",
  5114. "license": [
  5115. "MIT"
  5116. ],
  5117. "description": "Create deep copies (clones) of your objects",
  5118. "keywords": [
  5119. "clone",
  5120. "copy",
  5121. "duplicate",
  5122. "object",
  5123. "object graph"
  5124. ],
  5125. "funding": [
  5126. {
  5127. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  5128. "type": "tidelift"
  5129. }
  5130. ],
  5131. "time": "2020-11-13T09:40:50+00:00"
  5132. },
  5133. {
  5134. "name": "nunomaduro/collision",
  5135. "version": "v5.1.0",
  5136. "source": {
  5137. "type": "git",
  5138. "url": "https://github.com/nunomaduro/collision.git",
  5139. "reference": "7c2b95589bf81e274e61e47f7672a1b2c3e06eaa"
  5140. },
  5141. "dist": {
  5142. "type": "zip",
  5143. "url": "https://api.github.com/repos/nunomaduro/collision/zipball/7c2b95589bf81e274e61e47f7672a1b2c3e06eaa",
  5144. "reference": "7c2b95589bf81e274e61e47f7672a1b2c3e06eaa",
  5145. "shasum": ""
  5146. },
  5147. "require": {
  5148. "facade/ignition-contracts": "^1.0",
  5149. "filp/whoops": "^2.7.2",
  5150. "php": "^7.3 || ^8.0",
  5151. "symfony/console": "^5.0"
  5152. },
  5153. "require-dev": {
  5154. "fideloper/proxy": "^4.4.0",
  5155. "friendsofphp/php-cs-fixer": "^2.16.4",
  5156. "fruitcake/laravel-cors": "^2.0.1",
  5157. "laravel/framework": "^8.0",
  5158. "laravel/tinker": "^2.4.1",
  5159. "nunomaduro/larastan": "^0.6.2",
  5160. "nunomaduro/mock-final-classes": "^1.0",
  5161. "orchestra/testbench": "^6.0",
  5162. "phpstan/phpstan": "^0.12.36",
  5163. "phpunit/phpunit": "^9.3.3"
  5164. },
  5165. "type": "library",
  5166. "extra": {
  5167. "laravel": {
  5168. "providers": [
  5169. "NunoMaduro\\Collision\\Adapters\\Laravel\\CollisionServiceProvider"
  5170. ]
  5171. }
  5172. },
  5173. "autoload": {
  5174. "psr-4": {
  5175. "NunoMaduro\\Collision\\": "src/"
  5176. }
  5177. },
  5178. "notification-url": "https://packagist.org/downloads/",
  5179. "license": [
  5180. "MIT"
  5181. ],
  5182. "authors": [
  5183. {
  5184. "name": "Nuno Maduro",
  5185. "email": "enunomaduro@gmail.com"
  5186. }
  5187. ],
  5188. "description": "Cli error handling for console/command-line PHP applications.",
  5189. "keywords": [
  5190. "artisan",
  5191. "cli",
  5192. "command-line",
  5193. "console",
  5194. "error",
  5195. "handling",
  5196. "laravel",
  5197. "laravel-zero",
  5198. "php",
  5199. "symfony"
  5200. ],
  5201. "funding": [
  5202. {
  5203. "url": "https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=66BYDWAT92N6L",
  5204. "type": "custom"
  5205. },
  5206. {
  5207. "url": "https://github.com/nunomaduro",
  5208. "type": "github"
  5209. },
  5210. {
  5211. "url": "https://www.patreon.com/nunomaduro",
  5212. "type": "patreon"
  5213. }
  5214. ],
  5215. "time": "2020-10-29T14:50:40+00:00"
  5216. },
  5217. {
  5218. "name": "phar-io/manifest",
  5219. "version": "2.0.1",
  5220. "source": {
  5221. "type": "git",
  5222. "url": "https://github.com/phar-io/manifest.git",
  5223. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133"
  5224. },
  5225. "dist": {
  5226. "type": "zip",
  5227. "url": "https://api.github.com/repos/phar-io/manifest/zipball/85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  5228. "reference": "85265efd3af7ba3ca4b2a2c34dbfc5788dd29133",
  5229. "shasum": ""
  5230. },
  5231. "require": {
  5232. "ext-dom": "*",
  5233. "ext-phar": "*",
  5234. "ext-xmlwriter": "*",
  5235. "phar-io/version": "^3.0.1",
  5236. "php": "^7.2 || ^8.0"
  5237. },
  5238. "type": "library",
  5239. "extra": {
  5240. "branch-alias": {
  5241. "dev-master": "2.0.x-dev"
  5242. }
  5243. },
  5244. "autoload": {
  5245. "classmap": [
  5246. "src/"
  5247. ]
  5248. },
  5249. "notification-url": "https://packagist.org/downloads/",
  5250. "license": [
  5251. "BSD-3-Clause"
  5252. ],
  5253. "authors": [
  5254. {
  5255. "name": "Arne Blankerts",
  5256. "email": "arne@blankerts.de",
  5257. "role": "Developer"
  5258. },
  5259. {
  5260. "name": "Sebastian Heuer",
  5261. "email": "sebastian@phpeople.de",
  5262. "role": "Developer"
  5263. },
  5264. {
  5265. "name": "Sebastian Bergmann",
  5266. "email": "sebastian@phpunit.de",
  5267. "role": "Developer"
  5268. }
  5269. ],
  5270. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  5271. "time": "2020-06-27T14:33:11+00:00"
  5272. },
  5273. {
  5274. "name": "phar-io/version",
  5275. "version": "3.0.2",
  5276. "source": {
  5277. "type": "git",
  5278. "url": "https://github.com/phar-io/version.git",
  5279. "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0"
  5280. },
  5281. "dist": {
  5282. "type": "zip",
  5283. "url": "https://api.github.com/repos/phar-io/version/zipball/c6bb6825def89e0a32220f88337f8ceaf1975fa0",
  5284. "reference": "c6bb6825def89e0a32220f88337f8ceaf1975fa0",
  5285. "shasum": ""
  5286. },
  5287. "require": {
  5288. "php": "^7.2 || ^8.0"
  5289. },
  5290. "type": "library",
  5291. "autoload": {
  5292. "classmap": [
  5293. "src/"
  5294. ]
  5295. },
  5296. "notification-url": "https://packagist.org/downloads/",
  5297. "license": [
  5298. "BSD-3-Clause"
  5299. ],
  5300. "authors": [
  5301. {
  5302. "name": "Arne Blankerts",
  5303. "email": "arne@blankerts.de",
  5304. "role": "Developer"
  5305. },
  5306. {
  5307. "name": "Sebastian Heuer",
  5308. "email": "sebastian@phpeople.de",
  5309. "role": "Developer"
  5310. },
  5311. {
  5312. "name": "Sebastian Bergmann",
  5313. "email": "sebastian@phpunit.de",
  5314. "role": "Developer"
  5315. }
  5316. ],
  5317. "description": "Library for handling version information and constraints",
  5318. "time": "2020-06-27T14:39:04+00:00"
  5319. },
  5320. {
  5321. "name": "phpdocumentor/reflection-common",
  5322. "version": "2.2.0",
  5323. "source": {
  5324. "type": "git",
  5325. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  5326. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  5327. },
  5328. "dist": {
  5329. "type": "zip",
  5330. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5331. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  5332. "shasum": ""
  5333. },
  5334. "require": {
  5335. "php": "^7.2 || ^8.0"
  5336. },
  5337. "type": "library",
  5338. "extra": {
  5339. "branch-alias": {
  5340. "dev-2.x": "2.x-dev"
  5341. }
  5342. },
  5343. "autoload": {
  5344. "psr-4": {
  5345. "phpDocumentor\\Reflection\\": "src/"
  5346. }
  5347. },
  5348. "notification-url": "https://packagist.org/downloads/",
  5349. "license": [
  5350. "MIT"
  5351. ],
  5352. "authors": [
  5353. {
  5354. "name": "Jaap van Otterdijk",
  5355. "email": "opensource@ijaap.nl"
  5356. }
  5357. ],
  5358. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  5359. "homepage": "http://www.phpdoc.org",
  5360. "keywords": [
  5361. "FQSEN",
  5362. "phpDocumentor",
  5363. "phpdoc",
  5364. "reflection",
  5365. "static analysis"
  5366. ],
  5367. "time": "2020-06-27T09:03:43+00:00"
  5368. },
  5369. {
  5370. "name": "phpdocumentor/reflection-docblock",
  5371. "version": "5.2.2",
  5372. "source": {
  5373. "type": "git",
  5374. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  5375. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556"
  5376. },
  5377. "dist": {
  5378. "type": "zip",
  5379. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/069a785b2141f5bcf49f3e353548dc1cce6df556",
  5380. "reference": "069a785b2141f5bcf49f3e353548dc1cce6df556",
  5381. "shasum": ""
  5382. },
  5383. "require": {
  5384. "ext-filter": "*",
  5385. "php": "^7.2 || ^8.0",
  5386. "phpdocumentor/reflection-common": "^2.2",
  5387. "phpdocumentor/type-resolver": "^1.3",
  5388. "webmozart/assert": "^1.9.1"
  5389. },
  5390. "require-dev": {
  5391. "mockery/mockery": "~1.3.2"
  5392. },
  5393. "type": "library",
  5394. "extra": {
  5395. "branch-alias": {
  5396. "dev-master": "5.x-dev"
  5397. }
  5398. },
  5399. "autoload": {
  5400. "psr-4": {
  5401. "phpDocumentor\\Reflection\\": "src"
  5402. }
  5403. },
  5404. "notification-url": "https://packagist.org/downloads/",
  5405. "license": [
  5406. "MIT"
  5407. ],
  5408. "authors": [
  5409. {
  5410. "name": "Mike van Riel",
  5411. "email": "me@mikevanriel.com"
  5412. },
  5413. {
  5414. "name": "Jaap van Otterdijk",
  5415. "email": "account@ijaap.nl"
  5416. }
  5417. ],
  5418. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  5419. "time": "2020-09-03T19:13:55+00:00"
  5420. },
  5421. {
  5422. "name": "phpdocumentor/type-resolver",
  5423. "version": "1.4.0",
  5424. "source": {
  5425. "type": "git",
  5426. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  5427. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0"
  5428. },
  5429. "dist": {
  5430. "type": "zip",
  5431. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  5432. "reference": "6a467b8989322d92aa1c8bf2bebcc6e5c2ba55c0",
  5433. "shasum": ""
  5434. },
  5435. "require": {
  5436. "php": "^7.2 || ^8.0",
  5437. "phpdocumentor/reflection-common": "^2.0"
  5438. },
  5439. "require-dev": {
  5440. "ext-tokenizer": "*"
  5441. },
  5442. "type": "library",
  5443. "extra": {
  5444. "branch-alias": {
  5445. "dev-1.x": "1.x-dev"
  5446. }
  5447. },
  5448. "autoload": {
  5449. "psr-4": {
  5450. "phpDocumentor\\Reflection\\": "src"
  5451. }
  5452. },
  5453. "notification-url": "https://packagist.org/downloads/",
  5454. "license": [
  5455. "MIT"
  5456. ],
  5457. "authors": [
  5458. {
  5459. "name": "Mike van Riel",
  5460. "email": "me@mikevanriel.com"
  5461. }
  5462. ],
  5463. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  5464. "time": "2020-09-17T18:55:26+00:00"
  5465. },
  5466. {
  5467. "name": "phpspec/prophecy",
  5468. "version": "1.12.1",
  5469. "source": {
  5470. "type": "git",
  5471. "url": "https://github.com/phpspec/prophecy.git",
  5472. "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d"
  5473. },
  5474. "dist": {
  5475. "type": "zip",
  5476. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/8ce87516be71aae9b956f81906aaf0338e0d8a2d",
  5477. "reference": "8ce87516be71aae9b956f81906aaf0338e0d8a2d",
  5478. "shasum": ""
  5479. },
  5480. "require": {
  5481. "doctrine/instantiator": "^1.2",
  5482. "php": "^7.2 || ~8.0, <8.1",
  5483. "phpdocumentor/reflection-docblock": "^5.2",
  5484. "sebastian/comparator": "^3.0 || ^4.0",
  5485. "sebastian/recursion-context": "^3.0 || ^4.0"
  5486. },
  5487. "require-dev": {
  5488. "phpspec/phpspec": "^6.0",
  5489. "phpunit/phpunit": "^8.0 || ^9.0 <9.3"
  5490. },
  5491. "type": "library",
  5492. "extra": {
  5493. "branch-alias": {
  5494. "dev-master": "1.11.x-dev"
  5495. }
  5496. },
  5497. "autoload": {
  5498. "psr-4": {
  5499. "Prophecy\\": "src/Prophecy"
  5500. }
  5501. },
  5502. "notification-url": "https://packagist.org/downloads/",
  5503. "license": [
  5504. "MIT"
  5505. ],
  5506. "authors": [
  5507. {
  5508. "name": "Konstantin Kudryashov",
  5509. "email": "ever.zet@gmail.com",
  5510. "homepage": "http://everzet.com"
  5511. },
  5512. {
  5513. "name": "Marcello Duarte",
  5514. "email": "marcello.duarte@gmail.com"
  5515. }
  5516. ],
  5517. "description": "Highly opinionated mocking framework for PHP 5.3+",
  5518. "homepage": "https://github.com/phpspec/prophecy",
  5519. "keywords": [
  5520. "Double",
  5521. "Dummy",
  5522. "fake",
  5523. "mock",
  5524. "spy",
  5525. "stub"
  5526. ],
  5527. "time": "2020-09-29T09:10:42+00:00"
  5528. },
  5529. {
  5530. "name": "phpunit/php-code-coverage",
  5531. "version": "9.2.3",
  5532. "source": {
  5533. "type": "git",
  5534. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  5535. "reference": "6b20e2055f7c29b56cb3870b3de7cc463d7add41"
  5536. },
  5537. "dist": {
  5538. "type": "zip",
  5539. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/6b20e2055f7c29b56cb3870b3de7cc463d7add41",
  5540. "reference": "6b20e2055f7c29b56cb3870b3de7cc463d7add41",
  5541. "shasum": ""
  5542. },
  5543. "require": {
  5544. "ext-dom": "*",
  5545. "ext-libxml": "*",
  5546. "ext-xmlwriter": "*",
  5547. "nikic/php-parser": "^4.10.2",
  5548. "php": ">=7.3",
  5549. "phpunit/php-file-iterator": "^3.0.3",
  5550. "phpunit/php-text-template": "^2.0.2",
  5551. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  5552. "sebastian/complexity": "^2.0",
  5553. "sebastian/environment": "^5.1.2",
  5554. "sebastian/lines-of-code": "^1.0",
  5555. "sebastian/version": "^3.0.1",
  5556. "theseer/tokenizer": "^1.2.0"
  5557. },
  5558. "require-dev": {
  5559. "phpunit/phpunit": "^9.3"
  5560. },
  5561. "suggest": {
  5562. "ext-pcov": "*",
  5563. "ext-xdebug": "*"
  5564. },
  5565. "type": "library",
  5566. "extra": {
  5567. "branch-alias": {
  5568. "dev-master": "9.2-dev"
  5569. }
  5570. },
  5571. "autoload": {
  5572. "classmap": [
  5573. "src/"
  5574. ]
  5575. },
  5576. "notification-url": "https://packagist.org/downloads/",
  5577. "license": [
  5578. "BSD-3-Clause"
  5579. ],
  5580. "authors": [
  5581. {
  5582. "name": "Sebastian Bergmann",
  5583. "email": "sebastian@phpunit.de",
  5584. "role": "lead"
  5585. }
  5586. ],
  5587. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  5588. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  5589. "keywords": [
  5590. "coverage",
  5591. "testing",
  5592. "xunit"
  5593. ],
  5594. "funding": [
  5595. {
  5596. "url": "https://github.com/sebastianbergmann",
  5597. "type": "github"
  5598. }
  5599. ],
  5600. "time": "2020-10-30T10:46:41+00:00"
  5601. },
  5602. {
  5603. "name": "phpunit/php-file-iterator",
  5604. "version": "3.0.5",
  5605. "source": {
  5606. "type": "git",
  5607. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  5608. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8"
  5609. },
  5610. "dist": {
  5611. "type": "zip",
  5612. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/aa4be8575f26070b100fccb67faabb28f21f66f8",
  5613. "reference": "aa4be8575f26070b100fccb67faabb28f21f66f8",
  5614. "shasum": ""
  5615. },
  5616. "require": {
  5617. "php": ">=7.3"
  5618. },
  5619. "require-dev": {
  5620. "phpunit/phpunit": "^9.3"
  5621. },
  5622. "type": "library",
  5623. "extra": {
  5624. "branch-alias": {
  5625. "dev-master": "3.0-dev"
  5626. }
  5627. },
  5628. "autoload": {
  5629. "classmap": [
  5630. "src/"
  5631. ]
  5632. },
  5633. "notification-url": "https://packagist.org/downloads/",
  5634. "license": [
  5635. "BSD-3-Clause"
  5636. ],
  5637. "authors": [
  5638. {
  5639. "name": "Sebastian Bergmann",
  5640. "email": "sebastian@phpunit.de",
  5641. "role": "lead"
  5642. }
  5643. ],
  5644. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  5645. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  5646. "keywords": [
  5647. "filesystem",
  5648. "iterator"
  5649. ],
  5650. "funding": [
  5651. {
  5652. "url": "https://github.com/sebastianbergmann",
  5653. "type": "github"
  5654. }
  5655. ],
  5656. "time": "2020-09-28T05:57:25+00:00"
  5657. },
  5658. {
  5659. "name": "phpunit/php-invoker",
  5660. "version": "3.1.1",
  5661. "source": {
  5662. "type": "git",
  5663. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  5664. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  5665. },
  5666. "dist": {
  5667. "type": "zip",
  5668. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  5669. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  5670. "shasum": ""
  5671. },
  5672. "require": {
  5673. "php": ">=7.3"
  5674. },
  5675. "require-dev": {
  5676. "ext-pcntl": "*",
  5677. "phpunit/phpunit": "^9.3"
  5678. },
  5679. "suggest": {
  5680. "ext-pcntl": "*"
  5681. },
  5682. "type": "library",
  5683. "extra": {
  5684. "branch-alias": {
  5685. "dev-master": "3.1-dev"
  5686. }
  5687. },
  5688. "autoload": {
  5689. "classmap": [
  5690. "src/"
  5691. ]
  5692. },
  5693. "notification-url": "https://packagist.org/downloads/",
  5694. "license": [
  5695. "BSD-3-Clause"
  5696. ],
  5697. "authors": [
  5698. {
  5699. "name": "Sebastian Bergmann",
  5700. "email": "sebastian@phpunit.de",
  5701. "role": "lead"
  5702. }
  5703. ],
  5704. "description": "Invoke callables with a timeout",
  5705. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  5706. "keywords": [
  5707. "process"
  5708. ],
  5709. "funding": [
  5710. {
  5711. "url": "https://github.com/sebastianbergmann",
  5712. "type": "github"
  5713. }
  5714. ],
  5715. "time": "2020-09-28T05:58:55+00:00"
  5716. },
  5717. {
  5718. "name": "phpunit/php-text-template",
  5719. "version": "2.0.4",
  5720. "source": {
  5721. "type": "git",
  5722. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  5723. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  5724. },
  5725. "dist": {
  5726. "type": "zip",
  5727. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  5728. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  5729. "shasum": ""
  5730. },
  5731. "require": {
  5732. "php": ">=7.3"
  5733. },
  5734. "require-dev": {
  5735. "phpunit/phpunit": "^9.3"
  5736. },
  5737. "type": "library",
  5738. "extra": {
  5739. "branch-alias": {
  5740. "dev-master": "2.0-dev"
  5741. }
  5742. },
  5743. "autoload": {
  5744. "classmap": [
  5745. "src/"
  5746. ]
  5747. },
  5748. "notification-url": "https://packagist.org/downloads/",
  5749. "license": [
  5750. "BSD-3-Clause"
  5751. ],
  5752. "authors": [
  5753. {
  5754. "name": "Sebastian Bergmann",
  5755. "email": "sebastian@phpunit.de",
  5756. "role": "lead"
  5757. }
  5758. ],
  5759. "description": "Simple template engine.",
  5760. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  5761. "keywords": [
  5762. "template"
  5763. ],
  5764. "funding": [
  5765. {
  5766. "url": "https://github.com/sebastianbergmann",
  5767. "type": "github"
  5768. }
  5769. ],
  5770. "time": "2020-10-26T05:33:50+00:00"
  5771. },
  5772. {
  5773. "name": "phpunit/php-timer",
  5774. "version": "5.0.3",
  5775. "source": {
  5776. "type": "git",
  5777. "url": "https://github.com/sebastianbergmann/php-timer.git",
  5778. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  5779. },
  5780. "dist": {
  5781. "type": "zip",
  5782. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  5783. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  5784. "shasum": ""
  5785. },
  5786. "require": {
  5787. "php": ">=7.3"
  5788. },
  5789. "require-dev": {
  5790. "phpunit/phpunit": "^9.3"
  5791. },
  5792. "type": "library",
  5793. "extra": {
  5794. "branch-alias": {
  5795. "dev-master": "5.0-dev"
  5796. }
  5797. },
  5798. "autoload": {
  5799. "classmap": [
  5800. "src/"
  5801. ]
  5802. },
  5803. "notification-url": "https://packagist.org/downloads/",
  5804. "license": [
  5805. "BSD-3-Clause"
  5806. ],
  5807. "authors": [
  5808. {
  5809. "name": "Sebastian Bergmann",
  5810. "email": "sebastian@phpunit.de",
  5811. "role": "lead"
  5812. }
  5813. ],
  5814. "description": "Utility class for timing",
  5815. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  5816. "keywords": [
  5817. "timer"
  5818. ],
  5819. "funding": [
  5820. {
  5821. "url": "https://github.com/sebastianbergmann",
  5822. "type": "github"
  5823. }
  5824. ],
  5825. "time": "2020-10-26T13:16:10+00:00"
  5826. },
  5827. {
  5828. "name": "phpunit/phpunit",
  5829. "version": "9.4.3",
  5830. "source": {
  5831. "type": "git",
  5832. "url": "https://github.com/sebastianbergmann/phpunit.git",
  5833. "reference": "9fa359ff5ddaa5eb2be2bedb08a6a5787a5807ab"
  5834. },
  5835. "dist": {
  5836. "type": "zip",
  5837. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/9fa359ff5ddaa5eb2be2bedb08a6a5787a5807ab",
  5838. "reference": "9fa359ff5ddaa5eb2be2bedb08a6a5787a5807ab",
  5839. "shasum": ""
  5840. },
  5841. "require": {
  5842. "doctrine/instantiator": "^1.3.1",
  5843. "ext-dom": "*",
  5844. "ext-json": "*",
  5845. "ext-libxml": "*",
  5846. "ext-mbstring": "*",
  5847. "ext-xml": "*",
  5848. "ext-xmlwriter": "*",
  5849. "myclabs/deep-copy": "^1.10.1",
  5850. "phar-io/manifest": "^2.0.1",
  5851. "phar-io/version": "^3.0.2",
  5852. "php": ">=7.3",
  5853. "phpspec/prophecy": "^1.12.1",
  5854. "phpunit/php-code-coverage": "^9.2",
  5855. "phpunit/php-file-iterator": "^3.0.5",
  5856. "phpunit/php-invoker": "^3.1.1",
  5857. "phpunit/php-text-template": "^2.0.3",
  5858. "phpunit/php-timer": "^5.0.2",
  5859. "sebastian/cli-parser": "^1.0.1",
  5860. "sebastian/code-unit": "^1.0.6",
  5861. "sebastian/comparator": "^4.0.5",
  5862. "sebastian/diff": "^4.0.3",
  5863. "sebastian/environment": "^5.1.3",
  5864. "sebastian/exporter": "^4.0.3",
  5865. "sebastian/global-state": "^5.0.1",
  5866. "sebastian/object-enumerator": "^4.0.3",
  5867. "sebastian/resource-operations": "^3.0.3",
  5868. "sebastian/type": "^2.3",
  5869. "sebastian/version": "^3.0.2"
  5870. },
  5871. "require-dev": {
  5872. "ext-pdo": "*",
  5873. "phpspec/prophecy-phpunit": "^2.0.1"
  5874. },
  5875. "suggest": {
  5876. "ext-soap": "*",
  5877. "ext-xdebug": "*"
  5878. },
  5879. "bin": [
  5880. "phpunit"
  5881. ],
  5882. "type": "library",
  5883. "extra": {
  5884. "branch-alias": {
  5885. "dev-master": "9.4-dev"
  5886. }
  5887. },
  5888. "autoload": {
  5889. "classmap": [
  5890. "src/"
  5891. ],
  5892. "files": [
  5893. "src/Framework/Assert/Functions.php"
  5894. ]
  5895. },
  5896. "notification-url": "https://packagist.org/downloads/",
  5897. "license": [
  5898. "BSD-3-Clause"
  5899. ],
  5900. "authors": [
  5901. {
  5902. "name": "Sebastian Bergmann",
  5903. "email": "sebastian@phpunit.de",
  5904. "role": "lead"
  5905. }
  5906. ],
  5907. "description": "The PHP Unit Testing framework.",
  5908. "homepage": "https://phpunit.de/",
  5909. "keywords": [
  5910. "phpunit",
  5911. "testing",
  5912. "xunit"
  5913. ],
  5914. "funding": [
  5915. {
  5916. "url": "https://phpunit.de/donate.html",
  5917. "type": "custom"
  5918. },
  5919. {
  5920. "url": "https://github.com/sebastianbergmann",
  5921. "type": "github"
  5922. }
  5923. ],
  5924. "time": "2020-11-10T12:53:30+00:00"
  5925. },
  5926. {
  5927. "name": "sebastian/cli-parser",
  5928. "version": "1.0.1",
  5929. "source": {
  5930. "type": "git",
  5931. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  5932. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  5933. },
  5934. "dist": {
  5935. "type": "zip",
  5936. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  5937. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  5938. "shasum": ""
  5939. },
  5940. "require": {
  5941. "php": ">=7.3"
  5942. },
  5943. "require-dev": {
  5944. "phpunit/phpunit": "^9.3"
  5945. },
  5946. "type": "library",
  5947. "extra": {
  5948. "branch-alias": {
  5949. "dev-master": "1.0-dev"
  5950. }
  5951. },
  5952. "autoload": {
  5953. "classmap": [
  5954. "src/"
  5955. ]
  5956. },
  5957. "notification-url": "https://packagist.org/downloads/",
  5958. "license": [
  5959. "BSD-3-Clause"
  5960. ],
  5961. "authors": [
  5962. {
  5963. "name": "Sebastian Bergmann",
  5964. "email": "sebastian@phpunit.de",
  5965. "role": "lead"
  5966. }
  5967. ],
  5968. "description": "Library for parsing CLI options",
  5969. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  5970. "funding": [
  5971. {
  5972. "url": "https://github.com/sebastianbergmann",
  5973. "type": "github"
  5974. }
  5975. ],
  5976. "time": "2020-09-28T06:08:49+00:00"
  5977. },
  5978. {
  5979. "name": "sebastian/code-unit",
  5980. "version": "1.0.8",
  5981. "source": {
  5982. "type": "git",
  5983. "url": "https://github.com/sebastianbergmann/code-unit.git",
  5984. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  5985. },
  5986. "dist": {
  5987. "type": "zip",
  5988. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  5989. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  5990. "shasum": ""
  5991. },
  5992. "require": {
  5993. "php": ">=7.3"
  5994. },
  5995. "require-dev": {
  5996. "phpunit/phpunit": "^9.3"
  5997. },
  5998. "type": "library",
  5999. "extra": {
  6000. "branch-alias": {
  6001. "dev-master": "1.0-dev"
  6002. }
  6003. },
  6004. "autoload": {
  6005. "classmap": [
  6006. "src/"
  6007. ]
  6008. },
  6009. "notification-url": "https://packagist.org/downloads/",
  6010. "license": [
  6011. "BSD-3-Clause"
  6012. ],
  6013. "authors": [
  6014. {
  6015. "name": "Sebastian Bergmann",
  6016. "email": "sebastian@phpunit.de",
  6017. "role": "lead"
  6018. }
  6019. ],
  6020. "description": "Collection of value objects that represent the PHP code units",
  6021. "homepage": "https://github.com/sebastianbergmann/code-unit",
  6022. "funding": [
  6023. {
  6024. "url": "https://github.com/sebastianbergmann",
  6025. "type": "github"
  6026. }
  6027. ],
  6028. "time": "2020-10-26T13:08:54+00:00"
  6029. },
  6030. {
  6031. "name": "sebastian/code-unit-reverse-lookup",
  6032. "version": "2.0.3",
  6033. "source": {
  6034. "type": "git",
  6035. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  6036. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  6037. },
  6038. "dist": {
  6039. "type": "zip",
  6040. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6041. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  6042. "shasum": ""
  6043. },
  6044. "require": {
  6045. "php": ">=7.3"
  6046. },
  6047. "require-dev": {
  6048. "phpunit/phpunit": "^9.3"
  6049. },
  6050. "type": "library",
  6051. "extra": {
  6052. "branch-alias": {
  6053. "dev-master": "2.0-dev"
  6054. }
  6055. },
  6056. "autoload": {
  6057. "classmap": [
  6058. "src/"
  6059. ]
  6060. },
  6061. "notification-url": "https://packagist.org/downloads/",
  6062. "license": [
  6063. "BSD-3-Clause"
  6064. ],
  6065. "authors": [
  6066. {
  6067. "name": "Sebastian Bergmann",
  6068. "email": "sebastian@phpunit.de"
  6069. }
  6070. ],
  6071. "description": "Looks up which function or method a line of code belongs to",
  6072. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  6073. "funding": [
  6074. {
  6075. "url": "https://github.com/sebastianbergmann",
  6076. "type": "github"
  6077. }
  6078. ],
  6079. "time": "2020-09-28T05:30:19+00:00"
  6080. },
  6081. {
  6082. "name": "sebastian/comparator",
  6083. "version": "4.0.6",
  6084. "source": {
  6085. "type": "git",
  6086. "url": "https://github.com/sebastianbergmann/comparator.git",
  6087. "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
  6088. },
  6089. "dist": {
  6090. "type": "zip",
  6091. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
  6092. "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
  6093. "shasum": ""
  6094. },
  6095. "require": {
  6096. "php": ">=7.3",
  6097. "sebastian/diff": "^4.0",
  6098. "sebastian/exporter": "^4.0"
  6099. },
  6100. "require-dev": {
  6101. "phpunit/phpunit": "^9.3"
  6102. },
  6103. "type": "library",
  6104. "extra": {
  6105. "branch-alias": {
  6106. "dev-master": "4.0-dev"
  6107. }
  6108. },
  6109. "autoload": {
  6110. "classmap": [
  6111. "src/"
  6112. ]
  6113. },
  6114. "notification-url": "https://packagist.org/downloads/",
  6115. "license": [
  6116. "BSD-3-Clause"
  6117. ],
  6118. "authors": [
  6119. {
  6120. "name": "Sebastian Bergmann",
  6121. "email": "sebastian@phpunit.de"
  6122. },
  6123. {
  6124. "name": "Jeff Welch",
  6125. "email": "whatthejeff@gmail.com"
  6126. },
  6127. {
  6128. "name": "Volker Dusch",
  6129. "email": "github@wallbash.com"
  6130. },
  6131. {
  6132. "name": "Bernhard Schussek",
  6133. "email": "bschussek@2bepublished.at"
  6134. }
  6135. ],
  6136. "description": "Provides the functionality to compare PHP values for equality",
  6137. "homepage": "https://github.com/sebastianbergmann/comparator",
  6138. "keywords": [
  6139. "comparator",
  6140. "compare",
  6141. "equality"
  6142. ],
  6143. "funding": [
  6144. {
  6145. "url": "https://github.com/sebastianbergmann",
  6146. "type": "github"
  6147. }
  6148. ],
  6149. "time": "2020-10-26T15:49:45+00:00"
  6150. },
  6151. {
  6152. "name": "sebastian/complexity",
  6153. "version": "2.0.2",
  6154. "source": {
  6155. "type": "git",
  6156. "url": "https://github.com/sebastianbergmann/complexity.git",
  6157. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  6158. },
  6159. "dist": {
  6160. "type": "zip",
  6161. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  6162. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  6163. "shasum": ""
  6164. },
  6165. "require": {
  6166. "nikic/php-parser": "^4.7",
  6167. "php": ">=7.3"
  6168. },
  6169. "require-dev": {
  6170. "phpunit/phpunit": "^9.3"
  6171. },
  6172. "type": "library",
  6173. "extra": {
  6174. "branch-alias": {
  6175. "dev-master": "2.0-dev"
  6176. }
  6177. },
  6178. "autoload": {
  6179. "classmap": [
  6180. "src/"
  6181. ]
  6182. },
  6183. "notification-url": "https://packagist.org/downloads/",
  6184. "license": [
  6185. "BSD-3-Clause"
  6186. ],
  6187. "authors": [
  6188. {
  6189. "name": "Sebastian Bergmann",
  6190. "email": "sebastian@phpunit.de",
  6191. "role": "lead"
  6192. }
  6193. ],
  6194. "description": "Library for calculating the complexity of PHP code units",
  6195. "homepage": "https://github.com/sebastianbergmann/complexity",
  6196. "funding": [
  6197. {
  6198. "url": "https://github.com/sebastianbergmann",
  6199. "type": "github"
  6200. }
  6201. ],
  6202. "time": "2020-10-26T15:52:27+00:00"
  6203. },
  6204. {
  6205. "name": "sebastian/diff",
  6206. "version": "4.0.4",
  6207. "source": {
  6208. "type": "git",
  6209. "url": "https://github.com/sebastianbergmann/diff.git",
  6210. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  6211. },
  6212. "dist": {
  6213. "type": "zip",
  6214. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  6215. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  6216. "shasum": ""
  6217. },
  6218. "require": {
  6219. "php": ">=7.3"
  6220. },
  6221. "require-dev": {
  6222. "phpunit/phpunit": "^9.3",
  6223. "symfony/process": "^4.2 || ^5"
  6224. },
  6225. "type": "library",
  6226. "extra": {
  6227. "branch-alias": {
  6228. "dev-master": "4.0-dev"
  6229. }
  6230. },
  6231. "autoload": {
  6232. "classmap": [
  6233. "src/"
  6234. ]
  6235. },
  6236. "notification-url": "https://packagist.org/downloads/",
  6237. "license": [
  6238. "BSD-3-Clause"
  6239. ],
  6240. "authors": [
  6241. {
  6242. "name": "Sebastian Bergmann",
  6243. "email": "sebastian@phpunit.de"
  6244. },
  6245. {
  6246. "name": "Kore Nordmann",
  6247. "email": "mail@kore-nordmann.de"
  6248. }
  6249. ],
  6250. "description": "Diff implementation",
  6251. "homepage": "https://github.com/sebastianbergmann/diff",
  6252. "keywords": [
  6253. "diff",
  6254. "udiff",
  6255. "unidiff",
  6256. "unified diff"
  6257. ],
  6258. "funding": [
  6259. {
  6260. "url": "https://github.com/sebastianbergmann",
  6261. "type": "github"
  6262. }
  6263. ],
  6264. "time": "2020-10-26T13:10:38+00:00"
  6265. },
  6266. {
  6267. "name": "sebastian/environment",
  6268. "version": "5.1.3",
  6269. "source": {
  6270. "type": "git",
  6271. "url": "https://github.com/sebastianbergmann/environment.git",
  6272. "reference": "388b6ced16caa751030f6a69e588299fa09200ac"
  6273. },
  6274. "dist": {
  6275. "type": "zip",
  6276. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/388b6ced16caa751030f6a69e588299fa09200ac",
  6277. "reference": "388b6ced16caa751030f6a69e588299fa09200ac",
  6278. "shasum": ""
  6279. },
  6280. "require": {
  6281. "php": ">=7.3"
  6282. },
  6283. "require-dev": {
  6284. "phpunit/phpunit": "^9.3"
  6285. },
  6286. "suggest": {
  6287. "ext-posix": "*"
  6288. },
  6289. "type": "library",
  6290. "extra": {
  6291. "branch-alias": {
  6292. "dev-master": "5.1-dev"
  6293. }
  6294. },
  6295. "autoload": {
  6296. "classmap": [
  6297. "src/"
  6298. ]
  6299. },
  6300. "notification-url": "https://packagist.org/downloads/",
  6301. "license": [
  6302. "BSD-3-Clause"
  6303. ],
  6304. "authors": [
  6305. {
  6306. "name": "Sebastian Bergmann",
  6307. "email": "sebastian@phpunit.de"
  6308. }
  6309. ],
  6310. "description": "Provides functionality to handle HHVM/PHP environments",
  6311. "homepage": "http://www.github.com/sebastianbergmann/environment",
  6312. "keywords": [
  6313. "Xdebug",
  6314. "environment",
  6315. "hhvm"
  6316. ],
  6317. "funding": [
  6318. {
  6319. "url": "https://github.com/sebastianbergmann",
  6320. "type": "github"
  6321. }
  6322. ],
  6323. "time": "2020-09-28T05:52:38+00:00"
  6324. },
  6325. {
  6326. "name": "sebastian/exporter",
  6327. "version": "4.0.3",
  6328. "source": {
  6329. "type": "git",
  6330. "url": "https://github.com/sebastianbergmann/exporter.git",
  6331. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65"
  6332. },
  6333. "dist": {
  6334. "type": "zip",
  6335. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  6336. "reference": "d89cc98761b8cb5a1a235a6b703ae50d34080e65",
  6337. "shasum": ""
  6338. },
  6339. "require": {
  6340. "php": ">=7.3",
  6341. "sebastian/recursion-context": "^4.0"
  6342. },
  6343. "require-dev": {
  6344. "ext-mbstring": "*",
  6345. "phpunit/phpunit": "^9.3"
  6346. },
  6347. "type": "library",
  6348. "extra": {
  6349. "branch-alias": {
  6350. "dev-master": "4.0-dev"
  6351. }
  6352. },
  6353. "autoload": {
  6354. "classmap": [
  6355. "src/"
  6356. ]
  6357. },
  6358. "notification-url": "https://packagist.org/downloads/",
  6359. "license": [
  6360. "BSD-3-Clause"
  6361. ],
  6362. "authors": [
  6363. {
  6364. "name": "Sebastian Bergmann",
  6365. "email": "sebastian@phpunit.de"
  6366. },
  6367. {
  6368. "name": "Jeff Welch",
  6369. "email": "whatthejeff@gmail.com"
  6370. },
  6371. {
  6372. "name": "Volker Dusch",
  6373. "email": "github@wallbash.com"
  6374. },
  6375. {
  6376. "name": "Adam Harvey",
  6377. "email": "aharvey@php.net"
  6378. },
  6379. {
  6380. "name": "Bernhard Schussek",
  6381. "email": "bschussek@gmail.com"
  6382. }
  6383. ],
  6384. "description": "Provides the functionality to export PHP variables for visualization",
  6385. "homepage": "http://www.github.com/sebastianbergmann/exporter",
  6386. "keywords": [
  6387. "export",
  6388. "exporter"
  6389. ],
  6390. "funding": [
  6391. {
  6392. "url": "https://github.com/sebastianbergmann",
  6393. "type": "github"
  6394. }
  6395. ],
  6396. "time": "2020-09-28T05:24:23+00:00"
  6397. },
  6398. {
  6399. "name": "sebastian/global-state",
  6400. "version": "5.0.2",
  6401. "source": {
  6402. "type": "git",
  6403. "url": "https://github.com/sebastianbergmann/global-state.git",
  6404. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455"
  6405. },
  6406. "dist": {
  6407. "type": "zip",
  6408. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/a90ccbddffa067b51f574dea6eb25d5680839455",
  6409. "reference": "a90ccbddffa067b51f574dea6eb25d5680839455",
  6410. "shasum": ""
  6411. },
  6412. "require": {
  6413. "php": ">=7.3",
  6414. "sebastian/object-reflector": "^2.0",
  6415. "sebastian/recursion-context": "^4.0"
  6416. },
  6417. "require-dev": {
  6418. "ext-dom": "*",
  6419. "phpunit/phpunit": "^9.3"
  6420. },
  6421. "suggest": {
  6422. "ext-uopz": "*"
  6423. },
  6424. "type": "library",
  6425. "extra": {
  6426. "branch-alias": {
  6427. "dev-master": "5.0-dev"
  6428. }
  6429. },
  6430. "autoload": {
  6431. "classmap": [
  6432. "src/"
  6433. ]
  6434. },
  6435. "notification-url": "https://packagist.org/downloads/",
  6436. "license": [
  6437. "BSD-3-Clause"
  6438. ],
  6439. "authors": [
  6440. {
  6441. "name": "Sebastian Bergmann",
  6442. "email": "sebastian@phpunit.de"
  6443. }
  6444. ],
  6445. "description": "Snapshotting of global state",
  6446. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  6447. "keywords": [
  6448. "global state"
  6449. ],
  6450. "funding": [
  6451. {
  6452. "url": "https://github.com/sebastianbergmann",
  6453. "type": "github"
  6454. }
  6455. ],
  6456. "time": "2020-10-26T15:55:19+00:00"
  6457. },
  6458. {
  6459. "name": "sebastian/lines-of-code",
  6460. "version": "1.0.2",
  6461. "source": {
  6462. "type": "git",
  6463. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  6464. "reference": "acf76492a65401babcf5283296fa510782783a7a"
  6465. },
  6466. "dist": {
  6467. "type": "zip",
  6468. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/acf76492a65401babcf5283296fa510782783a7a",
  6469. "reference": "acf76492a65401babcf5283296fa510782783a7a",
  6470. "shasum": ""
  6471. },
  6472. "require": {
  6473. "nikic/php-parser": "^4.6",
  6474. "php": ">=7.3"
  6475. },
  6476. "require-dev": {
  6477. "phpunit/phpunit": "^9.3"
  6478. },
  6479. "type": "library",
  6480. "extra": {
  6481. "branch-alias": {
  6482. "dev-master": "1.0-dev"
  6483. }
  6484. },
  6485. "autoload": {
  6486. "classmap": [
  6487. "src/"
  6488. ]
  6489. },
  6490. "notification-url": "https://packagist.org/downloads/",
  6491. "license": [
  6492. "BSD-3-Clause"
  6493. ],
  6494. "authors": [
  6495. {
  6496. "name": "Sebastian Bergmann",
  6497. "email": "sebastian@phpunit.de",
  6498. "role": "lead"
  6499. }
  6500. ],
  6501. "description": "Library for counting the lines of code in PHP source code",
  6502. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  6503. "funding": [
  6504. {
  6505. "url": "https://github.com/sebastianbergmann",
  6506. "type": "github"
  6507. }
  6508. ],
  6509. "time": "2020-10-26T17:03:56+00:00"
  6510. },
  6511. {
  6512. "name": "sebastian/object-enumerator",
  6513. "version": "4.0.4",
  6514. "source": {
  6515. "type": "git",
  6516. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  6517. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  6518. },
  6519. "dist": {
  6520. "type": "zip",
  6521. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  6522. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  6523. "shasum": ""
  6524. },
  6525. "require": {
  6526. "php": ">=7.3",
  6527. "sebastian/object-reflector": "^2.0",
  6528. "sebastian/recursion-context": "^4.0"
  6529. },
  6530. "require-dev": {
  6531. "phpunit/phpunit": "^9.3"
  6532. },
  6533. "type": "library",
  6534. "extra": {
  6535. "branch-alias": {
  6536. "dev-master": "4.0-dev"
  6537. }
  6538. },
  6539. "autoload": {
  6540. "classmap": [
  6541. "src/"
  6542. ]
  6543. },
  6544. "notification-url": "https://packagist.org/downloads/",
  6545. "license": [
  6546. "BSD-3-Clause"
  6547. ],
  6548. "authors": [
  6549. {
  6550. "name": "Sebastian Bergmann",
  6551. "email": "sebastian@phpunit.de"
  6552. }
  6553. ],
  6554. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  6555. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  6556. "funding": [
  6557. {
  6558. "url": "https://github.com/sebastianbergmann",
  6559. "type": "github"
  6560. }
  6561. ],
  6562. "time": "2020-10-26T13:12:34+00:00"
  6563. },
  6564. {
  6565. "name": "sebastian/object-reflector",
  6566. "version": "2.0.4",
  6567. "source": {
  6568. "type": "git",
  6569. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  6570. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  6571. },
  6572. "dist": {
  6573. "type": "zip",
  6574. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  6575. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  6576. "shasum": ""
  6577. },
  6578. "require": {
  6579. "php": ">=7.3"
  6580. },
  6581. "require-dev": {
  6582. "phpunit/phpunit": "^9.3"
  6583. },
  6584. "type": "library",
  6585. "extra": {
  6586. "branch-alias": {
  6587. "dev-master": "2.0-dev"
  6588. }
  6589. },
  6590. "autoload": {
  6591. "classmap": [
  6592. "src/"
  6593. ]
  6594. },
  6595. "notification-url": "https://packagist.org/downloads/",
  6596. "license": [
  6597. "BSD-3-Clause"
  6598. ],
  6599. "authors": [
  6600. {
  6601. "name": "Sebastian Bergmann",
  6602. "email": "sebastian@phpunit.de"
  6603. }
  6604. ],
  6605. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  6606. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  6607. "funding": [
  6608. {
  6609. "url": "https://github.com/sebastianbergmann",
  6610. "type": "github"
  6611. }
  6612. ],
  6613. "time": "2020-10-26T13:14:26+00:00"
  6614. },
  6615. {
  6616. "name": "sebastian/recursion-context",
  6617. "version": "4.0.4",
  6618. "source": {
  6619. "type": "git",
  6620. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  6621. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
  6622. },
  6623. "dist": {
  6624. "type": "zip",
  6625. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
  6626. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
  6627. "shasum": ""
  6628. },
  6629. "require": {
  6630. "php": ">=7.3"
  6631. },
  6632. "require-dev": {
  6633. "phpunit/phpunit": "^9.3"
  6634. },
  6635. "type": "library",
  6636. "extra": {
  6637. "branch-alias": {
  6638. "dev-master": "4.0-dev"
  6639. }
  6640. },
  6641. "autoload": {
  6642. "classmap": [
  6643. "src/"
  6644. ]
  6645. },
  6646. "notification-url": "https://packagist.org/downloads/",
  6647. "license": [
  6648. "BSD-3-Clause"
  6649. ],
  6650. "authors": [
  6651. {
  6652. "name": "Sebastian Bergmann",
  6653. "email": "sebastian@phpunit.de"
  6654. },
  6655. {
  6656. "name": "Jeff Welch",
  6657. "email": "whatthejeff@gmail.com"
  6658. },
  6659. {
  6660. "name": "Adam Harvey",
  6661. "email": "aharvey@php.net"
  6662. }
  6663. ],
  6664. "description": "Provides functionality to recursively process PHP variables",
  6665. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  6666. "funding": [
  6667. {
  6668. "url": "https://github.com/sebastianbergmann",
  6669. "type": "github"
  6670. }
  6671. ],
  6672. "time": "2020-10-26T13:17:30+00:00"
  6673. },
  6674. {
  6675. "name": "sebastian/resource-operations",
  6676. "version": "3.0.3",
  6677. "source": {
  6678. "type": "git",
  6679. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  6680. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  6681. },
  6682. "dist": {
  6683. "type": "zip",
  6684. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  6685. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  6686. "shasum": ""
  6687. },
  6688. "require": {
  6689. "php": ">=7.3"
  6690. },
  6691. "require-dev": {
  6692. "phpunit/phpunit": "^9.0"
  6693. },
  6694. "type": "library",
  6695. "extra": {
  6696. "branch-alias": {
  6697. "dev-master": "3.0-dev"
  6698. }
  6699. },
  6700. "autoload": {
  6701. "classmap": [
  6702. "src/"
  6703. ]
  6704. },
  6705. "notification-url": "https://packagist.org/downloads/",
  6706. "license": [
  6707. "BSD-3-Clause"
  6708. ],
  6709. "authors": [
  6710. {
  6711. "name": "Sebastian Bergmann",
  6712. "email": "sebastian@phpunit.de"
  6713. }
  6714. ],
  6715. "description": "Provides a list of PHP built-in functions that operate on resources",
  6716. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  6717. "funding": [
  6718. {
  6719. "url": "https://github.com/sebastianbergmann",
  6720. "type": "github"
  6721. }
  6722. ],
  6723. "time": "2020-09-28T06:45:17+00:00"
  6724. },
  6725. {
  6726. "name": "sebastian/type",
  6727. "version": "2.3.1",
  6728. "source": {
  6729. "type": "git",
  6730. "url": "https://github.com/sebastianbergmann/type.git",
  6731. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2"
  6732. },
  6733. "dist": {
  6734. "type": "zip",
  6735. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  6736. "reference": "81cd61ab7bbf2de744aba0ea61fae32f721df3d2",
  6737. "shasum": ""
  6738. },
  6739. "require": {
  6740. "php": ">=7.3"
  6741. },
  6742. "require-dev": {
  6743. "phpunit/phpunit": "^9.3"
  6744. },
  6745. "type": "library",
  6746. "extra": {
  6747. "branch-alias": {
  6748. "dev-master": "2.3-dev"
  6749. }
  6750. },
  6751. "autoload": {
  6752. "classmap": [
  6753. "src/"
  6754. ]
  6755. },
  6756. "notification-url": "https://packagist.org/downloads/",
  6757. "license": [
  6758. "BSD-3-Clause"
  6759. ],
  6760. "authors": [
  6761. {
  6762. "name": "Sebastian Bergmann",
  6763. "email": "sebastian@phpunit.de",
  6764. "role": "lead"
  6765. }
  6766. ],
  6767. "description": "Collection of value objects that represent the types of the PHP type system",
  6768. "homepage": "https://github.com/sebastianbergmann/type",
  6769. "funding": [
  6770. {
  6771. "url": "https://github.com/sebastianbergmann",
  6772. "type": "github"
  6773. }
  6774. ],
  6775. "time": "2020-10-26T13:18:59+00:00"
  6776. },
  6777. {
  6778. "name": "sebastian/version",
  6779. "version": "3.0.2",
  6780. "source": {
  6781. "type": "git",
  6782. "url": "https://github.com/sebastianbergmann/version.git",
  6783. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  6784. },
  6785. "dist": {
  6786. "type": "zip",
  6787. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  6788. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  6789. "shasum": ""
  6790. },
  6791. "require": {
  6792. "php": ">=7.3"
  6793. },
  6794. "type": "library",
  6795. "extra": {
  6796. "branch-alias": {
  6797. "dev-master": "3.0-dev"
  6798. }
  6799. },
  6800. "autoload": {
  6801. "classmap": [
  6802. "src/"
  6803. ]
  6804. },
  6805. "notification-url": "https://packagist.org/downloads/",
  6806. "license": [
  6807. "BSD-3-Clause"
  6808. ],
  6809. "authors": [
  6810. {
  6811. "name": "Sebastian Bergmann",
  6812. "email": "sebastian@phpunit.de",
  6813. "role": "lead"
  6814. }
  6815. ],
  6816. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  6817. "homepage": "https://github.com/sebastianbergmann/version",
  6818. "funding": [
  6819. {
  6820. "url": "https://github.com/sebastianbergmann",
  6821. "type": "github"
  6822. }
  6823. ],
  6824. "time": "2020-09-28T06:39:44+00:00"
  6825. },
  6826. {
  6827. "name": "theseer/tokenizer",
  6828. "version": "1.2.0",
  6829. "source": {
  6830. "type": "git",
  6831. "url": "https://github.com/theseer/tokenizer.git",
  6832. "reference": "75a63c33a8577608444246075ea0af0d052e452a"
  6833. },
  6834. "dist": {
  6835. "type": "zip",
  6836. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/75a63c33a8577608444246075ea0af0d052e452a",
  6837. "reference": "75a63c33a8577608444246075ea0af0d052e452a",
  6838. "shasum": ""
  6839. },
  6840. "require": {
  6841. "ext-dom": "*",
  6842. "ext-tokenizer": "*",
  6843. "ext-xmlwriter": "*",
  6844. "php": "^7.2 || ^8.0"
  6845. },
  6846. "type": "library",
  6847. "autoload": {
  6848. "classmap": [
  6849. "src/"
  6850. ]
  6851. },
  6852. "notification-url": "https://packagist.org/downloads/",
  6853. "license": [
  6854. "BSD-3-Clause"
  6855. ],
  6856. "authors": [
  6857. {
  6858. "name": "Arne Blankerts",
  6859. "email": "arne@blankerts.de",
  6860. "role": "Developer"
  6861. }
  6862. ],
  6863. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  6864. "funding": [
  6865. {
  6866. "url": "https://github.com/theseer",
  6867. "type": "github"
  6868. }
  6869. ],
  6870. "time": "2020-07-12T23:59:07+00:00"
  6871. },
  6872. {
  6873. "name": "webmozart/assert",
  6874. "version": "1.9.1",
  6875. "source": {
  6876. "type": "git",
  6877. "url": "https://github.com/webmozart/assert.git",
  6878. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389"
  6879. },
  6880. "dist": {
  6881. "type": "zip",
  6882. "url": "https://api.github.com/repos/webmozart/assert/zipball/bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6883. "reference": "bafc69caeb4d49c39fd0779086c03a3738cbb389",
  6884. "shasum": ""
  6885. },
  6886. "require": {
  6887. "php": "^5.3.3 || ^7.0 || ^8.0",
  6888. "symfony/polyfill-ctype": "^1.8"
  6889. },
  6890. "conflict": {
  6891. "phpstan/phpstan": "<0.12.20",
  6892. "vimeo/psalm": "<3.9.1"
  6893. },
  6894. "require-dev": {
  6895. "phpunit/phpunit": "^4.8.36 || ^7.5.13"
  6896. },
  6897. "type": "library",
  6898. "autoload": {
  6899. "psr-4": {
  6900. "Webmozart\\Assert\\": "src/"
  6901. }
  6902. },
  6903. "notification-url": "https://packagist.org/downloads/",
  6904. "license": [
  6905. "MIT"
  6906. ],
  6907. "authors": [
  6908. {
  6909. "name": "Bernhard Schussek",
  6910. "email": "bschussek@gmail.com"
  6911. }
  6912. ],
  6913. "description": "Assertions to validate method input/output with nice error messages.",
  6914. "keywords": [
  6915. "assert",
  6916. "check",
  6917. "validate"
  6918. ],
  6919. "time": "2020-07-08T17:02:28+00:00"
  6920. }
  6921. ],
  6922. "aliases": [],
  6923. "minimum-stability": "dev",
  6924. "stability-flags": [],
  6925. "prefer-stable": true,
  6926. "prefer-lowest": false,
  6927. "platform": {
  6928. "php": "^7.3|^8.0"
  6929. },
  6930. "platform-dev": [],
  6931. "plugin-api-version": "1.1.0"
  6932. }