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.

7105 lines
249 KiB

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