Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

12864 righe
474 KiB

  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": "6d2084d2bca02e3d5db133e722f02056",
  8. "packages": [
  9. {
  10. "name": "aws/aws-crt-php",
  11. "version": "v1.0.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/awslabs/aws-crt-php.git",
  15. "reference": "3942776a8c99209908ee0b287746263725685732"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/awslabs/aws-crt-php/zipball/3942776a8c99209908ee0b287746263725685732",
  20. "reference": "3942776a8c99209908ee0b287746263725685732",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "php": ">=5.5"
  25. },
  26. "require-dev": {
  27. "phpunit/phpunit": "^4.8.35|^5.4.3"
  28. },
  29. "type": "library",
  30. "autoload": {
  31. "classmap": [
  32. "src/"
  33. ]
  34. },
  35. "notification-url": "https://packagist.org/downloads/",
  36. "license": [
  37. "Apache-2.0"
  38. ],
  39. "authors": [
  40. {
  41. "name": "AWS SDK Common Runtime Team",
  42. "email": "aws-sdk-common-runtime@amazon.com"
  43. }
  44. ],
  45. "description": "AWS Common Runtime for PHP",
  46. "homepage": "http://aws.amazon.com/sdkforphp",
  47. "keywords": [
  48. "amazon",
  49. "aws",
  50. "crt",
  51. "sdk"
  52. ],
  53. "support": {
  54. "issues": "https://github.com/awslabs/aws-crt-php/issues",
  55. "source": "https://github.com/awslabs/aws-crt-php/tree/v1.0.2"
  56. },
  57. "time": "2021-09-03T22:57:30+00:00"
  58. },
  59. {
  60. "name": "aws/aws-sdk-php",
  61. "version": "3.224.4",
  62. "source": {
  63. "type": "git",
  64. "url": "https://github.com/aws/aws-sdk-php.git",
  65. "reference": "8c8a713b8c1e1a20f66a801f9d2cd7fd80d8d3f8"
  66. },
  67. "dist": {
  68. "type": "zip",
  69. "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/8c8a713b8c1e1a20f66a801f9d2cd7fd80d8d3f8",
  70. "reference": "8c8a713b8c1e1a20f66a801f9d2cd7fd80d8d3f8",
  71. "shasum": ""
  72. },
  73. "require": {
  74. "aws/aws-crt-php": "^1.0.2",
  75. "ext-json": "*",
  76. "ext-pcre": "*",
  77. "ext-simplexml": "*",
  78. "guzzlehttp/guzzle": "^5.3.3 || ^6.2.1 || ^7.0",
  79. "guzzlehttp/promises": "^1.4.0",
  80. "guzzlehttp/psr7": "^1.7.0 || ^2.1.1",
  81. "mtdowling/jmespath.php": "^2.6",
  82. "php": ">=5.5"
  83. },
  84. "require-dev": {
  85. "andrewsville/php-token-reflection": "^1.4",
  86. "aws/aws-php-sns-message-validator": "~1.0",
  87. "behat/behat": "~3.0",
  88. "doctrine/cache": "~1.4",
  89. "ext-dom": "*",
  90. "ext-openssl": "*",
  91. "ext-pcntl": "*",
  92. "ext-sockets": "*",
  93. "nette/neon": "^2.3",
  94. "paragonie/random_compat": ">= 2",
  95. "phpunit/phpunit": "^4.8.35 || ^5.6.3",
  96. "psr/cache": "^1.0",
  97. "psr/simple-cache": "^1.0",
  98. "sebastian/comparator": "^1.2.3"
  99. },
  100. "suggest": {
  101. "aws/aws-php-sns-message-validator": "To validate incoming SNS notifications",
  102. "doctrine/cache": "To use the DoctrineCacheAdapter",
  103. "ext-curl": "To send requests using cURL",
  104. "ext-openssl": "Allows working with CloudFront private distributions and verifying received SNS messages",
  105. "ext-sockets": "To use client-side monitoring"
  106. },
  107. "type": "library",
  108. "extra": {
  109. "branch-alias": {
  110. "dev-master": "3.0-dev"
  111. }
  112. },
  113. "autoload": {
  114. "files": [
  115. "src/functions.php"
  116. ],
  117. "psr-4": {
  118. "Aws\\": "src/"
  119. }
  120. },
  121. "notification-url": "https://packagist.org/downloads/",
  122. "license": [
  123. "Apache-2.0"
  124. ],
  125. "authors": [
  126. {
  127. "name": "Amazon Web Services",
  128. "homepage": "http://aws.amazon.com"
  129. }
  130. ],
  131. "description": "AWS SDK for PHP - Use Amazon Web Services in your PHP project",
  132. "homepage": "http://aws.amazon.com/sdkforphp",
  133. "keywords": [
  134. "amazon",
  135. "aws",
  136. "cloud",
  137. "dynamodb",
  138. "ec2",
  139. "glacier",
  140. "s3",
  141. "sdk"
  142. ],
  143. "support": {
  144. "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80",
  145. "issues": "https://github.com/aws/aws-sdk-php/issues",
  146. "source": "https://github.com/aws/aws-sdk-php/tree/3.224.4"
  147. },
  148. "time": "2022-06-06T18:32:10+00:00"
  149. },
  150. {
  151. "name": "brick/math",
  152. "version": "0.9.3",
  153. "source": {
  154. "type": "git",
  155. "url": "https://github.com/brick/math.git",
  156. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae"
  157. },
  158. "dist": {
  159. "type": "zip",
  160. "url": "https://api.github.com/repos/brick/math/zipball/ca57d18f028f84f777b2168cd1911b0dee2343ae",
  161. "reference": "ca57d18f028f84f777b2168cd1911b0dee2343ae",
  162. "shasum": ""
  163. },
  164. "require": {
  165. "ext-json": "*",
  166. "php": "^7.1 || ^8.0"
  167. },
  168. "require-dev": {
  169. "php-coveralls/php-coveralls": "^2.2",
  170. "phpunit/phpunit": "^7.5.15 || ^8.5 || ^9.0",
  171. "vimeo/psalm": "4.9.2"
  172. },
  173. "type": "library",
  174. "autoload": {
  175. "psr-4": {
  176. "Brick\\Math\\": "src/"
  177. }
  178. },
  179. "notification-url": "https://packagist.org/downloads/",
  180. "license": [
  181. "MIT"
  182. ],
  183. "description": "Arbitrary-precision arithmetic library",
  184. "keywords": [
  185. "Arbitrary-precision",
  186. "BigInteger",
  187. "BigRational",
  188. "arithmetic",
  189. "bigdecimal",
  190. "bignum",
  191. "brick",
  192. "math"
  193. ],
  194. "support": {
  195. "issues": "https://github.com/brick/math/issues",
  196. "source": "https://github.com/brick/math/tree/0.9.3"
  197. },
  198. "funding": [
  199. {
  200. "url": "https://github.com/BenMorel",
  201. "type": "github"
  202. },
  203. {
  204. "url": "https://tidelift.com/funding/github/packagist/brick/math",
  205. "type": "tidelift"
  206. }
  207. ],
  208. "time": "2021-08-15T20:50:18+00:00"
  209. },
  210. {
  211. "name": "brick/varexporter",
  212. "version": "0.3.5",
  213. "source": {
  214. "type": "git",
  215. "url": "https://github.com/brick/varexporter.git",
  216. "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518"
  217. },
  218. "dist": {
  219. "type": "zip",
  220. "url": "https://api.github.com/repos/brick/varexporter/zipball/05241f28dfcba2b51b11e2d750e296316ebbe518",
  221. "reference": "05241f28dfcba2b51b11e2d750e296316ebbe518",
  222. "shasum": ""
  223. },
  224. "require": {
  225. "nikic/php-parser": "^4.0",
  226. "php": "^7.2 || ^8.0"
  227. },
  228. "require-dev": {
  229. "php-coveralls/php-coveralls": "^2.2",
  230. "phpunit/phpunit": "^8.5 || ^9.0",
  231. "vimeo/psalm": "4.4.1"
  232. },
  233. "type": "library",
  234. "autoload": {
  235. "psr-4": {
  236. "Brick\\VarExporter\\": "src/"
  237. }
  238. },
  239. "notification-url": "https://packagist.org/downloads/",
  240. "license": [
  241. "MIT"
  242. ],
  243. "description": "A powerful alternative to var_export(), which can export closures and objects without __set_state()",
  244. "keywords": [
  245. "var_export"
  246. ],
  247. "support": {
  248. "issues": "https://github.com/brick/varexporter/issues",
  249. "source": "https://github.com/brick/varexporter/tree/0.3.5"
  250. },
  251. "time": "2021-02-10T13:53:07+00:00"
  252. },
  253. {
  254. "name": "colinmollenhour/cache-backend-file",
  255. "version": "v1.4.5",
  256. "source": {
  257. "type": "git",
  258. "url": "https://github.com/colinmollenhour/Cm_Cache_Backend_File.git",
  259. "reference": "03c7d4c0f43b2de1b559a3527d18ff697d306544"
  260. },
  261. "dist": {
  262. "type": "zip",
  263. "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_File/zipball/03c7d4c0f43b2de1b559a3527d18ff697d306544",
  264. "reference": "03c7d4c0f43b2de1b559a3527d18ff697d306544",
  265. "shasum": ""
  266. },
  267. "type": "magento-module",
  268. "autoload": {
  269. "classmap": [
  270. "File.php"
  271. ]
  272. },
  273. "notification-url": "https://packagist.org/downloads/",
  274. "license": [
  275. "BSD-3-Clause"
  276. ],
  277. "authors": [
  278. {
  279. "name": "Colin Mollenhour"
  280. }
  281. ],
  282. "description": "The stock Zend_Cache_Backend_File backend has extremely poor performance for cleaning by tags making it become unusable as the number of cached items increases. This backend makes many changes resulting in a huge performance boost, especially for tag cleaning.",
  283. "homepage": "https://github.com/colinmollenhour/Cm_Cache_Backend_File",
  284. "support": {
  285. "issues": "https://github.com/colinmollenhour/Cm_Cache_Backend_File/issues",
  286. "source": "https://github.com/colinmollenhour/Cm_Cache_Backend_File/tree/master"
  287. },
  288. "time": "2019-04-18T21:54:31+00:00"
  289. },
  290. {
  291. "name": "colinmollenhour/cache-backend-redis",
  292. "version": "1.14.2",
  293. "source": {
  294. "type": "git",
  295. "url": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis.git",
  296. "reference": "0b042d26b8c2aa093485bdc4bb03a0113a03778d"
  297. },
  298. "dist": {
  299. "type": "zip",
  300. "url": "https://api.github.com/repos/colinmollenhour/Cm_Cache_Backend_Redis/zipball/0b042d26b8c2aa093485bdc4bb03a0113a03778d",
  301. "reference": "0b042d26b8c2aa093485bdc4bb03a0113a03778d",
  302. "shasum": ""
  303. },
  304. "require": {
  305. "colinmollenhour/credis": "*"
  306. },
  307. "type": "magento-module",
  308. "autoload": {
  309. "classmap": [
  310. "Cm/Cache/Backend/Redis.php"
  311. ]
  312. },
  313. "notification-url": "https://packagist.org/downloads/",
  314. "license": [
  315. "BSD-3-Clause"
  316. ],
  317. "authors": [
  318. {
  319. "name": "Colin Mollenhour"
  320. }
  321. ],
  322. "description": "Zend_Cache backend using Redis with full support for tags.",
  323. "homepage": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis",
  324. "support": {
  325. "issues": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/issues",
  326. "source": "https://github.com/colinmollenhour/Cm_Cache_Backend_Redis/tree/1.14.2"
  327. },
  328. "time": "2021-03-02T18:36:21+00:00"
  329. },
  330. {
  331. "name": "colinmollenhour/credis",
  332. "version": "v1.13.0",
  333. "source": {
  334. "type": "git",
  335. "url": "https://github.com/colinmollenhour/credis.git",
  336. "reference": "afec8e58ec93d2291c127fa19709a048f28641e5"
  337. },
  338. "dist": {
  339. "type": "zip",
  340. "url": "https://api.github.com/repos/colinmollenhour/credis/zipball/afec8e58ec93d2291c127fa19709a048f28641e5",
  341. "reference": "afec8e58ec93d2291c127fa19709a048f28641e5",
  342. "shasum": ""
  343. },
  344. "require": {
  345. "php": ">=5.6.0"
  346. },
  347. "suggest": {
  348. "ext-redis": "Improved performance for communicating with redis"
  349. },
  350. "type": "library",
  351. "autoload": {
  352. "classmap": [
  353. "Client.php",
  354. "Cluster.php",
  355. "Sentinel.php",
  356. "Module.php"
  357. ]
  358. },
  359. "notification-url": "https://packagist.org/downloads/",
  360. "license": [
  361. "MIT"
  362. ],
  363. "authors": [
  364. {
  365. "name": "Colin Mollenhour",
  366. "email": "colin@mollenhour.com"
  367. }
  368. ],
  369. "description": "Credis is a lightweight interface to the Redis key-value store which wraps the phpredis library when available for better performance.",
  370. "homepage": "https://github.com/colinmollenhour/credis",
  371. "support": {
  372. "issues": "https://github.com/colinmollenhour/credis/issues",
  373. "source": "https://github.com/colinmollenhour/credis/tree/v1.13.0"
  374. },
  375. "time": "2022-04-07T14:57:22+00:00"
  376. },
  377. {
  378. "name": "colinmollenhour/php-redis-session-abstract",
  379. "version": "v1.4.5",
  380. "source": {
  381. "type": "git",
  382. "url": "https://github.com/colinmollenhour/php-redis-session-abstract.git",
  383. "reference": "77ad0c1637ae6ea059f1f8e9fbdac6469242a16d"
  384. },
  385. "dist": {
  386. "type": "zip",
  387. "url": "https://api.github.com/repos/colinmollenhour/php-redis-session-abstract/zipball/77ad0c1637ae6ea059f1f8e9fbdac6469242a16d",
  388. "reference": "77ad0c1637ae6ea059f1f8e9fbdac6469242a16d",
  389. "shasum": ""
  390. },
  391. "require": {
  392. "colinmollenhour/credis": "~1.6",
  393. "php": "^5.5 || ^7.0 || ^8.0"
  394. },
  395. "require-dev": {
  396. "phpunit/phpunit": "^9"
  397. },
  398. "type": "library",
  399. "autoload": {
  400. "psr-0": {
  401. "Cm\\RedisSession\\": "src/"
  402. }
  403. },
  404. "notification-url": "https://packagist.org/downloads/",
  405. "license": [
  406. "BSD-3-Clause"
  407. ],
  408. "authors": [
  409. {
  410. "name": "Colin Mollenhour"
  411. }
  412. ],
  413. "description": "A Redis-based session handler with optimistic locking",
  414. "homepage": "https://github.com/colinmollenhour/php-redis-session-abstract",
  415. "support": {
  416. "issues": "https://github.com/colinmollenhour/php-redis-session-abstract/issues",
  417. "source": "https://github.com/colinmollenhour/php-redis-session-abstract/tree/v1.4.5"
  418. },
  419. "time": "2021-12-01T21:16:01+00:00"
  420. },
  421. {
  422. "name": "composer/ca-bundle",
  423. "version": "1.3.2",
  424. "source": {
  425. "type": "git",
  426. "url": "https://github.com/composer/ca-bundle.git",
  427. "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640"
  428. },
  429. "dist": {
  430. "type": "zip",
  431. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/fd5dd441932a7e10ca6e5b490e272d34c8430640",
  432. "reference": "fd5dd441932a7e10ca6e5b490e272d34c8430640",
  433. "shasum": ""
  434. },
  435. "require": {
  436. "ext-openssl": "*",
  437. "ext-pcre": "*",
  438. "php": "^5.3.2 || ^7.0 || ^8.0"
  439. },
  440. "require-dev": {
  441. "phpstan/phpstan": "^0.12.55",
  442. "psr/log": "^1.0",
  443. "symfony/phpunit-bridge": "^4.2 || ^5",
  444. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
  445. },
  446. "type": "library",
  447. "extra": {
  448. "branch-alias": {
  449. "dev-main": "1.x-dev"
  450. }
  451. },
  452. "autoload": {
  453. "psr-4": {
  454. "Composer\\CaBundle\\": "src"
  455. }
  456. },
  457. "notification-url": "https://packagist.org/downloads/",
  458. "license": [
  459. "MIT"
  460. ],
  461. "authors": [
  462. {
  463. "name": "Jordi Boggiano",
  464. "email": "j.boggiano@seld.be",
  465. "homepage": "http://seld.be"
  466. }
  467. ],
  468. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  469. "keywords": [
  470. "cabundle",
  471. "cacert",
  472. "certificate",
  473. "ssl",
  474. "tls"
  475. ],
  476. "support": {
  477. "irc": "irc://irc.freenode.org/composer",
  478. "issues": "https://github.com/composer/ca-bundle/issues",
  479. "source": "https://github.com/composer/ca-bundle/tree/1.3.2"
  480. },
  481. "funding": [
  482. {
  483. "url": "https://packagist.com",
  484. "type": "custom"
  485. },
  486. {
  487. "url": "https://github.com/composer",
  488. "type": "github"
  489. },
  490. {
  491. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  492. "type": "tidelift"
  493. }
  494. ],
  495. "time": "2022-05-24T11:56:16+00:00"
  496. },
  497. {
  498. "name": "composer/composer",
  499. "version": "2.2.14",
  500. "source": {
  501. "type": "git",
  502. "url": "https://github.com/composer/composer.git",
  503. "reference": "8c7a2d200bb0e66d6fafeff2f9c9a27188e52842"
  504. },
  505. "dist": {
  506. "type": "zip",
  507. "url": "https://api.github.com/repos/composer/composer/zipball/8c7a2d200bb0e66d6fafeff2f9c9a27188e52842",
  508. "reference": "8c7a2d200bb0e66d6fafeff2f9c9a27188e52842",
  509. "shasum": ""
  510. },
  511. "require": {
  512. "composer/ca-bundle": "^1.0",
  513. "composer/metadata-minifier": "^1.0",
  514. "composer/pcre": "^1.0",
  515. "composer/semver": "^3.0",
  516. "composer/spdx-licenses": "^1.2",
  517. "composer/xdebug-handler": "^2.0 || ^3.0",
  518. "justinrainbow/json-schema": "^5.2.11",
  519. "php": "^5.3.2 || ^7.0 || ^8.0",
  520. "psr/log": "^1.0 || ^2.0",
  521. "react/promise": "^1.2 || ^2.7",
  522. "seld/jsonlint": "^1.4",
  523. "seld/phar-utils": "^1.0",
  524. "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0",
  525. "symfony/filesystem": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  526. "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  527. "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
  528. },
  529. "require-dev": {
  530. "phpspec/prophecy": "^1.10",
  531. "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
  532. },
  533. "suggest": {
  534. "ext-openssl": "Enabling the openssl extension allows you to access https URLs for repositories and packages",
  535. "ext-zip": "Enabling the zip extension allows you to unzip archives",
  536. "ext-zlib": "Allow gzip compression of HTTP requests"
  537. },
  538. "bin": [
  539. "bin/composer"
  540. ],
  541. "type": "library",
  542. "extra": {
  543. "branch-alias": {
  544. "dev-main": "2.2-dev"
  545. }
  546. },
  547. "autoload": {
  548. "psr-4": {
  549. "Composer\\": "src/Composer"
  550. }
  551. },
  552. "notification-url": "https://packagist.org/downloads/",
  553. "license": [
  554. "MIT"
  555. ],
  556. "authors": [
  557. {
  558. "name": "Nils Adermann",
  559. "email": "naderman@naderman.de",
  560. "homepage": "https://www.naderman.de"
  561. },
  562. {
  563. "name": "Jordi Boggiano",
  564. "email": "j.boggiano@seld.be",
  565. "homepage": "https://seld.be"
  566. }
  567. ],
  568. "description": "Composer helps you declare, manage and install dependencies of PHP projects. It ensures you have the right stack everywhere.",
  569. "homepage": "https://getcomposer.org/",
  570. "keywords": [
  571. "autoload",
  572. "dependency",
  573. "package"
  574. ],
  575. "support": {
  576. "irc": "ircs://irc.libera.chat:6697/composer",
  577. "issues": "https://github.com/composer/composer/issues",
  578. "source": "https://github.com/composer/composer/tree/2.2.14"
  579. },
  580. "funding": [
  581. {
  582. "url": "https://packagist.com",
  583. "type": "custom"
  584. },
  585. {
  586. "url": "https://github.com/composer",
  587. "type": "github"
  588. },
  589. {
  590. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  591. "type": "tidelift"
  592. }
  593. ],
  594. "time": "2022-06-06T14:32:50+00:00"
  595. },
  596. {
  597. "name": "composer/metadata-minifier",
  598. "version": "1.0.0",
  599. "source": {
  600. "type": "git",
  601. "url": "https://github.com/composer/metadata-minifier.git",
  602. "reference": "c549d23829536f0d0e984aaabbf02af91f443207"
  603. },
  604. "dist": {
  605. "type": "zip",
  606. "url": "https://api.github.com/repos/composer/metadata-minifier/zipball/c549d23829536f0d0e984aaabbf02af91f443207",
  607. "reference": "c549d23829536f0d0e984aaabbf02af91f443207",
  608. "shasum": ""
  609. },
  610. "require": {
  611. "php": "^5.3.2 || ^7.0 || ^8.0"
  612. },
  613. "require-dev": {
  614. "composer/composer": "^2",
  615. "phpstan/phpstan": "^0.12.55",
  616. "symfony/phpunit-bridge": "^4.2 || ^5"
  617. },
  618. "type": "library",
  619. "extra": {
  620. "branch-alias": {
  621. "dev-main": "1.x-dev"
  622. }
  623. },
  624. "autoload": {
  625. "psr-4": {
  626. "Composer\\MetadataMinifier\\": "src"
  627. }
  628. },
  629. "notification-url": "https://packagist.org/downloads/",
  630. "license": [
  631. "MIT"
  632. ],
  633. "authors": [
  634. {
  635. "name": "Jordi Boggiano",
  636. "email": "j.boggiano@seld.be",
  637. "homepage": "http://seld.be"
  638. }
  639. ],
  640. "description": "Small utility library that handles metadata minification and expansion.",
  641. "keywords": [
  642. "composer",
  643. "compression"
  644. ],
  645. "support": {
  646. "issues": "https://github.com/composer/metadata-minifier/issues",
  647. "source": "https://github.com/composer/metadata-minifier/tree/1.0.0"
  648. },
  649. "funding": [
  650. {
  651. "url": "https://packagist.com",
  652. "type": "custom"
  653. },
  654. {
  655. "url": "https://github.com/composer",
  656. "type": "github"
  657. },
  658. {
  659. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  660. "type": "tidelift"
  661. }
  662. ],
  663. "time": "2021-04-07T13:37:33+00:00"
  664. },
  665. {
  666. "name": "composer/pcre",
  667. "version": "1.0.1",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/composer/pcre.git",
  671. "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/composer/pcre/zipball/67a32d7d6f9f560b726ab25a061b38ff3a80c560",
  676. "reference": "67a32d7d6f9f560b726ab25a061b38ff3a80c560",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": "^5.3.2 || ^7.0 || ^8.0"
  681. },
  682. "require-dev": {
  683. "phpstan/phpstan": "^1.3",
  684. "phpstan/phpstan-strict-rules": "^1.1",
  685. "symfony/phpunit-bridge": "^4.2 || ^5"
  686. },
  687. "type": "library",
  688. "extra": {
  689. "branch-alias": {
  690. "dev-main": "1.x-dev"
  691. }
  692. },
  693. "autoload": {
  694. "psr-4": {
  695. "Composer\\Pcre\\": "src"
  696. }
  697. },
  698. "notification-url": "https://packagist.org/downloads/",
  699. "license": [
  700. "MIT"
  701. ],
  702. "authors": [
  703. {
  704. "name": "Jordi Boggiano",
  705. "email": "j.boggiano@seld.be",
  706. "homepage": "http://seld.be"
  707. }
  708. ],
  709. "description": "PCRE wrapping library that offers type-safe preg_* replacements.",
  710. "keywords": [
  711. "PCRE",
  712. "preg",
  713. "regex",
  714. "regular expression"
  715. ],
  716. "support": {
  717. "issues": "https://github.com/composer/pcre/issues",
  718. "source": "https://github.com/composer/pcre/tree/1.0.1"
  719. },
  720. "funding": [
  721. {
  722. "url": "https://packagist.com",
  723. "type": "custom"
  724. },
  725. {
  726. "url": "https://github.com/composer",
  727. "type": "github"
  728. },
  729. {
  730. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  731. "type": "tidelift"
  732. }
  733. ],
  734. "time": "2022-01-21T20:24:37+00:00"
  735. },
  736. {
  737. "name": "composer/semver",
  738. "version": "3.3.2",
  739. "source": {
  740. "type": "git",
  741. "url": "https://github.com/composer/semver.git",
  742. "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9"
  743. },
  744. "dist": {
  745. "type": "zip",
  746. "url": "https://api.github.com/repos/composer/semver/zipball/3953f23262f2bff1919fc82183ad9acb13ff62c9",
  747. "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9",
  748. "shasum": ""
  749. },
  750. "require": {
  751. "php": "^5.3.2 || ^7.0 || ^8.0"
  752. },
  753. "require-dev": {
  754. "phpstan/phpstan": "^1.4",
  755. "symfony/phpunit-bridge": "^4.2 || ^5"
  756. },
  757. "type": "library",
  758. "extra": {
  759. "branch-alias": {
  760. "dev-main": "3.x-dev"
  761. }
  762. },
  763. "autoload": {
  764. "psr-4": {
  765. "Composer\\Semver\\": "src"
  766. }
  767. },
  768. "notification-url": "https://packagist.org/downloads/",
  769. "license": [
  770. "MIT"
  771. ],
  772. "authors": [
  773. {
  774. "name": "Nils Adermann",
  775. "email": "naderman@naderman.de",
  776. "homepage": "http://www.naderman.de"
  777. },
  778. {
  779. "name": "Jordi Boggiano",
  780. "email": "j.boggiano@seld.be",
  781. "homepage": "http://seld.be"
  782. },
  783. {
  784. "name": "Rob Bast",
  785. "email": "rob.bast@gmail.com",
  786. "homepage": "http://robbast.nl"
  787. }
  788. ],
  789. "description": "Semver library that offers utilities, version constraint parsing and validation.",
  790. "keywords": [
  791. "semantic",
  792. "semver",
  793. "validation",
  794. "versioning"
  795. ],
  796. "support": {
  797. "irc": "irc://irc.freenode.org/composer",
  798. "issues": "https://github.com/composer/semver/issues",
  799. "source": "https://github.com/composer/semver/tree/3.3.2"
  800. },
  801. "funding": [
  802. {
  803. "url": "https://packagist.com",
  804. "type": "custom"
  805. },
  806. {
  807. "url": "https://github.com/composer",
  808. "type": "github"
  809. },
  810. {
  811. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  812. "type": "tidelift"
  813. }
  814. ],
  815. "time": "2022-04-01T19:23:25+00:00"
  816. },
  817. {
  818. "name": "composer/spdx-licenses",
  819. "version": "1.5.7",
  820. "source": {
  821. "type": "git",
  822. "url": "https://github.com/composer/spdx-licenses.git",
  823. "reference": "c848241796da2abf65837d51dce1fae55a960149"
  824. },
  825. "dist": {
  826. "type": "zip",
  827. "url": "https://api.github.com/repos/composer/spdx-licenses/zipball/c848241796da2abf65837d51dce1fae55a960149",
  828. "reference": "c848241796da2abf65837d51dce1fae55a960149",
  829. "shasum": ""
  830. },
  831. "require": {
  832. "php": "^5.3.2 || ^7.0 || ^8.0"
  833. },
  834. "require-dev": {
  835. "phpstan/phpstan": "^0.12.55",
  836. "symfony/phpunit-bridge": "^4.2 || ^5"
  837. },
  838. "type": "library",
  839. "extra": {
  840. "branch-alias": {
  841. "dev-main": "1.x-dev"
  842. }
  843. },
  844. "autoload": {
  845. "psr-4": {
  846. "Composer\\Spdx\\": "src"
  847. }
  848. },
  849. "notification-url": "https://packagist.org/downloads/",
  850. "license": [
  851. "MIT"
  852. ],
  853. "authors": [
  854. {
  855. "name": "Nils Adermann",
  856. "email": "naderman@naderman.de",
  857. "homepage": "http://www.naderman.de"
  858. },
  859. {
  860. "name": "Jordi Boggiano",
  861. "email": "j.boggiano@seld.be",
  862. "homepage": "http://seld.be"
  863. },
  864. {
  865. "name": "Rob Bast",
  866. "email": "rob.bast@gmail.com",
  867. "homepage": "http://robbast.nl"
  868. }
  869. ],
  870. "description": "SPDX licenses list and validation library.",
  871. "keywords": [
  872. "license",
  873. "spdx",
  874. "validator"
  875. ],
  876. "support": {
  877. "irc": "irc://irc.freenode.org/composer",
  878. "issues": "https://github.com/composer/spdx-licenses/issues",
  879. "source": "https://github.com/composer/spdx-licenses/tree/1.5.7"
  880. },
  881. "funding": [
  882. {
  883. "url": "https://packagist.com",
  884. "type": "custom"
  885. },
  886. {
  887. "url": "https://github.com/composer",
  888. "type": "github"
  889. },
  890. {
  891. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  892. "type": "tidelift"
  893. }
  894. ],
  895. "time": "2022-05-23T07:37:50+00:00"
  896. },
  897. {
  898. "name": "composer/xdebug-handler",
  899. "version": "2.0.5",
  900. "source": {
  901. "type": "git",
  902. "url": "https://github.com/composer/xdebug-handler.git",
  903. "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a"
  904. },
  905. "dist": {
  906. "type": "zip",
  907. "url": "https://api.github.com/repos/composer/xdebug-handler/zipball/9e36aeed4616366d2b690bdce11f71e9178c579a",
  908. "reference": "9e36aeed4616366d2b690bdce11f71e9178c579a",
  909. "shasum": ""
  910. },
  911. "require": {
  912. "composer/pcre": "^1",
  913. "php": "^5.3.2 || ^7.0 || ^8.0",
  914. "psr/log": "^1 || ^2 || ^3"
  915. },
  916. "require-dev": {
  917. "phpstan/phpstan": "^1.0",
  918. "phpstan/phpstan-strict-rules": "^1.1",
  919. "symfony/phpunit-bridge": "^4.2 || ^5.0 || ^6.0"
  920. },
  921. "type": "library",
  922. "autoload": {
  923. "psr-4": {
  924. "Composer\\XdebugHandler\\": "src"
  925. }
  926. },
  927. "notification-url": "https://packagist.org/downloads/",
  928. "license": [
  929. "MIT"
  930. ],
  931. "authors": [
  932. {
  933. "name": "John Stevenson",
  934. "email": "john-stevenson@blueyonder.co.uk"
  935. }
  936. ],
  937. "description": "Restarts a process without Xdebug.",
  938. "keywords": [
  939. "Xdebug",
  940. "performance"
  941. ],
  942. "support": {
  943. "irc": "irc://irc.freenode.org/composer",
  944. "issues": "https://github.com/composer/xdebug-handler/issues",
  945. "source": "https://github.com/composer/xdebug-handler/tree/2.0.5"
  946. },
  947. "funding": [
  948. {
  949. "url": "https://packagist.com",
  950. "type": "custom"
  951. },
  952. {
  953. "url": "https://github.com/composer",
  954. "type": "github"
  955. },
  956. {
  957. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  958. "type": "tidelift"
  959. }
  960. ],
  961. "time": "2022-02-24T20:20:32+00:00"
  962. },
  963. {
  964. "name": "elasticsearch/elasticsearch",
  965. "version": "v7.17.0",
  966. "source": {
  967. "type": "git",
  968. "url": "https://github.com/elastic/elasticsearch-php.git",
  969. "reference": "1890f9d7fde076b5a3ddcf579a802af05b2e781b"
  970. },
  971. "dist": {
  972. "type": "zip",
  973. "url": "https://api.github.com/repos/elastic/elasticsearch-php/zipball/1890f9d7fde076b5a3ddcf579a802af05b2e781b",
  974. "reference": "1890f9d7fde076b5a3ddcf579a802af05b2e781b",
  975. "shasum": ""
  976. },
  977. "require": {
  978. "ext-json": ">=1.3.7",
  979. "ezimuel/ringphp": "^1.1.2",
  980. "php": "^7.3 || ^8.0",
  981. "psr/log": "^1|^2|^3"
  982. },
  983. "require-dev": {
  984. "ext-yaml": "*",
  985. "ext-zip": "*",
  986. "mockery/mockery": "^1.2",
  987. "phpstan/phpstan": "^0.12",
  988. "phpunit/phpunit": "^9.3",
  989. "squizlabs/php_codesniffer": "^3.4",
  990. "symfony/finder": "~4.0"
  991. },
  992. "suggest": {
  993. "ext-curl": "*",
  994. "monolog/monolog": "Allows for client-level logging and tracing"
  995. },
  996. "type": "library",
  997. "autoload": {
  998. "files": [
  999. "src/autoload.php"
  1000. ],
  1001. "psr-4": {
  1002. "Elasticsearch\\": "src/Elasticsearch/"
  1003. }
  1004. },
  1005. "notification-url": "https://packagist.org/downloads/",
  1006. "license": [
  1007. "Apache-2.0",
  1008. "LGPL-2.1-only"
  1009. ],
  1010. "authors": [
  1011. {
  1012. "name": "Zachary Tong"
  1013. },
  1014. {
  1015. "name": "Enrico Zimuel"
  1016. }
  1017. ],
  1018. "description": "PHP Client for Elasticsearch",
  1019. "keywords": [
  1020. "client",
  1021. "elasticsearch",
  1022. "search"
  1023. ],
  1024. "support": {
  1025. "issues": "https://github.com/elastic/elasticsearch-php/issues",
  1026. "source": "https://github.com/elastic/elasticsearch-php/tree/v7.17.0"
  1027. },
  1028. "time": "2022-02-03T13:40:04+00:00"
  1029. },
  1030. {
  1031. "name": "ezimuel/guzzlestreams",
  1032. "version": "3.0.1",
  1033. "source": {
  1034. "type": "git",
  1035. "url": "https://github.com/ezimuel/guzzlestreams.git",
  1036. "reference": "abe3791d231167f14eb80d413420d1eab91163a8"
  1037. },
  1038. "dist": {
  1039. "type": "zip",
  1040. "url": "https://api.github.com/repos/ezimuel/guzzlestreams/zipball/abe3791d231167f14eb80d413420d1eab91163a8",
  1041. "reference": "abe3791d231167f14eb80d413420d1eab91163a8",
  1042. "shasum": ""
  1043. },
  1044. "require": {
  1045. "php": ">=5.4.0"
  1046. },
  1047. "require-dev": {
  1048. "phpunit/phpunit": "~4.0"
  1049. },
  1050. "type": "library",
  1051. "extra": {
  1052. "branch-alias": {
  1053. "dev-master": "3.0-dev"
  1054. }
  1055. },
  1056. "autoload": {
  1057. "psr-4": {
  1058. "GuzzleHttp\\Stream\\": "src/"
  1059. }
  1060. },
  1061. "notification-url": "https://packagist.org/downloads/",
  1062. "license": [
  1063. "MIT"
  1064. ],
  1065. "authors": [
  1066. {
  1067. "name": "Michael Dowling",
  1068. "email": "mtdowling@gmail.com",
  1069. "homepage": "https://github.com/mtdowling"
  1070. }
  1071. ],
  1072. "description": "Fork of guzzle/streams (abandoned) to be used with elasticsearch-php",
  1073. "homepage": "http://guzzlephp.org/",
  1074. "keywords": [
  1075. "Guzzle",
  1076. "stream"
  1077. ],
  1078. "support": {
  1079. "source": "https://github.com/ezimuel/guzzlestreams/tree/3.0.1"
  1080. },
  1081. "time": "2020-02-14T23:11:50+00:00"
  1082. },
  1083. {
  1084. "name": "ezimuel/ringphp",
  1085. "version": "1.2.0",
  1086. "source": {
  1087. "type": "git",
  1088. "url": "https://github.com/ezimuel/ringphp.git",
  1089. "reference": "92b8161404ab1ad84059ebed41d9f757e897ce74"
  1090. },
  1091. "dist": {
  1092. "type": "zip",
  1093. "url": "https://api.github.com/repos/ezimuel/ringphp/zipball/92b8161404ab1ad84059ebed41d9f757e897ce74",
  1094. "reference": "92b8161404ab1ad84059ebed41d9f757e897ce74",
  1095. "shasum": ""
  1096. },
  1097. "require": {
  1098. "ezimuel/guzzlestreams": "^3.0.1",
  1099. "php": ">=5.4.0",
  1100. "react/promise": "~2.0"
  1101. },
  1102. "replace": {
  1103. "guzzlehttp/ringphp": "self.version"
  1104. },
  1105. "require-dev": {
  1106. "ext-curl": "*",
  1107. "phpunit/phpunit": "~9.0"
  1108. },
  1109. "suggest": {
  1110. "ext-curl": "Guzzle will use specific adapters if cURL is present"
  1111. },
  1112. "type": "library",
  1113. "extra": {
  1114. "branch-alias": {
  1115. "dev-master": "1.1-dev"
  1116. }
  1117. },
  1118. "autoload": {
  1119. "psr-4": {
  1120. "GuzzleHttp\\Ring\\": "src/"
  1121. }
  1122. },
  1123. "notification-url": "https://packagist.org/downloads/",
  1124. "license": [
  1125. "MIT"
  1126. ],
  1127. "authors": [
  1128. {
  1129. "name": "Michael Dowling",
  1130. "email": "mtdowling@gmail.com",
  1131. "homepage": "https://github.com/mtdowling"
  1132. }
  1133. ],
  1134. "description": "Fork of guzzle/RingPHP (abandoned) to be used with elasticsearch-php",
  1135. "support": {
  1136. "source": "https://github.com/ezimuel/ringphp/tree/1.2.0"
  1137. },
  1138. "time": "2021-11-16T11:51:30+00:00"
  1139. },
  1140. {
  1141. "name": "ezyang/htmlpurifier",
  1142. "version": "v4.14.0",
  1143. "source": {
  1144. "type": "git",
  1145. "url": "https://github.com/ezyang/htmlpurifier.git",
  1146. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75"
  1147. },
  1148. "dist": {
  1149. "type": "zip",
  1150. "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  1151. "reference": "12ab42bd6e742c70c0a52f7b82477fcd44e64b75",
  1152. "shasum": ""
  1153. },
  1154. "require": {
  1155. "php": ">=5.2"
  1156. },
  1157. "type": "library",
  1158. "autoload": {
  1159. "files": [
  1160. "library/HTMLPurifier.composer.php"
  1161. ],
  1162. "psr-0": {
  1163. "HTMLPurifier": "library/"
  1164. },
  1165. "exclude-from-classmap": [
  1166. "/library/HTMLPurifier/Language/"
  1167. ]
  1168. },
  1169. "notification-url": "https://packagist.org/downloads/",
  1170. "license": [
  1171. "LGPL-2.1-or-later"
  1172. ],
  1173. "authors": [
  1174. {
  1175. "name": "Edward Z. Yang",
  1176. "email": "admin@htmlpurifier.org",
  1177. "homepage": "http://ezyang.com"
  1178. }
  1179. ],
  1180. "description": "Standards compliant HTML filter written in PHP",
  1181. "homepage": "http://htmlpurifier.org/",
  1182. "keywords": [
  1183. "html"
  1184. ],
  1185. "support": {
  1186. "issues": "https://github.com/ezyang/htmlpurifier/issues",
  1187. "source": "https://github.com/ezyang/htmlpurifier/tree/v4.14.0"
  1188. },
  1189. "time": "2021-12-25T01:21:49+00:00"
  1190. },
  1191. {
  1192. "name": "fgrosse/phpasn1",
  1193. "version": "v2.4.0",
  1194. "source": {
  1195. "type": "git",
  1196. "url": "https://github.com/fgrosse/PHPASN1.git",
  1197. "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296"
  1198. },
  1199. "dist": {
  1200. "type": "zip",
  1201. "url": "https://api.github.com/repos/fgrosse/PHPASN1/zipball/eef488991d53e58e60c9554b09b1201ca5ba9296",
  1202. "reference": "eef488991d53e58e60c9554b09b1201ca5ba9296",
  1203. "shasum": ""
  1204. },
  1205. "require": {
  1206. "php": "~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0"
  1207. },
  1208. "require-dev": {
  1209. "php-coveralls/php-coveralls": "~2.0",
  1210. "phpunit/phpunit": "^6.3 || ^7.0 || ^8.0"
  1211. },
  1212. "suggest": {
  1213. "ext-bcmath": "BCmath is the fallback extension for big integer calculations",
  1214. "ext-curl": "For loading OID information from the web if they have not bee defined statically",
  1215. "ext-gmp": "GMP is the preferred extension for big integer calculations",
  1216. "phpseclib/bcmath_compat": "BCmath polyfill for servers where neither GMP nor BCmath is available"
  1217. },
  1218. "type": "library",
  1219. "extra": {
  1220. "branch-alias": {
  1221. "dev-master": "2.0.x-dev"
  1222. }
  1223. },
  1224. "autoload": {
  1225. "psr-4": {
  1226. "FG\\": "lib/"
  1227. }
  1228. },
  1229. "notification-url": "https://packagist.org/downloads/",
  1230. "license": [
  1231. "MIT"
  1232. ],
  1233. "authors": [
  1234. {
  1235. "name": "Friedrich Große",
  1236. "email": "friedrich.grosse@gmail.com",
  1237. "homepage": "https://github.com/FGrosse",
  1238. "role": "Author"
  1239. },
  1240. {
  1241. "name": "All contributors",
  1242. "homepage": "https://github.com/FGrosse/PHPASN1/contributors"
  1243. }
  1244. ],
  1245. "description": "A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using the ITU-T X.690 Encoding Rules.",
  1246. "homepage": "https://github.com/FGrosse/PHPASN1",
  1247. "keywords": [
  1248. "DER",
  1249. "asn.1",
  1250. "asn1",
  1251. "ber",
  1252. "binary",
  1253. "decoding",
  1254. "encoding",
  1255. "x.509",
  1256. "x.690",
  1257. "x509",
  1258. "x690"
  1259. ],
  1260. "support": {
  1261. "issues": "https://github.com/fgrosse/PHPASN1/issues",
  1262. "source": "https://github.com/fgrosse/PHPASN1/tree/v2.4.0"
  1263. },
  1264. "time": "2021-12-11T12:41:06+00:00"
  1265. },
  1266. {
  1267. "name": "guzzlehttp/guzzle",
  1268. "version": "7.4.3",
  1269. "source": {
  1270. "type": "git",
  1271. "url": "https://github.com/guzzle/guzzle.git",
  1272. "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab"
  1273. },
  1274. "dist": {
  1275. "type": "zip",
  1276. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
  1277. "reference": "74a8602c6faec9ef74b7a9391ac82c5e65b1cdab",
  1278. "shasum": ""
  1279. },
  1280. "require": {
  1281. "ext-json": "*",
  1282. "guzzlehttp/promises": "^1.5",
  1283. "guzzlehttp/psr7": "^1.8.3 || ^2.1",
  1284. "php": "^7.2.5 || ^8.0",
  1285. "psr/http-client": "^1.0",
  1286. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  1287. },
  1288. "provide": {
  1289. "psr/http-client-implementation": "1.0"
  1290. },
  1291. "require-dev": {
  1292. "bamarni/composer-bin-plugin": "^1.4.1",
  1293. "ext-curl": "*",
  1294. "php-http/client-integration-tests": "^3.0",
  1295. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  1296. "psr/log": "^1.1 || ^2.0 || ^3.0"
  1297. },
  1298. "suggest": {
  1299. "ext-curl": "Required for CURL handler support",
  1300. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  1301. "psr/log": "Required for using the Log middleware"
  1302. },
  1303. "type": "library",
  1304. "extra": {
  1305. "branch-alias": {
  1306. "dev-master": "7.4-dev"
  1307. }
  1308. },
  1309. "autoload": {
  1310. "files": [
  1311. "src/functions_include.php"
  1312. ],
  1313. "psr-4": {
  1314. "GuzzleHttp\\": "src/"
  1315. }
  1316. },
  1317. "notification-url": "https://packagist.org/downloads/",
  1318. "license": [
  1319. "MIT"
  1320. ],
  1321. "authors": [
  1322. {
  1323. "name": "Graham Campbell",
  1324. "email": "hello@gjcampbell.co.uk",
  1325. "homepage": "https://github.com/GrahamCampbell"
  1326. },
  1327. {
  1328. "name": "Michael Dowling",
  1329. "email": "mtdowling@gmail.com",
  1330. "homepage": "https://github.com/mtdowling"
  1331. },
  1332. {
  1333. "name": "Jeremy Lindblom",
  1334. "email": "jeremeamia@gmail.com",
  1335. "homepage": "https://github.com/jeremeamia"
  1336. },
  1337. {
  1338. "name": "George Mponos",
  1339. "email": "gmponos@gmail.com",
  1340. "homepage": "https://github.com/gmponos"
  1341. },
  1342. {
  1343. "name": "Tobias Nyholm",
  1344. "email": "tobias.nyholm@gmail.com",
  1345. "homepage": "https://github.com/Nyholm"
  1346. },
  1347. {
  1348. "name": "Márk Sági-Kazár",
  1349. "email": "mark.sagikazar@gmail.com",
  1350. "homepage": "https://github.com/sagikazarmark"
  1351. },
  1352. {
  1353. "name": "Tobias Schultze",
  1354. "email": "webmaster@tubo-world.de",
  1355. "homepage": "https://github.com/Tobion"
  1356. }
  1357. ],
  1358. "description": "Guzzle is a PHP HTTP client library",
  1359. "keywords": [
  1360. "client",
  1361. "curl",
  1362. "framework",
  1363. "http",
  1364. "http client",
  1365. "psr-18",
  1366. "psr-7",
  1367. "rest",
  1368. "web service"
  1369. ],
  1370. "support": {
  1371. "issues": "https://github.com/guzzle/guzzle/issues",
  1372. "source": "https://github.com/guzzle/guzzle/tree/7.4.3"
  1373. },
  1374. "funding": [
  1375. {
  1376. "url": "https://github.com/GrahamCampbell",
  1377. "type": "github"
  1378. },
  1379. {
  1380. "url": "https://github.com/Nyholm",
  1381. "type": "github"
  1382. },
  1383. {
  1384. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  1385. "type": "tidelift"
  1386. }
  1387. ],
  1388. "time": "2022-05-25T13:24:33+00:00"
  1389. },
  1390. {
  1391. "name": "guzzlehttp/promises",
  1392. "version": "1.5.1",
  1393. "source": {
  1394. "type": "git",
  1395. "url": "https://github.com/guzzle/promises.git",
  1396. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  1397. },
  1398. "dist": {
  1399. "type": "zip",
  1400. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  1401. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  1402. "shasum": ""
  1403. },
  1404. "require": {
  1405. "php": ">=5.5"
  1406. },
  1407. "require-dev": {
  1408. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  1409. },
  1410. "type": "library",
  1411. "extra": {
  1412. "branch-alias": {
  1413. "dev-master": "1.5-dev"
  1414. }
  1415. },
  1416. "autoload": {
  1417. "files": [
  1418. "src/functions_include.php"
  1419. ],
  1420. "psr-4": {
  1421. "GuzzleHttp\\Promise\\": "src/"
  1422. }
  1423. },
  1424. "notification-url": "https://packagist.org/downloads/",
  1425. "license": [
  1426. "MIT"
  1427. ],
  1428. "authors": [
  1429. {
  1430. "name": "Graham Campbell",
  1431. "email": "hello@gjcampbell.co.uk",
  1432. "homepage": "https://github.com/GrahamCampbell"
  1433. },
  1434. {
  1435. "name": "Michael Dowling",
  1436. "email": "mtdowling@gmail.com",
  1437. "homepage": "https://github.com/mtdowling"
  1438. },
  1439. {
  1440. "name": "Tobias Nyholm",
  1441. "email": "tobias.nyholm@gmail.com",
  1442. "homepage": "https://github.com/Nyholm"
  1443. },
  1444. {
  1445. "name": "Tobias Schultze",
  1446. "email": "webmaster@tubo-world.de",
  1447. "homepage": "https://github.com/Tobion"
  1448. }
  1449. ],
  1450. "description": "Guzzle promises library",
  1451. "keywords": [
  1452. "promise"
  1453. ],
  1454. "support": {
  1455. "issues": "https://github.com/guzzle/promises/issues",
  1456. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  1457. },
  1458. "funding": [
  1459. {
  1460. "url": "https://github.com/GrahamCampbell",
  1461. "type": "github"
  1462. },
  1463. {
  1464. "url": "https://github.com/Nyholm",
  1465. "type": "github"
  1466. },
  1467. {
  1468. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  1469. "type": "tidelift"
  1470. }
  1471. ],
  1472. "time": "2021-10-22T20:56:57+00:00"
  1473. },
  1474. {
  1475. "name": "guzzlehttp/psr7",
  1476. "version": "2.2.1",
  1477. "source": {
  1478. "type": "git",
  1479. "url": "https://github.com/guzzle/psr7.git",
  1480. "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2"
  1481. },
  1482. "dist": {
  1483. "type": "zip",
  1484. "url": "https://api.github.com/repos/guzzle/psr7/zipball/c94a94f120803a18554c1805ef2e539f8285f9a2",
  1485. "reference": "c94a94f120803a18554c1805ef2e539f8285f9a2",
  1486. "shasum": ""
  1487. },
  1488. "require": {
  1489. "php": "^7.2.5 || ^8.0",
  1490. "psr/http-factory": "^1.0",
  1491. "psr/http-message": "^1.0",
  1492. "ralouphie/getallheaders": "^3.0"
  1493. },
  1494. "provide": {
  1495. "psr/http-factory-implementation": "1.0",
  1496. "psr/http-message-implementation": "1.0"
  1497. },
  1498. "require-dev": {
  1499. "bamarni/composer-bin-plugin": "^1.4.1",
  1500. "http-interop/http-factory-tests": "^0.9",
  1501. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  1502. },
  1503. "suggest": {
  1504. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  1505. },
  1506. "type": "library",
  1507. "extra": {
  1508. "branch-alias": {
  1509. "dev-master": "2.2-dev"
  1510. }
  1511. },
  1512. "autoload": {
  1513. "psr-4": {
  1514. "GuzzleHttp\\Psr7\\": "src/"
  1515. }
  1516. },
  1517. "notification-url": "https://packagist.org/downloads/",
  1518. "license": [
  1519. "MIT"
  1520. ],
  1521. "authors": [
  1522. {
  1523. "name": "Graham Campbell",
  1524. "email": "hello@gjcampbell.co.uk",
  1525. "homepage": "https://github.com/GrahamCampbell"
  1526. },
  1527. {
  1528. "name": "Michael Dowling",
  1529. "email": "mtdowling@gmail.com",
  1530. "homepage": "https://github.com/mtdowling"
  1531. },
  1532. {
  1533. "name": "George Mponos",
  1534. "email": "gmponos@gmail.com",
  1535. "homepage": "https://github.com/gmponos"
  1536. },
  1537. {
  1538. "name": "Tobias Nyholm",
  1539. "email": "tobias.nyholm@gmail.com",
  1540. "homepage": "https://github.com/Nyholm"
  1541. },
  1542. {
  1543. "name": "Márk Sági-Kazár",
  1544. "email": "mark.sagikazar@gmail.com",
  1545. "homepage": "https://github.com/sagikazarmark"
  1546. },
  1547. {
  1548. "name": "Tobias Schultze",
  1549. "email": "webmaster@tubo-world.de",
  1550. "homepage": "https://github.com/Tobion"
  1551. },
  1552. {
  1553. "name": "Márk Sági-Kazár",
  1554. "email": "mark.sagikazar@gmail.com",
  1555. "homepage": "https://sagikazarmark.hu"
  1556. }
  1557. ],
  1558. "description": "PSR-7 message implementation that also provides common utility methods",
  1559. "keywords": [
  1560. "http",
  1561. "message",
  1562. "psr-7",
  1563. "request",
  1564. "response",
  1565. "stream",
  1566. "uri",
  1567. "url"
  1568. ],
  1569. "support": {
  1570. "issues": "https://github.com/guzzle/psr7/issues",
  1571. "source": "https://github.com/guzzle/psr7/tree/2.2.1"
  1572. },
  1573. "funding": [
  1574. {
  1575. "url": "https://github.com/GrahamCampbell",
  1576. "type": "github"
  1577. },
  1578. {
  1579. "url": "https://github.com/Nyholm",
  1580. "type": "github"
  1581. },
  1582. {
  1583. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  1584. "type": "tidelift"
  1585. }
  1586. ],
  1587. "time": "2022-03-20T21:55:58+00:00"
  1588. },
  1589. {
  1590. "name": "justinrainbow/json-schema",
  1591. "version": "5.2.12",
  1592. "source": {
  1593. "type": "git",
  1594. "url": "https://github.com/justinrainbow/json-schema.git",
  1595. "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60"
  1596. },
  1597. "dist": {
  1598. "type": "zip",
  1599. "url": "https://api.github.com/repos/justinrainbow/json-schema/zipball/ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
  1600. "reference": "ad87d5a5ca981228e0e205c2bc7dfb8e24559b60",
  1601. "shasum": ""
  1602. },
  1603. "require": {
  1604. "php": ">=5.3.3"
  1605. },
  1606. "require-dev": {
  1607. "friendsofphp/php-cs-fixer": "~2.2.20||~2.15.1",
  1608. "json-schema/json-schema-test-suite": "1.2.0",
  1609. "phpunit/phpunit": "^4.8.35"
  1610. },
  1611. "bin": [
  1612. "bin/validate-json"
  1613. ],
  1614. "type": "library",
  1615. "extra": {
  1616. "branch-alias": {
  1617. "dev-master": "5.0.x-dev"
  1618. }
  1619. },
  1620. "autoload": {
  1621. "psr-4": {
  1622. "JsonSchema\\": "src/JsonSchema/"
  1623. }
  1624. },
  1625. "notification-url": "https://packagist.org/downloads/",
  1626. "license": [
  1627. "MIT"
  1628. ],
  1629. "authors": [
  1630. {
  1631. "name": "Bruno Prieto Reis",
  1632. "email": "bruno.p.reis@gmail.com"
  1633. },
  1634. {
  1635. "name": "Justin Rainbow",
  1636. "email": "justin.rainbow@gmail.com"
  1637. },
  1638. {
  1639. "name": "Igor Wiedler",
  1640. "email": "igor@wiedler.ch"
  1641. },
  1642. {
  1643. "name": "Robert Schönthal",
  1644. "email": "seroscho@googlemail.com"
  1645. }
  1646. ],
  1647. "description": "A library to validate a json schema.",
  1648. "homepage": "https://github.com/justinrainbow/json-schema",
  1649. "keywords": [
  1650. "json",
  1651. "schema"
  1652. ],
  1653. "support": {
  1654. "issues": "https://github.com/justinrainbow/json-schema/issues",
  1655. "source": "https://github.com/justinrainbow/json-schema/tree/5.2.12"
  1656. },
  1657. "time": "2022-04-13T08:02:27+00:00"
  1658. },
  1659. {
  1660. "name": "laminas/laminas-captcha",
  1661. "version": "2.12.0",
  1662. "source": {
  1663. "type": "git",
  1664. "url": "https://github.com/laminas/laminas-captcha.git",
  1665. "reference": "b07e499a7df73795768aa89e0138757a7ddb9195"
  1666. },
  1667. "dist": {
  1668. "type": "zip",
  1669. "url": "https://api.github.com/repos/laminas/laminas-captcha/zipball/b07e499a7df73795768aa89e0138757a7ddb9195",
  1670. "reference": "b07e499a7df73795768aa89e0138757a7ddb9195",
  1671. "shasum": ""
  1672. },
  1673. "require": {
  1674. "laminas/laminas-math": "^2.7 || ^3.0",
  1675. "laminas/laminas-recaptcha": "^3.0",
  1676. "laminas/laminas-session": "^2.12",
  1677. "laminas/laminas-stdlib": "^3.6",
  1678. "laminas/laminas-text": "^2.8",
  1679. "laminas/laminas-validator": "^2.14",
  1680. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  1681. },
  1682. "conflict": {
  1683. "zendframework/zend-captcha": "*"
  1684. },
  1685. "require-dev": {
  1686. "laminas/laminas-coding-standard": "~2.1.4",
  1687. "phpunit/phpunit": "^9.4.3",
  1688. "psalm/plugin-phpunit": "^0.15.1",
  1689. "vimeo/psalm": "^4.6"
  1690. },
  1691. "suggest": {
  1692. "laminas/laminas-i18n-resources": "Translations of captcha messages"
  1693. },
  1694. "type": "library",
  1695. "autoload": {
  1696. "psr-4": {
  1697. "Laminas\\Captcha\\": "src/"
  1698. }
  1699. },
  1700. "notification-url": "https://packagist.org/downloads/",
  1701. "license": [
  1702. "BSD-3-Clause"
  1703. ],
  1704. "description": "Generate and validate CAPTCHAs using Figlets, images, ReCaptcha, and more",
  1705. "homepage": "https://laminas.dev",
  1706. "keywords": [
  1707. "captcha",
  1708. "laminas"
  1709. ],
  1710. "support": {
  1711. "chat": "https://laminas.dev/chat",
  1712. "docs": "https://docs.laminas.dev/laminas-captcha/",
  1713. "forum": "https://discourse.laminas.dev",
  1714. "issues": "https://github.com/laminas/laminas-captcha/issues",
  1715. "rss": "https://github.com/laminas/laminas-captcha/releases.atom",
  1716. "source": "https://github.com/laminas/laminas-captcha"
  1717. },
  1718. "funding": [
  1719. {
  1720. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1721. "type": "community_bridge"
  1722. }
  1723. ],
  1724. "time": "2022-04-07T10:41:09+00:00"
  1725. },
  1726. {
  1727. "name": "laminas/laminas-code",
  1728. "version": "4.5.2",
  1729. "source": {
  1730. "type": "git",
  1731. "url": "https://github.com/laminas/laminas-code.git",
  1732. "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad"
  1733. },
  1734. "dist": {
  1735. "type": "zip",
  1736. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/da01fb74c08f37e20e7ae49f1e3ee09aa401ebad",
  1737. "reference": "da01fb74c08f37e20e7ae49f1e3ee09aa401ebad",
  1738. "shasum": ""
  1739. },
  1740. "require": {
  1741. "php": ">=7.4, <8.2"
  1742. },
  1743. "require-dev": {
  1744. "doctrine/annotations": "^1.13.2",
  1745. "ext-phar": "*",
  1746. "laminas/laminas-coding-standard": "^2.3.0",
  1747. "laminas/laminas-stdlib": "^3.6.1",
  1748. "phpunit/phpunit": "^9.5.10",
  1749. "psalm/plugin-phpunit": "^0.16.1",
  1750. "vimeo/psalm": "^4.13.1"
  1751. },
  1752. "suggest": {
  1753. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  1754. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  1755. },
  1756. "type": "library",
  1757. "autoload": {
  1758. "files": [
  1759. "polyfill/ReflectionEnumPolyfill.php"
  1760. ],
  1761. "psr-4": {
  1762. "Laminas\\Code\\": "src/"
  1763. }
  1764. },
  1765. "notification-url": "https://packagist.org/downloads/",
  1766. "license": [
  1767. "BSD-3-Clause"
  1768. ],
  1769. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  1770. "homepage": "https://laminas.dev",
  1771. "keywords": [
  1772. "code",
  1773. "laminas",
  1774. "laminasframework"
  1775. ],
  1776. "support": {
  1777. "chat": "https://laminas.dev/chat",
  1778. "docs": "https://docs.laminas.dev/laminas-code/",
  1779. "forum": "https://discourse.laminas.dev",
  1780. "issues": "https://github.com/laminas/laminas-code/issues",
  1781. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  1782. "source": "https://github.com/laminas/laminas-code"
  1783. },
  1784. "funding": [
  1785. {
  1786. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1787. "type": "community_bridge"
  1788. }
  1789. ],
  1790. "time": "2022-06-06T11:26:02+00:00"
  1791. },
  1792. {
  1793. "name": "laminas/laminas-config",
  1794. "version": "3.7.0",
  1795. "source": {
  1796. "type": "git",
  1797. "url": "https://github.com/laminas/laminas-config.git",
  1798. "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd"
  1799. },
  1800. "dist": {
  1801. "type": "zip",
  1802. "url": "https://api.github.com/repos/laminas/laminas-config/zipball/e43d13dcfc273d4392812eb395ce636f73f34dfd",
  1803. "reference": "e43d13dcfc273d4392812eb395ce636f73f34dfd",
  1804. "shasum": ""
  1805. },
  1806. "require": {
  1807. "ext-json": "*",
  1808. "laminas/laminas-stdlib": "^3.6",
  1809. "php": "^7.3 || ~8.0.0 || ~8.1.0",
  1810. "psr/container": "^1.0"
  1811. },
  1812. "conflict": {
  1813. "container-interop/container-interop": "<1.2.0",
  1814. "zendframework/zend-config": "*"
  1815. },
  1816. "require-dev": {
  1817. "laminas/laminas-coding-standard": "~1.0.0",
  1818. "laminas/laminas-filter": "^2.7.2",
  1819. "laminas/laminas-i18n": "^2.10.3",
  1820. "laminas/laminas-servicemanager": "^3.7",
  1821. "phpunit/phpunit": "^9.5.5"
  1822. },
  1823. "suggest": {
  1824. "laminas/laminas-filter": "^2.7.2; install if you want to use the Filter processor",
  1825. "laminas/laminas-i18n": "^2.7.4; install if you want to use the Translator processor",
  1826. "laminas/laminas-servicemanager": "^2.7.8 || ^3.3; if you need an extensible plugin manager for use with the Config Factory"
  1827. },
  1828. "type": "library",
  1829. "autoload": {
  1830. "psr-4": {
  1831. "Laminas\\Config\\": "src/"
  1832. }
  1833. },
  1834. "notification-url": "https://packagist.org/downloads/",
  1835. "license": [
  1836. "BSD-3-Clause"
  1837. ],
  1838. "description": "provides a nested object property based user interface for accessing this configuration data within application code",
  1839. "homepage": "https://laminas.dev",
  1840. "keywords": [
  1841. "config",
  1842. "laminas"
  1843. ],
  1844. "support": {
  1845. "chat": "https://laminas.dev/chat",
  1846. "docs": "https://docs.laminas.dev/laminas-config/",
  1847. "forum": "https://discourse.laminas.dev",
  1848. "issues": "https://github.com/laminas/laminas-config/issues",
  1849. "rss": "https://github.com/laminas/laminas-config/releases.atom",
  1850. "source": "https://github.com/laminas/laminas-config"
  1851. },
  1852. "funding": [
  1853. {
  1854. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1855. "type": "community_bridge"
  1856. }
  1857. ],
  1858. "time": "2021-10-01T16:07:46+00:00"
  1859. },
  1860. {
  1861. "name": "laminas/laminas-db",
  1862. "version": "2.15.0",
  1863. "source": {
  1864. "type": "git",
  1865. "url": "https://github.com/laminas/laminas-db.git",
  1866. "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606"
  1867. },
  1868. "dist": {
  1869. "type": "zip",
  1870. "url": "https://api.github.com/repos/laminas/laminas-db/zipball/1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
  1871. "reference": "1125ef2e55108bdfcc1f0030d3a0f9b895e09606",
  1872. "shasum": ""
  1873. },
  1874. "require": {
  1875. "laminas/laminas-stdlib": "^3.7.1",
  1876. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  1877. },
  1878. "conflict": {
  1879. "zendframework/zend-db": "*"
  1880. },
  1881. "require-dev": {
  1882. "laminas/laminas-coding-standard": "~2.2.1",
  1883. "laminas/laminas-eventmanager": "^3.4.0",
  1884. "laminas/laminas-hydrator": "^3.2 || ^4.3",
  1885. "laminas/laminas-servicemanager": "^3.7.0",
  1886. "phpunit/phpunit": "^9.5.19"
  1887. },
  1888. "suggest": {
  1889. "laminas/laminas-eventmanager": "Laminas\\EventManager component",
  1890. "laminas/laminas-hydrator": "(^3.2 || ^4.3) Laminas\\Hydrator component for using HydratingResultSets",
  1891. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
  1892. },
  1893. "type": "library",
  1894. "extra": {
  1895. "laminas": {
  1896. "component": "Laminas\\Db",
  1897. "config-provider": "Laminas\\Db\\ConfigProvider"
  1898. }
  1899. },
  1900. "autoload": {
  1901. "psr-4": {
  1902. "Laminas\\Db\\": "src/"
  1903. }
  1904. },
  1905. "notification-url": "https://packagist.org/downloads/",
  1906. "license": [
  1907. "BSD-3-Clause"
  1908. ],
  1909. "description": "Database abstraction layer, SQL abstraction, result set abstraction, and RowDataGateway and TableDataGateway implementations",
  1910. "homepage": "https://laminas.dev",
  1911. "keywords": [
  1912. "db",
  1913. "laminas"
  1914. ],
  1915. "support": {
  1916. "chat": "https://laminas.dev/chat",
  1917. "docs": "https://docs.laminas.dev/laminas-db/",
  1918. "forum": "https://discourse.laminas.dev",
  1919. "issues": "https://github.com/laminas/laminas-db/issues",
  1920. "rss": "https://github.com/laminas/laminas-db/releases.atom",
  1921. "source": "https://github.com/laminas/laminas-db"
  1922. },
  1923. "funding": [
  1924. {
  1925. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1926. "type": "community_bridge"
  1927. }
  1928. ],
  1929. "time": "2022-04-11T13:26:20+00:00"
  1930. },
  1931. {
  1932. "name": "laminas/laminas-dependency-plugin",
  1933. "version": "2.2.0",
  1934. "source": {
  1935. "type": "git",
  1936. "url": "https://github.com/laminas/laminas-dependency-plugin.git",
  1937. "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3"
  1938. },
  1939. "dist": {
  1940. "type": "zip",
  1941. "url": "https://api.github.com/repos/laminas/laminas-dependency-plugin/zipball/73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
  1942. "reference": "73cfb63ddca9d6bfedad5e0a038f6d55063975a3",
  1943. "shasum": ""
  1944. },
  1945. "require": {
  1946. "composer-plugin-api": "^1.1 || ^2.0",
  1947. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  1948. },
  1949. "require-dev": {
  1950. "composer/composer": "^1.9 || ^2.0",
  1951. "laminas/laminas-coding-standard": "^2.2.1",
  1952. "mikey179/vfsstream": "^1.6.10@alpha",
  1953. "phpunit/phpunit": "^9.5.5",
  1954. "psalm/plugin-phpunit": "^0.15.1",
  1955. "roave/security-advisories": "dev-master",
  1956. "vimeo/psalm": "^4.5"
  1957. },
  1958. "type": "composer-plugin",
  1959. "extra": {
  1960. "class": "Laminas\\DependencyPlugin\\DependencyRewriterPluginDelegator"
  1961. },
  1962. "autoload": {
  1963. "psr-4": {
  1964. "Laminas\\DependencyPlugin\\": "src/"
  1965. }
  1966. },
  1967. "notification-url": "https://packagist.org/downloads/",
  1968. "license": [
  1969. "BSD-3-Clause"
  1970. ],
  1971. "description": "Replace zendframework and zfcampus packages with their Laminas Project equivalents.",
  1972. "support": {
  1973. "issues": "https://github.com/laminas/laminas-dependency-plugin/issues",
  1974. "source": "https://github.com/laminas/laminas-dependency-plugin/tree/2.2.0"
  1975. },
  1976. "funding": [
  1977. {
  1978. "url": "https://funding.communitybridge.org/projects/laminas-project",
  1979. "type": "community_bridge"
  1980. }
  1981. ],
  1982. "time": "2021-09-08T17:51:35+00:00"
  1983. },
  1984. {
  1985. "name": "laminas/laminas-di",
  1986. "version": "3.7.0",
  1987. "source": {
  1988. "type": "git",
  1989. "url": "https://github.com/laminas/laminas-di.git",
  1990. "reference": "80c90d68bc15d4e094a609760144ce1d1aad0a79"
  1991. },
  1992. "dist": {
  1993. "type": "zip",
  1994. "url": "https://api.github.com/repos/laminas/laminas-di/zipball/80c90d68bc15d4e094a609760144ce1d1aad0a79",
  1995. "reference": "80c90d68bc15d4e094a609760144ce1d1aad0a79",
  1996. "shasum": ""
  1997. },
  1998. "require": {
  1999. "laminas/laminas-stdlib": "^3.6",
  2000. "php": ">=7.4, <8.2",
  2001. "psr/container": "^1.1.1",
  2002. "psr/log": "^1.1.4"
  2003. },
  2004. "conflict": {
  2005. "laminas/laminas-servicemanager-di": "*",
  2006. "phpspec/prophecy": "<1.9.0",
  2007. "zendframework/zend-di": "*"
  2008. },
  2009. "require-dev": {
  2010. "container-interop/container-interop": "^1.2.0",
  2011. "laminas/laminas-coding-standard": "~2.3.0",
  2012. "laminas/laminas-servicemanager": "^3.7",
  2013. "mikey179/vfsstream": "^1.6.10@alpha",
  2014. "phpspec/prophecy-phpunit": "^2.0",
  2015. "phpstan/phpstan": "^0.12.64",
  2016. "phpunit/phpunit": "^9.5.5",
  2017. "squizlabs/php_codesniffer": "^3.6"
  2018. },
  2019. "suggest": {
  2020. "laminas/laminas-servicemanager": "An IoC container without auto wiring capabilities"
  2021. },
  2022. "type": "library",
  2023. "extra": {
  2024. "laminas": {
  2025. "component": "Laminas\\Di",
  2026. "config-provider": "Laminas\\Di\\ConfigProvider"
  2027. }
  2028. },
  2029. "autoload": {
  2030. "psr-4": {
  2031. "Laminas\\Di\\": "src/"
  2032. }
  2033. },
  2034. "notification-url": "https://packagist.org/downloads/",
  2035. "license": [
  2036. "BSD-3-Clause"
  2037. ],
  2038. "description": "Automated dependency injection for PSR-11 containers",
  2039. "homepage": "https://laminas.dev",
  2040. "keywords": [
  2041. "PSR-11",
  2042. "di",
  2043. "laminas"
  2044. ],
  2045. "support": {
  2046. "chat": "https://laminas.dev/chat",
  2047. "docs": "https://docs.laminas.dev/laminas-di/",
  2048. "forum": "https://discourse.laminas.dev",
  2049. "issues": "https://github.com/laminas/laminas-di/issues",
  2050. "rss": "https://github.com/laminas/laminas-di/releases.atom",
  2051. "source": "https://github.com/laminas/laminas-di"
  2052. },
  2053. "funding": [
  2054. {
  2055. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2056. "type": "community_bridge"
  2057. }
  2058. ],
  2059. "time": "2022-05-15T18:19:36+00:00"
  2060. },
  2061. {
  2062. "name": "laminas/laminas-escaper",
  2063. "version": "2.10.0",
  2064. "source": {
  2065. "type": "git",
  2066. "url": "https://github.com/laminas/laminas-escaper.git",
  2067. "reference": "58af67282db37d24e584a837a94ee55b9c7552be"
  2068. },
  2069. "dist": {
  2070. "type": "zip",
  2071. "url": "https://api.github.com/repos/laminas/laminas-escaper/zipball/58af67282db37d24e584a837a94ee55b9c7552be",
  2072. "reference": "58af67282db37d24e584a837a94ee55b9c7552be",
  2073. "shasum": ""
  2074. },
  2075. "require": {
  2076. "ext-ctype": "*",
  2077. "ext-mbstring": "*",
  2078. "php": "^7.4 || ~8.0.0 || ~8.1.0"
  2079. },
  2080. "conflict": {
  2081. "zendframework/zend-escaper": "*"
  2082. },
  2083. "require-dev": {
  2084. "infection/infection": "^0.26.6",
  2085. "laminas/laminas-coding-standard": "~2.3.0",
  2086. "maglnet/composer-require-checker": "^3.8.0",
  2087. "phpunit/phpunit": "^9.5.18",
  2088. "psalm/plugin-phpunit": "^0.16.1",
  2089. "vimeo/psalm": "^4.22.0"
  2090. },
  2091. "type": "library",
  2092. "autoload": {
  2093. "psr-4": {
  2094. "Laminas\\Escaper\\": "src/"
  2095. }
  2096. },
  2097. "notification-url": "https://packagist.org/downloads/",
  2098. "license": [
  2099. "BSD-3-Clause"
  2100. ],
  2101. "description": "Securely and safely escape HTML, HTML attributes, JavaScript, CSS, and URLs",
  2102. "homepage": "https://laminas.dev",
  2103. "keywords": [
  2104. "escaper",
  2105. "laminas"
  2106. ],
  2107. "support": {
  2108. "chat": "https://laminas.dev/chat",
  2109. "docs": "https://docs.laminas.dev/laminas-escaper/",
  2110. "forum": "https://discourse.laminas.dev",
  2111. "issues": "https://github.com/laminas/laminas-escaper/issues",
  2112. "rss": "https://github.com/laminas/laminas-escaper/releases.atom",
  2113. "source": "https://github.com/laminas/laminas-escaper"
  2114. },
  2115. "funding": [
  2116. {
  2117. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2118. "type": "community_bridge"
  2119. }
  2120. ],
  2121. "time": "2022-03-08T20:15:36+00:00"
  2122. },
  2123. {
  2124. "name": "laminas/laminas-eventmanager",
  2125. "version": "3.5.0",
  2126. "source": {
  2127. "type": "git",
  2128. "url": "https://github.com/laminas/laminas-eventmanager.git",
  2129. "reference": "41f7209428f37cab9573365e361f4078209aaafa"
  2130. },
  2131. "dist": {
  2132. "type": "zip",
  2133. "url": "https://api.github.com/repos/laminas/laminas-eventmanager/zipball/41f7209428f37cab9573365e361f4078209aaafa",
  2134. "reference": "41f7209428f37cab9573365e361f4078209aaafa",
  2135. "shasum": ""
  2136. },
  2137. "require": {
  2138. "php": "^7.4 || ~8.0.0 || ~8.1.0"
  2139. },
  2140. "conflict": {
  2141. "container-interop/container-interop": "<1.2",
  2142. "zendframework/zend-eventmanager": "*"
  2143. },
  2144. "require-dev": {
  2145. "laminas/laminas-coding-standard": "~2.2.1",
  2146. "laminas/laminas-stdlib": "^3.6",
  2147. "phpbench/phpbench": "^1.1",
  2148. "phpspec/prophecy-phpunit": "^2.0",
  2149. "phpunit/phpunit": "^9.5.5",
  2150. "psr/container": "^1.1.2 || ^2.0.2"
  2151. },
  2152. "suggest": {
  2153. "laminas/laminas-stdlib": "^2.7.3 || ^3.0, to use the FilterChain feature",
  2154. "psr/container": "^1.1.2 || ^2.0.2, to use the lazy listeners feature"
  2155. },
  2156. "type": "library",
  2157. "autoload": {
  2158. "psr-4": {
  2159. "Laminas\\EventManager\\": "src/"
  2160. }
  2161. },
  2162. "notification-url": "https://packagist.org/downloads/",
  2163. "license": [
  2164. "BSD-3-Clause"
  2165. ],
  2166. "description": "Trigger and listen to events within a PHP application",
  2167. "homepage": "https://laminas.dev",
  2168. "keywords": [
  2169. "event",
  2170. "eventmanager",
  2171. "events",
  2172. "laminas"
  2173. ],
  2174. "support": {
  2175. "chat": "https://laminas.dev/chat",
  2176. "docs": "https://docs.laminas.dev/laminas-eventmanager/",
  2177. "forum": "https://discourse.laminas.dev",
  2178. "issues": "https://github.com/laminas/laminas-eventmanager/issues",
  2179. "rss": "https://github.com/laminas/laminas-eventmanager/releases.atom",
  2180. "source": "https://github.com/laminas/laminas-eventmanager"
  2181. },
  2182. "funding": [
  2183. {
  2184. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2185. "type": "community_bridge"
  2186. }
  2187. ],
  2188. "time": "2022-04-06T21:05:17+00:00"
  2189. },
  2190. {
  2191. "name": "laminas/laminas-feed",
  2192. "version": "2.17.0",
  2193. "source": {
  2194. "type": "git",
  2195. "url": "https://github.com/laminas/laminas-feed.git",
  2196. "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0"
  2197. },
  2198. "dist": {
  2199. "type": "zip",
  2200. "url": "https://api.github.com/repos/laminas/laminas-feed/zipball/1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
  2201. "reference": "1ccb024ea615606ed1d676ba0fa3f22a398f3ac0",
  2202. "shasum": ""
  2203. },
  2204. "require": {
  2205. "ext-dom": "*",
  2206. "ext-libxml": "*",
  2207. "laminas/laminas-escaper": "^2.9",
  2208. "laminas/laminas-stdlib": "^3.6",
  2209. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2210. },
  2211. "conflict": {
  2212. "laminas/laminas-servicemanager": "<3.3",
  2213. "zendframework/zend-feed": "*"
  2214. },
  2215. "require-dev": {
  2216. "laminas/laminas-cache": "^2.7.2",
  2217. "laminas/laminas-coding-standard": "~2.2.1",
  2218. "laminas/laminas-db": "^2.13.3",
  2219. "laminas/laminas-http": "^2.15",
  2220. "laminas/laminas-servicemanager": "^3.7",
  2221. "laminas/laminas-validator": "^2.15",
  2222. "phpunit/phpunit": "^9.5.5",
  2223. "psalm/plugin-phpunit": "^0.13.0",
  2224. "psr/http-message": "^1.0.1",
  2225. "vimeo/psalm": "^4.1"
  2226. },
  2227. "suggest": {
  2228. "laminas/laminas-cache": "Laminas\\Cache component, for optionally caching feeds between requests",
  2229. "laminas/laminas-db": "Laminas\\Db component, for use with PubSubHubbub",
  2230. "laminas/laminas-http": "Laminas\\Http for PubSubHubbub, and optionally for use with Laminas\\Feed\\Reader",
  2231. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component, for easily extending ExtensionManager implementations",
  2232. "laminas/laminas-validator": "Laminas\\Validator component, for validating email addresses used in Atom feeds and entries when using the Writer subcomponent",
  2233. "psr/http-message": "PSR-7 ^1.0.1, if you wish to use Laminas\\Feed\\Reader\\Http\\Psr7ResponseDecorator"
  2234. },
  2235. "type": "library",
  2236. "autoload": {
  2237. "psr-4": {
  2238. "Laminas\\Feed\\": "src/"
  2239. }
  2240. },
  2241. "notification-url": "https://packagist.org/downloads/",
  2242. "license": [
  2243. "BSD-3-Clause"
  2244. ],
  2245. "description": "provides functionality for consuming RSS and Atom feeds",
  2246. "homepage": "https://laminas.dev",
  2247. "keywords": [
  2248. "feed",
  2249. "laminas"
  2250. ],
  2251. "support": {
  2252. "chat": "https://laminas.dev/chat",
  2253. "docs": "https://docs.laminas.dev/laminas-feed/",
  2254. "forum": "https://discourse.laminas.dev",
  2255. "issues": "https://github.com/laminas/laminas-feed/issues",
  2256. "rss": "https://github.com/laminas/laminas-feed/releases.atom",
  2257. "source": "https://github.com/laminas/laminas-feed"
  2258. },
  2259. "funding": [
  2260. {
  2261. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2262. "type": "community_bridge"
  2263. }
  2264. ],
  2265. "time": "2022-03-24T10:26:04+00:00"
  2266. },
  2267. {
  2268. "name": "laminas/laminas-http",
  2269. "version": "2.15.1",
  2270. "source": {
  2271. "type": "git",
  2272. "url": "https://github.com/laminas/laminas-http.git",
  2273. "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79"
  2274. },
  2275. "dist": {
  2276. "type": "zip",
  2277. "url": "https://api.github.com/repos/laminas/laminas-http/zipball/261f079c3dffcf6f123484db43c40e44c4bf1c79",
  2278. "reference": "261f079c3dffcf6f123484db43c40e44c4bf1c79",
  2279. "shasum": ""
  2280. },
  2281. "require": {
  2282. "laminas/laminas-loader": "^2.8",
  2283. "laminas/laminas-stdlib": "^3.6",
  2284. "laminas/laminas-uri": "^2.9.1",
  2285. "laminas/laminas-validator": "^2.15",
  2286. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2287. },
  2288. "conflict": {
  2289. "zendframework/zend-http": "*"
  2290. },
  2291. "require-dev": {
  2292. "ext-curl": "*",
  2293. "laminas/laminas-coding-standard": "~2.2.1",
  2294. "phpunit/phpunit": "^9.5.5"
  2295. },
  2296. "suggest": {
  2297. "paragonie/certainty": "For automated management of cacert.pem"
  2298. },
  2299. "type": "library",
  2300. "autoload": {
  2301. "psr-4": {
  2302. "Laminas\\Http\\": "src/"
  2303. }
  2304. },
  2305. "notification-url": "https://packagist.org/downloads/",
  2306. "license": [
  2307. "BSD-3-Clause"
  2308. ],
  2309. "description": "Provides an easy interface for performing Hyper-Text Transfer Protocol (HTTP) requests",
  2310. "homepage": "https://laminas.dev",
  2311. "keywords": [
  2312. "http",
  2313. "http client",
  2314. "laminas"
  2315. ],
  2316. "support": {
  2317. "chat": "https://laminas.dev/chat",
  2318. "docs": "https://docs.laminas.dev/laminas-http/",
  2319. "forum": "https://discourse.laminas.dev",
  2320. "issues": "https://github.com/laminas/laminas-http/issues",
  2321. "rss": "https://github.com/laminas/laminas-http/releases.atom",
  2322. "source": "https://github.com/laminas/laminas-http"
  2323. },
  2324. "funding": [
  2325. {
  2326. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2327. "type": "community_bridge"
  2328. }
  2329. ],
  2330. "time": "2021-12-03T10:17:11+00:00"
  2331. },
  2332. {
  2333. "name": "laminas/laminas-json",
  2334. "version": "3.3.0",
  2335. "source": {
  2336. "type": "git",
  2337. "url": "https://github.com/laminas/laminas-json.git",
  2338. "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f"
  2339. },
  2340. "dist": {
  2341. "type": "zip",
  2342. "url": "https://api.github.com/repos/laminas/laminas-json/zipball/9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
  2343. "reference": "9a0ce9f330b7d11e70c4acb44d67e8c4f03f437f",
  2344. "shasum": ""
  2345. },
  2346. "require": {
  2347. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2348. },
  2349. "conflict": {
  2350. "zendframework/zend-json": "*"
  2351. },
  2352. "require-dev": {
  2353. "laminas/laminas-coding-standard": "~2.2.1",
  2354. "laminas/laminas-stdlib": "^2.7.7 || ^3.1",
  2355. "phpunit/phpunit": "^9.3"
  2356. },
  2357. "suggest": {
  2358. "laminas/laminas-json-server": "For implementing JSON-RPC servers",
  2359. "laminas/laminas-xml2json": "For converting XML documents to JSON"
  2360. },
  2361. "type": "library",
  2362. "autoload": {
  2363. "psr-4": {
  2364. "Laminas\\Json\\": "src/"
  2365. }
  2366. },
  2367. "notification-url": "https://packagist.org/downloads/",
  2368. "license": [
  2369. "BSD-3-Clause"
  2370. ],
  2371. "description": "provides convenience methods for serializing native PHP to JSON and decoding JSON to native PHP",
  2372. "homepage": "https://laminas.dev",
  2373. "keywords": [
  2374. "json",
  2375. "laminas"
  2376. ],
  2377. "support": {
  2378. "chat": "https://laminas.dev/chat",
  2379. "docs": "https://docs.laminas.dev/laminas-json/",
  2380. "forum": "https://discourse.laminas.dev",
  2381. "issues": "https://github.com/laminas/laminas-json/issues",
  2382. "rss": "https://github.com/laminas/laminas-json/releases.atom",
  2383. "source": "https://github.com/laminas/laminas-json"
  2384. },
  2385. "funding": [
  2386. {
  2387. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2388. "type": "community_bridge"
  2389. }
  2390. ],
  2391. "time": "2021-09-02T18:02:31+00:00"
  2392. },
  2393. {
  2394. "name": "laminas/laminas-loader",
  2395. "version": "2.8.0",
  2396. "source": {
  2397. "type": "git",
  2398. "url": "https://github.com/laminas/laminas-loader.git",
  2399. "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b"
  2400. },
  2401. "dist": {
  2402. "type": "zip",
  2403. "url": "https://api.github.com/repos/laminas/laminas-loader/zipball/d0589ec9dd48365fd95ad10d1c906efd7711c16b",
  2404. "reference": "d0589ec9dd48365fd95ad10d1c906efd7711c16b",
  2405. "shasum": ""
  2406. },
  2407. "require": {
  2408. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2409. },
  2410. "conflict": {
  2411. "zendframework/zend-loader": "*"
  2412. },
  2413. "require-dev": {
  2414. "laminas/laminas-coding-standard": "~2.2.1",
  2415. "phpunit/phpunit": "^9.3"
  2416. },
  2417. "type": "library",
  2418. "autoload": {
  2419. "psr-4": {
  2420. "Laminas\\Loader\\": "src/"
  2421. }
  2422. },
  2423. "notification-url": "https://packagist.org/downloads/",
  2424. "license": [
  2425. "BSD-3-Clause"
  2426. ],
  2427. "description": "Autoloading and plugin loading strategies",
  2428. "homepage": "https://laminas.dev",
  2429. "keywords": [
  2430. "laminas",
  2431. "loader"
  2432. ],
  2433. "support": {
  2434. "chat": "https://laminas.dev/chat",
  2435. "docs": "https://docs.laminas.dev/laminas-loader/",
  2436. "forum": "https://discourse.laminas.dev",
  2437. "issues": "https://github.com/laminas/laminas-loader/issues",
  2438. "rss": "https://github.com/laminas/laminas-loader/releases.atom",
  2439. "source": "https://github.com/laminas/laminas-loader"
  2440. },
  2441. "funding": [
  2442. {
  2443. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2444. "type": "community_bridge"
  2445. }
  2446. ],
  2447. "time": "2021-09-02T18:30:53+00:00"
  2448. },
  2449. {
  2450. "name": "laminas/laminas-mail",
  2451. "version": "2.16.0",
  2452. "source": {
  2453. "type": "git",
  2454. "url": "https://github.com/laminas/laminas-mail.git",
  2455. "reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49"
  2456. },
  2457. "dist": {
  2458. "type": "zip",
  2459. "url": "https://api.github.com/repos/laminas/laminas-mail/zipball/1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
  2460. "reference": "1ee1a384b96c8af29ecad9b3a7adc27a150ebc49",
  2461. "shasum": ""
  2462. },
  2463. "require": {
  2464. "ext-iconv": "*",
  2465. "laminas/laminas-loader": "^2.8",
  2466. "laminas/laminas-mime": "^2.9.1",
  2467. "laminas/laminas-stdlib": "^3.6",
  2468. "laminas/laminas-validator": "^2.15",
  2469. "php": "^7.3 || ~8.0.0 || ~8.1.0",
  2470. "symfony/polyfill-intl-idn": "^1.24.0",
  2471. "symfony/polyfill-mbstring": "^1.12.0",
  2472. "webmozart/assert": "^1.10"
  2473. },
  2474. "conflict": {
  2475. "zendframework/zend-mail": "*"
  2476. },
  2477. "require-dev": {
  2478. "laminas/laminas-coding-standard": "~1.0.0",
  2479. "laminas/laminas-crypt": "^2.6 || ^3.4",
  2480. "laminas/laminas-db": "^2.13.3",
  2481. "laminas/laminas-servicemanager": "^3.7",
  2482. "phpunit/phpunit": "^9.5.5",
  2483. "psalm/plugin-phpunit": "^0.15.1",
  2484. "symfony/process": "^5.3.7",
  2485. "vimeo/psalm": "^4.7"
  2486. },
  2487. "suggest": {
  2488. "laminas/laminas-crypt": "Crammd5 support in SMTP Auth",
  2489. "laminas/laminas-servicemanager": "^2.7.10 || ^3.3.1 when using SMTP to deliver messages"
  2490. },
  2491. "type": "library",
  2492. "extra": {
  2493. "laminas": {
  2494. "component": "Laminas\\Mail",
  2495. "config-provider": "Laminas\\Mail\\ConfigProvider"
  2496. }
  2497. },
  2498. "autoload": {
  2499. "psr-4": {
  2500. "Laminas\\Mail\\": "src/"
  2501. }
  2502. },
  2503. "notification-url": "https://packagist.org/downloads/",
  2504. "license": [
  2505. "BSD-3-Clause"
  2506. ],
  2507. "description": "Provides generalized functionality to compose and send both text and MIME-compliant multipart e-mail messages",
  2508. "homepage": "https://laminas.dev",
  2509. "keywords": [
  2510. "laminas",
  2511. "mail"
  2512. ],
  2513. "support": {
  2514. "chat": "https://laminas.dev/chat",
  2515. "docs": "https://docs.laminas.dev/laminas-mail/",
  2516. "forum": "https://discourse.laminas.dev",
  2517. "issues": "https://github.com/laminas/laminas-mail/issues",
  2518. "rss": "https://github.com/laminas/laminas-mail/releases.atom",
  2519. "source": "https://github.com/laminas/laminas-mail"
  2520. },
  2521. "funding": [
  2522. {
  2523. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2524. "type": "community_bridge"
  2525. }
  2526. ],
  2527. "time": "2022-02-23T21:08:17+00:00"
  2528. },
  2529. {
  2530. "name": "laminas/laminas-math",
  2531. "version": "3.5.0",
  2532. "source": {
  2533. "type": "git",
  2534. "url": "https://github.com/laminas/laminas-math.git",
  2535. "reference": "146d8187ab247ae152e811a6704a953d43537381"
  2536. },
  2537. "dist": {
  2538. "type": "zip",
  2539. "url": "https://api.github.com/repos/laminas/laminas-math/zipball/146d8187ab247ae152e811a6704a953d43537381",
  2540. "reference": "146d8187ab247ae152e811a6704a953d43537381",
  2541. "shasum": ""
  2542. },
  2543. "require": {
  2544. "ext-mbstring": "*",
  2545. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2546. },
  2547. "conflict": {
  2548. "zendframework/zend-math": "*"
  2549. },
  2550. "require-dev": {
  2551. "laminas/laminas-coding-standard": "~1.0.0",
  2552. "phpunit/phpunit": "^9.5.5"
  2553. },
  2554. "suggest": {
  2555. "ext-bcmath": "If using the bcmath functionality",
  2556. "ext-gmp": "If using the gmp functionality"
  2557. },
  2558. "type": "library",
  2559. "extra": {
  2560. "branch-alias": {
  2561. "dev-master": "3.2.x-dev",
  2562. "dev-develop": "3.3.x-dev"
  2563. }
  2564. },
  2565. "autoload": {
  2566. "psr-4": {
  2567. "Laminas\\Math\\": "src/"
  2568. }
  2569. },
  2570. "notification-url": "https://packagist.org/downloads/",
  2571. "license": [
  2572. "BSD-3-Clause"
  2573. ],
  2574. "description": "Create cryptographically secure pseudo-random numbers, and manage big integers",
  2575. "homepage": "https://laminas.dev",
  2576. "keywords": [
  2577. "laminas",
  2578. "math"
  2579. ],
  2580. "support": {
  2581. "chat": "https://laminas.dev/chat",
  2582. "docs": "https://docs.laminas.dev/laminas-math/",
  2583. "forum": "https://discourse.laminas.dev",
  2584. "issues": "https://github.com/laminas/laminas-math/issues",
  2585. "rss": "https://github.com/laminas/laminas-math/releases.atom",
  2586. "source": "https://github.com/laminas/laminas-math"
  2587. },
  2588. "funding": [
  2589. {
  2590. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2591. "type": "community_bridge"
  2592. }
  2593. ],
  2594. "time": "2021-12-06T02:02:07+00:00"
  2595. },
  2596. {
  2597. "name": "laminas/laminas-mime",
  2598. "version": "2.9.1",
  2599. "source": {
  2600. "type": "git",
  2601. "url": "https://github.com/laminas/laminas-mime.git",
  2602. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184"
  2603. },
  2604. "dist": {
  2605. "type": "zip",
  2606. "url": "https://api.github.com/repos/laminas/laminas-mime/zipball/72d21a1b4bb7086d4a4d7058c0abca180b209184",
  2607. "reference": "72d21a1b4bb7086d4a4d7058c0abca180b209184",
  2608. "shasum": ""
  2609. },
  2610. "require": {
  2611. "laminas/laminas-stdlib": "^2.7 || ^3.0",
  2612. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2613. },
  2614. "conflict": {
  2615. "zendframework/zend-mime": "*"
  2616. },
  2617. "require-dev": {
  2618. "laminas/laminas-coding-standard": "~2.2.1",
  2619. "laminas/laminas-mail": "^2.12",
  2620. "phpunit/phpunit": "^9.3"
  2621. },
  2622. "suggest": {
  2623. "laminas/laminas-mail": "Laminas\\Mail component"
  2624. },
  2625. "type": "library",
  2626. "autoload": {
  2627. "psr-4": {
  2628. "Laminas\\Mime\\": "src/"
  2629. }
  2630. },
  2631. "notification-url": "https://packagist.org/downloads/",
  2632. "license": [
  2633. "BSD-3-Clause"
  2634. ],
  2635. "description": "Create and parse MIME messages and parts",
  2636. "homepage": "https://laminas.dev",
  2637. "keywords": [
  2638. "laminas",
  2639. "mime"
  2640. ],
  2641. "support": {
  2642. "chat": "https://laminas.dev/chat",
  2643. "docs": "https://docs.laminas.dev/laminas-mime/",
  2644. "forum": "https://discourse.laminas.dev",
  2645. "issues": "https://github.com/laminas/laminas-mime/issues",
  2646. "rss": "https://github.com/laminas/laminas-mime/releases.atom",
  2647. "source": "https://github.com/laminas/laminas-mime"
  2648. },
  2649. "funding": [
  2650. {
  2651. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2652. "type": "community_bridge"
  2653. }
  2654. ],
  2655. "time": "2021-09-20T21:19:24+00:00"
  2656. },
  2657. {
  2658. "name": "laminas/laminas-modulemanager",
  2659. "version": "2.11.0",
  2660. "source": {
  2661. "type": "git",
  2662. "url": "https://github.com/laminas/laminas-modulemanager.git",
  2663. "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad"
  2664. },
  2665. "dist": {
  2666. "type": "zip",
  2667. "url": "https://api.github.com/repos/laminas/laminas-modulemanager/zipball/6acf5991d10b0b38a2edb08729ed48981b2a5dad",
  2668. "reference": "6acf5991d10b0b38a2edb08729ed48981b2a5dad",
  2669. "shasum": ""
  2670. },
  2671. "require": {
  2672. "brick/varexporter": "^0.3.2",
  2673. "laminas/laminas-config": "^3.7",
  2674. "laminas/laminas-eventmanager": "^3.4",
  2675. "laminas/laminas-stdlib": "^3.6",
  2676. "php": "^7.3 || ~8.0.0 || ~8.1.0",
  2677. "webimpress/safe-writer": "^1.0.2 || ^2.1"
  2678. },
  2679. "conflict": {
  2680. "zendframework/zend-modulemanager": "*"
  2681. },
  2682. "require-dev": {
  2683. "laminas/laminas-coding-standard": "^2.3",
  2684. "laminas/laminas-loader": "^2.8",
  2685. "laminas/laminas-mvc": "^3.1.1",
  2686. "laminas/laminas-servicemanager": "^3.7",
  2687. "phpunit/phpunit": "^9.5.5"
  2688. },
  2689. "suggest": {
  2690. "laminas/laminas-console": "Laminas\\Console component",
  2691. "laminas/laminas-loader": "Laminas\\Loader component if you are not using Composer autoloading for your modules",
  2692. "laminas/laminas-mvc": "Laminas\\Mvc component",
  2693. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component"
  2694. },
  2695. "type": "library",
  2696. "autoload": {
  2697. "psr-4": {
  2698. "Laminas\\ModuleManager\\": "src/"
  2699. }
  2700. },
  2701. "notification-url": "https://packagist.org/downloads/",
  2702. "license": [
  2703. "BSD-3-Clause"
  2704. ],
  2705. "description": "Modular application system for laminas-mvc applications",
  2706. "homepage": "https://laminas.dev",
  2707. "keywords": [
  2708. "laminas",
  2709. "modulemanager"
  2710. ],
  2711. "support": {
  2712. "chat": "https://laminas.dev/chat",
  2713. "docs": "https://docs.laminas.dev/laminas-modulemanager/",
  2714. "forum": "https://discourse.laminas.dev",
  2715. "issues": "https://github.com/laminas/laminas-modulemanager/issues",
  2716. "rss": "https://github.com/laminas/laminas-modulemanager/releases.atom",
  2717. "source": "https://github.com/laminas/laminas-modulemanager"
  2718. },
  2719. "funding": [
  2720. {
  2721. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2722. "type": "community_bridge"
  2723. }
  2724. ],
  2725. "time": "2021-10-13T17:05:17+00:00"
  2726. },
  2727. {
  2728. "name": "laminas/laminas-mvc",
  2729. "version": "3.3.3",
  2730. "source": {
  2731. "type": "git",
  2732. "url": "https://github.com/laminas/laminas-mvc.git",
  2733. "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150"
  2734. },
  2735. "dist": {
  2736. "type": "zip",
  2737. "url": "https://api.github.com/repos/laminas/laminas-mvc/zipball/7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
  2738. "reference": "7ff2bfbe64048aa83c6d1c7edcbab849123f0150",
  2739. "shasum": ""
  2740. },
  2741. "require": {
  2742. "container-interop/container-interop": "^1.2",
  2743. "laminas/laminas-eventmanager": "^3.4",
  2744. "laminas/laminas-http": "^2.15",
  2745. "laminas/laminas-modulemanager": "^2.8",
  2746. "laminas/laminas-router": "^3.5",
  2747. "laminas/laminas-servicemanager": "^3.7",
  2748. "laminas/laminas-stdlib": "^3.6",
  2749. "laminas/laminas-view": "^2.14",
  2750. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2751. },
  2752. "conflict": {
  2753. "zendframework/zend-mvc": "*"
  2754. },
  2755. "require-dev": {
  2756. "http-interop/http-middleware": "^0.4.1",
  2757. "laminas/laminas-coding-standard": "^1.0.0",
  2758. "laminas/laminas-json": "^3.3",
  2759. "laminas/laminas-psr7bridge": "^1.0",
  2760. "laminas/laminas-stratigility": ">=2.0.1 <2.2",
  2761. "phpspec/prophecy-phpunit": "^2.0",
  2762. "phpunit/phpunit": "^9.5.5"
  2763. },
  2764. "suggest": {
  2765. "laminas/laminas-json": "(^2.6.1 || ^3.0) To auto-deserialize JSON body content in AbstractRestfulController extensions, when json_decode is unavailable",
  2766. "laminas/laminas-log": "^2.9.1 To provide log functionality via LogFilterManager, LogFormatterManager, and LogProcessorManager",
  2767. "laminas/laminas-mvc-console": "laminas-mvc-console provides the ability to expose laminas-mvc as a console application",
  2768. "laminas/laminas-mvc-i18n": "laminas-mvc-i18n provides integration with laminas-i18n, including a translation bridge and translatable route segments",
  2769. "laminas/laminas-mvc-middleware": "To dispatch middleware in your laminas-mvc application",
  2770. "laminas/laminas-mvc-plugin-fileprg": "To provide Post/Redirect/Get functionality around forms that container file uploads",
  2771. "laminas/laminas-mvc-plugin-flashmessenger": "To provide flash messaging capabilities between requests",
  2772. "laminas/laminas-mvc-plugin-identity": "To access the authenticated identity (per laminas-authentication) in controllers",
  2773. "laminas/laminas-mvc-plugin-prg": "To provide Post/Redirect/Get functionality within controllers",
  2774. "laminas/laminas-paginator": "^2.7 To provide pagination functionality via PaginatorPluginManager",
  2775. "laminas/laminas-servicemanager-di": "laminas-servicemanager-di provides utilities for integrating laminas-di and laminas-servicemanager in your laminas-mvc application"
  2776. },
  2777. "type": "library",
  2778. "autoload": {
  2779. "psr-4": {
  2780. "Laminas\\Mvc\\": "src/"
  2781. }
  2782. },
  2783. "notification-url": "https://packagist.org/downloads/",
  2784. "license": [
  2785. "BSD-3-Clause"
  2786. ],
  2787. "description": "Laminas's event-driven MVC layer, including MVC Applications, Controllers, and Plugins",
  2788. "homepage": "https://laminas.dev",
  2789. "keywords": [
  2790. "laminas",
  2791. "mvc"
  2792. ],
  2793. "support": {
  2794. "chat": "https://laminas.dev/chat",
  2795. "docs": "https://docs.laminas.dev/laminas-mvc/",
  2796. "forum": "https://discourse.laminas.dev",
  2797. "issues": "https://github.com/laminas/laminas-mvc/issues",
  2798. "rss": "https://github.com/laminas/laminas-mvc/releases.atom",
  2799. "source": "https://github.com/laminas/laminas-mvc"
  2800. },
  2801. "funding": [
  2802. {
  2803. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2804. "type": "community_bridge"
  2805. }
  2806. ],
  2807. "time": "2022-02-21T20:21:58+00:00"
  2808. },
  2809. {
  2810. "name": "laminas/laminas-recaptcha",
  2811. "version": "3.4.0",
  2812. "source": {
  2813. "type": "git",
  2814. "url": "https://github.com/laminas/laminas-recaptcha.git",
  2815. "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71"
  2816. },
  2817. "dist": {
  2818. "type": "zip",
  2819. "url": "https://api.github.com/repos/laminas/laminas-recaptcha/zipball/f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
  2820. "reference": "f3bdb2fcaf859b9f725f397dc1bc38b4a7696a71",
  2821. "shasum": ""
  2822. },
  2823. "require": {
  2824. "ext-json": "*",
  2825. "laminas/laminas-http": "^2.15",
  2826. "laminas/laminas-json": "^3.3",
  2827. "laminas/laminas-stdlib": "^3.6",
  2828. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2829. },
  2830. "conflict": {
  2831. "zendframework/zendservice-recaptcha": "*"
  2832. },
  2833. "require-dev": {
  2834. "laminas/laminas-coding-standard": "~2.3.0",
  2835. "laminas/laminas-config": "^3.7",
  2836. "laminas/laminas-validator": "^2.15",
  2837. "phpunit/phpunit": "^9.5.4"
  2838. },
  2839. "suggest": {
  2840. "laminas/laminas-validator": "~2.0, if using ReCaptcha's Mailhide API"
  2841. },
  2842. "type": "library",
  2843. "autoload": {
  2844. "psr-4": {
  2845. "Laminas\\ReCaptcha\\": "src/"
  2846. }
  2847. },
  2848. "notification-url": "https://packagist.org/downloads/",
  2849. "license": [
  2850. "BSD-3-Clause"
  2851. ],
  2852. "description": "OOP wrapper for the ReCaptcha web service",
  2853. "homepage": "https://laminas.dev",
  2854. "keywords": [
  2855. "laminas",
  2856. "recaptcha"
  2857. ],
  2858. "support": {
  2859. "chat": "https://laminas.dev/chat",
  2860. "docs": "https://docs.laminas.dev/laminas-recaptcha/",
  2861. "forum": "https://discourse.laminas.dev",
  2862. "issues": "https://github.com/laminas/laminas-recaptcha/issues",
  2863. "rss": "https://github.com/laminas/laminas-recaptcha/releases.atom",
  2864. "source": "https://github.com/laminas/laminas-recaptcha"
  2865. },
  2866. "funding": [
  2867. {
  2868. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2869. "type": "community_bridge"
  2870. }
  2871. ],
  2872. "time": "2021-11-28T18:10:25+00:00"
  2873. },
  2874. {
  2875. "name": "laminas/laminas-router",
  2876. "version": "3.5.0",
  2877. "source": {
  2878. "type": "git",
  2879. "url": "https://github.com/laminas/laminas-router.git",
  2880. "reference": "44759e71620030c93d99e40b394fe9fff8f0beda"
  2881. },
  2882. "dist": {
  2883. "type": "zip",
  2884. "url": "https://api.github.com/repos/laminas/laminas-router/zipball/44759e71620030c93d99e40b394fe9fff8f0beda",
  2885. "reference": "44759e71620030c93d99e40b394fe9fff8f0beda",
  2886. "shasum": ""
  2887. },
  2888. "require": {
  2889. "container-interop/container-interop": "^1.2",
  2890. "laminas/laminas-http": "^2.15",
  2891. "laminas/laminas-servicemanager": "^3.7",
  2892. "laminas/laminas-stdlib": "^3.6",
  2893. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2894. },
  2895. "conflict": {
  2896. "zendframework/zend-router": "*"
  2897. },
  2898. "require-dev": {
  2899. "laminas/laminas-coding-standard": "~2.2.1",
  2900. "laminas/laminas-i18n": "^2.7.4",
  2901. "phpunit/phpunit": "^9.5.5",
  2902. "psalm/plugin-phpunit": "^0.15.1",
  2903. "vimeo/psalm": "^4.7"
  2904. },
  2905. "suggest": {
  2906. "laminas/laminas-i18n": "^2.7.4, if defining translatable HTTP path segments"
  2907. },
  2908. "type": "library",
  2909. "extra": {
  2910. "laminas": {
  2911. "component": "Laminas\\Router",
  2912. "config-provider": "Laminas\\Router\\ConfigProvider"
  2913. }
  2914. },
  2915. "autoload": {
  2916. "psr-4": {
  2917. "Laminas\\Router\\": "src/"
  2918. }
  2919. },
  2920. "notification-url": "https://packagist.org/downloads/",
  2921. "license": [
  2922. "BSD-3-Clause"
  2923. ],
  2924. "description": "Flexible routing system for HTTP and console applications",
  2925. "homepage": "https://laminas.dev",
  2926. "keywords": [
  2927. "laminas",
  2928. "routing"
  2929. ],
  2930. "support": {
  2931. "chat": "https://laminas.dev/chat",
  2932. "docs": "https://docs.laminas.dev/laminas-router/",
  2933. "forum": "https://discourse.laminas.dev",
  2934. "issues": "https://github.com/laminas/laminas-router/issues",
  2935. "rss": "https://github.com/laminas/laminas-router/releases.atom",
  2936. "source": "https://github.com/laminas/laminas-router"
  2937. },
  2938. "funding": [
  2939. {
  2940. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2941. "type": "community_bridge"
  2942. }
  2943. ],
  2944. "time": "2021-10-13T16:02:43+00:00"
  2945. },
  2946. {
  2947. "name": "laminas/laminas-server",
  2948. "version": "2.11.1",
  2949. "source": {
  2950. "type": "git",
  2951. "url": "https://github.com/laminas/laminas-server.git",
  2952. "reference": "f45e1a6f614a11af8eff5d2d409f12229101cfc1"
  2953. },
  2954. "dist": {
  2955. "type": "zip",
  2956. "url": "https://api.github.com/repos/laminas/laminas-server/zipball/f45e1a6f614a11af8eff5d2d409f12229101cfc1",
  2957. "reference": "f45e1a6f614a11af8eff5d2d409f12229101cfc1",
  2958. "shasum": ""
  2959. },
  2960. "require": {
  2961. "laminas/laminas-code": "^3.5.1 || ^4.0.0",
  2962. "laminas/laminas-stdlib": "^3.3.1",
  2963. "laminas/laminas-zendframework-bridge": "^1.2.0",
  2964. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  2965. },
  2966. "replace": {
  2967. "zendframework/zend-server": "^2.8.1"
  2968. },
  2969. "require-dev": {
  2970. "laminas/laminas-coding-standard": "~1.0.0",
  2971. "phpunit/phpunit": "^9.5.5",
  2972. "psalm/plugin-phpunit": "^0.15.1",
  2973. "vimeo/psalm": "^4.6.4"
  2974. },
  2975. "type": "library",
  2976. "autoload": {
  2977. "psr-4": {
  2978. "Laminas\\Server\\": "src/"
  2979. }
  2980. },
  2981. "notification-url": "https://packagist.org/downloads/",
  2982. "license": [
  2983. "BSD-3-Clause"
  2984. ],
  2985. "description": "Create Reflection-based RPC servers",
  2986. "homepage": "https://laminas.dev",
  2987. "keywords": [
  2988. "laminas",
  2989. "server"
  2990. ],
  2991. "support": {
  2992. "chat": "https://laminas.dev/chat",
  2993. "docs": "https://docs.laminas.dev/laminas-server/",
  2994. "forum": "https://discourse.laminas.dev",
  2995. "issues": "https://github.com/laminas/laminas-server/issues",
  2996. "rss": "https://github.com/laminas/laminas-server/releases.atom",
  2997. "source": "https://github.com/laminas/laminas-server"
  2998. },
  2999. "funding": [
  3000. {
  3001. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3002. "type": "community_bridge"
  3003. }
  3004. ],
  3005. "time": "2022-02-25T14:41:51+00:00"
  3006. },
  3007. {
  3008. "name": "laminas/laminas-servicemanager",
  3009. "version": "3.11.2",
  3010. "source": {
  3011. "type": "git",
  3012. "url": "https://github.com/laminas/laminas-servicemanager.git",
  3013. "reference": "8a1f4d53ec93b2e18174f6f186922ef44d11a75a"
  3014. },
  3015. "dist": {
  3016. "type": "zip",
  3017. "url": "https://api.github.com/repos/laminas/laminas-servicemanager/zipball/8a1f4d53ec93b2e18174f6f186922ef44d11a75a",
  3018. "reference": "8a1f4d53ec93b2e18174f6f186922ef44d11a75a",
  3019. "shasum": ""
  3020. },
  3021. "require": {
  3022. "laminas/laminas-stdlib": "^3.2.1",
  3023. "php": "~7.4.0 || ~8.0.0 || ~8.1.0",
  3024. "psr/container": "^1.0"
  3025. },
  3026. "conflict": {
  3027. "ext-psr": "*",
  3028. "laminas/laminas-code": "<3.3.1",
  3029. "zendframework/zend-code": "<3.3.1",
  3030. "zendframework/zend-servicemanager": "*"
  3031. },
  3032. "provide": {
  3033. "psr/container-implementation": "^1.0"
  3034. },
  3035. "replace": {
  3036. "container-interop/container-interop": "^1.2.0"
  3037. },
  3038. "require-dev": {
  3039. "composer/package-versions-deprecated": "^1.0",
  3040. "laminas/laminas-coding-standard": "~2.3.0",
  3041. "laminas/laminas-container-config-test": "^0.6",
  3042. "laminas/laminas-dependency-plugin": "^2.1.2",
  3043. "mikey179/vfsstream": "^1.6.10@alpha",
  3044. "ocramius/proxy-manager": "^2.11",
  3045. "phpbench/phpbench": "^1.1",
  3046. "phpspec/prophecy-phpunit": "^2.0",
  3047. "phpunit/phpunit": "^9.5.5",
  3048. "psalm/plugin-phpunit": "^0.16.1",
  3049. "vimeo/psalm": "^4.8"
  3050. },
  3051. "suggest": {
  3052. "ocramius/proxy-manager": "ProxyManager ^2.1.1 to handle lazy initialization of services"
  3053. },
  3054. "bin": [
  3055. "bin/generate-deps-for-config-factory",
  3056. "bin/generate-factory-for-class"
  3057. ],
  3058. "type": "library",
  3059. "autoload": {
  3060. "files": [
  3061. "src/autoload.php"
  3062. ],
  3063. "psr-4": {
  3064. "Laminas\\ServiceManager\\": "src/"
  3065. }
  3066. },
  3067. "notification-url": "https://packagist.org/downloads/",
  3068. "license": [
  3069. "BSD-3-Clause"
  3070. ],
  3071. "description": "Factory-Driven Dependency Injection Container",
  3072. "homepage": "https://laminas.dev",
  3073. "keywords": [
  3074. "PSR-11",
  3075. "dependency-injection",
  3076. "di",
  3077. "dic",
  3078. "laminas",
  3079. "service-manager",
  3080. "servicemanager"
  3081. ],
  3082. "support": {
  3083. "chat": "https://laminas.dev/chat",
  3084. "docs": "https://docs.laminas.dev/laminas-servicemanager/",
  3085. "forum": "https://discourse.laminas.dev",
  3086. "issues": "https://github.com/laminas/laminas-servicemanager/issues",
  3087. "rss": "https://github.com/laminas/laminas-servicemanager/releases.atom",
  3088. "source": "https://github.com/laminas/laminas-servicemanager"
  3089. },
  3090. "funding": [
  3091. {
  3092. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3093. "type": "community_bridge"
  3094. }
  3095. ],
  3096. "time": "2022-04-07T17:21:25+00:00"
  3097. },
  3098. {
  3099. "name": "laminas/laminas-session",
  3100. "version": "2.12.1",
  3101. "source": {
  3102. "type": "git",
  3103. "url": "https://github.com/laminas/laminas-session.git",
  3104. "reference": "888c6a344e9a4c9f34ab6e09346640eac9be3fcf"
  3105. },
  3106. "dist": {
  3107. "type": "zip",
  3108. "url": "https://api.github.com/repos/laminas/laminas-session/zipball/888c6a344e9a4c9f34ab6e09346640eac9be3fcf",
  3109. "reference": "888c6a344e9a4c9f34ab6e09346640eac9be3fcf",
  3110. "shasum": ""
  3111. },
  3112. "require": {
  3113. "laminas/laminas-eventmanager": "^3.4",
  3114. "laminas/laminas-stdlib": "^3.6",
  3115. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3116. },
  3117. "conflict": {
  3118. "zendframework/zend-session": "*"
  3119. },
  3120. "require-dev": {
  3121. "container-interop/container-interop": "^1.1",
  3122. "laminas/laminas-cache": "3.0.x-dev",
  3123. "laminas/laminas-cache-storage-adapter-memory": "2.0.x-dev",
  3124. "laminas/laminas-coding-standard": "~2.2.1",
  3125. "laminas/laminas-db": "^2.13.4",
  3126. "laminas/laminas-http": "^2.15",
  3127. "laminas/laminas-servicemanager": "^3.7",
  3128. "laminas/laminas-validator": "^2.15",
  3129. "mongodb/mongodb": "v1.9.x-dev",
  3130. "php-mock/php-mock-phpunit": "^1.1.2 || ^2.0",
  3131. "phpspec/prophecy-phpunit": "^2.0",
  3132. "phpunit/phpunit": "^9.5.9"
  3133. },
  3134. "suggest": {
  3135. "laminas/laminas-cache": "Laminas\\Cache component",
  3136. "laminas/laminas-db": "Laminas\\Db component",
  3137. "laminas/laminas-http": "Laminas\\Http component",
  3138. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
  3139. "laminas/laminas-validator": "Laminas\\Validator component",
  3140. "mongodb/mongodb": "If you want to use the MongoDB session save handler"
  3141. },
  3142. "type": "library",
  3143. "extra": {
  3144. "laminas": {
  3145. "component": "Laminas\\Session",
  3146. "config-provider": "Laminas\\Session\\ConfigProvider"
  3147. }
  3148. },
  3149. "autoload": {
  3150. "psr-4": {
  3151. "Laminas\\Session\\": "src/"
  3152. }
  3153. },
  3154. "notification-url": "https://packagist.org/downloads/",
  3155. "license": [
  3156. "BSD-3-Clause"
  3157. ],
  3158. "description": "Object-oriented interface to PHP sessions and storage",
  3159. "homepage": "https://laminas.dev",
  3160. "keywords": [
  3161. "laminas",
  3162. "session"
  3163. ],
  3164. "support": {
  3165. "chat": "https://laminas.dev/chat",
  3166. "docs": "https://docs.laminas.dev/laminas-session/",
  3167. "forum": "https://discourse.laminas.dev",
  3168. "issues": "https://github.com/laminas/laminas-session/issues",
  3169. "rss": "https://github.com/laminas/laminas-session/releases.atom",
  3170. "source": "https://github.com/laminas/laminas-session"
  3171. },
  3172. "funding": [
  3173. {
  3174. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3175. "type": "community_bridge"
  3176. }
  3177. ],
  3178. "time": "2022-02-15T16:38:29+00:00"
  3179. },
  3180. {
  3181. "name": "laminas/laminas-soap",
  3182. "version": "2.10.0",
  3183. "source": {
  3184. "type": "git",
  3185. "url": "https://github.com/laminas/laminas-soap.git",
  3186. "reference": "b1245a09b523485060407f73a0058fb871d2c656"
  3187. },
  3188. "dist": {
  3189. "type": "zip",
  3190. "url": "https://api.github.com/repos/laminas/laminas-soap/zipball/b1245a09b523485060407f73a0058fb871d2c656",
  3191. "reference": "b1245a09b523485060407f73a0058fb871d2c656",
  3192. "shasum": ""
  3193. },
  3194. "require": {
  3195. "ext-dom": "*",
  3196. "ext-soap": "*",
  3197. "laminas/laminas-server": "^2.11",
  3198. "laminas/laminas-stdlib": "^3.6",
  3199. "laminas/laminas-uri": "^2.9.1",
  3200. "php": "~7.4.0 || ~8.0.0 || ~8.1.0"
  3201. },
  3202. "conflict": {
  3203. "laminas/laminas-code": "<4.4",
  3204. "zendframework/zend-soap": "*"
  3205. },
  3206. "require-dev": {
  3207. "laminas/laminas-coding-standard": "~2.2.1",
  3208. "laminas/laminas-config": "^3.7",
  3209. "laminas/laminas-http": "^2.15",
  3210. "phpspec/prophecy-phpunit": "^2.0.1",
  3211. "phpunit/phpunit": "^9.5.5"
  3212. },
  3213. "suggest": {
  3214. "ext-curl": "Curl is required when .NET compatibility is required",
  3215. "laminas/laminas-http": "Laminas\\Http component"
  3216. },
  3217. "type": "library",
  3218. "autoload": {
  3219. "psr-4": {
  3220. "Laminas\\Soap\\": "src/"
  3221. }
  3222. },
  3223. "notification-url": "https://packagist.org/downloads/",
  3224. "license": [
  3225. "BSD-3-Clause"
  3226. ],
  3227. "homepage": "https://laminas.dev",
  3228. "keywords": [
  3229. "laminas",
  3230. "soap"
  3231. ],
  3232. "support": {
  3233. "chat": "https://laminas.dev/chat",
  3234. "docs": "https://docs.laminas.dev/laminas-soap/",
  3235. "forum": "https://discourse.laminas.dev",
  3236. "issues": "https://github.com/laminas/laminas-soap/issues",
  3237. "rss": "https://github.com/laminas/laminas-soap/releases.atom",
  3238. "source": "https://github.com/laminas/laminas-soap"
  3239. },
  3240. "funding": [
  3241. {
  3242. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3243. "type": "community_bridge"
  3244. }
  3245. ],
  3246. "time": "2021-10-14T14:04:27+00:00"
  3247. },
  3248. {
  3249. "name": "laminas/laminas-stdlib",
  3250. "version": "3.7.1",
  3251. "source": {
  3252. "type": "git",
  3253. "url": "https://github.com/laminas/laminas-stdlib.git",
  3254. "reference": "bcd869e2fe88d567800057c1434f2380354fe325"
  3255. },
  3256. "dist": {
  3257. "type": "zip",
  3258. "url": "https://api.github.com/repos/laminas/laminas-stdlib/zipball/bcd869e2fe88d567800057c1434f2380354fe325",
  3259. "reference": "bcd869e2fe88d567800057c1434f2380354fe325",
  3260. "shasum": ""
  3261. },
  3262. "require": {
  3263. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3264. },
  3265. "conflict": {
  3266. "zendframework/zend-stdlib": "*"
  3267. },
  3268. "require-dev": {
  3269. "laminas/laminas-coding-standard": "~2.3.0",
  3270. "phpbench/phpbench": "^1.0",
  3271. "phpunit/phpunit": "^9.3.7",
  3272. "psalm/plugin-phpunit": "^0.16.0",
  3273. "vimeo/psalm": "^4.7"
  3274. },
  3275. "type": "library",
  3276. "autoload": {
  3277. "psr-4": {
  3278. "Laminas\\Stdlib\\": "src/"
  3279. }
  3280. },
  3281. "notification-url": "https://packagist.org/downloads/",
  3282. "license": [
  3283. "BSD-3-Clause"
  3284. ],
  3285. "description": "SPL extensions, array utilities, error handlers, and more",
  3286. "homepage": "https://laminas.dev",
  3287. "keywords": [
  3288. "laminas",
  3289. "stdlib"
  3290. ],
  3291. "support": {
  3292. "chat": "https://laminas.dev/chat",
  3293. "docs": "https://docs.laminas.dev/laminas-stdlib/",
  3294. "forum": "https://discourse.laminas.dev",
  3295. "issues": "https://github.com/laminas/laminas-stdlib/issues",
  3296. "rss": "https://github.com/laminas/laminas-stdlib/releases.atom",
  3297. "source": "https://github.com/laminas/laminas-stdlib"
  3298. },
  3299. "funding": [
  3300. {
  3301. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3302. "type": "community_bridge"
  3303. }
  3304. ],
  3305. "time": "2022-01-21T15:50:46+00:00"
  3306. },
  3307. {
  3308. "name": "laminas/laminas-text",
  3309. "version": "2.9.0",
  3310. "source": {
  3311. "type": "git",
  3312. "url": "https://github.com/laminas/laminas-text.git",
  3313. "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7"
  3314. },
  3315. "dist": {
  3316. "type": "zip",
  3317. "url": "https://api.github.com/repos/laminas/laminas-text/zipball/8879e75d03e09b0d6787e6680cfa255afd4645a7",
  3318. "reference": "8879e75d03e09b0d6787e6680cfa255afd4645a7",
  3319. "shasum": ""
  3320. },
  3321. "require": {
  3322. "laminas/laminas-servicemanager": "^3.4",
  3323. "laminas/laminas-stdlib": "^3.6",
  3324. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3325. },
  3326. "conflict": {
  3327. "zendframework/zend-text": "*"
  3328. },
  3329. "require-dev": {
  3330. "laminas/laminas-coding-standard": "~1.0.0",
  3331. "phpunit/phpunit": "^9.3"
  3332. },
  3333. "type": "library",
  3334. "autoload": {
  3335. "psr-4": {
  3336. "Laminas\\Text\\": "src/"
  3337. }
  3338. },
  3339. "notification-url": "https://packagist.org/downloads/",
  3340. "license": [
  3341. "BSD-3-Clause"
  3342. ],
  3343. "description": "Create FIGlets and text-based tables",
  3344. "homepage": "https://laminas.dev",
  3345. "keywords": [
  3346. "laminas",
  3347. "text"
  3348. ],
  3349. "support": {
  3350. "chat": "https://laminas.dev/chat",
  3351. "docs": "https://docs.laminas.dev/laminas-text/",
  3352. "forum": "https://discourse.laminas.dev",
  3353. "issues": "https://github.com/laminas/laminas-text/issues",
  3354. "rss": "https://github.com/laminas/laminas-text/releases.atom",
  3355. "source": "https://github.com/laminas/laminas-text"
  3356. },
  3357. "funding": [
  3358. {
  3359. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3360. "type": "community_bridge"
  3361. }
  3362. ],
  3363. "time": "2021-09-02T16:50:53+00:00"
  3364. },
  3365. {
  3366. "name": "laminas/laminas-uri",
  3367. "version": "2.9.1",
  3368. "source": {
  3369. "type": "git",
  3370. "url": "https://github.com/laminas/laminas-uri.git",
  3371. "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b"
  3372. },
  3373. "dist": {
  3374. "type": "zip",
  3375. "url": "https://api.github.com/repos/laminas/laminas-uri/zipball/7e837dc15c8fd3949df7d1213246fd7c8640032b",
  3376. "reference": "7e837dc15c8fd3949df7d1213246fd7c8640032b",
  3377. "shasum": ""
  3378. },
  3379. "require": {
  3380. "laminas/laminas-escaper": "^2.9",
  3381. "laminas/laminas-validator": "^2.15",
  3382. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3383. },
  3384. "conflict": {
  3385. "zendframework/zend-uri": "*"
  3386. },
  3387. "require-dev": {
  3388. "laminas/laminas-coding-standard": "~2.2.1",
  3389. "phpunit/phpunit": "^9.5.5"
  3390. },
  3391. "type": "library",
  3392. "autoload": {
  3393. "psr-4": {
  3394. "Laminas\\Uri\\": "src/"
  3395. }
  3396. },
  3397. "notification-url": "https://packagist.org/downloads/",
  3398. "license": [
  3399. "BSD-3-Clause"
  3400. ],
  3401. "description": "A component that aids in manipulating and validating » Uniform Resource Identifiers (URIs)",
  3402. "homepage": "https://laminas.dev",
  3403. "keywords": [
  3404. "laminas",
  3405. "uri"
  3406. ],
  3407. "support": {
  3408. "chat": "https://laminas.dev/chat",
  3409. "docs": "https://docs.laminas.dev/laminas-uri/",
  3410. "forum": "https://discourse.laminas.dev",
  3411. "issues": "https://github.com/laminas/laminas-uri/issues",
  3412. "rss": "https://github.com/laminas/laminas-uri/releases.atom",
  3413. "source": "https://github.com/laminas/laminas-uri"
  3414. },
  3415. "funding": [
  3416. {
  3417. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3418. "type": "community_bridge"
  3419. }
  3420. ],
  3421. "time": "2021-09-09T18:37:15+00:00"
  3422. },
  3423. {
  3424. "name": "laminas/laminas-validator",
  3425. "version": "2.17.0",
  3426. "source": {
  3427. "type": "git",
  3428. "url": "https://github.com/laminas/laminas-validator.git",
  3429. "reference": "bdd503adc83d814a5c94e598ea0eb9fc7ca56339"
  3430. },
  3431. "dist": {
  3432. "type": "zip",
  3433. "url": "https://api.github.com/repos/laminas/laminas-validator/zipball/bdd503adc83d814a5c94e598ea0eb9fc7ca56339",
  3434. "reference": "bdd503adc83d814a5c94e598ea0eb9fc7ca56339",
  3435. "shasum": ""
  3436. },
  3437. "require": {
  3438. "container-interop/container-interop": "^1.1",
  3439. "laminas/laminas-stdlib": "^3.6",
  3440. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3441. },
  3442. "conflict": {
  3443. "zendframework/zend-validator": "*"
  3444. },
  3445. "require-dev": {
  3446. "laminas/laminas-cache": "^2.6.1",
  3447. "laminas/laminas-coding-standard": "~2.2.1",
  3448. "laminas/laminas-db": "^2.7",
  3449. "laminas/laminas-filter": "^2.6",
  3450. "laminas/laminas-http": "^2.14.2",
  3451. "laminas/laminas-i18n": "^2.6",
  3452. "laminas/laminas-math": "^2.6",
  3453. "laminas/laminas-servicemanager": "^2.7.11 || ^3.0.3",
  3454. "laminas/laminas-session": "^2.8",
  3455. "laminas/laminas-uri": "^2.7",
  3456. "phpspec/prophecy-phpunit": "^2.0",
  3457. "phpunit/phpunit": "^9.5.5",
  3458. "psalm/plugin-phpunit": "^0.15.0",
  3459. "psr/http-client": "^1.0",
  3460. "psr/http-factory": "^1.0",
  3461. "psr/http-message": "^1.0",
  3462. "vimeo/psalm": "^4.3"
  3463. },
  3464. "suggest": {
  3465. "laminas/laminas-db": "Laminas\\Db component, required by the (No)RecordExists validator",
  3466. "laminas/laminas-filter": "Laminas\\Filter component, required by the Digits validator",
  3467. "laminas/laminas-i18n": "Laminas\\I18n component to allow translation of validation error messages",
  3468. "laminas/laminas-i18n-resources": "Translations of validator messages",
  3469. "laminas/laminas-math": "Laminas\\Math component, required by the Csrf validator",
  3470. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component to allow using the ValidatorPluginManager and validator chains",
  3471. "laminas/laminas-session": "Laminas\\Session component, ^2.8; required by the Csrf validator",
  3472. "laminas/laminas-uri": "Laminas\\Uri component, required by the Uri and Sitemap\\Loc validators",
  3473. "psr/http-message": "psr/http-message, required when validating PSR-7 UploadedFileInterface instances via the Upload and UploadFile validators"
  3474. },
  3475. "type": "library",
  3476. "extra": {
  3477. "laminas": {
  3478. "component": "Laminas\\Validator",
  3479. "config-provider": "Laminas\\Validator\\ConfigProvider"
  3480. }
  3481. },
  3482. "autoload": {
  3483. "psr-4": {
  3484. "Laminas\\Validator\\": "src/"
  3485. }
  3486. },
  3487. "notification-url": "https://packagist.org/downloads/",
  3488. "license": [
  3489. "BSD-3-Clause"
  3490. ],
  3491. "description": "Validation classes for a wide range of domains, and the ability to chain validators to create complex validation criteria",
  3492. "homepage": "https://laminas.dev",
  3493. "keywords": [
  3494. "laminas",
  3495. "validator"
  3496. ],
  3497. "support": {
  3498. "chat": "https://laminas.dev/chat",
  3499. "docs": "https://docs.laminas.dev/laminas-validator/",
  3500. "forum": "https://discourse.laminas.dev",
  3501. "issues": "https://github.com/laminas/laminas-validator/issues",
  3502. "rss": "https://github.com/laminas/laminas-validator/releases.atom",
  3503. "source": "https://github.com/laminas/laminas-validator"
  3504. },
  3505. "funding": [
  3506. {
  3507. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3508. "type": "community_bridge"
  3509. }
  3510. ],
  3511. "time": "2022-03-08T18:16:51+00:00"
  3512. },
  3513. {
  3514. "name": "laminas/laminas-view",
  3515. "version": "2.20.0",
  3516. "source": {
  3517. "type": "git",
  3518. "url": "https://github.com/laminas/laminas-view.git",
  3519. "reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4"
  3520. },
  3521. "dist": {
  3522. "type": "zip",
  3523. "url": "https://api.github.com/repos/laminas/laminas-view/zipball/2cd6973a3e042be3d244260fe93f435668f5c2b4",
  3524. "reference": "2cd6973a3e042be3d244260fe93f435668f5c2b4",
  3525. "shasum": ""
  3526. },
  3527. "require": {
  3528. "container-interop/container-interop": "^1.2",
  3529. "ext-dom": "*",
  3530. "ext-filter": "*",
  3531. "ext-json": "*",
  3532. "laminas/laminas-escaper": "^2.5",
  3533. "laminas/laminas-eventmanager": "^3.4",
  3534. "laminas/laminas-json": "^3.3",
  3535. "laminas/laminas-servicemanager": "^3.10",
  3536. "laminas/laminas-stdlib": "^3.6",
  3537. "php": "^7.4 || ~8.0.0 || ~8.1.0",
  3538. "psr/container": "^1 || ^2"
  3539. },
  3540. "conflict": {
  3541. "container-interop/container-interop": "<1.2",
  3542. "laminas/laminas-router": "<3.0.1",
  3543. "laminas/laminas-servicemanager": "<3.3",
  3544. "laminas/laminas-session": "<2.12",
  3545. "zendframework/zend-view": "*"
  3546. },
  3547. "require-dev": {
  3548. "laminas/laminas-authentication": "^2.5",
  3549. "laminas/laminas-coding-standard": "~2.3.0",
  3550. "laminas/laminas-console": "^2.6",
  3551. "laminas/laminas-feed": "^2.15",
  3552. "laminas/laminas-filter": "^2.13.0",
  3553. "laminas/laminas-http": "^2.15",
  3554. "laminas/laminas-i18n": "^2.6",
  3555. "laminas/laminas-modulemanager": "^2.7.1",
  3556. "laminas/laminas-mvc": "^3.0",
  3557. "laminas/laminas-mvc-i18n": "^1.1",
  3558. "laminas/laminas-mvc-plugin-flashmessenger": "^1.5.0",
  3559. "laminas/laminas-navigation": "^2.13.1",
  3560. "laminas/laminas-paginator": "^2.11.0",
  3561. "laminas/laminas-permissions-acl": "^2.6",
  3562. "laminas/laminas-router": "^3.0.1",
  3563. "laminas/laminas-uri": "^2.5",
  3564. "phpspec/prophecy": "^1.12",
  3565. "phpspec/prophecy-phpunit": "^2.0",
  3566. "phpunit/phpunit": "^9.5.5",
  3567. "psalm/plugin-phpunit": "^0.16.1",
  3568. "vimeo/psalm": "^4.10"
  3569. },
  3570. "suggest": {
  3571. "laminas/laminas-authentication": "Laminas\\Authentication component",
  3572. "laminas/laminas-escaper": "Laminas\\Escaper component",
  3573. "laminas/laminas-feed": "Laminas\\Feed component",
  3574. "laminas/laminas-filter": "Laminas\\Filter component",
  3575. "laminas/laminas-http": "Laminas\\Http component",
  3576. "laminas/laminas-i18n": "Laminas\\I18n component",
  3577. "laminas/laminas-mvc": "Laminas\\Mvc component",
  3578. "laminas/laminas-mvc-plugin-flashmessenger": "laminas-mvc-plugin-flashmessenger component, if you want to use the FlashMessenger view helper with laminas-mvc versions 3 and up",
  3579. "laminas/laminas-navigation": "Laminas\\Navigation component",
  3580. "laminas/laminas-paginator": "Laminas\\Paginator component",
  3581. "laminas/laminas-permissions-acl": "Laminas\\Permissions\\Acl component",
  3582. "laminas/laminas-servicemanager": "Laminas\\ServiceManager component",
  3583. "laminas/laminas-uri": "Laminas\\Uri component"
  3584. },
  3585. "bin": [
  3586. "bin/templatemap_generator.php"
  3587. ],
  3588. "type": "library",
  3589. "autoload": {
  3590. "psr-4": {
  3591. "Laminas\\View\\": "src/"
  3592. }
  3593. },
  3594. "notification-url": "https://packagist.org/downloads/",
  3595. "license": [
  3596. "BSD-3-Clause"
  3597. ],
  3598. "description": "Flexible view layer supporting and providing multiple view layers, helpers, and more",
  3599. "homepage": "https://laminas.dev",
  3600. "keywords": [
  3601. "laminas",
  3602. "view"
  3603. ],
  3604. "support": {
  3605. "chat": "https://laminas.dev/chat",
  3606. "docs": "https://docs.laminas.dev/laminas-view/",
  3607. "forum": "https://discourse.laminas.dev",
  3608. "issues": "https://github.com/laminas/laminas-view/issues",
  3609. "rss": "https://github.com/laminas/laminas-view/releases.atom",
  3610. "source": "https://github.com/laminas/laminas-view"
  3611. },
  3612. "funding": [
  3613. {
  3614. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3615. "type": "community_bridge"
  3616. }
  3617. ],
  3618. "time": "2022-02-22T13:52:44+00:00"
  3619. },
  3620. {
  3621. "name": "laminas/laminas-zendframework-bridge",
  3622. "version": "1.5.0",
  3623. "source": {
  3624. "type": "git",
  3625. "url": "https://github.com/laminas/laminas-zendframework-bridge.git",
  3626. "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab"
  3627. },
  3628. "dist": {
  3629. "type": "zip",
  3630. "url": "https://api.github.com/repos/laminas/laminas-zendframework-bridge/zipball/7f049390b756d34ba5940a8fb47634fbb51f79ab",
  3631. "reference": "7f049390b756d34ba5940a8fb47634fbb51f79ab",
  3632. "shasum": ""
  3633. },
  3634. "require": {
  3635. "php": ">=7.4, <8.2"
  3636. },
  3637. "require-dev": {
  3638. "phpunit/phpunit": "^9.5.14",
  3639. "psalm/plugin-phpunit": "^0.15.2",
  3640. "squizlabs/php_codesniffer": "^3.6.2",
  3641. "vimeo/psalm": "^4.21.0"
  3642. },
  3643. "type": "library",
  3644. "extra": {
  3645. "laminas": {
  3646. "module": "Laminas\\ZendFrameworkBridge"
  3647. }
  3648. },
  3649. "autoload": {
  3650. "files": [
  3651. "src/autoload.php"
  3652. ],
  3653. "psr-4": {
  3654. "Laminas\\ZendFrameworkBridge\\": "src//"
  3655. }
  3656. },
  3657. "notification-url": "https://packagist.org/downloads/",
  3658. "license": [
  3659. "BSD-3-Clause"
  3660. ],
  3661. "description": "Alias legacy ZF class names to Laminas Project equivalents.",
  3662. "keywords": [
  3663. "ZendFramework",
  3664. "autoloading",
  3665. "laminas",
  3666. "zf"
  3667. ],
  3668. "support": {
  3669. "forum": "https://discourse.laminas.dev/",
  3670. "issues": "https://github.com/laminas/laminas-zendframework-bridge/issues",
  3671. "rss": "https://github.com/laminas/laminas-zendframework-bridge/releases.atom",
  3672. "source": "https://github.com/laminas/laminas-zendframework-bridge"
  3673. },
  3674. "funding": [
  3675. {
  3676. "url": "https://funding.communitybridge.org/projects/laminas-project",
  3677. "type": "community_bridge"
  3678. }
  3679. ],
  3680. "time": "2022-02-22T22:17:01+00:00"
  3681. },
  3682. {
  3683. "name": "league/flysystem",
  3684. "version": "2.4.5",
  3685. "source": {
  3686. "type": "git",
  3687. "url": "https://github.com/thephpleague/flysystem.git",
  3688. "reference": "9392c5f1df57d865c406ee65e5012d566686be12"
  3689. },
  3690. "dist": {
  3691. "type": "zip",
  3692. "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/9392c5f1df57d865c406ee65e5012d566686be12",
  3693. "reference": "9392c5f1df57d865c406ee65e5012d566686be12",
  3694. "shasum": ""
  3695. },
  3696. "require": {
  3697. "ext-json": "*",
  3698. "league/mime-type-detection": "^1.0.0",
  3699. "php": "^7.2 || ^8.0"
  3700. },
  3701. "conflict": {
  3702. "guzzlehttp/ringphp": "<1.1.1"
  3703. },
  3704. "require-dev": {
  3705. "async-aws/s3": "^1.5",
  3706. "async-aws/simple-s3": "^1.0",
  3707. "aws/aws-sdk-php": "^3.132.4",
  3708. "composer/semver": "^3.0",
  3709. "ext-fileinfo": "*",
  3710. "ext-ftp": "*",
  3711. "friendsofphp/php-cs-fixer": "^3.2",
  3712. "google/cloud-storage": "^1.23",
  3713. "phpseclib/phpseclib": "^2.0",
  3714. "phpstan/phpstan": "^0.12.26",
  3715. "phpunit/phpunit": "^8.5 || ^9.4",
  3716. "sabre/dav": "^4.1"
  3717. },
  3718. "type": "library",
  3719. "autoload": {
  3720. "psr-4": {
  3721. "League\\Flysystem\\": "src"
  3722. }
  3723. },
  3724. "notification-url": "https://packagist.org/downloads/",
  3725. "license": [
  3726. "MIT"
  3727. ],
  3728. "authors": [
  3729. {
  3730. "name": "Frank de Jonge",
  3731. "email": "info@frankdejonge.nl"
  3732. }
  3733. ],
  3734. "description": "File storage abstraction for PHP",
  3735. "keywords": [
  3736. "WebDAV",
  3737. "aws",
  3738. "cloud",
  3739. "file",
  3740. "files",
  3741. "filesystem",
  3742. "filesystems",
  3743. "ftp",
  3744. "s3",
  3745. "sftp",
  3746. "storage"
  3747. ],
  3748. "support": {
  3749. "issues": "https://github.com/thephpleague/flysystem/issues",
  3750. "source": "https://github.com/thephpleague/flysystem/tree/2.4.5"
  3751. },
  3752. "funding": [
  3753. {
  3754. "url": "https://offset.earth/frankdejonge",
  3755. "type": "custom"
  3756. },
  3757. {
  3758. "url": "https://github.com/frankdejonge",
  3759. "type": "github"
  3760. },
  3761. {
  3762. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  3763. "type": "tidelift"
  3764. }
  3765. ],
  3766. "time": "2022-04-25T18:39:39+00:00"
  3767. },
  3768. {
  3769. "name": "league/flysystem-aws-s3-v3",
  3770. "version": "2.4.3",
  3771. "source": {
  3772. "type": "git",
  3773. "url": "https://github.com/thephpleague/flysystem-aws-s3-v3.git",
  3774. "reference": "bf8c03f9c1c8a69f7fd2854d57127840e1b6ccd2"
  3775. },
  3776. "dist": {
  3777. "type": "zip",
  3778. "url": "https://api.github.com/repos/thephpleague/flysystem-aws-s3-v3/zipball/bf8c03f9c1c8a69f7fd2854d57127840e1b6ccd2",
  3779. "reference": "bf8c03f9c1c8a69f7fd2854d57127840e1b6ccd2",
  3780. "shasum": ""
  3781. },
  3782. "require": {
  3783. "aws/aws-sdk-php": "^3.132.4",
  3784. "league/flysystem": "^2.0.0",
  3785. "league/mime-type-detection": "^1.0.0",
  3786. "php": "^7.2 || ^8.0"
  3787. },
  3788. "conflict": {
  3789. "guzzlehttp/ringphp": "<1.1.1"
  3790. },
  3791. "type": "library",
  3792. "autoload": {
  3793. "psr-4": {
  3794. "League\\Flysystem\\AwsS3V3\\": ""
  3795. }
  3796. },
  3797. "notification-url": "https://packagist.org/downloads/",
  3798. "license": [
  3799. "MIT"
  3800. ],
  3801. "authors": [
  3802. {
  3803. "name": "Frank de Jonge",
  3804. "email": "info@frankdejonge.nl"
  3805. }
  3806. ],
  3807. "description": "AWS S3 filesystem adapter for Flysystem.",
  3808. "keywords": [
  3809. "Flysystem",
  3810. "aws",
  3811. "file",
  3812. "files",
  3813. "filesystem",
  3814. "s3",
  3815. "storage"
  3816. ],
  3817. "support": {
  3818. "issues": "https://github.com/thephpleague/flysystem-aws-s3-v3/issues",
  3819. "source": "https://github.com/thephpleague/flysystem-aws-s3-v3/tree/2.4.3"
  3820. },
  3821. "time": "2022-02-16T18:40:49+00:00"
  3822. },
  3823. {
  3824. "name": "league/mime-type-detection",
  3825. "version": "1.11.0",
  3826. "source": {
  3827. "type": "git",
  3828. "url": "https://github.com/thephpleague/mime-type-detection.git",
  3829. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd"
  3830. },
  3831. "dist": {
  3832. "type": "zip",
  3833. "url": "https://api.github.com/repos/thephpleague/mime-type-detection/zipball/ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  3834. "reference": "ff6248ea87a9f116e78edd6002e39e5128a0d4dd",
  3835. "shasum": ""
  3836. },
  3837. "require": {
  3838. "ext-fileinfo": "*",
  3839. "php": "^7.2 || ^8.0"
  3840. },
  3841. "require-dev": {
  3842. "friendsofphp/php-cs-fixer": "^3.2",
  3843. "phpstan/phpstan": "^0.12.68",
  3844. "phpunit/phpunit": "^8.5.8 || ^9.3"
  3845. },
  3846. "type": "library",
  3847. "autoload": {
  3848. "psr-4": {
  3849. "League\\MimeTypeDetection\\": "src"
  3850. }
  3851. },
  3852. "notification-url": "https://packagist.org/downloads/",
  3853. "license": [
  3854. "MIT"
  3855. ],
  3856. "authors": [
  3857. {
  3858. "name": "Frank de Jonge",
  3859. "email": "info@frankdejonge.nl"
  3860. }
  3861. ],
  3862. "description": "Mime-type detection for Flysystem",
  3863. "support": {
  3864. "issues": "https://github.com/thephpleague/mime-type-detection/issues",
  3865. "source": "https://github.com/thephpleague/mime-type-detection/tree/1.11.0"
  3866. },
  3867. "funding": [
  3868. {
  3869. "url": "https://github.com/frankdejonge",
  3870. "type": "github"
  3871. },
  3872. {
  3873. "url": "https://tidelift.com/funding/github/packagist/league/flysystem",
  3874. "type": "tidelift"
  3875. }
  3876. ],
  3877. "time": "2022-04-17T13:12:02+00:00"
  3878. },
  3879. {
  3880. "name": "magento/composer",
  3881. "version": "1.8.0",
  3882. "source": {
  3883. "type": "git",
  3884. "url": "https://github.com/magento/composer.git",
  3885. "reference": "244c03cf437f6ae6de1650421f30e8a4fa70a02c"
  3886. },
  3887. "dist": {
  3888. "type": "zip",
  3889. "url": "https://api.github.com/repos/magento/composer/zipball/244c03cf437f6ae6de1650421f30e8a4fa70a02c",
  3890. "reference": "244c03cf437f6ae6de1650421f30e8a4fa70a02c",
  3891. "shasum": ""
  3892. },
  3893. "require": {
  3894. "composer/composer": "^1.9 || ^2.0",
  3895. "php": "~7.4.0||~8.0.0||~8.1.0",
  3896. "symfony/console": "~4.4.0"
  3897. },
  3898. "require-dev": {
  3899. "phpunit/phpunit": "^9"
  3900. },
  3901. "type": "library",
  3902. "autoload": {
  3903. "psr-4": {
  3904. "Magento\\Composer\\": "src"
  3905. }
  3906. },
  3907. "notification-url": "https://packagist.org/downloads/",
  3908. "license": [
  3909. "OSL-3.0",
  3910. "AFL-3.0"
  3911. ],
  3912. "description": "Magento composer library helps to instantiate Composer application and run composer commands.",
  3913. "support": {
  3914. "issues": "https://github.com/magento/composer/issues",
  3915. "source": "https://github.com/magento/composer/tree/1.8.0"
  3916. },
  3917. "time": "2022-01-14T01:29:51+00:00"
  3918. },
  3919. {
  3920. "name": "magento/composer-dependency-version-audit-plugin",
  3921. "version": "0.1.1",
  3922. "source": {
  3923. "type": "git",
  3924. "url": "https://github.com/magento/composer-dependency-version-audit-plugin.git",
  3925. "reference": "2e846ae24a897163dbb610c2067ddd803175e9a2"
  3926. },
  3927. "dist": {
  3928. "type": "zip",
  3929. "url": "https://api.github.com/repos/magento/composer-dependency-version-audit-plugin/zipball/2e846ae24a897163dbb610c2067ddd803175e9a2",
  3930. "reference": "2e846ae24a897163dbb610c2067ddd803175e9a2",
  3931. "shasum": ""
  3932. },
  3933. "require": {
  3934. "composer-plugin-api": "^1.0 || ^2.0",
  3935. "composer/composer": "^1.9 || ^2.0"
  3936. },
  3937. "require-dev": {
  3938. "phpunit/phpunit": "^9"
  3939. },
  3940. "type": "composer-plugin",
  3941. "extra": {
  3942. "class": "Magento\\ComposerDependencyVersionAuditPlugin\\Plugin"
  3943. },
  3944. "autoload": {
  3945. "psr-4": {
  3946. "Magento\\ComposerDependencyVersionAuditPlugin\\": "src/"
  3947. }
  3948. },
  3949. "notification-url": "https://packagist.org/downloads/",
  3950. "license": [
  3951. "OSL-3.0",
  3952. "AFL-3.0"
  3953. ],
  3954. "description": "Validating packages through a composer plugin",
  3955. "support": {
  3956. "issues": "https://github.com/magento/composer-dependency-version-audit-plugin/issues",
  3957. "source": "https://github.com/magento/composer-dependency-version-audit-plugin/tree/0.1.1"
  3958. },
  3959. "time": "2021-06-14T15:16:11+00:00"
  3960. },
  3961. {
  3962. "name": "magento/magento-composer-installer",
  3963. "version": "0.3.0",
  3964. "source": {
  3965. "type": "git",
  3966. "url": "https://github.com/magento/magento-composer-installer.git",
  3967. "reference": "0c1987b1ba4c8bacde15cad86f4dace1e3957104"
  3968. },
  3969. "dist": {
  3970. "type": "zip",
  3971. "url": "https://api.github.com/repos/magento/magento-composer-installer/zipball/0c1987b1ba4c8bacde15cad86f4dace1e3957104",
  3972. "reference": "0c1987b1ba4c8bacde15cad86f4dace1e3957104",
  3973. "shasum": ""
  3974. },
  3975. "require": {
  3976. "composer-plugin-api": "^1.1 || ^2.0",
  3977. "composer/composer": "^1.9 || ^2.0"
  3978. },
  3979. "replace": {
  3980. "magento-hackathon/magento-composer-installer": "*"
  3981. },
  3982. "require-dev": {
  3983. "mikey179/vfsstream": "*",
  3984. "phpunit/phpunit": "^9.5",
  3985. "squizlabs/php_codesniffer": "~3.6.1",
  3986. "symfony/process": "~5.4.0"
  3987. },
  3988. "type": "composer-plugin",
  3989. "extra": {
  3990. "composer-command-registry": [
  3991. "MagentoHackathon\\Composer\\Magento\\Command\\DeployCommand"
  3992. ],
  3993. "class": "MagentoHackathon\\Composer\\Magento\\Plugin"
  3994. },
  3995. "autoload": {
  3996. "psr-0": {
  3997. "MagentoHackathon\\Composer\\Magento": "src/"
  3998. }
  3999. },
  4000. "notification-url": "https://packagist.org/downloads/",
  4001. "license": [
  4002. "OSL-3.0"
  4003. ],
  4004. "authors": [
  4005. {
  4006. "name": "Daniel Fahlke aka Flyingmana",
  4007. "email": "flyingmana@googlemail.com"
  4008. },
  4009. {
  4010. "name": "Jörg Weller",
  4011. "email": "weller@flagbit.de"
  4012. },
  4013. {
  4014. "name": "Karl Spies",
  4015. "email": "karl.spies@gmx.net"
  4016. },
  4017. {
  4018. "name": "Tobias Vogt",
  4019. "email": "tobi@webguys.de"
  4020. },
  4021. {
  4022. "name": "David Fuhr",
  4023. "email": "fuhr@flagbit.de"
  4024. },
  4025. {
  4026. "name": "Vinai Kopp",
  4027. "email": "vinai@netzarbeiter.com"
  4028. }
  4029. ],
  4030. "description": "Composer installer for Magento modules",
  4031. "homepage": "https://github.com/magento/magento-composer-installer",
  4032. "keywords": [
  4033. "composer-installer",
  4034. "magento"
  4035. ],
  4036. "support": {
  4037. "source": "https://github.com/magento/magento-composer-installer/tree/0.3.0"
  4038. },
  4039. "time": "2021-12-17T20:04:15+00:00"
  4040. },
  4041. {
  4042. "name": "magento/zendframework1",
  4043. "version": "1.15.0",
  4044. "source": {
  4045. "type": "git",
  4046. "url": "https://github.com/magento/zf1.git",
  4047. "reference": "f241f5be1820784e7f54a36115e1324b5bb8a4ab"
  4048. },
  4049. "dist": {
  4050. "type": "zip",
  4051. "url": "https://api.github.com/repos/magento/zf1/zipball/f241f5be1820784e7f54a36115e1324b5bb8a4ab",
  4052. "reference": "f241f5be1820784e7f54a36115e1324b5bb8a4ab",
  4053. "shasum": ""
  4054. },
  4055. "require": {
  4056. "php": ">=7.0.0"
  4057. },
  4058. "require-dev": {
  4059. "phpunit/dbunit": "1.3.*",
  4060. "phpunit/phpunit": "3.7.*"
  4061. },
  4062. "type": "library",
  4063. "extra": {
  4064. "branch-alias": {
  4065. "dev-master": "1.12.x-dev"
  4066. }
  4067. },
  4068. "autoload": {
  4069. "psr-0": {
  4070. "Zend_": "library/"
  4071. }
  4072. },
  4073. "notification-url": "https://packagist.org/downloads/",
  4074. "include-path": [
  4075. "library/"
  4076. ],
  4077. "license": [
  4078. "BSD-3-Clause"
  4079. ],
  4080. "description": "Magento Zend Framework 1",
  4081. "homepage": "http://framework.zend.com/",
  4082. "keywords": [
  4083. "ZF1",
  4084. "framework"
  4085. ],
  4086. "support": {
  4087. "issues": "https://github.com/magento/zf1/issues",
  4088. "source": "https://github.com/magento/zf1/tree/1.15.0"
  4089. },
  4090. "time": "2022-01-18T21:55:54+00:00"
  4091. },
  4092. {
  4093. "name": "monolog/monolog",
  4094. "version": "2.7.0",
  4095. "source": {
  4096. "type": "git",
  4097. "url": "https://github.com/Seldaek/monolog.git",
  4098. "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0"
  4099. },
  4100. "dist": {
  4101. "type": "zip",
  4102. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/247918972acd74356b0a91dfaa5adcaec069b6c0",
  4103. "reference": "247918972acd74356b0a91dfaa5adcaec069b6c0",
  4104. "shasum": ""
  4105. },
  4106. "require": {
  4107. "php": ">=7.2",
  4108. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  4109. },
  4110. "provide": {
  4111. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  4112. },
  4113. "require-dev": {
  4114. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  4115. "doctrine/couchdb": "~1.0@dev",
  4116. "elasticsearch/elasticsearch": "^7 || ^8",
  4117. "ext-json": "*",
  4118. "graylog2/gelf-php": "^1.4.2",
  4119. "guzzlehttp/guzzle": "^7.4",
  4120. "guzzlehttp/psr7": "^2.2",
  4121. "mongodb/mongodb": "^1.8",
  4122. "php-amqplib/php-amqplib": "~2.4 || ^3",
  4123. "php-console/php-console": "^3.1.3",
  4124. "phpspec/prophecy": "^1.15",
  4125. "phpstan/phpstan": "^0.12.91",
  4126. "phpunit/phpunit": "^8.5.14",
  4127. "predis/predis": "^1.1",
  4128. "rollbar/rollbar": "^1.3 || ^2 || ^3",
  4129. "ruflin/elastica": "^7",
  4130. "swiftmailer/swiftmailer": "^5.3|^6.0",
  4131. "symfony/mailer": "^5.4 || ^6",
  4132. "symfony/mime": "^5.4 || ^6"
  4133. },
  4134. "suggest": {
  4135. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  4136. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  4137. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  4138. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  4139. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  4140. "ext-mbstring": "Allow to work properly with unicode symbols",
  4141. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  4142. "ext-openssl": "Required to send log messages using SSL",
  4143. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  4144. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  4145. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  4146. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  4147. "php-console/php-console": "Allow sending log messages to Google Chrome",
  4148. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  4149. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  4150. },
  4151. "type": "library",
  4152. "extra": {
  4153. "branch-alias": {
  4154. "dev-main": "2.x-dev"
  4155. }
  4156. },
  4157. "autoload": {
  4158. "psr-4": {
  4159. "Monolog\\": "src/Monolog"
  4160. }
  4161. },
  4162. "notification-url": "https://packagist.org/downloads/",
  4163. "license": [
  4164. "MIT"
  4165. ],
  4166. "authors": [
  4167. {
  4168. "name": "Jordi Boggiano",
  4169. "email": "j.boggiano@seld.be",
  4170. "homepage": "https://seld.be"
  4171. }
  4172. ],
  4173. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  4174. "homepage": "https://github.com/Seldaek/monolog",
  4175. "keywords": [
  4176. "log",
  4177. "logging",
  4178. "psr-3"
  4179. ],
  4180. "support": {
  4181. "issues": "https://github.com/Seldaek/monolog/issues",
  4182. "source": "https://github.com/Seldaek/monolog/tree/2.7.0"
  4183. },
  4184. "funding": [
  4185. {
  4186. "url": "https://github.com/Seldaek",
  4187. "type": "github"
  4188. },
  4189. {
  4190. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  4191. "type": "tidelift"
  4192. }
  4193. ],
  4194. "time": "2022-05-10T09:36:00+00:00"
  4195. },
  4196. {
  4197. "name": "mtdowling/jmespath.php",
  4198. "version": "2.6.1",
  4199. "source": {
  4200. "type": "git",
  4201. "url": "https://github.com/jmespath/jmespath.php.git",
  4202. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb"
  4203. },
  4204. "dist": {
  4205. "type": "zip",
  4206. "url": "https://api.github.com/repos/jmespath/jmespath.php/zipball/9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4207. "reference": "9b87907a81b87bc76d19a7fb2d61e61486ee9edb",
  4208. "shasum": ""
  4209. },
  4210. "require": {
  4211. "php": "^5.4 || ^7.0 || ^8.0",
  4212. "symfony/polyfill-mbstring": "^1.17"
  4213. },
  4214. "require-dev": {
  4215. "composer/xdebug-handler": "^1.4 || ^2.0",
  4216. "phpunit/phpunit": "^4.8.36 || ^7.5.15"
  4217. },
  4218. "bin": [
  4219. "bin/jp.php"
  4220. ],
  4221. "type": "library",
  4222. "extra": {
  4223. "branch-alias": {
  4224. "dev-master": "2.6-dev"
  4225. }
  4226. },
  4227. "autoload": {
  4228. "files": [
  4229. "src/JmesPath.php"
  4230. ],
  4231. "psr-4": {
  4232. "JmesPath\\": "src/"
  4233. }
  4234. },
  4235. "notification-url": "https://packagist.org/downloads/",
  4236. "license": [
  4237. "MIT"
  4238. ],
  4239. "authors": [
  4240. {
  4241. "name": "Michael Dowling",
  4242. "email": "mtdowling@gmail.com",
  4243. "homepage": "https://github.com/mtdowling"
  4244. }
  4245. ],
  4246. "description": "Declaratively specify how to extract elements from a JSON document",
  4247. "keywords": [
  4248. "json",
  4249. "jsonpath"
  4250. ],
  4251. "support": {
  4252. "issues": "https://github.com/jmespath/jmespath.php/issues",
  4253. "source": "https://github.com/jmespath/jmespath.php/tree/2.6.1"
  4254. },
  4255. "time": "2021-06-14T00:11:39+00:00"
  4256. },
  4257. {
  4258. "name": "nikic/php-parser",
  4259. "version": "v4.14.0",
  4260. "source": {
  4261. "type": "git",
  4262. "url": "https://github.com/nikic/PHP-Parser.git",
  4263. "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1"
  4264. },
  4265. "dist": {
  4266. "type": "zip",
  4267. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/34bea19b6e03d8153165d8f30bba4c3be86184c1",
  4268. "reference": "34bea19b6e03d8153165d8f30bba4c3be86184c1",
  4269. "shasum": ""
  4270. },
  4271. "require": {
  4272. "ext-tokenizer": "*",
  4273. "php": ">=7.0"
  4274. },
  4275. "require-dev": {
  4276. "ircmaxell/php-yacc": "^0.0.7",
  4277. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  4278. },
  4279. "bin": [
  4280. "bin/php-parse"
  4281. ],
  4282. "type": "library",
  4283. "extra": {
  4284. "branch-alias": {
  4285. "dev-master": "4.9-dev"
  4286. }
  4287. },
  4288. "autoload": {
  4289. "psr-4": {
  4290. "PhpParser\\": "lib/PhpParser"
  4291. }
  4292. },
  4293. "notification-url": "https://packagist.org/downloads/",
  4294. "license": [
  4295. "BSD-3-Clause"
  4296. ],
  4297. "authors": [
  4298. {
  4299. "name": "Nikita Popov"
  4300. }
  4301. ],
  4302. "description": "A PHP parser written in PHP",
  4303. "keywords": [
  4304. "parser",
  4305. "php"
  4306. ],
  4307. "support": {
  4308. "issues": "https://github.com/nikic/PHP-Parser/issues",
  4309. "source": "https://github.com/nikic/PHP-Parser/tree/v4.14.0"
  4310. },
  4311. "time": "2022-05-31T20:59:12+00:00"
  4312. },
  4313. {
  4314. "name": "paragonie/constant_time_encoding",
  4315. "version": "v2.5.0",
  4316. "source": {
  4317. "type": "git",
  4318. "url": "https://github.com/paragonie/constant_time_encoding.git",
  4319. "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
  4320. },
  4321. "dist": {
  4322. "type": "zip",
  4323. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
  4324. "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
  4325. "shasum": ""
  4326. },
  4327. "require": {
  4328. "php": "^7|^8"
  4329. },
  4330. "require-dev": {
  4331. "phpunit/phpunit": "^6|^7|^8|^9",
  4332. "vimeo/psalm": "^1|^2|^3|^4"
  4333. },
  4334. "type": "library",
  4335. "autoload": {
  4336. "psr-4": {
  4337. "ParagonIE\\ConstantTime\\": "src/"
  4338. }
  4339. },
  4340. "notification-url": "https://packagist.org/downloads/",
  4341. "license": [
  4342. "MIT"
  4343. ],
  4344. "authors": [
  4345. {
  4346. "name": "Paragon Initiative Enterprises",
  4347. "email": "security@paragonie.com",
  4348. "homepage": "https://paragonie.com",
  4349. "role": "Maintainer"
  4350. },
  4351. {
  4352. "name": "Steve 'Sc00bz' Thomas",
  4353. "email": "steve@tobtu.com",
  4354. "homepage": "https://www.tobtu.com",
  4355. "role": "Original Developer"
  4356. }
  4357. ],
  4358. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  4359. "keywords": [
  4360. "base16",
  4361. "base32",
  4362. "base32_decode",
  4363. "base32_encode",
  4364. "base64",
  4365. "base64_decode",
  4366. "base64_encode",
  4367. "bin2hex",
  4368. "encoding",
  4369. "hex",
  4370. "hex2bin",
  4371. "rfc4648"
  4372. ],
  4373. "support": {
  4374. "email": "info@paragonie.com",
  4375. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  4376. "source": "https://github.com/paragonie/constant_time_encoding"
  4377. },
  4378. "time": "2022-01-17T05:32:27+00:00"
  4379. },
  4380. {
  4381. "name": "paragonie/random_compat",
  4382. "version": "v9.99.100",
  4383. "source": {
  4384. "type": "git",
  4385. "url": "https://github.com/paragonie/random_compat.git",
  4386. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a"
  4387. },
  4388. "dist": {
  4389. "type": "zip",
  4390. "url": "https://api.github.com/repos/paragonie/random_compat/zipball/996434e5492cb4c3edcb9168db6fbb1359ef965a",
  4391. "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a",
  4392. "shasum": ""
  4393. },
  4394. "require": {
  4395. "php": ">= 7"
  4396. },
  4397. "require-dev": {
  4398. "phpunit/phpunit": "4.*|5.*",
  4399. "vimeo/psalm": "^1"
  4400. },
  4401. "suggest": {
  4402. "ext-libsodium": "Provides a modern crypto API that can be used to generate random bytes."
  4403. },
  4404. "type": "library",
  4405. "notification-url": "https://packagist.org/downloads/",
  4406. "license": [
  4407. "MIT"
  4408. ],
  4409. "authors": [
  4410. {
  4411. "name": "Paragon Initiative Enterprises",
  4412. "email": "security@paragonie.com",
  4413. "homepage": "https://paragonie.com"
  4414. }
  4415. ],
  4416. "description": "PHP 5.x polyfill for random_bytes() and random_int() from PHP 7",
  4417. "keywords": [
  4418. "csprng",
  4419. "polyfill",
  4420. "pseudorandom",
  4421. "random"
  4422. ],
  4423. "support": {
  4424. "email": "info@paragonie.com",
  4425. "issues": "https://github.com/paragonie/random_compat/issues",
  4426. "source": "https://github.com/paragonie/random_compat"
  4427. },
  4428. "time": "2020-10-15T08:29:30+00:00"
  4429. },
  4430. {
  4431. "name": "pelago/emogrifier",
  4432. "version": "v6.0.0",
  4433. "source": {
  4434. "type": "git",
  4435. "url": "https://github.com/MyIntervals/emogrifier.git",
  4436. "reference": "aa72d5407efac118f3896bcb995a2cba793df0ae"
  4437. },
  4438. "dist": {
  4439. "type": "zip",
  4440. "url": "https://api.github.com/repos/MyIntervals/emogrifier/zipball/aa72d5407efac118f3896bcb995a2cba793df0ae",
  4441. "reference": "aa72d5407efac118f3896bcb995a2cba793df0ae",
  4442. "shasum": ""
  4443. },
  4444. "require": {
  4445. "ext-dom": "*",
  4446. "ext-libxml": "*",
  4447. "php": "~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0",
  4448. "sabberworm/php-css-parser": "^8.3.1",
  4449. "symfony/css-selector": "^3.4.32 || ^4.4 || ^5.3 || ^6.0"
  4450. },
  4451. "require-dev": {
  4452. "php-parallel-lint/php-parallel-lint": "^1.3.0",
  4453. "phpunit/phpunit": "^8.5.16",
  4454. "rawr/cross-data-providers": "^2.3.0"
  4455. },
  4456. "type": "library",
  4457. "extra": {
  4458. "branch-alias": {
  4459. "dev-main": "7.0.x-dev"
  4460. }
  4461. },
  4462. "autoload": {
  4463. "psr-4": {
  4464. "Pelago\\Emogrifier\\": "src/"
  4465. }
  4466. },
  4467. "notification-url": "https://packagist.org/downloads/",
  4468. "license": [
  4469. "MIT"
  4470. ],
  4471. "authors": [
  4472. {
  4473. "name": "Oliver Klee",
  4474. "email": "github@oliverklee.de"
  4475. },
  4476. {
  4477. "name": "Zoli Szabó",
  4478. "email": "zoli.szabo+github@gmail.com"
  4479. },
  4480. {
  4481. "name": "John Reeve",
  4482. "email": "jreeve@pelagodesign.com"
  4483. },
  4484. {
  4485. "name": "Jake Hotson",
  4486. "email": "jake@qzdesign.co.uk"
  4487. },
  4488. {
  4489. "name": "Cameron Brooks"
  4490. },
  4491. {
  4492. "name": "Jaime Prado"
  4493. }
  4494. ],
  4495. "description": "Converts CSS styles into inline style attributes in your HTML code",
  4496. "homepage": "https://www.myintervals.com/emogrifier.php",
  4497. "keywords": [
  4498. "css",
  4499. "email",
  4500. "pre-processing"
  4501. ],
  4502. "support": {
  4503. "issues": "https://github.com/MyIntervals/emogrifier/issues",
  4504. "source": "https://github.com/MyIntervals/emogrifier"
  4505. },
  4506. "time": "2021-09-16T16:22:04+00:00"
  4507. },
  4508. {
  4509. "name": "php-amqplib/php-amqplib",
  4510. "version": "v3.2.0",
  4511. "source": {
  4512. "type": "git",
  4513. "url": "https://github.com/php-amqplib/php-amqplib.git",
  4514. "reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e"
  4515. },
  4516. "dist": {
  4517. "type": "zip",
  4518. "url": "https://api.github.com/repos/php-amqplib/php-amqplib/zipball/0bec5b392428e0ac3b3f34fbc4e02d706995833e",
  4519. "reference": "0bec5b392428e0ac3b3f34fbc4e02d706995833e",
  4520. "shasum": ""
  4521. },
  4522. "require": {
  4523. "ext-mbstring": "*",
  4524. "ext-sockets": "*",
  4525. "php": "^7.1||^8.0",
  4526. "phpseclib/phpseclib": "^2.0|^3.0"
  4527. },
  4528. "conflict": {
  4529. "php": "7.4.0 - 7.4.1"
  4530. },
  4531. "replace": {
  4532. "videlalvaro/php-amqplib": "self.version"
  4533. },
  4534. "require-dev": {
  4535. "ext-curl": "*",
  4536. "nategood/httpful": "^0.2.20",
  4537. "phpunit/phpunit": "^7.5|^9.5",
  4538. "squizlabs/php_codesniffer": "^3.6"
  4539. },
  4540. "type": "library",
  4541. "extra": {
  4542. "branch-alias": {
  4543. "dev-master": "3.0-dev"
  4544. }
  4545. },
  4546. "autoload": {
  4547. "psr-4": {
  4548. "PhpAmqpLib\\": "PhpAmqpLib/"
  4549. }
  4550. },
  4551. "notification-url": "https://packagist.org/downloads/",
  4552. "license": [
  4553. "LGPL-2.1-or-later"
  4554. ],
  4555. "authors": [
  4556. {
  4557. "name": "Alvaro Videla",
  4558. "role": "Original Maintainer"
  4559. },
  4560. {
  4561. "name": "Raúl Araya",
  4562. "email": "nubeiro@gmail.com",
  4563. "role": "Maintainer"
  4564. },
  4565. {
  4566. "name": "Luke Bakken",
  4567. "email": "luke@bakken.io",
  4568. "role": "Maintainer"
  4569. },
  4570. {
  4571. "name": "Ramūnas Dronga",
  4572. "email": "github@ramuno.lt",
  4573. "role": "Maintainer"
  4574. }
  4575. ],
  4576. "description": "Formerly videlalvaro/php-amqplib. This library is a pure PHP implementation of the AMQP protocol. It's been tested against RabbitMQ.",
  4577. "homepage": "https://github.com/php-amqplib/php-amqplib/",
  4578. "keywords": [
  4579. "message",
  4580. "queue",
  4581. "rabbitmq"
  4582. ],
  4583. "support": {
  4584. "issues": "https://github.com/php-amqplib/php-amqplib/issues",
  4585. "source": "https://github.com/php-amqplib/php-amqplib/tree/v3.2.0"
  4586. },
  4587. "time": "2022-03-10T19:16:00+00:00"
  4588. },
  4589. {
  4590. "name": "phpseclib/mcrypt_compat",
  4591. "version": "2.0.3",
  4592. "source": {
  4593. "type": "git",
  4594. "url": "https://github.com/phpseclib/mcrypt_compat.git",
  4595. "reference": "8a9f9f05b25fedce2ded16fa6008c1a6e4290603"
  4596. },
  4597. "dist": {
  4598. "type": "zip",
  4599. "url": "https://api.github.com/repos/phpseclib/mcrypt_compat/zipball/8a9f9f05b25fedce2ded16fa6008c1a6e4290603",
  4600. "reference": "8a9f9f05b25fedce2ded16fa6008c1a6e4290603",
  4601. "shasum": ""
  4602. },
  4603. "require": {
  4604. "php": ">=5.6.1",
  4605. "phpseclib/phpseclib": ">=3.0.13 <4.0.0"
  4606. },
  4607. "provide": {
  4608. "ext-mcrypt": "5.6.40"
  4609. },
  4610. "require-dev": {
  4611. "phpunit/phpunit": "^5.7|^6.0|^9.4"
  4612. },
  4613. "suggest": {
  4614. "ext-openssl": "Will enable faster cryptographic operations"
  4615. },
  4616. "type": "library",
  4617. "autoload": {
  4618. "files": [
  4619. "lib/mcrypt.php"
  4620. ]
  4621. },
  4622. "notification-url": "https://packagist.org/downloads/",
  4623. "license": [
  4624. "MIT"
  4625. ],
  4626. "authors": [
  4627. {
  4628. "name": "Jim Wigginton",
  4629. "email": "terrafrost@php.net",
  4630. "homepage": "http://phpseclib.sourceforge.net"
  4631. }
  4632. ],
  4633. "description": "PHP 5.x-8.x polyfill for mcrypt extension",
  4634. "keywords": [
  4635. "cryptograpy",
  4636. "encryption",
  4637. "mcrypt",
  4638. "polyfill"
  4639. ],
  4640. "support": {
  4641. "email": "terrafrost@php.net",
  4642. "issues": "https://github.com/phpseclib/mcrypt_compat/issues",
  4643. "source": "https://github.com/phpseclib/mcrypt_compat"
  4644. },
  4645. "funding": [
  4646. {
  4647. "url": "https://www.patreon.com/phpseclib",
  4648. "type": "patreon"
  4649. },
  4650. {
  4651. "url": "https://tidelift.com/funding/github/packagist/phpseclib/mcrypt_compat",
  4652. "type": "tidelift"
  4653. }
  4654. ],
  4655. "time": "2022-03-27T15:58:45+00:00"
  4656. },
  4657. {
  4658. "name": "phpseclib/phpseclib",
  4659. "version": "3.0.14",
  4660. "source": {
  4661. "type": "git",
  4662. "url": "https://github.com/phpseclib/phpseclib.git",
  4663. "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef"
  4664. },
  4665. "dist": {
  4666. "type": "zip",
  4667. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
  4668. "reference": "2f0b7af658cbea265cbb4a791d6c29a6613f98ef",
  4669. "shasum": ""
  4670. },
  4671. "require": {
  4672. "paragonie/constant_time_encoding": "^1|^2",
  4673. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  4674. "php": ">=5.6.1"
  4675. },
  4676. "require-dev": {
  4677. "phpunit/phpunit": "*"
  4678. },
  4679. "suggest": {
  4680. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  4681. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  4682. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  4683. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  4684. },
  4685. "type": "library",
  4686. "autoload": {
  4687. "files": [
  4688. "phpseclib/bootstrap.php"
  4689. ],
  4690. "psr-4": {
  4691. "phpseclib3\\": "phpseclib/"
  4692. }
  4693. },
  4694. "notification-url": "https://packagist.org/downloads/",
  4695. "license": [
  4696. "MIT"
  4697. ],
  4698. "authors": [
  4699. {
  4700. "name": "Jim Wigginton",
  4701. "email": "terrafrost@php.net",
  4702. "role": "Lead Developer"
  4703. },
  4704. {
  4705. "name": "Patrick Monnerat",
  4706. "email": "pm@datasphere.ch",
  4707. "role": "Developer"
  4708. },
  4709. {
  4710. "name": "Andreas Fischer",
  4711. "email": "bantu@phpbb.com",
  4712. "role": "Developer"
  4713. },
  4714. {
  4715. "name": "Hans-Jürgen Petrich",
  4716. "email": "petrich@tronic-media.com",
  4717. "role": "Developer"
  4718. },
  4719. {
  4720. "name": "Graham Campbell",
  4721. "email": "graham@alt-three.com",
  4722. "role": "Developer"
  4723. }
  4724. ],
  4725. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  4726. "homepage": "http://phpseclib.sourceforge.net",
  4727. "keywords": [
  4728. "BigInteger",
  4729. "aes",
  4730. "asn.1",
  4731. "asn1",
  4732. "blowfish",
  4733. "crypto",
  4734. "cryptography",
  4735. "encryption",
  4736. "rsa",
  4737. "security",
  4738. "sftp",
  4739. "signature",
  4740. "signing",
  4741. "ssh",
  4742. "twofish",
  4743. "x.509",
  4744. "x509"
  4745. ],
  4746. "support": {
  4747. "issues": "https://github.com/phpseclib/phpseclib/issues",
  4748. "source": "https://github.com/phpseclib/phpseclib/tree/3.0.14"
  4749. },
  4750. "funding": [
  4751. {
  4752. "url": "https://github.com/terrafrost",
  4753. "type": "github"
  4754. },
  4755. {
  4756. "url": "https://www.patreon.com/phpseclib",
  4757. "type": "patreon"
  4758. },
  4759. {
  4760. "url": "https://tidelift.com/funding/github/packagist/phpseclib/phpseclib",
  4761. "type": "tidelift"
  4762. }
  4763. ],
  4764. "time": "2022-04-04T05:15:45+00:00"
  4765. },
  4766. {
  4767. "name": "psr/container",
  4768. "version": "1.1.2",
  4769. "source": {
  4770. "type": "git",
  4771. "url": "https://github.com/php-fig/container.git",
  4772. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea"
  4773. },
  4774. "dist": {
  4775. "type": "zip",
  4776. "url": "https://api.github.com/repos/php-fig/container/zipball/513e0666f7216c7459170d56df27dfcefe1689ea",
  4777. "reference": "513e0666f7216c7459170d56df27dfcefe1689ea",
  4778. "shasum": ""
  4779. },
  4780. "require": {
  4781. "php": ">=7.4.0"
  4782. },
  4783. "type": "library",
  4784. "autoload": {
  4785. "psr-4": {
  4786. "Psr\\Container\\": "src/"
  4787. }
  4788. },
  4789. "notification-url": "https://packagist.org/downloads/",
  4790. "license": [
  4791. "MIT"
  4792. ],
  4793. "authors": [
  4794. {
  4795. "name": "PHP-FIG",
  4796. "homepage": "https://www.php-fig.org/"
  4797. }
  4798. ],
  4799. "description": "Common Container Interface (PHP FIG PSR-11)",
  4800. "homepage": "https://github.com/php-fig/container",
  4801. "keywords": [
  4802. "PSR-11",
  4803. "container",
  4804. "container-interface",
  4805. "container-interop",
  4806. "psr"
  4807. ],
  4808. "support": {
  4809. "issues": "https://github.com/php-fig/container/issues",
  4810. "source": "https://github.com/php-fig/container/tree/1.1.2"
  4811. },
  4812. "time": "2021-11-05T16:50:12+00:00"
  4813. },
  4814. {
  4815. "name": "psr/event-dispatcher",
  4816. "version": "1.0.0",
  4817. "source": {
  4818. "type": "git",
  4819. "url": "https://github.com/php-fig/event-dispatcher.git",
  4820. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  4821. },
  4822. "dist": {
  4823. "type": "zip",
  4824. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  4825. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  4826. "shasum": ""
  4827. },
  4828. "require": {
  4829. "php": ">=7.2.0"
  4830. },
  4831. "type": "library",
  4832. "extra": {
  4833. "branch-alias": {
  4834. "dev-master": "1.0.x-dev"
  4835. }
  4836. },
  4837. "autoload": {
  4838. "psr-4": {
  4839. "Psr\\EventDispatcher\\": "src/"
  4840. }
  4841. },
  4842. "notification-url": "https://packagist.org/downloads/",
  4843. "license": [
  4844. "MIT"
  4845. ],
  4846. "authors": [
  4847. {
  4848. "name": "PHP-FIG",
  4849. "homepage": "http://www.php-fig.org/"
  4850. }
  4851. ],
  4852. "description": "Standard interfaces for event handling.",
  4853. "keywords": [
  4854. "events",
  4855. "psr",
  4856. "psr-14"
  4857. ],
  4858. "support": {
  4859. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  4860. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  4861. },
  4862. "time": "2019-01-08T18:20:26+00:00"
  4863. },
  4864. {
  4865. "name": "psr/http-client",
  4866. "version": "1.0.1",
  4867. "source": {
  4868. "type": "git",
  4869. "url": "https://github.com/php-fig/http-client.git",
  4870. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621"
  4871. },
  4872. "dist": {
  4873. "type": "zip",
  4874. "url": "https://api.github.com/repos/php-fig/http-client/zipball/2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  4875. "reference": "2dfb5f6c5eff0e91e20e913f8c5452ed95b86621",
  4876. "shasum": ""
  4877. },
  4878. "require": {
  4879. "php": "^7.0 || ^8.0",
  4880. "psr/http-message": "^1.0"
  4881. },
  4882. "type": "library",
  4883. "extra": {
  4884. "branch-alias": {
  4885. "dev-master": "1.0.x-dev"
  4886. }
  4887. },
  4888. "autoload": {
  4889. "psr-4": {
  4890. "Psr\\Http\\Client\\": "src/"
  4891. }
  4892. },
  4893. "notification-url": "https://packagist.org/downloads/",
  4894. "license": [
  4895. "MIT"
  4896. ],
  4897. "authors": [
  4898. {
  4899. "name": "PHP-FIG",
  4900. "homepage": "http://www.php-fig.org/"
  4901. }
  4902. ],
  4903. "description": "Common interface for HTTP clients",
  4904. "homepage": "https://github.com/php-fig/http-client",
  4905. "keywords": [
  4906. "http",
  4907. "http-client",
  4908. "psr",
  4909. "psr-18"
  4910. ],
  4911. "support": {
  4912. "source": "https://github.com/php-fig/http-client/tree/master"
  4913. },
  4914. "time": "2020-06-29T06:28:15+00:00"
  4915. },
  4916. {
  4917. "name": "psr/http-factory",
  4918. "version": "1.0.1",
  4919. "source": {
  4920. "type": "git",
  4921. "url": "https://github.com/php-fig/http-factory.git",
  4922. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be"
  4923. },
  4924. "dist": {
  4925. "type": "zip",
  4926. "url": "https://api.github.com/repos/php-fig/http-factory/zipball/12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  4927. "reference": "12ac7fcd07e5b077433f5f2bee95b3a771bf61be",
  4928. "shasum": ""
  4929. },
  4930. "require": {
  4931. "php": ">=7.0.0",
  4932. "psr/http-message": "^1.0"
  4933. },
  4934. "type": "library",
  4935. "extra": {
  4936. "branch-alias": {
  4937. "dev-master": "1.0.x-dev"
  4938. }
  4939. },
  4940. "autoload": {
  4941. "psr-4": {
  4942. "Psr\\Http\\Message\\": "src/"
  4943. }
  4944. },
  4945. "notification-url": "https://packagist.org/downloads/",
  4946. "license": [
  4947. "MIT"
  4948. ],
  4949. "authors": [
  4950. {
  4951. "name": "PHP-FIG",
  4952. "homepage": "http://www.php-fig.org/"
  4953. }
  4954. ],
  4955. "description": "Common interfaces for PSR-7 HTTP message factories",
  4956. "keywords": [
  4957. "factory",
  4958. "http",
  4959. "message",
  4960. "psr",
  4961. "psr-17",
  4962. "psr-7",
  4963. "request",
  4964. "response"
  4965. ],
  4966. "support": {
  4967. "source": "https://github.com/php-fig/http-factory/tree/master"
  4968. },
  4969. "time": "2019-04-30T12:38:16+00:00"
  4970. },
  4971. {
  4972. "name": "psr/http-message",
  4973. "version": "1.0.1",
  4974. "source": {
  4975. "type": "git",
  4976. "url": "https://github.com/php-fig/http-message.git",
  4977. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363"
  4978. },
  4979. "dist": {
  4980. "type": "zip",
  4981. "url": "https://api.github.com/repos/php-fig/http-message/zipball/f6561bf28d520154e4b0ec72be95418abe6d9363",
  4982. "reference": "f6561bf28d520154e4b0ec72be95418abe6d9363",
  4983. "shasum": ""
  4984. },
  4985. "require": {
  4986. "php": ">=5.3.0"
  4987. },
  4988. "type": "library",
  4989. "extra": {
  4990. "branch-alias": {
  4991. "dev-master": "1.0.x-dev"
  4992. }
  4993. },
  4994. "autoload": {
  4995. "psr-4": {
  4996. "Psr\\Http\\Message\\": "src/"
  4997. }
  4998. },
  4999. "notification-url": "https://packagist.org/downloads/",
  5000. "license": [
  5001. "MIT"
  5002. ],
  5003. "authors": [
  5004. {
  5005. "name": "PHP-FIG",
  5006. "homepage": "http://www.php-fig.org/"
  5007. }
  5008. ],
  5009. "description": "Common interface for HTTP messages",
  5010. "homepage": "https://github.com/php-fig/http-message",
  5011. "keywords": [
  5012. "http",
  5013. "http-message",
  5014. "psr",
  5015. "psr-7",
  5016. "request",
  5017. "response"
  5018. ],
  5019. "support": {
  5020. "source": "https://github.com/php-fig/http-message/tree/master"
  5021. },
  5022. "time": "2016-08-06T14:39:51+00:00"
  5023. },
  5024. {
  5025. "name": "psr/log",
  5026. "version": "1.1.4",
  5027. "source": {
  5028. "type": "git",
  5029. "url": "https://github.com/php-fig/log.git",
  5030. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  5031. },
  5032. "dist": {
  5033. "type": "zip",
  5034. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  5035. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  5036. "shasum": ""
  5037. },
  5038. "require": {
  5039. "php": ">=5.3.0"
  5040. },
  5041. "type": "library",
  5042. "extra": {
  5043. "branch-alias": {
  5044. "dev-master": "1.1.x-dev"
  5045. }
  5046. },
  5047. "autoload": {
  5048. "psr-4": {
  5049. "Psr\\Log\\": "Psr/Log/"
  5050. }
  5051. },
  5052. "notification-url": "https://packagist.org/downloads/",
  5053. "license": [
  5054. "MIT"
  5055. ],
  5056. "authors": [
  5057. {
  5058. "name": "PHP-FIG",
  5059. "homepage": "https://www.php-fig.org/"
  5060. }
  5061. ],
  5062. "description": "Common interface for logging libraries",
  5063. "homepage": "https://github.com/php-fig/log",
  5064. "keywords": [
  5065. "log",
  5066. "psr",
  5067. "psr-3"
  5068. ],
  5069. "support": {
  5070. "source": "https://github.com/php-fig/log/tree/1.1.4"
  5071. },
  5072. "time": "2021-05-03T11:20:27+00:00"
  5073. },
  5074. {
  5075. "name": "ralouphie/getallheaders",
  5076. "version": "3.0.3",
  5077. "source": {
  5078. "type": "git",
  5079. "url": "https://github.com/ralouphie/getallheaders.git",
  5080. "reference": "120b605dfeb996808c31b6477290a714d356e822"
  5081. },
  5082. "dist": {
  5083. "type": "zip",
  5084. "url": "https://api.github.com/repos/ralouphie/getallheaders/zipball/120b605dfeb996808c31b6477290a714d356e822",
  5085. "reference": "120b605dfeb996808c31b6477290a714d356e822",
  5086. "shasum": ""
  5087. },
  5088. "require": {
  5089. "php": ">=5.6"
  5090. },
  5091. "require-dev": {
  5092. "php-coveralls/php-coveralls": "^2.1",
  5093. "phpunit/phpunit": "^5 || ^6.5"
  5094. },
  5095. "type": "library",
  5096. "autoload": {
  5097. "files": [
  5098. "src/getallheaders.php"
  5099. ]
  5100. },
  5101. "notification-url": "https://packagist.org/downloads/",
  5102. "license": [
  5103. "MIT"
  5104. ],
  5105. "authors": [
  5106. {
  5107. "name": "Ralph Khattar",
  5108. "email": "ralph.khattar@gmail.com"
  5109. }
  5110. ],
  5111. "description": "A polyfill for getallheaders.",
  5112. "support": {
  5113. "issues": "https://github.com/ralouphie/getallheaders/issues",
  5114. "source": "https://github.com/ralouphie/getallheaders/tree/develop"
  5115. },
  5116. "time": "2019-03-08T08:55:37+00:00"
  5117. },
  5118. {
  5119. "name": "ramsey/collection",
  5120. "version": "1.2.2",
  5121. "source": {
  5122. "type": "git",
  5123. "url": "https://github.com/ramsey/collection.git",
  5124. "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a"
  5125. },
  5126. "dist": {
  5127. "type": "zip",
  5128. "url": "https://api.github.com/repos/ramsey/collection/zipball/cccc74ee5e328031b15640b51056ee8d3bb66c0a",
  5129. "reference": "cccc74ee5e328031b15640b51056ee8d3bb66c0a",
  5130. "shasum": ""
  5131. },
  5132. "require": {
  5133. "php": "^7.3 || ^8",
  5134. "symfony/polyfill-php81": "^1.23"
  5135. },
  5136. "require-dev": {
  5137. "captainhook/captainhook": "^5.3",
  5138. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  5139. "ergebnis/composer-normalize": "^2.6",
  5140. "fakerphp/faker": "^1.5",
  5141. "hamcrest/hamcrest-php": "^2",
  5142. "jangregor/phpstan-prophecy": "^0.8",
  5143. "mockery/mockery": "^1.3",
  5144. "phpspec/prophecy-phpunit": "^2.0",
  5145. "phpstan/extension-installer": "^1",
  5146. "phpstan/phpstan": "^0.12.32",
  5147. "phpstan/phpstan-mockery": "^0.12.5",
  5148. "phpstan/phpstan-phpunit": "^0.12.11",
  5149. "phpunit/phpunit": "^8.5 || ^9",
  5150. "psy/psysh": "^0.10.4",
  5151. "slevomat/coding-standard": "^6.3",
  5152. "squizlabs/php_codesniffer": "^3.5",
  5153. "vimeo/psalm": "^4.4"
  5154. },
  5155. "type": "library",
  5156. "autoload": {
  5157. "psr-4": {
  5158. "Ramsey\\Collection\\": "src/"
  5159. }
  5160. },
  5161. "notification-url": "https://packagist.org/downloads/",
  5162. "license": [
  5163. "MIT"
  5164. ],
  5165. "authors": [
  5166. {
  5167. "name": "Ben Ramsey",
  5168. "email": "ben@benramsey.com",
  5169. "homepage": "https://benramsey.com"
  5170. }
  5171. ],
  5172. "description": "A PHP library for representing and manipulating collections.",
  5173. "keywords": [
  5174. "array",
  5175. "collection",
  5176. "hash",
  5177. "map",
  5178. "queue",
  5179. "set"
  5180. ],
  5181. "support": {
  5182. "issues": "https://github.com/ramsey/collection/issues",
  5183. "source": "https://github.com/ramsey/collection/tree/1.2.2"
  5184. },
  5185. "funding": [
  5186. {
  5187. "url": "https://github.com/ramsey",
  5188. "type": "github"
  5189. },
  5190. {
  5191. "url": "https://tidelift.com/funding/github/packagist/ramsey/collection",
  5192. "type": "tidelift"
  5193. }
  5194. ],
  5195. "time": "2021-10-10T03:01:02+00:00"
  5196. },
  5197. {
  5198. "name": "ramsey/uuid",
  5199. "version": "4.2.3",
  5200. "source": {
  5201. "type": "git",
  5202. "url": "https://github.com/ramsey/uuid.git",
  5203. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df"
  5204. },
  5205. "dist": {
  5206. "type": "zip",
  5207. "url": "https://api.github.com/repos/ramsey/uuid/zipball/fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  5208. "reference": "fc9bb7fb5388691fd7373cd44dcb4d63bbcf24df",
  5209. "shasum": ""
  5210. },
  5211. "require": {
  5212. "brick/math": "^0.8 || ^0.9",
  5213. "ext-json": "*",
  5214. "php": "^7.2 || ^8.0",
  5215. "ramsey/collection": "^1.0",
  5216. "symfony/polyfill-ctype": "^1.8",
  5217. "symfony/polyfill-php80": "^1.14"
  5218. },
  5219. "replace": {
  5220. "rhumsaa/uuid": "self.version"
  5221. },
  5222. "require-dev": {
  5223. "captainhook/captainhook": "^5.10",
  5224. "captainhook/plugin-composer": "^5.3",
  5225. "dealerdirect/phpcodesniffer-composer-installer": "^0.7.0",
  5226. "doctrine/annotations": "^1.8",
  5227. "ergebnis/composer-normalize": "^2.15",
  5228. "mockery/mockery": "^1.3",
  5229. "moontoast/math": "^1.1",
  5230. "paragonie/random-lib": "^2",
  5231. "php-mock/php-mock": "^2.2",
  5232. "php-mock/php-mock-mockery": "^1.3",
  5233. "php-parallel-lint/php-parallel-lint": "^1.1",
  5234. "phpbench/phpbench": "^1.0",
  5235. "phpstan/extension-installer": "^1.0",
  5236. "phpstan/phpstan": "^0.12",
  5237. "phpstan/phpstan-mockery": "^0.12",
  5238. "phpstan/phpstan-phpunit": "^0.12",
  5239. "phpunit/phpunit": "^8.5 || ^9",
  5240. "slevomat/coding-standard": "^7.0",
  5241. "squizlabs/php_codesniffer": "^3.5",
  5242. "vimeo/psalm": "^4.9"
  5243. },
  5244. "suggest": {
  5245. "ext-bcmath": "Enables faster math with arbitrary-precision integers using BCMath.",
  5246. "ext-ctype": "Enables faster processing of character classification using ctype functions.",
  5247. "ext-gmp": "Enables faster math with arbitrary-precision integers using GMP.",
  5248. "ext-uuid": "Enables the use of PeclUuidTimeGenerator and PeclUuidRandomGenerator.",
  5249. "paragonie/random-lib": "Provides RandomLib for use with the RandomLibAdapter",
  5250. "ramsey/uuid-doctrine": "Allows the use of Ramsey\\Uuid\\Uuid as Doctrine field type."
  5251. },
  5252. "type": "library",
  5253. "extra": {
  5254. "branch-alias": {
  5255. "dev-main": "4.x-dev"
  5256. },
  5257. "captainhook": {
  5258. "force-install": true
  5259. }
  5260. },
  5261. "autoload": {
  5262. "files": [
  5263. "src/functions.php"
  5264. ],
  5265. "psr-4": {
  5266. "Ramsey\\Uuid\\": "src/"
  5267. }
  5268. },
  5269. "notification-url": "https://packagist.org/downloads/",
  5270. "license": [
  5271. "MIT"
  5272. ],
  5273. "description": "A PHP library for generating and working with universally unique identifiers (UUIDs).",
  5274. "keywords": [
  5275. "guid",
  5276. "identifier",
  5277. "uuid"
  5278. ],
  5279. "support": {
  5280. "issues": "https://github.com/ramsey/uuid/issues",
  5281. "source": "https://github.com/ramsey/uuid/tree/4.2.3"
  5282. },
  5283. "funding": [
  5284. {
  5285. "url": "https://github.com/ramsey",
  5286. "type": "github"
  5287. },
  5288. {
  5289. "url": "https://tidelift.com/funding/github/packagist/ramsey/uuid",
  5290. "type": "tidelift"
  5291. }
  5292. ],
  5293. "time": "2021-09-25T23:10:38+00:00"
  5294. },
  5295. {
  5296. "name": "react/promise",
  5297. "version": "v2.9.0",
  5298. "source": {
  5299. "type": "git",
  5300. "url": "https://github.com/reactphp/promise.git",
  5301. "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910"
  5302. },
  5303. "dist": {
  5304. "type": "zip",
  5305. "url": "https://api.github.com/repos/reactphp/promise/zipball/234f8fd1023c9158e2314fa9d7d0e6a83db42910",
  5306. "reference": "234f8fd1023c9158e2314fa9d7d0e6a83db42910",
  5307. "shasum": ""
  5308. },
  5309. "require": {
  5310. "php": ">=5.4.0"
  5311. },
  5312. "require-dev": {
  5313. "phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.36"
  5314. },
  5315. "type": "library",
  5316. "autoload": {
  5317. "files": [
  5318. "src/functions_include.php"
  5319. ],
  5320. "psr-4": {
  5321. "React\\Promise\\": "src/"
  5322. }
  5323. },
  5324. "notification-url": "https://packagist.org/downloads/",
  5325. "license": [
  5326. "MIT"
  5327. ],
  5328. "authors": [
  5329. {
  5330. "name": "Jan Sorgalla",
  5331. "email": "jsorgalla@gmail.com",
  5332. "homepage": "https://sorgalla.com/"
  5333. },
  5334. {
  5335. "name": "Christian Lück",
  5336. "email": "christian@clue.engineering",
  5337. "homepage": "https://clue.engineering/"
  5338. },
  5339. {
  5340. "name": "Cees-Jan Kiewiet",
  5341. "email": "reactphp@ceesjankiewiet.nl",
  5342. "homepage": "https://wyrihaximus.net/"
  5343. },
  5344. {
  5345. "name": "Chris Boden",
  5346. "email": "cboden@gmail.com",
  5347. "homepage": "https://cboden.dev/"
  5348. }
  5349. ],
  5350. "description": "A lightweight implementation of CommonJS Promises/A for PHP",
  5351. "keywords": [
  5352. "promise",
  5353. "promises"
  5354. ],
  5355. "support": {
  5356. "issues": "https://github.com/reactphp/promise/issues",
  5357. "source": "https://github.com/reactphp/promise/tree/v2.9.0"
  5358. },
  5359. "funding": [
  5360. {
  5361. "url": "https://github.com/WyriHaximus",
  5362. "type": "github"
  5363. },
  5364. {
  5365. "url": "https://github.com/clue",
  5366. "type": "github"
  5367. }
  5368. ],
  5369. "time": "2022-02-11T10:27:51+00:00"
  5370. },
  5371. {
  5372. "name": "sabberworm/php-css-parser",
  5373. "version": "8.4.0",
  5374. "source": {
  5375. "type": "git",
  5376. "url": "https://github.com/sabberworm/PHP-CSS-Parser.git",
  5377. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30"
  5378. },
  5379. "dist": {
  5380. "type": "zip",
  5381. "url": "https://api.github.com/repos/sabberworm/PHP-CSS-Parser/zipball/e41d2140031d533348b2192a83f02d8dd8a71d30",
  5382. "reference": "e41d2140031d533348b2192a83f02d8dd8a71d30",
  5383. "shasum": ""
  5384. },
  5385. "require": {
  5386. "ext-iconv": "*",
  5387. "php": ">=5.6.20"
  5388. },
  5389. "require-dev": {
  5390. "codacy/coverage": "^1.4",
  5391. "phpunit/phpunit": "^4.8.36"
  5392. },
  5393. "suggest": {
  5394. "ext-mbstring": "for parsing UTF-8 CSS"
  5395. },
  5396. "type": "library",
  5397. "autoload": {
  5398. "psr-4": {
  5399. "Sabberworm\\CSS\\": "src/"
  5400. }
  5401. },
  5402. "notification-url": "https://packagist.org/downloads/",
  5403. "license": [
  5404. "MIT"
  5405. ],
  5406. "authors": [
  5407. {
  5408. "name": "Raphael Schweikert"
  5409. }
  5410. ],
  5411. "description": "Parser for CSS Files written in PHP",
  5412. "homepage": "https://www.sabberworm.com/blog/2010/6/10/php-css-parser",
  5413. "keywords": [
  5414. "css",
  5415. "parser",
  5416. "stylesheet"
  5417. ],
  5418. "support": {
  5419. "issues": "https://github.com/sabberworm/PHP-CSS-Parser/issues",
  5420. "source": "https://github.com/sabberworm/PHP-CSS-Parser/tree/8.4.0"
  5421. },
  5422. "time": "2021-12-11T13:40:54+00:00"
  5423. },
  5424. {
  5425. "name": "seld/jsonlint",
  5426. "version": "1.9.0",
  5427. "source": {
  5428. "type": "git",
  5429. "url": "https://github.com/Seldaek/jsonlint.git",
  5430. "reference": "4211420d25eba80712bff236a98960ef68b866b7"
  5431. },
  5432. "dist": {
  5433. "type": "zip",
  5434. "url": "https://api.github.com/repos/Seldaek/jsonlint/zipball/4211420d25eba80712bff236a98960ef68b866b7",
  5435. "reference": "4211420d25eba80712bff236a98960ef68b866b7",
  5436. "shasum": ""
  5437. },
  5438. "require": {
  5439. "php": "^5.3 || ^7.0 || ^8.0"
  5440. },
  5441. "require-dev": {
  5442. "phpstan/phpstan": "^1.5",
  5443. "phpunit/phpunit": "^4.8.35 || ^5.7 || ^6.0 || ^8.5.13"
  5444. },
  5445. "bin": [
  5446. "bin/jsonlint"
  5447. ],
  5448. "type": "library",
  5449. "autoload": {
  5450. "psr-4": {
  5451. "Seld\\JsonLint\\": "src/Seld/JsonLint/"
  5452. }
  5453. },
  5454. "notification-url": "https://packagist.org/downloads/",
  5455. "license": [
  5456. "MIT"
  5457. ],
  5458. "authors": [
  5459. {
  5460. "name": "Jordi Boggiano",
  5461. "email": "j.boggiano@seld.be",
  5462. "homepage": "http://seld.be"
  5463. }
  5464. ],
  5465. "description": "JSON Linter",
  5466. "keywords": [
  5467. "json",
  5468. "linter",
  5469. "parser",
  5470. "validator"
  5471. ],
  5472. "support": {
  5473. "issues": "https://github.com/Seldaek/jsonlint/issues",
  5474. "source": "https://github.com/Seldaek/jsonlint/tree/1.9.0"
  5475. },
  5476. "funding": [
  5477. {
  5478. "url": "https://github.com/Seldaek",
  5479. "type": "github"
  5480. },
  5481. {
  5482. "url": "https://tidelift.com/funding/github/packagist/seld/jsonlint",
  5483. "type": "tidelift"
  5484. }
  5485. ],
  5486. "time": "2022-04-01T13:37:23+00:00"
  5487. },
  5488. {
  5489. "name": "seld/phar-utils",
  5490. "version": "1.2.0",
  5491. "source": {
  5492. "type": "git",
  5493. "url": "https://github.com/Seldaek/phar-utils.git",
  5494. "reference": "9f3452c93ff423469c0d56450431562ca423dcee"
  5495. },
  5496. "dist": {
  5497. "type": "zip",
  5498. "url": "https://api.github.com/repos/Seldaek/phar-utils/zipball/9f3452c93ff423469c0d56450431562ca423dcee",
  5499. "reference": "9f3452c93ff423469c0d56450431562ca423dcee",
  5500. "shasum": ""
  5501. },
  5502. "require": {
  5503. "php": ">=5.3"
  5504. },
  5505. "type": "library",
  5506. "extra": {
  5507. "branch-alias": {
  5508. "dev-master": "1.x-dev"
  5509. }
  5510. },
  5511. "autoload": {
  5512. "psr-4": {
  5513. "Seld\\PharUtils\\": "src/"
  5514. }
  5515. },
  5516. "notification-url": "https://packagist.org/downloads/",
  5517. "license": [
  5518. "MIT"
  5519. ],
  5520. "authors": [
  5521. {
  5522. "name": "Jordi Boggiano",
  5523. "email": "j.boggiano@seld.be"
  5524. }
  5525. ],
  5526. "description": "PHAR file format utilities, for when PHP phars you up",
  5527. "keywords": [
  5528. "phar"
  5529. ],
  5530. "support": {
  5531. "issues": "https://github.com/Seldaek/phar-utils/issues",
  5532. "source": "https://github.com/Seldaek/phar-utils/tree/1.2.0"
  5533. },
  5534. "time": "2021-12-10T11:20:11+00:00"
  5535. },
  5536. {
  5537. "name": "spomky-labs/aes-key-wrap",
  5538. "version": "v6.0.0",
  5539. "source": {
  5540. "type": "git",
  5541. "url": "https://github.com/Spomky-Labs/aes-key-wrap.git",
  5542. "reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d"
  5543. },
  5544. "dist": {
  5545. "type": "zip",
  5546. "url": "https://api.github.com/repos/Spomky-Labs/aes-key-wrap/zipball/97388255a37ad6fb1ed332d07e61fa2b7bb62e0d",
  5547. "reference": "97388255a37ad6fb1ed332d07e61fa2b7bb62e0d",
  5548. "shasum": ""
  5549. },
  5550. "require": {
  5551. "ext-mbstring": "*",
  5552. "lib-openssl": "*",
  5553. "php": ">=7.2",
  5554. "thecodingmachine/safe": "^1.1"
  5555. },
  5556. "require-dev": {
  5557. "php-coveralls/php-coveralls": "^2.0",
  5558. "phpstan/phpstan": "^0.12",
  5559. "phpstan/phpstan-beberlei-assert": "^0.12",
  5560. "phpstan/phpstan-deprecation-rules": "^0.12",
  5561. "phpstan/phpstan-phpunit": "^0.12",
  5562. "phpstan/phpstan-strict-rules": "^0.12",
  5563. "phpunit/phpunit": "^7.0|^8.0|^9.0",
  5564. "thecodingmachine/phpstan-safe-rule": "^1.0"
  5565. },
  5566. "type": "library",
  5567. "extra": {
  5568. "branch-alias": {
  5569. "dev-master": "5.0.x-dev"
  5570. }
  5571. },
  5572. "autoload": {
  5573. "psr-4": {
  5574. "AESKW\\": "src/"
  5575. }
  5576. },
  5577. "notification-url": "https://packagist.org/downloads/",
  5578. "license": [
  5579. "MIT"
  5580. ],
  5581. "authors": [
  5582. {
  5583. "name": "Florent Morselli",
  5584. "homepage": "https://github.com/Spomky-Labs/aes-key-wrap/contributors"
  5585. }
  5586. ],
  5587. "description": "AES Key Wrap for PHP.",
  5588. "homepage": "https://github.com/Spomky-Labs/aes-key-wrap",
  5589. "keywords": [
  5590. "A128KW",
  5591. "A192KW",
  5592. "A256KW",
  5593. "RFC3394",
  5594. "RFC5649",
  5595. "aes",
  5596. "key",
  5597. "padding",
  5598. "wrap"
  5599. ],
  5600. "support": {
  5601. "issues": "https://github.com/Spomky-Labs/aes-key-wrap/issues",
  5602. "source": "https://github.com/Spomky-Labs/aes-key-wrap/tree/v6.0.0"
  5603. },
  5604. "time": "2020-08-01T14:07:55+00:00"
  5605. },
  5606. {
  5607. "name": "spomky-labs/base64url",
  5608. "version": "v2.0.4",
  5609. "source": {
  5610. "type": "git",
  5611. "url": "https://github.com/Spomky-Labs/base64url.git",
  5612. "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d"
  5613. },
  5614. "dist": {
  5615. "type": "zip",
  5616. "url": "https://api.github.com/repos/Spomky-Labs/base64url/zipball/7752ce931ec285da4ed1f4c5aa27e45e097be61d",
  5617. "reference": "7752ce931ec285da4ed1f4c5aa27e45e097be61d",
  5618. "shasum": ""
  5619. },
  5620. "require": {
  5621. "php": ">=7.1"
  5622. },
  5623. "require-dev": {
  5624. "phpstan/extension-installer": "^1.0",
  5625. "phpstan/phpstan": "^0.11|^0.12",
  5626. "phpstan/phpstan-beberlei-assert": "^0.11|^0.12",
  5627. "phpstan/phpstan-deprecation-rules": "^0.11|^0.12",
  5628. "phpstan/phpstan-phpunit": "^0.11|^0.12",
  5629. "phpstan/phpstan-strict-rules": "^0.11|^0.12"
  5630. },
  5631. "type": "library",
  5632. "autoload": {
  5633. "psr-4": {
  5634. "Base64Url\\": "src/"
  5635. }
  5636. },
  5637. "notification-url": "https://packagist.org/downloads/",
  5638. "license": [
  5639. "MIT"
  5640. ],
  5641. "authors": [
  5642. {
  5643. "name": "Florent Morselli",
  5644. "homepage": "https://github.com/Spomky-Labs/base64url/contributors"
  5645. }
  5646. ],
  5647. "description": "Base 64 URL Safe Encoding/Decoding PHP Library",
  5648. "homepage": "https://github.com/Spomky-Labs/base64url",
  5649. "keywords": [
  5650. "base64",
  5651. "rfc4648",
  5652. "safe",
  5653. "url"
  5654. ],
  5655. "support": {
  5656. "issues": "https://github.com/Spomky-Labs/base64url/issues",
  5657. "source": "https://github.com/Spomky-Labs/base64url/tree/v2.0.4"
  5658. },
  5659. "funding": [
  5660. {
  5661. "url": "https://github.com/Spomky",
  5662. "type": "github"
  5663. },
  5664. {
  5665. "url": "https://www.patreon.com/FlorentMorselli",
  5666. "type": "patreon"
  5667. }
  5668. ],
  5669. "time": "2020-11-03T09:10:25+00:00"
  5670. },
  5671. {
  5672. "name": "symfony/config",
  5673. "version": "v5.4.9",
  5674. "source": {
  5675. "type": "git",
  5676. "url": "https://github.com/symfony/config.git",
  5677. "reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979"
  5678. },
  5679. "dist": {
  5680. "type": "zip",
  5681. "url": "https://api.github.com/repos/symfony/config/zipball/8f551fe22672ac7ab2c95fe46d899f960ed4d979",
  5682. "reference": "8f551fe22672ac7ab2c95fe46d899f960ed4d979",
  5683. "shasum": ""
  5684. },
  5685. "require": {
  5686. "php": ">=7.2.5",
  5687. "symfony/deprecation-contracts": "^2.1|^3",
  5688. "symfony/filesystem": "^4.4|^5.0|^6.0",
  5689. "symfony/polyfill-ctype": "~1.8",
  5690. "symfony/polyfill-php80": "^1.16",
  5691. "symfony/polyfill-php81": "^1.22"
  5692. },
  5693. "conflict": {
  5694. "symfony/finder": "<4.4"
  5695. },
  5696. "require-dev": {
  5697. "symfony/event-dispatcher": "^4.4|^5.0|^6.0",
  5698. "symfony/finder": "^4.4|^5.0|^6.0",
  5699. "symfony/messenger": "^4.4|^5.0|^6.0",
  5700. "symfony/service-contracts": "^1.1|^2|^3",
  5701. "symfony/yaml": "^4.4|^5.0|^6.0"
  5702. },
  5703. "suggest": {
  5704. "symfony/yaml": "To use the yaml reference dumper"
  5705. },
  5706. "type": "library",
  5707. "autoload": {
  5708. "psr-4": {
  5709. "Symfony\\Component\\Config\\": ""
  5710. },
  5711. "exclude-from-classmap": [
  5712. "/Tests/"
  5713. ]
  5714. },
  5715. "notification-url": "https://packagist.org/downloads/",
  5716. "license": [
  5717. "MIT"
  5718. ],
  5719. "authors": [
  5720. {
  5721. "name": "Fabien Potencier",
  5722. "email": "fabien@symfony.com"
  5723. },
  5724. {
  5725. "name": "Symfony Community",
  5726. "homepage": "https://symfony.com/contributors"
  5727. }
  5728. ],
  5729. "description": "Helps you find, load, combine, autofill and validate configuration values of any kind",
  5730. "homepage": "https://symfony.com",
  5731. "support": {
  5732. "source": "https://github.com/symfony/config/tree/v5.4.9"
  5733. },
  5734. "funding": [
  5735. {
  5736. "url": "https://symfony.com/sponsor",
  5737. "type": "custom"
  5738. },
  5739. {
  5740. "url": "https://github.com/fabpot",
  5741. "type": "github"
  5742. },
  5743. {
  5744. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5745. "type": "tidelift"
  5746. }
  5747. ],
  5748. "time": "2022-05-17T10:39:36+00:00"
  5749. },
  5750. {
  5751. "name": "symfony/console",
  5752. "version": "v4.4.42",
  5753. "source": {
  5754. "type": "git",
  5755. "url": "https://github.com/symfony/console.git",
  5756. "reference": "cce7a9f99e22937a71a16b23afa762558808d587"
  5757. },
  5758. "dist": {
  5759. "type": "zip",
  5760. "url": "https://api.github.com/repos/symfony/console/zipball/cce7a9f99e22937a71a16b23afa762558808d587",
  5761. "reference": "cce7a9f99e22937a71a16b23afa762558808d587",
  5762. "shasum": ""
  5763. },
  5764. "require": {
  5765. "php": ">=7.1.3",
  5766. "symfony/polyfill-mbstring": "~1.0",
  5767. "symfony/polyfill-php73": "^1.8",
  5768. "symfony/polyfill-php80": "^1.16",
  5769. "symfony/service-contracts": "^1.1|^2"
  5770. },
  5771. "conflict": {
  5772. "psr/log": ">=3",
  5773. "symfony/dependency-injection": "<3.4",
  5774. "symfony/event-dispatcher": "<4.3|>=5",
  5775. "symfony/lock": "<4.4",
  5776. "symfony/process": "<3.3"
  5777. },
  5778. "provide": {
  5779. "psr/log-implementation": "1.0|2.0"
  5780. },
  5781. "require-dev": {
  5782. "psr/log": "^1|^2",
  5783. "symfony/config": "^3.4|^4.0|^5.0",
  5784. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  5785. "symfony/event-dispatcher": "^4.3",
  5786. "symfony/lock": "^4.4|^5.0",
  5787. "symfony/process": "^3.4|^4.0|^5.0",
  5788. "symfony/var-dumper": "^4.3|^5.0"
  5789. },
  5790. "suggest": {
  5791. "psr/log": "For using the console logger",
  5792. "symfony/event-dispatcher": "",
  5793. "symfony/lock": "",
  5794. "symfony/process": ""
  5795. },
  5796. "type": "library",
  5797. "autoload": {
  5798. "psr-4": {
  5799. "Symfony\\Component\\Console\\": ""
  5800. },
  5801. "exclude-from-classmap": [
  5802. "/Tests/"
  5803. ]
  5804. },
  5805. "notification-url": "https://packagist.org/downloads/",
  5806. "license": [
  5807. "MIT"
  5808. ],
  5809. "authors": [
  5810. {
  5811. "name": "Fabien Potencier",
  5812. "email": "fabien@symfony.com"
  5813. },
  5814. {
  5815. "name": "Symfony Community",
  5816. "homepage": "https://symfony.com/contributors"
  5817. }
  5818. ],
  5819. "description": "Eases the creation of beautiful and testable command line interfaces",
  5820. "homepage": "https://symfony.com",
  5821. "support": {
  5822. "source": "https://github.com/symfony/console/tree/v4.4.42"
  5823. },
  5824. "funding": [
  5825. {
  5826. "url": "https://symfony.com/sponsor",
  5827. "type": "custom"
  5828. },
  5829. {
  5830. "url": "https://github.com/fabpot",
  5831. "type": "github"
  5832. },
  5833. {
  5834. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5835. "type": "tidelift"
  5836. }
  5837. ],
  5838. "time": "2022-05-14T12:35:33+00:00"
  5839. },
  5840. {
  5841. "name": "symfony/css-selector",
  5842. "version": "v5.4.3",
  5843. "source": {
  5844. "type": "git",
  5845. "url": "https://github.com/symfony/css-selector.git",
  5846. "reference": "b0a190285cd95cb019237851205b8140ef6e368e"
  5847. },
  5848. "dist": {
  5849. "type": "zip",
  5850. "url": "https://api.github.com/repos/symfony/css-selector/zipball/b0a190285cd95cb019237851205b8140ef6e368e",
  5851. "reference": "b0a190285cd95cb019237851205b8140ef6e368e",
  5852. "shasum": ""
  5853. },
  5854. "require": {
  5855. "php": ">=7.2.5",
  5856. "symfony/polyfill-php80": "^1.16"
  5857. },
  5858. "type": "library",
  5859. "autoload": {
  5860. "psr-4": {
  5861. "Symfony\\Component\\CssSelector\\": ""
  5862. },
  5863. "exclude-from-classmap": [
  5864. "/Tests/"
  5865. ]
  5866. },
  5867. "notification-url": "https://packagist.org/downloads/",
  5868. "license": [
  5869. "MIT"
  5870. ],
  5871. "authors": [
  5872. {
  5873. "name": "Fabien Potencier",
  5874. "email": "fabien@symfony.com"
  5875. },
  5876. {
  5877. "name": "Jean-François Simon",
  5878. "email": "jeanfrancois.simon@sensiolabs.com"
  5879. },
  5880. {
  5881. "name": "Symfony Community",
  5882. "homepage": "https://symfony.com/contributors"
  5883. }
  5884. ],
  5885. "description": "Converts CSS selectors to XPath expressions",
  5886. "homepage": "https://symfony.com",
  5887. "support": {
  5888. "source": "https://github.com/symfony/css-selector/tree/v5.4.3"
  5889. },
  5890. "funding": [
  5891. {
  5892. "url": "https://symfony.com/sponsor",
  5893. "type": "custom"
  5894. },
  5895. {
  5896. "url": "https://github.com/fabpot",
  5897. "type": "github"
  5898. },
  5899. {
  5900. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5901. "type": "tidelift"
  5902. }
  5903. ],
  5904. "time": "2022-01-02T09:53:40+00:00"
  5905. },
  5906. {
  5907. "name": "symfony/debug",
  5908. "version": "v4.4.41",
  5909. "source": {
  5910. "type": "git",
  5911. "url": "https://github.com/symfony/debug.git",
  5912. "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5"
  5913. },
  5914. "dist": {
  5915. "type": "zip",
  5916. "url": "https://api.github.com/repos/symfony/debug/zipball/6637e62480b60817b9a6984154a533e8e64c6bd5",
  5917. "reference": "6637e62480b60817b9a6984154a533e8e64c6bd5",
  5918. "shasum": ""
  5919. },
  5920. "require": {
  5921. "php": ">=7.1.3",
  5922. "psr/log": "^1|^2|^3"
  5923. },
  5924. "conflict": {
  5925. "symfony/http-kernel": "<3.4"
  5926. },
  5927. "require-dev": {
  5928. "symfony/http-kernel": "^3.4|^4.0|^5.0"
  5929. },
  5930. "type": "library",
  5931. "autoload": {
  5932. "psr-4": {
  5933. "Symfony\\Component\\Debug\\": ""
  5934. },
  5935. "exclude-from-classmap": [
  5936. "/Tests/"
  5937. ]
  5938. },
  5939. "notification-url": "https://packagist.org/downloads/",
  5940. "license": [
  5941. "MIT"
  5942. ],
  5943. "authors": [
  5944. {
  5945. "name": "Fabien Potencier",
  5946. "email": "fabien@symfony.com"
  5947. },
  5948. {
  5949. "name": "Symfony Community",
  5950. "homepage": "https://symfony.com/contributors"
  5951. }
  5952. ],
  5953. "description": "Provides tools to ease debugging PHP code",
  5954. "homepage": "https://symfony.com",
  5955. "support": {
  5956. "source": "https://github.com/symfony/debug/tree/v4.4.41"
  5957. },
  5958. "funding": [
  5959. {
  5960. "url": "https://symfony.com/sponsor",
  5961. "type": "custom"
  5962. },
  5963. {
  5964. "url": "https://github.com/fabpot",
  5965. "type": "github"
  5966. },
  5967. {
  5968. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  5969. "type": "tidelift"
  5970. }
  5971. ],
  5972. "abandoned": "symfony/error-handler",
  5973. "time": "2022-04-12T15:19:55+00:00"
  5974. },
  5975. {
  5976. "name": "symfony/dependency-injection",
  5977. "version": "v5.4.9",
  5978. "source": {
  5979. "type": "git",
  5980. "url": "https://github.com/symfony/dependency-injection.git",
  5981. "reference": "beecae161577305926ec078c4ed973f2b98880b3"
  5982. },
  5983. "dist": {
  5984. "type": "zip",
  5985. "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/beecae161577305926ec078c4ed973f2b98880b3",
  5986. "reference": "beecae161577305926ec078c4ed973f2b98880b3",
  5987. "shasum": ""
  5988. },
  5989. "require": {
  5990. "php": ">=7.2.5",
  5991. "psr/container": "^1.1.1",
  5992. "symfony/deprecation-contracts": "^2.1|^3",
  5993. "symfony/polyfill-php80": "^1.16",
  5994. "symfony/polyfill-php81": "^1.22",
  5995. "symfony/service-contracts": "^1.1.6|^2"
  5996. },
  5997. "conflict": {
  5998. "ext-psr": "<1.1|>=2",
  5999. "symfony/config": "<5.3",
  6000. "symfony/finder": "<4.4",
  6001. "symfony/proxy-manager-bridge": "<4.4",
  6002. "symfony/yaml": "<4.4.26"
  6003. },
  6004. "provide": {
  6005. "psr/container-implementation": "1.0",
  6006. "symfony/service-implementation": "1.0|2.0"
  6007. },
  6008. "require-dev": {
  6009. "symfony/config": "^5.3|^6.0",
  6010. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6011. "symfony/yaml": "^4.4.26|^5.0|^6.0"
  6012. },
  6013. "suggest": {
  6014. "symfony/config": "",
  6015. "symfony/expression-language": "For using expressions in service container configuration",
  6016. "symfony/finder": "For using double-star glob patterns or when GLOB_BRACE portability is required",
  6017. "symfony/proxy-manager-bridge": "Generate service proxies to lazy load them",
  6018. "symfony/yaml": ""
  6019. },
  6020. "type": "library",
  6021. "autoload": {
  6022. "psr-4": {
  6023. "Symfony\\Component\\DependencyInjection\\": ""
  6024. },
  6025. "exclude-from-classmap": [
  6026. "/Tests/"
  6027. ]
  6028. },
  6029. "notification-url": "https://packagist.org/downloads/",
  6030. "license": [
  6031. "MIT"
  6032. ],
  6033. "authors": [
  6034. {
  6035. "name": "Fabien Potencier",
  6036. "email": "fabien@symfony.com"
  6037. },
  6038. {
  6039. "name": "Symfony Community",
  6040. "homepage": "https://symfony.com/contributors"
  6041. }
  6042. ],
  6043. "description": "Allows you to standardize and centralize the way objects are constructed in your application",
  6044. "homepage": "https://symfony.com",
  6045. "support": {
  6046. "source": "https://github.com/symfony/dependency-injection/tree/v5.4.9"
  6047. },
  6048. "funding": [
  6049. {
  6050. "url": "https://symfony.com/sponsor",
  6051. "type": "custom"
  6052. },
  6053. {
  6054. "url": "https://github.com/fabpot",
  6055. "type": "github"
  6056. },
  6057. {
  6058. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6059. "type": "tidelift"
  6060. }
  6061. ],
  6062. "time": "2022-05-27T06:40:03+00:00"
  6063. },
  6064. {
  6065. "name": "symfony/deprecation-contracts",
  6066. "version": "v2.5.1",
  6067. "source": {
  6068. "type": "git",
  6069. "url": "https://github.com/symfony/deprecation-contracts.git",
  6070. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66"
  6071. },
  6072. "dist": {
  6073. "type": "zip",
  6074. "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  6075. "reference": "e8b495ea28c1d97b5e0c121748d6f9b53d075c66",
  6076. "shasum": ""
  6077. },
  6078. "require": {
  6079. "php": ">=7.1"
  6080. },
  6081. "type": "library",
  6082. "extra": {
  6083. "branch-alias": {
  6084. "dev-main": "2.5-dev"
  6085. },
  6086. "thanks": {
  6087. "name": "symfony/contracts",
  6088. "url": "https://github.com/symfony/contracts"
  6089. }
  6090. },
  6091. "autoload": {
  6092. "files": [
  6093. "function.php"
  6094. ]
  6095. },
  6096. "notification-url": "https://packagist.org/downloads/",
  6097. "license": [
  6098. "MIT"
  6099. ],
  6100. "authors": [
  6101. {
  6102. "name": "Nicolas Grekas",
  6103. "email": "p@tchwork.com"
  6104. },
  6105. {
  6106. "name": "Symfony Community",
  6107. "homepage": "https://symfony.com/contributors"
  6108. }
  6109. ],
  6110. "description": "A generic function and convention to trigger deprecation notices",
  6111. "homepage": "https://symfony.com",
  6112. "support": {
  6113. "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.1"
  6114. },
  6115. "funding": [
  6116. {
  6117. "url": "https://symfony.com/sponsor",
  6118. "type": "custom"
  6119. },
  6120. {
  6121. "url": "https://github.com/fabpot",
  6122. "type": "github"
  6123. },
  6124. {
  6125. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6126. "type": "tidelift"
  6127. }
  6128. ],
  6129. "time": "2022-01-02T09:53:40+00:00"
  6130. },
  6131. {
  6132. "name": "symfony/error-handler",
  6133. "version": "v4.4.41",
  6134. "source": {
  6135. "type": "git",
  6136. "url": "https://github.com/symfony/error-handler.git",
  6137. "reference": "529feb0e03133dbd5fd3707200147cc4903206da"
  6138. },
  6139. "dist": {
  6140. "type": "zip",
  6141. "url": "https://api.github.com/repos/symfony/error-handler/zipball/529feb0e03133dbd5fd3707200147cc4903206da",
  6142. "reference": "529feb0e03133dbd5fd3707200147cc4903206da",
  6143. "shasum": ""
  6144. },
  6145. "require": {
  6146. "php": ">=7.1.3",
  6147. "psr/log": "^1|^2|^3",
  6148. "symfony/debug": "^4.4.5",
  6149. "symfony/var-dumper": "^4.4|^5.0"
  6150. },
  6151. "require-dev": {
  6152. "symfony/http-kernel": "^4.4|^5.0",
  6153. "symfony/serializer": "^4.4|^5.0"
  6154. },
  6155. "type": "library",
  6156. "autoload": {
  6157. "psr-4": {
  6158. "Symfony\\Component\\ErrorHandler\\": ""
  6159. },
  6160. "exclude-from-classmap": [
  6161. "/Tests/"
  6162. ]
  6163. },
  6164. "notification-url": "https://packagist.org/downloads/",
  6165. "license": [
  6166. "MIT"
  6167. ],
  6168. "authors": [
  6169. {
  6170. "name": "Fabien Potencier",
  6171. "email": "fabien@symfony.com"
  6172. },
  6173. {
  6174. "name": "Symfony Community",
  6175. "homepage": "https://symfony.com/contributors"
  6176. }
  6177. ],
  6178. "description": "Provides tools to manage errors and ease debugging PHP code",
  6179. "homepage": "https://symfony.com",
  6180. "support": {
  6181. "source": "https://github.com/symfony/error-handler/tree/v4.4.41"
  6182. },
  6183. "funding": [
  6184. {
  6185. "url": "https://symfony.com/sponsor",
  6186. "type": "custom"
  6187. },
  6188. {
  6189. "url": "https://github.com/fabpot",
  6190. "type": "github"
  6191. },
  6192. {
  6193. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6194. "type": "tidelift"
  6195. }
  6196. ],
  6197. "time": "2022-04-12T15:19:55+00:00"
  6198. },
  6199. {
  6200. "name": "symfony/event-dispatcher",
  6201. "version": "v4.4.42",
  6202. "source": {
  6203. "type": "git",
  6204. "url": "https://github.com/symfony/event-dispatcher.git",
  6205. "reference": "708e761740c16b02c86e3f0c932018a06b895d40"
  6206. },
  6207. "dist": {
  6208. "type": "zip",
  6209. "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/708e761740c16b02c86e3f0c932018a06b895d40",
  6210. "reference": "708e761740c16b02c86e3f0c932018a06b895d40",
  6211. "shasum": ""
  6212. },
  6213. "require": {
  6214. "php": ">=7.1.3",
  6215. "symfony/event-dispatcher-contracts": "^1.1",
  6216. "symfony/polyfill-php80": "^1.16"
  6217. },
  6218. "conflict": {
  6219. "symfony/dependency-injection": "<3.4"
  6220. },
  6221. "provide": {
  6222. "psr/event-dispatcher-implementation": "1.0",
  6223. "symfony/event-dispatcher-implementation": "1.1"
  6224. },
  6225. "require-dev": {
  6226. "psr/log": "^1|^2|^3",
  6227. "symfony/config": "^3.4|^4.0|^5.0",
  6228. "symfony/dependency-injection": "^3.4|^4.0|^5.0",
  6229. "symfony/error-handler": "~3.4|~4.4",
  6230. "symfony/expression-language": "^3.4|^4.0|^5.0",
  6231. "symfony/http-foundation": "^3.4|^4.0|^5.0",
  6232. "symfony/service-contracts": "^1.1|^2",
  6233. "symfony/stopwatch": "^3.4|^4.0|^5.0"
  6234. },
  6235. "suggest": {
  6236. "symfony/dependency-injection": "",
  6237. "symfony/http-kernel": ""
  6238. },
  6239. "type": "library",
  6240. "autoload": {
  6241. "psr-4": {
  6242. "Symfony\\Component\\EventDispatcher\\": ""
  6243. },
  6244. "exclude-from-classmap": [
  6245. "/Tests/"
  6246. ]
  6247. },
  6248. "notification-url": "https://packagist.org/downloads/",
  6249. "license": [
  6250. "MIT"
  6251. ],
  6252. "authors": [
  6253. {
  6254. "name": "Fabien Potencier",
  6255. "email": "fabien@symfony.com"
  6256. },
  6257. {
  6258. "name": "Symfony Community",
  6259. "homepage": "https://symfony.com/contributors"
  6260. }
  6261. ],
  6262. "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
  6263. "homepage": "https://symfony.com",
  6264. "support": {
  6265. "source": "https://github.com/symfony/event-dispatcher/tree/v4.4.42"
  6266. },
  6267. "funding": [
  6268. {
  6269. "url": "https://symfony.com/sponsor",
  6270. "type": "custom"
  6271. },
  6272. {
  6273. "url": "https://github.com/fabpot",
  6274. "type": "github"
  6275. },
  6276. {
  6277. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6278. "type": "tidelift"
  6279. }
  6280. ],
  6281. "time": "2022-05-05T15:33:49+00:00"
  6282. },
  6283. {
  6284. "name": "symfony/event-dispatcher-contracts",
  6285. "version": "v1.1.12",
  6286. "source": {
  6287. "type": "git",
  6288. "url": "https://github.com/symfony/event-dispatcher-contracts.git",
  6289. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e"
  6290. },
  6291. "dist": {
  6292. "type": "zip",
  6293. "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/1d5cd762abaa6b2a4169d3e77610193a7157129e",
  6294. "reference": "1d5cd762abaa6b2a4169d3e77610193a7157129e",
  6295. "shasum": ""
  6296. },
  6297. "require": {
  6298. "php": ">=7.1.3"
  6299. },
  6300. "suggest": {
  6301. "psr/event-dispatcher": "",
  6302. "symfony/event-dispatcher-implementation": ""
  6303. },
  6304. "type": "library",
  6305. "extra": {
  6306. "branch-alias": {
  6307. "dev-main": "1.1-dev"
  6308. },
  6309. "thanks": {
  6310. "name": "symfony/contracts",
  6311. "url": "https://github.com/symfony/contracts"
  6312. }
  6313. },
  6314. "autoload": {
  6315. "psr-4": {
  6316. "Symfony\\Contracts\\EventDispatcher\\": ""
  6317. }
  6318. },
  6319. "notification-url": "https://packagist.org/downloads/",
  6320. "license": [
  6321. "MIT"
  6322. ],
  6323. "authors": [
  6324. {
  6325. "name": "Nicolas Grekas",
  6326. "email": "p@tchwork.com"
  6327. },
  6328. {
  6329. "name": "Symfony Community",
  6330. "homepage": "https://symfony.com/contributors"
  6331. }
  6332. ],
  6333. "description": "Generic abstractions related to dispatching event",
  6334. "homepage": "https://symfony.com",
  6335. "keywords": [
  6336. "abstractions",
  6337. "contracts",
  6338. "decoupling",
  6339. "interfaces",
  6340. "interoperability",
  6341. "standards"
  6342. ],
  6343. "support": {
  6344. "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v1.1.12"
  6345. },
  6346. "funding": [
  6347. {
  6348. "url": "https://symfony.com/sponsor",
  6349. "type": "custom"
  6350. },
  6351. {
  6352. "url": "https://github.com/fabpot",
  6353. "type": "github"
  6354. },
  6355. {
  6356. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6357. "type": "tidelift"
  6358. }
  6359. ],
  6360. "time": "2022-01-02T09:41:36+00:00"
  6361. },
  6362. {
  6363. "name": "symfony/filesystem",
  6364. "version": "v5.4.9",
  6365. "source": {
  6366. "type": "git",
  6367. "url": "https://github.com/symfony/filesystem.git",
  6368. "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba"
  6369. },
  6370. "dist": {
  6371. "type": "zip",
  6372. "url": "https://api.github.com/repos/symfony/filesystem/zipball/36a017fa4cce1eff1b8e8129ff53513abcef05ba",
  6373. "reference": "36a017fa4cce1eff1b8e8129ff53513abcef05ba",
  6374. "shasum": ""
  6375. },
  6376. "require": {
  6377. "php": ">=7.2.5",
  6378. "symfony/polyfill-ctype": "~1.8",
  6379. "symfony/polyfill-mbstring": "~1.8",
  6380. "symfony/polyfill-php80": "^1.16"
  6381. },
  6382. "type": "library",
  6383. "autoload": {
  6384. "psr-4": {
  6385. "Symfony\\Component\\Filesystem\\": ""
  6386. },
  6387. "exclude-from-classmap": [
  6388. "/Tests/"
  6389. ]
  6390. },
  6391. "notification-url": "https://packagist.org/downloads/",
  6392. "license": [
  6393. "MIT"
  6394. ],
  6395. "authors": [
  6396. {
  6397. "name": "Fabien Potencier",
  6398. "email": "fabien@symfony.com"
  6399. },
  6400. {
  6401. "name": "Symfony Community",
  6402. "homepage": "https://symfony.com/contributors"
  6403. }
  6404. ],
  6405. "description": "Provides basic utilities for the filesystem",
  6406. "homepage": "https://symfony.com",
  6407. "support": {
  6408. "source": "https://github.com/symfony/filesystem/tree/v5.4.9"
  6409. },
  6410. "funding": [
  6411. {
  6412. "url": "https://symfony.com/sponsor",
  6413. "type": "custom"
  6414. },
  6415. {
  6416. "url": "https://github.com/fabpot",
  6417. "type": "github"
  6418. },
  6419. {
  6420. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6421. "type": "tidelift"
  6422. }
  6423. ],
  6424. "time": "2022-05-20T13:55:35+00:00"
  6425. },
  6426. {
  6427. "name": "symfony/finder",
  6428. "version": "v5.4.8",
  6429. "source": {
  6430. "type": "git",
  6431. "url": "https://github.com/symfony/finder.git",
  6432. "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9"
  6433. },
  6434. "dist": {
  6435. "type": "zip",
  6436. "url": "https://api.github.com/repos/symfony/finder/zipball/9b630f3427f3ebe7cd346c277a1408b00249dad9",
  6437. "reference": "9b630f3427f3ebe7cd346c277a1408b00249dad9",
  6438. "shasum": ""
  6439. },
  6440. "require": {
  6441. "php": ">=7.2.5",
  6442. "symfony/deprecation-contracts": "^2.1|^3",
  6443. "symfony/polyfill-php80": "^1.16"
  6444. },
  6445. "type": "library",
  6446. "autoload": {
  6447. "psr-4": {
  6448. "Symfony\\Component\\Finder\\": ""
  6449. },
  6450. "exclude-from-classmap": [
  6451. "/Tests/"
  6452. ]
  6453. },
  6454. "notification-url": "https://packagist.org/downloads/",
  6455. "license": [
  6456. "MIT"
  6457. ],
  6458. "authors": [
  6459. {
  6460. "name": "Fabien Potencier",
  6461. "email": "fabien@symfony.com"
  6462. },
  6463. {
  6464. "name": "Symfony Community",
  6465. "homepage": "https://symfony.com/contributors"
  6466. }
  6467. ],
  6468. "description": "Finds files and directories via an intuitive fluent interface",
  6469. "homepage": "https://symfony.com",
  6470. "support": {
  6471. "source": "https://github.com/symfony/finder/tree/v5.4.8"
  6472. },
  6473. "funding": [
  6474. {
  6475. "url": "https://symfony.com/sponsor",
  6476. "type": "custom"
  6477. },
  6478. {
  6479. "url": "https://github.com/fabpot",
  6480. "type": "github"
  6481. },
  6482. {
  6483. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6484. "type": "tidelift"
  6485. }
  6486. ],
  6487. "time": "2022-04-15T08:07:45+00:00"
  6488. },
  6489. {
  6490. "name": "symfony/http-client-contracts",
  6491. "version": "v2.5.1",
  6492. "source": {
  6493. "type": "git",
  6494. "url": "https://github.com/symfony/http-client-contracts.git",
  6495. "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5"
  6496. },
  6497. "dist": {
  6498. "type": "zip",
  6499. "url": "https://api.github.com/repos/symfony/http-client-contracts/zipball/1a4f708e4e87f335d1b1be6148060739152f0bd5",
  6500. "reference": "1a4f708e4e87f335d1b1be6148060739152f0bd5",
  6501. "shasum": ""
  6502. },
  6503. "require": {
  6504. "php": ">=7.2.5"
  6505. },
  6506. "suggest": {
  6507. "symfony/http-client-implementation": ""
  6508. },
  6509. "type": "library",
  6510. "extra": {
  6511. "branch-alias": {
  6512. "dev-main": "2.5-dev"
  6513. },
  6514. "thanks": {
  6515. "name": "symfony/contracts",
  6516. "url": "https://github.com/symfony/contracts"
  6517. }
  6518. },
  6519. "autoload": {
  6520. "psr-4": {
  6521. "Symfony\\Contracts\\HttpClient\\": ""
  6522. }
  6523. },
  6524. "notification-url": "https://packagist.org/downloads/",
  6525. "license": [
  6526. "MIT"
  6527. ],
  6528. "authors": [
  6529. {
  6530. "name": "Nicolas Grekas",
  6531. "email": "p@tchwork.com"
  6532. },
  6533. {
  6534. "name": "Symfony Community",
  6535. "homepage": "https://symfony.com/contributors"
  6536. }
  6537. ],
  6538. "description": "Generic abstractions related to HTTP clients",
  6539. "homepage": "https://symfony.com",
  6540. "keywords": [
  6541. "abstractions",
  6542. "contracts",
  6543. "decoupling",
  6544. "interfaces",
  6545. "interoperability",
  6546. "standards"
  6547. ],
  6548. "support": {
  6549. "source": "https://github.com/symfony/http-client-contracts/tree/v2.5.1"
  6550. },
  6551. "funding": [
  6552. {
  6553. "url": "https://symfony.com/sponsor",
  6554. "type": "custom"
  6555. },
  6556. {
  6557. "url": "https://github.com/fabpot",
  6558. "type": "github"
  6559. },
  6560. {
  6561. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6562. "type": "tidelift"
  6563. }
  6564. ],
  6565. "time": "2022-03-13T20:07:29+00:00"
  6566. },
  6567. {
  6568. "name": "symfony/http-foundation",
  6569. "version": "v5.4.9",
  6570. "source": {
  6571. "type": "git",
  6572. "url": "https://github.com/symfony/http-foundation.git",
  6573. "reference": "6b0d0e4aca38d57605dcd11e2416994b38774522"
  6574. },
  6575. "dist": {
  6576. "type": "zip",
  6577. "url": "https://api.github.com/repos/symfony/http-foundation/zipball/6b0d0e4aca38d57605dcd11e2416994b38774522",
  6578. "reference": "6b0d0e4aca38d57605dcd11e2416994b38774522",
  6579. "shasum": ""
  6580. },
  6581. "require": {
  6582. "php": ">=7.2.5",
  6583. "symfony/deprecation-contracts": "^2.1|^3",
  6584. "symfony/polyfill-mbstring": "~1.1",
  6585. "symfony/polyfill-php80": "^1.16"
  6586. },
  6587. "require-dev": {
  6588. "predis/predis": "~1.0",
  6589. "symfony/cache": "^4.4|^5.0|^6.0",
  6590. "symfony/expression-language": "^4.4|^5.0|^6.0",
  6591. "symfony/mime": "^4.4|^5.0|^6.0"
  6592. },
  6593. "suggest": {
  6594. "symfony/mime": "To use the file extension guesser"
  6595. },
  6596. "type": "library",
  6597. "autoload": {
  6598. "psr-4": {
  6599. "Symfony\\Component\\HttpFoundation\\": ""
  6600. },
  6601. "exclude-from-classmap": [
  6602. "/Tests/"
  6603. ]
  6604. },
  6605. "notification-url": "https://packagist.org/downloads/",
  6606. "license": [
  6607. "MIT"
  6608. ],
  6609. "authors": [
  6610. {
  6611. "name": "Fabien Potencier",
  6612. "email": "fabien@symfony.com"
  6613. },
  6614. {
  6615. "name": "Symfony Community",
  6616. "homepage": "https://symfony.com/contributors"
  6617. }
  6618. ],
  6619. "description": "Defines an object-oriented layer for the HTTP specification",
  6620. "homepage": "https://symfony.com",
  6621. "support": {
  6622. "source": "https://github.com/symfony/http-foundation/tree/v5.4.9"
  6623. },
  6624. "funding": [
  6625. {
  6626. "url": "https://symfony.com/sponsor",
  6627. "type": "custom"
  6628. },
  6629. {
  6630. "url": "https://github.com/fabpot",
  6631. "type": "github"
  6632. },
  6633. {
  6634. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6635. "type": "tidelift"
  6636. }
  6637. ],
  6638. "time": "2022-05-17T15:07:29+00:00"
  6639. },
  6640. {
  6641. "name": "symfony/http-kernel",
  6642. "version": "v4.4.42",
  6643. "source": {
  6644. "type": "git",
  6645. "url": "https://github.com/symfony/http-kernel.git",
  6646. "reference": "04181de9459df639512dadf83d544ce12edd6776"
  6647. },
  6648. "dist": {
  6649. "type": "zip",
  6650. "url": "https://api.github.com/repos/symfony/http-kernel/zipball/04181de9459df639512dadf83d544ce12edd6776",
  6651. "reference": "04181de9459df639512dadf83d544ce12edd6776",
  6652. "shasum": ""
  6653. },
  6654. "require": {
  6655. "php": ">=7.1.3",
  6656. "psr/log": "^1|^2",
  6657. "symfony/error-handler": "^4.4",
  6658. "symfony/event-dispatcher": "^4.4",
  6659. "symfony/http-client-contracts": "^1.1|^2",
  6660. "symfony/http-foundation": "^4.4.30|^5.3.7",
  6661. "symfony/polyfill-ctype": "^1.8",
  6662. "symfony/polyfill-php73": "^1.9",
  6663. "symfony/polyfill-php80": "^1.16"
  6664. },
  6665. "conflict": {
  6666. "symfony/browser-kit": "<4.3",
  6667. "symfony/config": "<3.4",
  6668. "symfony/console": ">=5",
  6669. "symfony/dependency-injection": "<4.3",
  6670. "symfony/translation": "<4.2",
  6671. "twig/twig": "<1.43|<2.13,>=2"
  6672. },
  6673. "provide": {
  6674. "psr/log-implementation": "1.0|2.0"
  6675. },
  6676. "require-dev": {
  6677. "psr/cache": "^1.0|^2.0|^3.0",
  6678. "symfony/browser-kit": "^4.3|^5.0",
  6679. "symfony/config": "^3.4|^4.0|^5.0",
  6680. "symfony/console": "^3.4|^4.0",
  6681. "symfony/css-selector": "^3.4|^4.0|^5.0",
  6682. "symfony/dependency-injection": "^4.3|^5.0",
  6683. "symfony/dom-crawler": "^3.4|^4.0|^5.0",
  6684. "symfony/expression-language": "^3.4|^4.0|^5.0",
  6685. "symfony/finder": "^3.4|^4.0|^5.0",
  6686. "symfony/process": "^3.4|^4.0|^5.0",
  6687. "symfony/routing": "^3.4|^4.0|^5.0",
  6688. "symfony/stopwatch": "^3.4|^4.0|^5.0",
  6689. "symfony/templating": "^3.4|^4.0|^5.0",
  6690. "symfony/translation": "^4.2|^5.0",
  6691. "symfony/translation-contracts": "^1.1|^2",
  6692. "twig/twig": "^1.43|^2.13|^3.0.4"
  6693. },
  6694. "suggest": {
  6695. "symfony/browser-kit": "",
  6696. "symfony/config": "",
  6697. "symfony/console": "",
  6698. "symfony/dependency-injection": ""
  6699. },
  6700. "type": "library",
  6701. "autoload": {
  6702. "psr-4": {
  6703. "Symfony\\Component\\HttpKernel\\": ""
  6704. },
  6705. "exclude-from-classmap": [
  6706. "/Tests/"
  6707. ]
  6708. },
  6709. "notification-url": "https://packagist.org/downloads/",
  6710. "license": [
  6711. "MIT"
  6712. ],
  6713. "authors": [
  6714. {
  6715. "name": "Fabien Potencier",
  6716. "email": "fabien@symfony.com"
  6717. },
  6718. {
  6719. "name": "Symfony Community",
  6720. "homepage": "https://symfony.com/contributors"
  6721. }
  6722. ],
  6723. "description": "Provides a structured process for converting a Request into a Response",
  6724. "homepage": "https://symfony.com",
  6725. "support": {
  6726. "source": "https://github.com/symfony/http-kernel/tree/v4.4.42"
  6727. },
  6728. "funding": [
  6729. {
  6730. "url": "https://symfony.com/sponsor",
  6731. "type": "custom"
  6732. },
  6733. {
  6734. "url": "https://github.com/fabpot",
  6735. "type": "github"
  6736. },
  6737. {
  6738. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6739. "type": "tidelift"
  6740. }
  6741. ],
  6742. "time": "2022-05-27T07:04:21+00:00"
  6743. },
  6744. {
  6745. "name": "symfony/polyfill-ctype",
  6746. "version": "v1.26.0",
  6747. "source": {
  6748. "type": "git",
  6749. "url": "https://github.com/symfony/polyfill-ctype.git",
  6750. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4"
  6751. },
  6752. "dist": {
  6753. "type": "zip",
  6754. "url": "https://api.github.com/repos/symfony/polyfill-ctype/zipball/6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  6755. "reference": "6fd1b9a79f6e3cf65f9e679b23af304cd9e010d4",
  6756. "shasum": ""
  6757. },
  6758. "require": {
  6759. "php": ">=7.1"
  6760. },
  6761. "provide": {
  6762. "ext-ctype": "*"
  6763. },
  6764. "suggest": {
  6765. "ext-ctype": "For best performance"
  6766. },
  6767. "type": "library",
  6768. "extra": {
  6769. "branch-alias": {
  6770. "dev-main": "1.26-dev"
  6771. },
  6772. "thanks": {
  6773. "name": "symfony/polyfill",
  6774. "url": "https://github.com/symfony/polyfill"
  6775. }
  6776. },
  6777. "autoload": {
  6778. "files": [
  6779. "bootstrap.php"
  6780. ],
  6781. "psr-4": {
  6782. "Symfony\\Polyfill\\Ctype\\": ""
  6783. }
  6784. },
  6785. "notification-url": "https://packagist.org/downloads/",
  6786. "license": [
  6787. "MIT"
  6788. ],
  6789. "authors": [
  6790. {
  6791. "name": "Gert de Pagter",
  6792. "email": "BackEndTea@gmail.com"
  6793. },
  6794. {
  6795. "name": "Symfony Community",
  6796. "homepage": "https://symfony.com/contributors"
  6797. }
  6798. ],
  6799. "description": "Symfony polyfill for ctype functions",
  6800. "homepage": "https://symfony.com",
  6801. "keywords": [
  6802. "compatibility",
  6803. "ctype",
  6804. "polyfill",
  6805. "portable"
  6806. ],
  6807. "support": {
  6808. "source": "https://github.com/symfony/polyfill-ctype/tree/v1.26.0"
  6809. },
  6810. "funding": [
  6811. {
  6812. "url": "https://symfony.com/sponsor",
  6813. "type": "custom"
  6814. },
  6815. {
  6816. "url": "https://github.com/fabpot",
  6817. "type": "github"
  6818. },
  6819. {
  6820. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6821. "type": "tidelift"
  6822. }
  6823. ],
  6824. "time": "2022-05-24T11:49:31+00:00"
  6825. },
  6826. {
  6827. "name": "symfony/polyfill-intl-idn",
  6828. "version": "v1.26.0",
  6829. "source": {
  6830. "type": "git",
  6831. "url": "https://github.com/symfony/polyfill-intl-idn.git",
  6832. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8"
  6833. },
  6834. "dist": {
  6835. "type": "zip",
  6836. "url": "https://api.github.com/repos/symfony/polyfill-intl-idn/zipball/59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  6837. "reference": "59a8d271f00dd0e4c2e518104cc7963f655a1aa8",
  6838. "shasum": ""
  6839. },
  6840. "require": {
  6841. "php": ">=7.1",
  6842. "symfony/polyfill-intl-normalizer": "^1.10",
  6843. "symfony/polyfill-php72": "^1.10"
  6844. },
  6845. "suggest": {
  6846. "ext-intl": "For best performance"
  6847. },
  6848. "type": "library",
  6849. "extra": {
  6850. "branch-alias": {
  6851. "dev-main": "1.26-dev"
  6852. },
  6853. "thanks": {
  6854. "name": "symfony/polyfill",
  6855. "url": "https://github.com/symfony/polyfill"
  6856. }
  6857. },
  6858. "autoload": {
  6859. "files": [
  6860. "bootstrap.php"
  6861. ],
  6862. "psr-4": {
  6863. "Symfony\\Polyfill\\Intl\\Idn\\": ""
  6864. }
  6865. },
  6866. "notification-url": "https://packagist.org/downloads/",
  6867. "license": [
  6868. "MIT"
  6869. ],
  6870. "authors": [
  6871. {
  6872. "name": "Laurent Bassin",
  6873. "email": "laurent@bassin.info"
  6874. },
  6875. {
  6876. "name": "Trevor Rowbotham",
  6877. "email": "trevor.rowbotham@pm.me"
  6878. },
  6879. {
  6880. "name": "Symfony Community",
  6881. "homepage": "https://symfony.com/contributors"
  6882. }
  6883. ],
  6884. "description": "Symfony polyfill for intl's idn_to_ascii and idn_to_utf8 functions",
  6885. "homepage": "https://symfony.com",
  6886. "keywords": [
  6887. "compatibility",
  6888. "idn",
  6889. "intl",
  6890. "polyfill",
  6891. "portable",
  6892. "shim"
  6893. ],
  6894. "support": {
  6895. "source": "https://github.com/symfony/polyfill-intl-idn/tree/v1.26.0"
  6896. },
  6897. "funding": [
  6898. {
  6899. "url": "https://symfony.com/sponsor",
  6900. "type": "custom"
  6901. },
  6902. {
  6903. "url": "https://github.com/fabpot",
  6904. "type": "github"
  6905. },
  6906. {
  6907. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6908. "type": "tidelift"
  6909. }
  6910. ],
  6911. "time": "2022-05-24T11:49:31+00:00"
  6912. },
  6913. {
  6914. "name": "symfony/polyfill-intl-normalizer",
  6915. "version": "v1.26.0",
  6916. "source": {
  6917. "type": "git",
  6918. "url": "https://github.com/symfony/polyfill-intl-normalizer.git",
  6919. "reference": "219aa369ceff116e673852dce47c3a41794c14bd"
  6920. },
  6921. "dist": {
  6922. "type": "zip",
  6923. "url": "https://api.github.com/repos/symfony/polyfill-intl-normalizer/zipball/219aa369ceff116e673852dce47c3a41794c14bd",
  6924. "reference": "219aa369ceff116e673852dce47c3a41794c14bd",
  6925. "shasum": ""
  6926. },
  6927. "require": {
  6928. "php": ">=7.1"
  6929. },
  6930. "suggest": {
  6931. "ext-intl": "For best performance"
  6932. },
  6933. "type": "library",
  6934. "extra": {
  6935. "branch-alias": {
  6936. "dev-main": "1.26-dev"
  6937. },
  6938. "thanks": {
  6939. "name": "symfony/polyfill",
  6940. "url": "https://github.com/symfony/polyfill"
  6941. }
  6942. },
  6943. "autoload": {
  6944. "files": [
  6945. "bootstrap.php"
  6946. ],
  6947. "psr-4": {
  6948. "Symfony\\Polyfill\\Intl\\Normalizer\\": ""
  6949. },
  6950. "classmap": [
  6951. "Resources/stubs"
  6952. ]
  6953. },
  6954. "notification-url": "https://packagist.org/downloads/",
  6955. "license": [
  6956. "MIT"
  6957. ],
  6958. "authors": [
  6959. {
  6960. "name": "Nicolas Grekas",
  6961. "email": "p@tchwork.com"
  6962. },
  6963. {
  6964. "name": "Symfony Community",
  6965. "homepage": "https://symfony.com/contributors"
  6966. }
  6967. ],
  6968. "description": "Symfony polyfill for intl's Normalizer class and related functions",
  6969. "homepage": "https://symfony.com",
  6970. "keywords": [
  6971. "compatibility",
  6972. "intl",
  6973. "normalizer",
  6974. "polyfill",
  6975. "portable",
  6976. "shim"
  6977. ],
  6978. "support": {
  6979. "source": "https://github.com/symfony/polyfill-intl-normalizer/tree/v1.26.0"
  6980. },
  6981. "funding": [
  6982. {
  6983. "url": "https://symfony.com/sponsor",
  6984. "type": "custom"
  6985. },
  6986. {
  6987. "url": "https://github.com/fabpot",
  6988. "type": "github"
  6989. },
  6990. {
  6991. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  6992. "type": "tidelift"
  6993. }
  6994. ],
  6995. "time": "2022-05-24T11:49:31+00:00"
  6996. },
  6997. {
  6998. "name": "symfony/polyfill-mbstring",
  6999. "version": "v1.26.0",
  7000. "source": {
  7001. "type": "git",
  7002. "url": "https://github.com/symfony/polyfill-mbstring.git",
  7003. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e"
  7004. },
  7005. "dist": {
  7006. "type": "zip",
  7007. "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  7008. "reference": "9344f9cb97f3b19424af1a21a3b0e75b0a7d8d7e",
  7009. "shasum": ""
  7010. },
  7011. "require": {
  7012. "php": ">=7.1"
  7013. },
  7014. "provide": {
  7015. "ext-mbstring": "*"
  7016. },
  7017. "suggest": {
  7018. "ext-mbstring": "For best performance"
  7019. },
  7020. "type": "library",
  7021. "extra": {
  7022. "branch-alias": {
  7023. "dev-main": "1.26-dev"
  7024. },
  7025. "thanks": {
  7026. "name": "symfony/polyfill",
  7027. "url": "https://github.com/symfony/polyfill"
  7028. }
  7029. },
  7030. "autoload": {
  7031. "files": [
  7032. "bootstrap.php"
  7033. ],
  7034. "psr-4": {
  7035. "Symfony\\Polyfill\\Mbstring\\": ""
  7036. }
  7037. },
  7038. "notification-url": "https://packagist.org/downloads/",
  7039. "license": [
  7040. "MIT"
  7041. ],
  7042. "authors": [
  7043. {
  7044. "name": "Nicolas Grekas",
  7045. "email": "p@tchwork.com"
  7046. },
  7047. {
  7048. "name": "Symfony Community",
  7049. "homepage": "https://symfony.com/contributors"
  7050. }
  7051. ],
  7052. "description": "Symfony polyfill for the Mbstring extension",
  7053. "homepage": "https://symfony.com",
  7054. "keywords": [
  7055. "compatibility",
  7056. "mbstring",
  7057. "polyfill",
  7058. "portable",
  7059. "shim"
  7060. ],
  7061. "support": {
  7062. "source": "https://github.com/symfony/polyfill-mbstring/tree/v1.26.0"
  7063. },
  7064. "funding": [
  7065. {
  7066. "url": "https://symfony.com/sponsor",
  7067. "type": "custom"
  7068. },
  7069. {
  7070. "url": "https://github.com/fabpot",
  7071. "type": "github"
  7072. },
  7073. {
  7074. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7075. "type": "tidelift"
  7076. }
  7077. ],
  7078. "time": "2022-05-24T11:49:31+00:00"
  7079. },
  7080. {
  7081. "name": "symfony/polyfill-php72",
  7082. "version": "v1.26.0",
  7083. "source": {
  7084. "type": "git",
  7085. "url": "https://github.com/symfony/polyfill-php72.git",
  7086. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2"
  7087. },
  7088. "dist": {
  7089. "type": "zip",
  7090. "url": "https://api.github.com/repos/symfony/polyfill-php72/zipball/bf44a9fd41feaac72b074de600314a93e2ae78e2",
  7091. "reference": "bf44a9fd41feaac72b074de600314a93e2ae78e2",
  7092. "shasum": ""
  7093. },
  7094. "require": {
  7095. "php": ">=7.1"
  7096. },
  7097. "type": "library",
  7098. "extra": {
  7099. "branch-alias": {
  7100. "dev-main": "1.26-dev"
  7101. },
  7102. "thanks": {
  7103. "name": "symfony/polyfill",
  7104. "url": "https://github.com/symfony/polyfill"
  7105. }
  7106. },
  7107. "autoload": {
  7108. "files": [
  7109. "bootstrap.php"
  7110. ],
  7111. "psr-4": {
  7112. "Symfony\\Polyfill\\Php72\\": ""
  7113. }
  7114. },
  7115. "notification-url": "https://packagist.org/downloads/",
  7116. "license": [
  7117. "MIT"
  7118. ],
  7119. "authors": [
  7120. {
  7121. "name": "Nicolas Grekas",
  7122. "email": "p@tchwork.com"
  7123. },
  7124. {
  7125. "name": "Symfony Community",
  7126. "homepage": "https://symfony.com/contributors"
  7127. }
  7128. ],
  7129. "description": "Symfony polyfill backporting some PHP 7.2+ features to lower PHP versions",
  7130. "homepage": "https://symfony.com",
  7131. "keywords": [
  7132. "compatibility",
  7133. "polyfill",
  7134. "portable",
  7135. "shim"
  7136. ],
  7137. "support": {
  7138. "source": "https://github.com/symfony/polyfill-php72/tree/v1.26.0"
  7139. },
  7140. "funding": [
  7141. {
  7142. "url": "https://symfony.com/sponsor",
  7143. "type": "custom"
  7144. },
  7145. {
  7146. "url": "https://github.com/fabpot",
  7147. "type": "github"
  7148. },
  7149. {
  7150. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7151. "type": "tidelift"
  7152. }
  7153. ],
  7154. "time": "2022-05-24T11:49:31+00:00"
  7155. },
  7156. {
  7157. "name": "symfony/polyfill-php73",
  7158. "version": "v1.26.0",
  7159. "source": {
  7160. "type": "git",
  7161. "url": "https://github.com/symfony/polyfill-php73.git",
  7162. "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85"
  7163. },
  7164. "dist": {
  7165. "type": "zip",
  7166. "url": "https://api.github.com/repos/symfony/polyfill-php73/zipball/e440d35fa0286f77fb45b79a03fedbeda9307e85",
  7167. "reference": "e440d35fa0286f77fb45b79a03fedbeda9307e85",
  7168. "shasum": ""
  7169. },
  7170. "require": {
  7171. "php": ">=7.1"
  7172. },
  7173. "type": "library",
  7174. "extra": {
  7175. "branch-alias": {
  7176. "dev-main": "1.26-dev"
  7177. },
  7178. "thanks": {
  7179. "name": "symfony/polyfill",
  7180. "url": "https://github.com/symfony/polyfill"
  7181. }
  7182. },
  7183. "autoload": {
  7184. "files": [
  7185. "bootstrap.php"
  7186. ],
  7187. "psr-4": {
  7188. "Symfony\\Polyfill\\Php73\\": ""
  7189. },
  7190. "classmap": [
  7191. "Resources/stubs"
  7192. ]
  7193. },
  7194. "notification-url": "https://packagist.org/downloads/",
  7195. "license": [
  7196. "MIT"
  7197. ],
  7198. "authors": [
  7199. {
  7200. "name": "Nicolas Grekas",
  7201. "email": "p@tchwork.com"
  7202. },
  7203. {
  7204. "name": "Symfony Community",
  7205. "homepage": "https://symfony.com/contributors"
  7206. }
  7207. ],
  7208. "description": "Symfony polyfill backporting some PHP 7.3+ features to lower PHP versions",
  7209. "homepage": "https://symfony.com",
  7210. "keywords": [
  7211. "compatibility",
  7212. "polyfill",
  7213. "portable",
  7214. "shim"
  7215. ],
  7216. "support": {
  7217. "source": "https://github.com/symfony/polyfill-php73/tree/v1.26.0"
  7218. },
  7219. "funding": [
  7220. {
  7221. "url": "https://symfony.com/sponsor",
  7222. "type": "custom"
  7223. },
  7224. {
  7225. "url": "https://github.com/fabpot",
  7226. "type": "github"
  7227. },
  7228. {
  7229. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7230. "type": "tidelift"
  7231. }
  7232. ],
  7233. "time": "2022-05-24T11:49:31+00:00"
  7234. },
  7235. {
  7236. "name": "symfony/polyfill-php80",
  7237. "version": "v1.26.0",
  7238. "source": {
  7239. "type": "git",
  7240. "url": "https://github.com/symfony/polyfill-php80.git",
  7241. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace"
  7242. },
  7243. "dist": {
  7244. "type": "zip",
  7245. "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  7246. "reference": "cfa0ae98841b9e461207c13ab093d76b0fa7bace",
  7247. "shasum": ""
  7248. },
  7249. "require": {
  7250. "php": ">=7.1"
  7251. },
  7252. "type": "library",
  7253. "extra": {
  7254. "branch-alias": {
  7255. "dev-main": "1.26-dev"
  7256. },
  7257. "thanks": {
  7258. "name": "symfony/polyfill",
  7259. "url": "https://github.com/symfony/polyfill"
  7260. }
  7261. },
  7262. "autoload": {
  7263. "files": [
  7264. "bootstrap.php"
  7265. ],
  7266. "psr-4": {
  7267. "Symfony\\Polyfill\\Php80\\": ""
  7268. },
  7269. "classmap": [
  7270. "Resources/stubs"
  7271. ]
  7272. },
  7273. "notification-url": "https://packagist.org/downloads/",
  7274. "license": [
  7275. "MIT"
  7276. ],
  7277. "authors": [
  7278. {
  7279. "name": "Ion Bazan",
  7280. "email": "ion.bazan@gmail.com"
  7281. },
  7282. {
  7283. "name": "Nicolas Grekas",
  7284. "email": "p@tchwork.com"
  7285. },
  7286. {
  7287. "name": "Symfony Community",
  7288. "homepage": "https://symfony.com/contributors"
  7289. }
  7290. ],
  7291. "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
  7292. "homepage": "https://symfony.com",
  7293. "keywords": [
  7294. "compatibility",
  7295. "polyfill",
  7296. "portable",
  7297. "shim"
  7298. ],
  7299. "support": {
  7300. "source": "https://github.com/symfony/polyfill-php80/tree/v1.26.0"
  7301. },
  7302. "funding": [
  7303. {
  7304. "url": "https://symfony.com/sponsor",
  7305. "type": "custom"
  7306. },
  7307. {
  7308. "url": "https://github.com/fabpot",
  7309. "type": "github"
  7310. },
  7311. {
  7312. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7313. "type": "tidelift"
  7314. }
  7315. ],
  7316. "time": "2022-05-10T07:21:04+00:00"
  7317. },
  7318. {
  7319. "name": "symfony/polyfill-php81",
  7320. "version": "v1.26.0",
  7321. "source": {
  7322. "type": "git",
  7323. "url": "https://github.com/symfony/polyfill-php81.git",
  7324. "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1"
  7325. },
  7326. "dist": {
  7327. "type": "zip",
  7328. "url": "https://api.github.com/repos/symfony/polyfill-php81/zipball/13f6d1271c663dc5ae9fb843a8f16521db7687a1",
  7329. "reference": "13f6d1271c663dc5ae9fb843a8f16521db7687a1",
  7330. "shasum": ""
  7331. },
  7332. "require": {
  7333. "php": ">=7.1"
  7334. },
  7335. "type": "library",
  7336. "extra": {
  7337. "branch-alias": {
  7338. "dev-main": "1.26-dev"
  7339. },
  7340. "thanks": {
  7341. "name": "symfony/polyfill",
  7342. "url": "https://github.com/symfony/polyfill"
  7343. }
  7344. },
  7345. "autoload": {
  7346. "files": [
  7347. "bootstrap.php"
  7348. ],
  7349. "psr-4": {
  7350. "Symfony\\Polyfill\\Php81\\": ""
  7351. },
  7352. "classmap": [
  7353. "Resources/stubs"
  7354. ]
  7355. },
  7356. "notification-url": "https://packagist.org/downloads/",
  7357. "license": [
  7358. "MIT"
  7359. ],
  7360. "authors": [
  7361. {
  7362. "name": "Nicolas Grekas",
  7363. "email": "p@tchwork.com"
  7364. },
  7365. {
  7366. "name": "Symfony Community",
  7367. "homepage": "https://symfony.com/contributors"
  7368. }
  7369. ],
  7370. "description": "Symfony polyfill backporting some PHP 8.1+ features to lower PHP versions",
  7371. "homepage": "https://symfony.com",
  7372. "keywords": [
  7373. "compatibility",
  7374. "polyfill",
  7375. "portable",
  7376. "shim"
  7377. ],
  7378. "support": {
  7379. "source": "https://github.com/symfony/polyfill-php81/tree/v1.26.0"
  7380. },
  7381. "funding": [
  7382. {
  7383. "url": "https://symfony.com/sponsor",
  7384. "type": "custom"
  7385. },
  7386. {
  7387. "url": "https://github.com/fabpot",
  7388. "type": "github"
  7389. },
  7390. {
  7391. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7392. "type": "tidelift"
  7393. }
  7394. ],
  7395. "time": "2022-05-24T11:49:31+00:00"
  7396. },
  7397. {
  7398. "name": "symfony/process",
  7399. "version": "v4.4.41",
  7400. "source": {
  7401. "type": "git",
  7402. "url": "https://github.com/symfony/process.git",
  7403. "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce"
  7404. },
  7405. "dist": {
  7406. "type": "zip",
  7407. "url": "https://api.github.com/repos/symfony/process/zipball/9eedd60225506d56e42210a70c21bb80ca8456ce",
  7408. "reference": "9eedd60225506d56e42210a70c21bb80ca8456ce",
  7409. "shasum": ""
  7410. },
  7411. "require": {
  7412. "php": ">=7.1.3",
  7413. "symfony/polyfill-php80": "^1.16"
  7414. },
  7415. "type": "library",
  7416. "autoload": {
  7417. "psr-4": {
  7418. "Symfony\\Component\\Process\\": ""
  7419. },
  7420. "exclude-from-classmap": [
  7421. "/Tests/"
  7422. ]
  7423. },
  7424. "notification-url": "https://packagist.org/downloads/",
  7425. "license": [
  7426. "MIT"
  7427. ],
  7428. "authors": [
  7429. {
  7430. "name": "Fabien Potencier",
  7431. "email": "fabien@symfony.com"
  7432. },
  7433. {
  7434. "name": "Symfony Community",
  7435. "homepage": "https://symfony.com/contributors"
  7436. }
  7437. ],
  7438. "description": "Executes commands in sub-processes",
  7439. "homepage": "https://symfony.com",
  7440. "support": {
  7441. "source": "https://github.com/symfony/process/tree/v4.4.41"
  7442. },
  7443. "funding": [
  7444. {
  7445. "url": "https://symfony.com/sponsor",
  7446. "type": "custom"
  7447. },
  7448. {
  7449. "url": "https://github.com/fabpot",
  7450. "type": "github"
  7451. },
  7452. {
  7453. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7454. "type": "tidelift"
  7455. }
  7456. ],
  7457. "time": "2022-04-04T10:19:07+00:00"
  7458. },
  7459. {
  7460. "name": "symfony/service-contracts",
  7461. "version": "v2.5.1",
  7462. "source": {
  7463. "type": "git",
  7464. "url": "https://github.com/symfony/service-contracts.git",
  7465. "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c"
  7466. },
  7467. "dist": {
  7468. "type": "zip",
  7469. "url": "https://api.github.com/repos/symfony/service-contracts/zipball/24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
  7470. "reference": "24d9dc654b83e91aa59f9d167b131bc3b5bea24c",
  7471. "shasum": ""
  7472. },
  7473. "require": {
  7474. "php": ">=7.2.5",
  7475. "psr/container": "^1.1",
  7476. "symfony/deprecation-contracts": "^2.1|^3"
  7477. },
  7478. "conflict": {
  7479. "ext-psr": "<1.1|>=2"
  7480. },
  7481. "suggest": {
  7482. "symfony/service-implementation": ""
  7483. },
  7484. "type": "library",
  7485. "extra": {
  7486. "branch-alias": {
  7487. "dev-main": "2.5-dev"
  7488. },
  7489. "thanks": {
  7490. "name": "symfony/contracts",
  7491. "url": "https://github.com/symfony/contracts"
  7492. }
  7493. },
  7494. "autoload": {
  7495. "psr-4": {
  7496. "Symfony\\Contracts\\Service\\": ""
  7497. }
  7498. },
  7499. "notification-url": "https://packagist.org/downloads/",
  7500. "license": [
  7501. "MIT"
  7502. ],
  7503. "authors": [
  7504. {
  7505. "name": "Nicolas Grekas",
  7506. "email": "p@tchwork.com"
  7507. },
  7508. {
  7509. "name": "Symfony Community",
  7510. "homepage": "https://symfony.com/contributors"
  7511. }
  7512. ],
  7513. "description": "Generic abstractions related to writing services",
  7514. "homepage": "https://symfony.com",
  7515. "keywords": [
  7516. "abstractions",
  7517. "contracts",
  7518. "decoupling",
  7519. "interfaces",
  7520. "interoperability",
  7521. "standards"
  7522. ],
  7523. "support": {
  7524. "source": "https://github.com/symfony/service-contracts/tree/v2.5.1"
  7525. },
  7526. "funding": [
  7527. {
  7528. "url": "https://symfony.com/sponsor",
  7529. "type": "custom"
  7530. },
  7531. {
  7532. "url": "https://github.com/fabpot",
  7533. "type": "github"
  7534. },
  7535. {
  7536. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7537. "type": "tidelift"
  7538. }
  7539. ],
  7540. "time": "2022-03-13T20:07:29+00:00"
  7541. },
  7542. {
  7543. "name": "symfony/var-dumper",
  7544. "version": "v5.4.9",
  7545. "source": {
  7546. "type": "git",
  7547. "url": "https://github.com/symfony/var-dumper.git",
  7548. "reference": "af52239a330fafd192c773795520dc2dd62b5657"
  7549. },
  7550. "dist": {
  7551. "type": "zip",
  7552. "url": "https://api.github.com/repos/symfony/var-dumper/zipball/af52239a330fafd192c773795520dc2dd62b5657",
  7553. "reference": "af52239a330fafd192c773795520dc2dd62b5657",
  7554. "shasum": ""
  7555. },
  7556. "require": {
  7557. "php": ">=7.2.5",
  7558. "symfony/polyfill-mbstring": "~1.0",
  7559. "symfony/polyfill-php80": "^1.16"
  7560. },
  7561. "conflict": {
  7562. "phpunit/phpunit": "<5.4.3",
  7563. "symfony/console": "<4.4"
  7564. },
  7565. "require-dev": {
  7566. "ext-iconv": "*",
  7567. "symfony/console": "^4.4|^5.0|^6.0",
  7568. "symfony/process": "^4.4|^5.0|^6.0",
  7569. "symfony/uid": "^5.1|^6.0",
  7570. "twig/twig": "^2.13|^3.0.4"
  7571. },
  7572. "suggest": {
  7573. "ext-iconv": "To convert non-UTF-8 strings to UTF-8 (or symfony/polyfill-iconv in case ext-iconv cannot be used).",
  7574. "ext-intl": "To show region name in time zone dump",
  7575. "symfony/console": "To use the ServerDumpCommand and/or the bin/var-dump-server script"
  7576. },
  7577. "bin": [
  7578. "Resources/bin/var-dump-server"
  7579. ],
  7580. "type": "library",
  7581. "autoload": {
  7582. "files": [
  7583. "Resources/functions/dump.php"
  7584. ],
  7585. "psr-4": {
  7586. "Symfony\\Component\\VarDumper\\": ""
  7587. },
  7588. "exclude-from-classmap": [
  7589. "/Tests/"
  7590. ]
  7591. },
  7592. "notification-url": "https://packagist.org/downloads/",
  7593. "license": [
  7594. "MIT"
  7595. ],
  7596. "authors": [
  7597. {
  7598. "name": "Nicolas Grekas",
  7599. "email": "p@tchwork.com"
  7600. },
  7601. {
  7602. "name": "Symfony Community",
  7603. "homepage": "https://symfony.com/contributors"
  7604. }
  7605. ],
  7606. "description": "Provides mechanisms for walking through any arbitrary PHP variable",
  7607. "homepage": "https://symfony.com",
  7608. "keywords": [
  7609. "debug",
  7610. "dump"
  7611. ],
  7612. "support": {
  7613. "source": "https://github.com/symfony/var-dumper/tree/v5.4.9"
  7614. },
  7615. "funding": [
  7616. {
  7617. "url": "https://symfony.com/sponsor",
  7618. "type": "custom"
  7619. },
  7620. {
  7621. "url": "https://github.com/fabpot",
  7622. "type": "github"
  7623. },
  7624. {
  7625. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  7626. "type": "tidelift"
  7627. }
  7628. ],
  7629. "time": "2022-05-21T10:24:18+00:00"
  7630. },
  7631. {
  7632. "name": "tedivm/jshrink",
  7633. "version": "v1.4.0",
  7634. "source": {
  7635. "type": "git",
  7636. "url": "https://github.com/tedious/JShrink.git",
  7637. "reference": "0513ba1407b1f235518a939455855e6952a48bbc"
  7638. },
  7639. "dist": {
  7640. "type": "zip",
  7641. "url": "https://api.github.com/repos/tedious/JShrink/zipball/0513ba1407b1f235518a939455855e6952a48bbc",
  7642. "reference": "0513ba1407b1f235518a939455855e6952a48bbc",
  7643. "shasum": ""
  7644. },
  7645. "require": {
  7646. "php": "^5.6|^7.0|^8.0"
  7647. },
  7648. "require-dev": {
  7649. "friendsofphp/php-cs-fixer": "^2.8",
  7650. "php-coveralls/php-coveralls": "^1.1.0",
  7651. "phpunit/phpunit": "^6"
  7652. },
  7653. "type": "library",
  7654. "autoload": {
  7655. "psr-0": {
  7656. "JShrink": "src/"
  7657. }
  7658. },
  7659. "notification-url": "https://packagist.org/downloads/",
  7660. "license": [
  7661. "BSD-3-Clause"
  7662. ],
  7663. "authors": [
  7664. {
  7665. "name": "Robert Hafner",
  7666. "email": "tedivm@tedivm.com"
  7667. }
  7668. ],
  7669. "description": "Javascript Minifier built in PHP",
  7670. "homepage": "http://github.com/tedious/JShrink",
  7671. "keywords": [
  7672. "javascript",
  7673. "minifier"
  7674. ],
  7675. "support": {
  7676. "issues": "https://github.com/tedious/JShrink/issues",
  7677. "source": "https://github.com/tedious/JShrink/tree/v1.4.0"
  7678. },
  7679. "funding": [
  7680. {
  7681. "url": "https://tidelift.com/funding/github/packagist/tedivm/jshrink",
  7682. "type": "tidelift"
  7683. }
  7684. ],
  7685. "time": "2020-11-30T18:10:21+00:00"
  7686. },
  7687. {
  7688. "name": "thecodingmachine/safe",
  7689. "version": "v1.3.3",
  7690. "source": {
  7691. "type": "git",
  7692. "url": "https://github.com/thecodingmachine/safe.git",
  7693. "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc"
  7694. },
  7695. "dist": {
  7696. "type": "zip",
  7697. "url": "https://api.github.com/repos/thecodingmachine/safe/zipball/a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
  7698. "reference": "a8ab0876305a4cdaef31b2350fcb9811b5608dbc",
  7699. "shasum": ""
  7700. },
  7701. "require": {
  7702. "php": ">=7.2"
  7703. },
  7704. "require-dev": {
  7705. "phpstan/phpstan": "^0.12",
  7706. "squizlabs/php_codesniffer": "^3.2",
  7707. "thecodingmachine/phpstan-strict-rules": "^0.12"
  7708. },
  7709. "type": "library",
  7710. "extra": {
  7711. "branch-alias": {
  7712. "dev-master": "0.1-dev"
  7713. }
  7714. },
  7715. "autoload": {
  7716. "files": [
  7717. "deprecated/apc.php",
  7718. "deprecated/libevent.php",
  7719. "deprecated/mssql.php",
  7720. "deprecated/stats.php",
  7721. "lib/special_cases.php",
  7722. "generated/apache.php",
  7723. "generated/apcu.php",
  7724. "generated/array.php",
  7725. "generated/bzip2.php",
  7726. "generated/calendar.php",
  7727. "generated/classobj.php",
  7728. "generated/com.php",
  7729. "generated/cubrid.php",
  7730. "generated/curl.php",
  7731. "generated/datetime.php",
  7732. "generated/dir.php",
  7733. "generated/eio.php",
  7734. "generated/errorfunc.php",
  7735. "generated/exec.php",
  7736. "generated/fileinfo.php",
  7737. "generated/filesystem.php",
  7738. "generated/filter.php",
  7739. "generated/fpm.php",
  7740. "generated/ftp.php",
  7741. "generated/funchand.php",
  7742. "generated/gmp.php",
  7743. "generated/gnupg.php",
  7744. "generated/hash.php",
  7745. "generated/ibase.php",
  7746. "generated/ibmDb2.php",
  7747. "generated/iconv.php",
  7748. "generated/image.php",
  7749. "generated/imap.php",
  7750. "generated/info.php",
  7751. "generated/ingres-ii.php",
  7752. "generated/inotify.php",
  7753. "generated/json.php",
  7754. "generated/ldap.php",
  7755. "generated/libxml.php",
  7756. "generated/lzf.php",
  7757. "generated/mailparse.php",
  7758. "generated/mbstring.php",
  7759. "generated/misc.php",
  7760. "generated/msql.php",
  7761. "generated/mysql.php",
  7762. "generated/mysqli.php",
  7763. "generated/mysqlndMs.php",
  7764. "generated/mysqlndQc.php",
  7765. "generated/network.php",
  7766. "generated/oci8.php",
  7767. "generated/opcache.php",
  7768. "generated/openssl.php",
  7769. "generated/outcontrol.php",
  7770. "generated/password.php",
  7771. "generated/pcntl.php",
  7772. "generated/pcre.php",
  7773. "generated/pdf.php",
  7774. "generated/pgsql.php",
  7775. "generated/posix.php",
  7776. "generated/ps.php",
  7777. "generated/pspell.php",
  7778. "generated/readline.php",
  7779. "generated/rpminfo.php",
  7780. "generated/rrd.php",
  7781. "generated/sem.php",
  7782. "generated/session.php",
  7783. "generated/shmop.php",
  7784. "generated/simplexml.php",
  7785. "generated/sockets.php",
  7786. "generated/sodium.php",
  7787. "generated/solr.php",
  7788. "generated/spl.php",
  7789. "generated/sqlsrv.php",
  7790. "generated/ssdeep.php",
  7791. "generated/ssh2.php",
  7792. "generated/stream.php",
  7793. "generated/strings.php",
  7794. "generated/swoole.php",
  7795. "generated/uodbc.php",
  7796. "generated/uopz.php",
  7797. "generated/url.php",
  7798. "generated/var.php",
  7799. "generated/xdiff.php",
  7800. "generated/xml.php",
  7801. "generated/xmlrpc.php",
  7802. "generated/yaml.php",
  7803. "generated/yaz.php",
  7804. "generated/zip.php",
  7805. "generated/zlib.php"
  7806. ],
  7807. "psr-4": {
  7808. "Safe\\": [
  7809. "lib/",
  7810. "deprecated/",
  7811. "generated/"
  7812. ]
  7813. }
  7814. },
  7815. "notification-url": "https://packagist.org/downloads/",
  7816. "license": [
  7817. "MIT"
  7818. ],
  7819. "description": "PHP core functions that throw exceptions instead of returning FALSE on error",
  7820. "support": {
  7821. "issues": "https://github.com/thecodingmachine/safe/issues",
  7822. "source": "https://github.com/thecodingmachine/safe/tree/v1.3.3"
  7823. },
  7824. "time": "2020-10-28T17:51:34+00:00"
  7825. },
  7826. {
  7827. "name": "tubalmartin/cssmin",
  7828. "version": "v4.1.1",
  7829. "source": {
  7830. "type": "git",
  7831. "url": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port.git",
  7832. "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf"
  7833. },
  7834. "dist": {
  7835. "type": "zip",
  7836. "url": "https://api.github.com/repos/tubalmartin/YUI-CSS-compressor-PHP-port/zipball/3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
  7837. "reference": "3cbf557f4079d83a06f9c3ff9b957c022d7805cf",
  7838. "shasum": ""
  7839. },
  7840. "require": {
  7841. "ext-pcre": "*",
  7842. "php": ">=5.3.2"
  7843. },
  7844. "require-dev": {
  7845. "cogpowered/finediff": "0.3.*",
  7846. "phpunit/phpunit": "4.8.*"
  7847. },
  7848. "bin": [
  7849. "cssmin"
  7850. ],
  7851. "type": "library",
  7852. "autoload": {
  7853. "psr-4": {
  7854. "tubalmartin\\CssMin\\": "src"
  7855. }
  7856. },
  7857. "notification-url": "https://packagist.org/downloads/",
  7858. "license": [
  7859. "BSD-3-Clause"
  7860. ],
  7861. "authors": [
  7862. {
  7863. "name": "Túbal Martín",
  7864. "homepage": "http://tubalmartin.me/"
  7865. }
  7866. ],
  7867. "description": "A PHP port of the YUI CSS compressor",
  7868. "homepage": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port",
  7869. "keywords": [
  7870. "compress",
  7871. "compressor",
  7872. "css",
  7873. "cssmin",
  7874. "minify",
  7875. "yui"
  7876. ],
  7877. "support": {
  7878. "issues": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port/issues",
  7879. "source": "https://github.com/tubalmartin/YUI-CSS-compressor-PHP-port"
  7880. },
  7881. "time": "2018-01-15T15:26:51+00:00"
  7882. },
  7883. {
  7884. "name": "web-token/jwt-framework",
  7885. "version": "v2.2.11",
  7886. "source": {
  7887. "type": "git",
  7888. "url": "https://github.com/web-token/jwt-framework.git",
  7889. "reference": "643cced197e32471418bd89e7a44b69fd04eb9de"
  7890. },
  7891. "dist": {
  7892. "type": "zip",
  7893. "url": "https://api.github.com/repos/web-token/jwt-framework/zipball/643cced197e32471418bd89e7a44b69fd04eb9de",
  7894. "reference": "643cced197e32471418bd89e7a44b69fd04eb9de",
  7895. "shasum": ""
  7896. },
  7897. "require": {
  7898. "brick/math": "^0.8.17|^0.9",
  7899. "ext-json": "*",
  7900. "ext-mbstring": "*",
  7901. "ext-openssl": "*",
  7902. "ext-sodium": "*",
  7903. "fgrosse/phpasn1": "^2.0",
  7904. "php": ">=7.2",
  7905. "psr/event-dispatcher": "^1.0",
  7906. "psr/http-client": "^1.0",
  7907. "psr/http-factory": "^1.0",
  7908. "spomky-labs/aes-key-wrap": "^5.0|^6.0",
  7909. "spomky-labs/base64url": "^1.0|^2.0",
  7910. "symfony/config": "^4.2|^5.0",
  7911. "symfony/console": "^4.2|^5.0",
  7912. "symfony/dependency-injection": "^4.2|^5.0",
  7913. "symfony/event-dispatcher": "^4.2|^5.0",
  7914. "symfony/http-kernel": "^4.2|^5.0",
  7915. "symfony/polyfill-mbstring": "^1.12"
  7916. },
  7917. "conflict": {
  7918. "spomky-labs/jose": "*"
  7919. },
  7920. "replace": {
  7921. "web-token/encryption-pack": "self.version",
  7922. "web-token/jwt-bundle": "self.version",
  7923. "web-token/jwt-checker": "self.version",
  7924. "web-token/jwt-console": "self.version",
  7925. "web-token/jwt-core": "self.version",
  7926. "web-token/jwt-easy": "self.version",
  7927. "web-token/jwt-encryption": "self.version",
  7928. "web-token/jwt-encryption-algorithm-aescbc": "self.version",
  7929. "web-token/jwt-encryption-algorithm-aesgcm": "self.version",
  7930. "web-token/jwt-encryption-algorithm-aesgcmkw": "self.version",
  7931. "web-token/jwt-encryption-algorithm-aeskw": "self.version",
  7932. "web-token/jwt-encryption-algorithm-dir": "self.version",
  7933. "web-token/jwt-encryption-algorithm-ecdh-es": "self.version",
  7934. "web-token/jwt-encryption-algorithm-experimental": "self.version",
  7935. "web-token/jwt-encryption-algorithm-pbes2": "self.version",
  7936. "web-token/jwt-encryption-algorithm-rsa": "self.version",
  7937. "web-token/jwt-key-mgmt": "self.version",
  7938. "web-token/jwt-nested-token": "self.version",
  7939. "web-token/jwt-signature": "self.version",
  7940. "web-token/jwt-signature-algorithm-ecdsa": "self.version",
  7941. "web-token/jwt-signature-algorithm-eddsa": "self.version",
  7942. "web-token/jwt-signature-algorithm-experimental": "self.version",
  7943. "web-token/jwt-signature-algorithm-hmac": "self.version",
  7944. "web-token/jwt-signature-algorithm-none": "self.version",
  7945. "web-token/jwt-signature-algorithm-rsa": "self.version",
  7946. "web-token/jwt-util-ecc": "self.version",
  7947. "web-token/signature-pack": "self.version"
  7948. },
  7949. "require-dev": {
  7950. "bjeavons/zxcvbn-php": "^1.0",
  7951. "blackfire/php-sdk": "^1.14",
  7952. "ext-curl": "*",
  7953. "ext-gmp": "*",
  7954. "friendsofphp/php-cs-fixer": "^2.16",
  7955. "infection/infection": "^0.15|^0.16|^0.17|^0.18|^0.19|^0.20",
  7956. "matthiasnoback/symfony-config-test": "^3.1|^4.0",
  7957. "nyholm/psr7": "^1.3",
  7958. "php-coveralls/php-coveralls": "^2.0",
  7959. "php-http/mock-client": "^1.0",
  7960. "phpstan/phpstan": "^0.12",
  7961. "phpstan/phpstan-deprecation-rules": "^0.12",
  7962. "phpstan/phpstan-phpunit": "^0.12",
  7963. "phpstan/phpstan-strict-rules": "^0.12",
  7964. "phpunit/phpunit": "^8.0|^9.0",
  7965. "symfony/browser-kit": "^4.2|^5.0",
  7966. "symfony/finder": "^4.2|^5.0",
  7967. "symfony/framework-bundle": "^4.2|^5.0",
  7968. "symfony/http-client": "^5.2",
  7969. "symfony/phpunit-bridge": "^4.2|^5.0",
  7970. "symfony/serializer": "^4.2|^5.0",
  7971. "symfony/var-dumper": "^4.2|^5.0"
  7972. },
  7973. "suggest": {
  7974. "bjeavons/zxcvbn-php": "Adds key quality check for oct keys.",
  7975. "ext-sodium": "Sodium is required for OKP key creation, EdDSA signature algorithm and ECDH-ES key encryption with OKP keys",
  7976. "php-http/httplug": "To enable JKU/X5U support.",
  7977. "php-http/httplug-bundle": "To enable JKU/X5U support.",
  7978. "php-http/message-factory": "To enable JKU/X5U support.",
  7979. "symfony/serializer": "Use the Symfony serializer to serialize/unserialize JWS and JWE tokens.",
  7980. "symfony/var-dumper": "Used to show data on the debug toolbar."
  7981. },
  7982. "type": "symfony-bundle",
  7983. "autoload": {
  7984. "psr-4": {
  7985. "Jose\\": "src/",
  7986. "Jose\\Component\\Core\\Util\\Ecc\\": [
  7987. "src/Ecc"
  7988. ],
  7989. "Jose\\Component\\Signature\\Algorithm\\": [
  7990. "src/SignatureAlgorithm/ECDSA",
  7991. "src/SignatureAlgorithm/EdDSA",
  7992. "src/SignatureAlgorithm/HMAC",
  7993. "src/SignatureAlgorithm/None",
  7994. "src/SignatureAlgorithm/RSA",
  7995. "src/SignatureAlgorithm/Experimental"
  7996. ],
  7997. "Jose\\Component\\Encryption\\Algorithm\\": [
  7998. "src/EncryptionAlgorithm/Experimental"
  7999. ],
  8000. "Jose\\Component\\Encryption\\Algorithm\\KeyEncryption\\": [
  8001. "src/EncryptionAlgorithm/KeyEncryption/AESGCMKW",
  8002. "src/EncryptionAlgorithm/KeyEncryption/AESKW",
  8003. "src/EncryptionAlgorithm/KeyEncryption/Direct",
  8004. "src/EncryptionAlgorithm/KeyEncryption/ECDHES",
  8005. "src/EncryptionAlgorithm/KeyEncryption/PBES2",
  8006. "src/EncryptionAlgorithm/KeyEncryption/RSA"
  8007. ],
  8008. "Jose\\Component\\Encryption\\Algorithm\\ContentEncryption\\": [
  8009. "src/EncryptionAlgorithm/ContentEncryption/AESGCM",
  8010. "src/EncryptionAlgorithm/ContentEncryption/AESCBC"
  8011. ]
  8012. }
  8013. },
  8014. "notification-url": "https://packagist.org/downloads/",
  8015. "license": [
  8016. "MIT"
  8017. ],
  8018. "authors": [
  8019. {
  8020. "name": "Florent Morselli",
  8021. "homepage": "https://github.com/Spomky"
  8022. },
  8023. {
  8024. "name": "All contributors",
  8025. "homepage": "https://github.com/web-token/jwt-framework/contributors"
  8026. }
  8027. ],
  8028. "description": "JSON Object Signing and Encryption library for PHP and Symfony Bundle.",
  8029. "homepage": "https://github.com/web-token/jwt-framework",
  8030. "keywords": [
  8031. "JOSE",
  8032. "JWE",
  8033. "JWK",
  8034. "JWKSet",
  8035. "JWS",
  8036. "Jot",
  8037. "RFC7515",
  8038. "RFC7516",
  8039. "RFC7517",
  8040. "RFC7518",
  8041. "RFC7519",
  8042. "RFC7520",
  8043. "bundle",
  8044. "jwa",
  8045. "jwt",
  8046. "symfony"
  8047. ],
  8048. "support": {
  8049. "issues": "https://github.com/web-token/jwt-framework/issues",
  8050. "source": "https://github.com/web-token/jwt-framework/tree/v2.2.11"
  8051. },
  8052. "funding": [
  8053. {
  8054. "url": "https://github.com/Spomky",
  8055. "type": "github"
  8056. }
  8057. ],
  8058. "time": "2021-06-25T15:59:52+00:00"
  8059. },
  8060. {
  8061. "name": "webimpress/safe-writer",
  8062. "version": "2.2.0",
  8063. "source": {
  8064. "type": "git",
  8065. "url": "https://github.com/webimpress/safe-writer.git",
  8066. "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6"
  8067. },
  8068. "dist": {
  8069. "type": "zip",
  8070. "url": "https://api.github.com/repos/webimpress/safe-writer/zipball/9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
  8071. "reference": "9d37cc8bee20f7cb2f58f6e23e05097eab5072e6",
  8072. "shasum": ""
  8073. },
  8074. "require": {
  8075. "php": "^7.3 || ^8.0"
  8076. },
  8077. "require-dev": {
  8078. "phpunit/phpunit": "^9.5.4",
  8079. "vimeo/psalm": "^4.7",
  8080. "webimpress/coding-standard": "^1.2.2"
  8081. },
  8082. "type": "library",
  8083. "extra": {
  8084. "branch-alias": {
  8085. "dev-master": "2.2.x-dev",
  8086. "dev-develop": "2.3.x-dev",
  8087. "dev-release-1.0": "1.0.x-dev"
  8088. }
  8089. },
  8090. "autoload": {
  8091. "psr-4": {
  8092. "Webimpress\\SafeWriter\\": "src/"
  8093. }
  8094. },
  8095. "notification-url": "https://packagist.org/downloads/",
  8096. "license": [
  8097. "BSD-2-Clause"
  8098. ],
  8099. "description": "Tool to write files safely, to avoid race conditions",
  8100. "keywords": [
  8101. "concurrent write",
  8102. "file writer",
  8103. "race condition",
  8104. "safe writer",
  8105. "webimpress"
  8106. ],
  8107. "support": {
  8108. "issues": "https://github.com/webimpress/safe-writer/issues",
  8109. "source": "https://github.com/webimpress/safe-writer/tree/2.2.0"
  8110. },
  8111. "funding": [
  8112. {
  8113. "url": "https://github.com/michalbundyra",
  8114. "type": "github"
  8115. }
  8116. ],
  8117. "time": "2021-04-19T16:34:45+00:00"
  8118. },
  8119. {
  8120. "name": "webmozart/assert",
  8121. "version": "1.11.0",
  8122. "source": {
  8123. "type": "git",
  8124. "url": "https://github.com/webmozarts/assert.git",
  8125. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
  8126. },
  8127. "dist": {
  8128. "type": "zip",
  8129. "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
  8130. "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
  8131. "shasum": ""
  8132. },
  8133. "require": {
  8134. "ext-ctype": "*",
  8135. "php": "^7.2 || ^8.0"
  8136. },
  8137. "conflict": {
  8138. "phpstan/phpstan": "<0.12.20",
  8139. "vimeo/psalm": "<4.6.1 || 4.6.2"
  8140. },
  8141. "require-dev": {
  8142. "phpunit/phpunit": "^8.5.13"
  8143. },
  8144. "type": "library",
  8145. "extra": {
  8146. "branch-alias": {
  8147. "dev-master": "1.10-dev"
  8148. }
  8149. },
  8150. "autoload": {
  8151. "psr-4": {
  8152. "Webmozart\\Assert\\": "src/"
  8153. }
  8154. },
  8155. "notification-url": "https://packagist.org/downloads/",
  8156. "license": [
  8157. "MIT"
  8158. ],
  8159. "authors": [
  8160. {
  8161. "name": "Bernhard Schussek",
  8162. "email": "bschussek@gmail.com"
  8163. }
  8164. ],
  8165. "description": "Assertions to validate method input/output with nice error messages.",
  8166. "keywords": [
  8167. "assert",
  8168. "check",
  8169. "validate"
  8170. ],
  8171. "support": {
  8172. "issues": "https://github.com/webmozarts/assert/issues",
  8173. "source": "https://github.com/webmozarts/assert/tree/1.11.0"
  8174. },
  8175. "time": "2022-06-03T18:03:27+00:00"
  8176. },
  8177. {
  8178. "name": "webonyx/graphql-php",
  8179. "version": "v14.11.6",
  8180. "source": {
  8181. "type": "git",
  8182. "url": "https://github.com/webonyx/graphql-php.git",
  8183. "reference": "6070542725b61fc7d0654a8a9855303e5e157434"
  8184. },
  8185. "dist": {
  8186. "type": "zip",
  8187. "url": "https://api.github.com/repos/webonyx/graphql-php/zipball/6070542725b61fc7d0654a8a9855303e5e157434",
  8188. "reference": "6070542725b61fc7d0654a8a9855303e5e157434",
  8189. "shasum": ""
  8190. },
  8191. "require": {
  8192. "ext-json": "*",
  8193. "ext-mbstring": "*",
  8194. "php": "^7.1 || ^8"
  8195. },
  8196. "require-dev": {
  8197. "amphp/amp": "^2.3",
  8198. "doctrine/coding-standard": "^6.0",
  8199. "nyholm/psr7": "^1.2",
  8200. "phpbench/phpbench": "^1.2",
  8201. "phpstan/extension-installer": "^1.0",
  8202. "phpstan/phpstan": "0.12.82",
  8203. "phpstan/phpstan-phpunit": "0.12.18",
  8204. "phpstan/phpstan-strict-rules": "0.12.9",
  8205. "phpunit/phpunit": "^7.2 || ^8.5",
  8206. "psr/http-message": "^1.0",
  8207. "react/promise": "2.*",
  8208. "simpod/php-coveralls-mirror": "^3.0",
  8209. "squizlabs/php_codesniffer": "3.5.4"
  8210. },
  8211. "suggest": {
  8212. "psr/http-message": "To use standard GraphQL server",
  8213. "react/promise": "To leverage async resolving on React PHP platform"
  8214. },
  8215. "type": "library",
  8216. "autoload": {
  8217. "psr-4": {
  8218. "GraphQL\\": "src/"
  8219. }
  8220. },
  8221. "notification-url": "https://packagist.org/downloads/",
  8222. "license": [
  8223. "MIT"
  8224. ],
  8225. "description": "A PHP port of GraphQL reference implementation",
  8226. "homepage": "https://github.com/webonyx/graphql-php",
  8227. "keywords": [
  8228. "api",
  8229. "graphql"
  8230. ],
  8231. "support": {
  8232. "issues": "https://github.com/webonyx/graphql-php/issues",
  8233. "source": "https://github.com/webonyx/graphql-php/tree/v14.11.6"
  8234. },
  8235. "funding": [
  8236. {
  8237. "url": "https://opencollective.com/webonyx-graphql-php",
  8238. "type": "open_collective"
  8239. }
  8240. ],
  8241. "time": "2022-04-13T16:25:32+00:00"
  8242. },
  8243. {
  8244. "name": "wikimedia/less.php",
  8245. "version": "v3.1.0",
  8246. "source": {
  8247. "type": "git",
  8248. "url": "https://github.com/wikimedia/less.php.git",
  8249. "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13"
  8250. },
  8251. "dist": {
  8252. "type": "zip",
  8253. "url": "https://api.github.com/repos/wikimedia/less.php/zipball/a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
  8254. "reference": "a486d78b9bd16b72f237fc6093aa56d69ce8bd13",
  8255. "shasum": ""
  8256. },
  8257. "require": {
  8258. "php": ">=7.2.9"
  8259. },
  8260. "require-dev": {
  8261. "mediawiki/mediawiki-codesniffer": "34.0.0",
  8262. "mediawiki/minus-x": "1.0.0",
  8263. "php-parallel-lint/php-console-highlighter": "0.5.0",
  8264. "php-parallel-lint/php-parallel-lint": "1.2.0",
  8265. "phpunit/phpunit": "^8.5"
  8266. },
  8267. "bin": [
  8268. "bin/lessc"
  8269. ],
  8270. "type": "library",
  8271. "autoload": {
  8272. "psr-0": {
  8273. "Less": "lib/"
  8274. },
  8275. "classmap": [
  8276. "lessc.inc.php"
  8277. ]
  8278. },
  8279. "notification-url": "https://packagist.org/downloads/",
  8280. "license": [
  8281. "Apache-2.0"
  8282. ],
  8283. "authors": [
  8284. {
  8285. "name": "Josh Schmidt",
  8286. "homepage": "https://github.com/oyejorge"
  8287. },
  8288. {
  8289. "name": "Matt Agar",
  8290. "homepage": "https://github.com/agar"
  8291. },
  8292. {
  8293. "name": "Martin Jantošovič",
  8294. "homepage": "https://github.com/Mordred"
  8295. }
  8296. ],
  8297. "description": "PHP port of the Javascript version of LESS http://lesscss.org (Originally maintained by Josh Schmidt)",
  8298. "keywords": [
  8299. "css",
  8300. "less",
  8301. "less.js",
  8302. "lesscss",
  8303. "php",
  8304. "stylesheet"
  8305. ],
  8306. "support": {
  8307. "issues": "https://github.com/wikimedia/less.php/issues",
  8308. "source": "https://github.com/wikimedia/less.php/tree/v3.1.0"
  8309. },
  8310. "time": "2020-12-11T19:33:31+00:00"
  8311. }
  8312. ],
  8313. "packages-dev": [
  8314. {
  8315. "name": "allure-framework/allure-codeception",
  8316. "version": "1.5.2",
  8317. "source": {
  8318. "type": "git",
  8319. "url": "https://github.com/allure-framework/allure-codeception.git",
  8320. "reference": "a6156aef942a4e4de0add34a73d066a9458cefc6"
  8321. },
  8322. "dist": {
  8323. "type": "zip",
  8324. "url": "https://api.github.com/repos/allure-framework/allure-codeception/zipball/a6156aef942a4e4de0add34a73d066a9458cefc6",
  8325. "reference": "a6156aef942a4e4de0add34a73d066a9458cefc6",
  8326. "shasum": ""
  8327. },
  8328. "require": {
  8329. "allure-framework/allure-php-api": "^1.3",
  8330. "codeception/codeception": "^2.5 | ^3 | ^4",
  8331. "ext-json": "*",
  8332. "php": ">=7.1.3",
  8333. "symfony/filesystem": "^2.7 | ^3 | ^4 | ^5",
  8334. "symfony/finder": "^2.7 | ^3 | ^4 | ^5"
  8335. },
  8336. "require-dev": {
  8337. "ext-dom": "*",
  8338. "phpunit/phpunit": "^7.2 | ^8 | ^9"
  8339. },
  8340. "type": "library",
  8341. "autoload": {
  8342. "psr-0": {
  8343. "Yandex": "src/"
  8344. }
  8345. },
  8346. "notification-url": "https://packagist.org/downloads/",
  8347. "license": [
  8348. "Apache-2.0"
  8349. ],
  8350. "authors": [
  8351. {
  8352. "name": "Ivan Krutov",
  8353. "email": "vania-pooh@aerokube.com",
  8354. "role": "Developer"
  8355. }
  8356. ],
  8357. "description": "Allure Codeception integration",
  8358. "homepage": "http://allure.qatools.ru/",
  8359. "keywords": [
  8360. "allure",
  8361. "attachments",
  8362. "cases",
  8363. "codeception",
  8364. "report",
  8365. "steps",
  8366. "testing"
  8367. ],
  8368. "support": {
  8369. "email": "allure@qameta.io",
  8370. "issues": "https://github.com/allure-framework/allure-codeception/issues",
  8371. "source": "https://github.com/allure-framework/allure-codeception"
  8372. },
  8373. "time": "2021-06-04T13:24:36+00:00"
  8374. },
  8375. {
  8376. "name": "allure-framework/allure-php-api",
  8377. "version": "1.4.0",
  8378. "source": {
  8379. "type": "git",
  8380. "url": "https://github.com/allure-framework/allure-php-api.git",
  8381. "reference": "50507f482d490f114054f2281cca487db47fa2bd"
  8382. },
  8383. "dist": {
  8384. "type": "zip",
  8385. "url": "https://api.github.com/repos/allure-framework/allure-php-api/zipball/50507f482d490f114054f2281cca487db47fa2bd",
  8386. "reference": "50507f482d490f114054f2281cca487db47fa2bd",
  8387. "shasum": ""
  8388. },
  8389. "require": {
  8390. "jms/serializer": "^1 | ^2 | ^3",
  8391. "php": ">=7.1.3",
  8392. "ramsey/uuid": "^3 | ^4",
  8393. "symfony/mime": "^4.3 | ^5"
  8394. },
  8395. "require-dev": {
  8396. "phpunit/phpunit": "^7 | ^8 | ^9"
  8397. },
  8398. "type": "library",
  8399. "autoload": {
  8400. "psr-0": {
  8401. "Yandex": [
  8402. "src/",
  8403. "test/"
  8404. ]
  8405. }
  8406. },
  8407. "notification-url": "https://packagist.org/downloads/",
  8408. "license": [
  8409. "Apache-2.0"
  8410. ],
  8411. "authors": [
  8412. {
  8413. "name": "Ivan Krutov",
  8414. "email": "vania-pooh@yandex-team.ru",
  8415. "role": "Developer"
  8416. }
  8417. ],
  8418. "description": "Allure PHP commons",
  8419. "homepage": "http://allure.qatools.ru/",
  8420. "keywords": [
  8421. "allure",
  8422. "api",
  8423. "php",
  8424. "report"
  8425. ],
  8426. "support": {
  8427. "email": "allure@qameta.io",
  8428. "issues": "https://github.com/allure-framework/allure-php-api/issues",
  8429. "source": "https://github.com/allure-framework/allure-php-api"
  8430. },
  8431. "time": "2021-11-15T13:15:20+00:00"
  8432. },
  8433. {
  8434. "name": "allure-framework/allure-phpunit",
  8435. "version": "1.5.0",
  8436. "source": {
  8437. "type": "git",
  8438. "url": "https://github.com/allure-framework/allure-phpunit.git",
  8439. "reference": "5584e7e4d7a232bbf7dd92d0cabf143147f72e9e"
  8440. },
  8441. "dist": {
  8442. "type": "zip",
  8443. "url": "https://api.github.com/repos/allure-framework/allure-phpunit/zipball/5584e7e4d7a232bbf7dd92d0cabf143147f72e9e",
  8444. "reference": "5584e7e4d7a232bbf7dd92d0cabf143147f72e9e",
  8445. "shasum": ""
  8446. },
  8447. "require": {
  8448. "allure-framework/allure-php-api": "^1.3",
  8449. "php": ">=7.1",
  8450. "phpunit/phpunit": "^7.2 | ^8 | ^9"
  8451. },
  8452. "require-dev": {
  8453. "ext-dom": "*",
  8454. "mikey179/vfsstream": "^1"
  8455. },
  8456. "type": "library",
  8457. "autoload": {
  8458. "psr-0": {
  8459. "Yandex": "src/"
  8460. }
  8461. },
  8462. "notification-url": "https://packagist.org/downloads/",
  8463. "license": [
  8464. "Apache-2.0"
  8465. ],
  8466. "authors": [
  8467. {
  8468. "name": "Ivan Krutov",
  8469. "email": "vania-pooh@yandex-team.ru",
  8470. "role": "Developer"
  8471. }
  8472. ],
  8473. "description": "Allure PHPUNit integration",
  8474. "homepage": "http://allure.qatools.ru/",
  8475. "keywords": [
  8476. "allure",
  8477. "attachments",
  8478. "cases",
  8479. "phpunit",
  8480. "report",
  8481. "steps",
  8482. "testing"
  8483. ],
  8484. "support": {
  8485. "email": "allure@qameta.io",
  8486. "issues": "https://github.com/allure-framework/allure-phpunit/issues",
  8487. "source": "https://github.com/allure-framework/allure-phpunit"
  8488. },
  8489. "time": "2021-09-14T10:06:07+00:00"
  8490. },
  8491. {
  8492. "name": "beberlei/assert",
  8493. "version": "v3.3.2",
  8494. "source": {
  8495. "type": "git",
  8496. "url": "https://github.com/beberlei/assert.git",
  8497. "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655"
  8498. },
  8499. "dist": {
  8500. "type": "zip",
  8501. "url": "https://api.github.com/repos/beberlei/assert/zipball/cb70015c04be1baee6f5f5c953703347c0ac1655",
  8502. "reference": "cb70015c04be1baee6f5f5c953703347c0ac1655",
  8503. "shasum": ""
  8504. },
  8505. "require": {
  8506. "ext-ctype": "*",
  8507. "ext-json": "*",
  8508. "ext-mbstring": "*",
  8509. "ext-simplexml": "*",
  8510. "php": "^7.0 || ^8.0"
  8511. },
  8512. "require-dev": {
  8513. "friendsofphp/php-cs-fixer": "*",
  8514. "phpstan/phpstan": "*",
  8515. "phpunit/phpunit": ">=6.0.0",
  8516. "yoast/phpunit-polyfills": "^0.1.0"
  8517. },
  8518. "suggest": {
  8519. "ext-intl": "Needed to allow Assertion::count(), Assertion::isCountable(), Assertion::minCount(), and Assertion::maxCount() to operate on ResourceBundles"
  8520. },
  8521. "type": "library",
  8522. "autoload": {
  8523. "files": [
  8524. "lib/Assert/functions.php"
  8525. ],
  8526. "psr-4": {
  8527. "Assert\\": "lib/Assert"
  8528. }
  8529. },
  8530. "notification-url": "https://packagist.org/downloads/",
  8531. "license": [
  8532. "BSD-2-Clause"
  8533. ],
  8534. "authors": [
  8535. {
  8536. "name": "Benjamin Eberlei",
  8537. "email": "kontakt@beberlei.de",
  8538. "role": "Lead Developer"
  8539. },
  8540. {
  8541. "name": "Richard Quadling",
  8542. "email": "rquadling@gmail.com",
  8543. "role": "Collaborator"
  8544. }
  8545. ],
  8546. "description": "Thin assertion library for input validation in business models.",
  8547. "keywords": [
  8548. "assert",
  8549. "assertion",
  8550. "validation"
  8551. ],
  8552. "support": {
  8553. "issues": "https://github.com/beberlei/assert/issues",
  8554. "source": "https://github.com/beberlei/assert/tree/v3.3.2"
  8555. },
  8556. "time": "2021-12-16T21:41:27+00:00"
  8557. },
  8558. {
  8559. "name": "behat/gherkin",
  8560. "version": "v4.9.0",
  8561. "source": {
  8562. "type": "git",
  8563. "url": "https://github.com/Behat/Gherkin.git",
  8564. "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4"
  8565. },
  8566. "dist": {
  8567. "type": "zip",
  8568. "url": "https://api.github.com/repos/Behat/Gherkin/zipball/0bc8d1e30e96183e4f36db9dc79caead300beff4",
  8569. "reference": "0bc8d1e30e96183e4f36db9dc79caead300beff4",
  8570. "shasum": ""
  8571. },
  8572. "require": {
  8573. "php": "~7.2|~8.0"
  8574. },
  8575. "require-dev": {
  8576. "cucumber/cucumber": "dev-gherkin-22.0.0",
  8577. "phpunit/phpunit": "~8|~9",
  8578. "symfony/yaml": "~3|~4|~5"
  8579. },
  8580. "suggest": {
  8581. "symfony/yaml": "If you want to parse features, represented in YAML files"
  8582. },
  8583. "type": "library",
  8584. "extra": {
  8585. "branch-alias": {
  8586. "dev-master": "4.x-dev"
  8587. }
  8588. },
  8589. "autoload": {
  8590. "psr-0": {
  8591. "Behat\\Gherkin": "src/"
  8592. }
  8593. },
  8594. "notification-url": "https://packagist.org/downloads/",
  8595. "license": [
  8596. "MIT"
  8597. ],
  8598. "authors": [
  8599. {
  8600. "name": "Konstantin Kudryashov",
  8601. "email": "ever.zet@gmail.com",
  8602. "homepage": "http://everzet.com"
  8603. }
  8604. ],
  8605. "description": "Gherkin DSL parser for PHP",
  8606. "homepage": "http://behat.org/",
  8607. "keywords": [
  8608. "BDD",
  8609. "Behat",
  8610. "Cucumber",
  8611. "DSL",
  8612. "gherkin",
  8613. "parser"
  8614. ],
  8615. "support": {
  8616. "issues": "https://github.com/Behat/Gherkin/issues",
  8617. "source": "https://github.com/Behat/Gherkin/tree/v4.9.0"
  8618. },
  8619. "time": "2021-10-12T13:05:09+00:00"
  8620. },
  8621. {
  8622. "name": "codeception/codeception",
  8623. "version": "4.1.31",
  8624. "source": {
  8625. "type": "git",
  8626. "url": "https://github.com/Codeception/Codeception.git",
  8627. "reference": "15524571ae0686a7facc2eb1f40f600e5bbce9e5"
  8628. },
  8629. "dist": {
  8630. "type": "zip",
  8631. "url": "https://api.github.com/repos/Codeception/Codeception/zipball/15524571ae0686a7facc2eb1f40f600e5bbce9e5",
  8632. "reference": "15524571ae0686a7facc2eb1f40f600e5bbce9e5",
  8633. "shasum": ""
  8634. },
  8635. "require": {
  8636. "behat/gherkin": "^4.4.0",
  8637. "codeception/lib-asserts": "^1.0 | 2.0.*@dev",
  8638. "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.1.1 | ^9.0",
  8639. "codeception/stub": "^2.0 | ^3.0 | ^4.0",
  8640. "ext-curl": "*",
  8641. "ext-json": "*",
  8642. "ext-mbstring": "*",
  8643. "guzzlehttp/psr7": "^1.4 | ^2.0",
  8644. "php": ">=5.6.0 <9.0",
  8645. "symfony/console": ">=2.7 <6.0",
  8646. "symfony/css-selector": ">=2.7 <6.0",
  8647. "symfony/event-dispatcher": ">=2.7 <6.0",
  8648. "symfony/finder": ">=2.7 <6.0",
  8649. "symfony/yaml": ">=2.7 <6.0"
  8650. },
  8651. "require-dev": {
  8652. "codeception/module-asserts": "^1.0 | 2.0.*@dev",
  8653. "codeception/module-cli": "^1.0 | 2.0.*@dev",
  8654. "codeception/module-db": "^1.0 | 2.0.*@dev",
  8655. "codeception/module-filesystem": "^1.0 | 2.0.*@dev",
  8656. "codeception/module-phpbrowser": "^1.0 | 2.0.*@dev",
  8657. "codeception/specify": "~0.3",
  8658. "codeception/util-universalframework": "*@dev",
  8659. "monolog/monolog": "~1.8",
  8660. "squizlabs/php_codesniffer": "~2.0",
  8661. "symfony/process": ">=2.7 <6.0",
  8662. "vlucas/phpdotenv": "^2.0 | ^3.0 | ^4.0 | ^5.0"
  8663. },
  8664. "suggest": {
  8665. "codeception/specify": "BDD-style code blocks",
  8666. "codeception/verify": "BDD-style assertions",
  8667. "hoa/console": "For interactive console functionality",
  8668. "stecman/symfony-console-completion": "For BASH autocompletion",
  8669. "symfony/phpunit-bridge": "For phpunit-bridge support"
  8670. },
  8671. "bin": [
  8672. "codecept"
  8673. ],
  8674. "type": "library",
  8675. "extra": {
  8676. "branch-alias": []
  8677. },
  8678. "autoload": {
  8679. "files": [
  8680. "functions.php"
  8681. ],
  8682. "psr-4": {
  8683. "Codeception\\": "src/Codeception",
  8684. "Codeception\\Extension\\": "ext"
  8685. }
  8686. },
  8687. "notification-url": "https://packagist.org/downloads/",
  8688. "license": [
  8689. "MIT"
  8690. ],
  8691. "authors": [
  8692. {
  8693. "name": "Michael Bodnarchuk",
  8694. "email": "davert@mail.ua",
  8695. "homepage": "http://codegyre.com"
  8696. }
  8697. ],
  8698. "description": "BDD-style testing framework",
  8699. "homepage": "http://codeception.com/",
  8700. "keywords": [
  8701. "BDD",
  8702. "TDD",
  8703. "acceptance testing",
  8704. "functional testing",
  8705. "unit testing"
  8706. ],
  8707. "support": {
  8708. "issues": "https://github.com/Codeception/Codeception/issues",
  8709. "source": "https://github.com/Codeception/Codeception/tree/4.1.31"
  8710. },
  8711. "funding": [
  8712. {
  8713. "url": "https://opencollective.com/codeception",
  8714. "type": "open_collective"
  8715. }
  8716. ],
  8717. "time": "2022-03-13T17:07:08+00:00"
  8718. },
  8719. {
  8720. "name": "codeception/lib-asserts",
  8721. "version": "1.13.2",
  8722. "source": {
  8723. "type": "git",
  8724. "url": "https://github.com/Codeception/lib-asserts.git",
  8725. "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6"
  8726. },
  8727. "dist": {
  8728. "type": "zip",
  8729. "url": "https://api.github.com/repos/Codeception/lib-asserts/zipball/184231d5eab66bc69afd6b9429344d80c67a33b6",
  8730. "reference": "184231d5eab66bc69afd6b9429344d80c67a33b6",
  8731. "shasum": ""
  8732. },
  8733. "require": {
  8734. "codeception/phpunit-wrapper": ">6.0.15 <6.1.0 | ^6.6.1 | ^7.7.1 | ^8.0.3 | ^9.0",
  8735. "ext-dom": "*",
  8736. "php": ">=5.6.0 <9.0"
  8737. },
  8738. "type": "library",
  8739. "autoload": {
  8740. "classmap": [
  8741. "src/"
  8742. ]
  8743. },
  8744. "notification-url": "https://packagist.org/downloads/",
  8745. "license": [
  8746. "MIT"
  8747. ],
  8748. "authors": [
  8749. {
  8750. "name": "Michael Bodnarchuk",
  8751. "email": "davert@mail.ua",
  8752. "homepage": "http://codegyre.com"
  8753. },
  8754. {
  8755. "name": "Gintautas Miselis"
  8756. },
  8757. {
  8758. "name": "Gustavo Nieves",
  8759. "homepage": "https://medium.com/@ganieves"
  8760. }
  8761. ],
  8762. "description": "Assertion methods used by Codeception core and Asserts module",
  8763. "homepage": "https://codeception.com/",
  8764. "keywords": [
  8765. "codeception"
  8766. ],
  8767. "support": {
  8768. "issues": "https://github.com/Codeception/lib-asserts/issues",
  8769. "source": "https://github.com/Codeception/lib-asserts/tree/1.13.2"
  8770. },
  8771. "time": "2020-10-21T16:26:20+00:00"
  8772. },
  8773. {
  8774. "name": "codeception/module-asserts",
  8775. "version": "1.3.1",
  8776. "source": {
  8777. "type": "git",
  8778. "url": "https://github.com/Codeception/module-asserts.git",
  8779. "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de"
  8780. },
  8781. "dist": {
  8782. "type": "zip",
  8783. "url": "https://api.github.com/repos/Codeception/module-asserts/zipball/59374f2fef0cabb9e8ddb53277e85cdca74328de",
  8784. "reference": "59374f2fef0cabb9e8ddb53277e85cdca74328de",
  8785. "shasum": ""
  8786. },
  8787. "require": {
  8788. "codeception/codeception": "*@dev",
  8789. "codeception/lib-asserts": "^1.13.1",
  8790. "php": ">=5.6.0 <9.0"
  8791. },
  8792. "conflict": {
  8793. "codeception/codeception": "<4.0"
  8794. },
  8795. "type": "library",
  8796. "autoload": {
  8797. "classmap": [
  8798. "src/"
  8799. ]
  8800. },
  8801. "notification-url": "https://packagist.org/downloads/",
  8802. "license": [
  8803. "MIT"
  8804. ],
  8805. "authors": [
  8806. {
  8807. "name": "Michael Bodnarchuk"
  8808. },
  8809. {
  8810. "name": "Gintautas Miselis"
  8811. },
  8812. {
  8813. "name": "Gustavo Nieves",
  8814. "homepage": "https://medium.com/@ganieves"
  8815. }
  8816. ],
  8817. "description": "Codeception module containing various assertions",
  8818. "homepage": "https://codeception.com/",
  8819. "keywords": [
  8820. "assertions",
  8821. "asserts",
  8822. "codeception"
  8823. ],
  8824. "support": {
  8825. "issues": "https://github.com/Codeception/module-asserts/issues",
  8826. "source": "https://github.com/Codeception/module-asserts/tree/1.3.1"
  8827. },
  8828. "time": "2020-10-21T16:48:15+00:00"
  8829. },
  8830. {
  8831. "name": "codeception/module-sequence",
  8832. "version": "1.0.1",
  8833. "source": {
  8834. "type": "git",
  8835. "url": "https://github.com/Codeception/module-sequence.git",
  8836. "reference": "b75be26681ae90824cde8f8df785981f293667e1"
  8837. },
  8838. "dist": {
  8839. "type": "zip",
  8840. "url": "https://api.github.com/repos/Codeception/module-sequence/zipball/b75be26681ae90824cde8f8df785981f293667e1",
  8841. "reference": "b75be26681ae90824cde8f8df785981f293667e1",
  8842. "shasum": ""
  8843. },
  8844. "require": {
  8845. "codeception/codeception": "^4.0",
  8846. "php": ">=5.6.0 <9.0"
  8847. },
  8848. "type": "library",
  8849. "autoload": {
  8850. "classmap": [
  8851. "src/"
  8852. ]
  8853. },
  8854. "notification-url": "https://packagist.org/downloads/",
  8855. "license": [
  8856. "MIT"
  8857. ],
  8858. "authors": [
  8859. {
  8860. "name": "Michael Bodnarchuk"
  8861. }
  8862. ],
  8863. "description": "Sequence module for Codeception",
  8864. "homepage": "http://codeception.com/",
  8865. "keywords": [
  8866. "codeception"
  8867. ],
  8868. "support": {
  8869. "issues": "https://github.com/Codeception/module-sequence/issues",
  8870. "source": "https://github.com/Codeception/module-sequence/tree/1.0.1"
  8871. },
  8872. "time": "2020-10-31T18:36:26+00:00"
  8873. },
  8874. {
  8875. "name": "codeception/module-webdriver",
  8876. "version": "1.4.0",
  8877. "source": {
  8878. "type": "git",
  8879. "url": "https://github.com/Codeception/module-webdriver.git",
  8880. "reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151"
  8881. },
  8882. "dist": {
  8883. "type": "zip",
  8884. "url": "https://api.github.com/repos/Codeception/module-webdriver/zipball/baa18b7bf70aa024012f967b5ce5021e1faa9151",
  8885. "reference": "baa18b7bf70aa024012f967b5ce5021e1faa9151",
  8886. "shasum": ""
  8887. },
  8888. "require": {
  8889. "codeception/codeception": "^4.0",
  8890. "php": ">=5.6.0 <9.0",
  8891. "php-webdriver/webdriver": "^1.8.0"
  8892. },
  8893. "suggest": {
  8894. "codeception/phpbuiltinserver": "Start and stop PHP built-in web server for your tests"
  8895. },
  8896. "type": "library",
  8897. "autoload": {
  8898. "classmap": [
  8899. "src/"
  8900. ]
  8901. },
  8902. "notification-url": "https://packagist.org/downloads/",
  8903. "license": [
  8904. "MIT"
  8905. ],
  8906. "authors": [
  8907. {
  8908. "name": "Michael Bodnarchuk"
  8909. },
  8910. {
  8911. "name": "Gintautas Miselis"
  8912. },
  8913. {
  8914. "name": "Zaahid Bateson"
  8915. }
  8916. ],
  8917. "description": "WebDriver module for Codeception",
  8918. "homepage": "http://codeception.com/",
  8919. "keywords": [
  8920. "acceptance-testing",
  8921. "browser-testing",
  8922. "codeception"
  8923. ],
  8924. "support": {
  8925. "issues": "https://github.com/Codeception/module-webdriver/issues",
  8926. "source": "https://github.com/Codeception/module-webdriver/tree/1.4.0"
  8927. },
  8928. "time": "2021-09-02T12:01:02+00:00"
  8929. },
  8930. {
  8931. "name": "codeception/phpunit-wrapper",
  8932. "version": "9.0.9",
  8933. "source": {
  8934. "type": "git",
  8935. "url": "https://github.com/Codeception/phpunit-wrapper.git",
  8936. "reference": "7439a53ae367986e9c22b2ac00f9d7376bb2f8cf"
  8937. },
  8938. "dist": {
  8939. "type": "zip",
  8940. "url": "https://api.github.com/repos/Codeception/phpunit-wrapper/zipball/7439a53ae367986e9c22b2ac00f9d7376bb2f8cf",
  8941. "reference": "7439a53ae367986e9c22b2ac00f9d7376bb2f8cf",
  8942. "shasum": ""
  8943. },
  8944. "require": {
  8945. "php": ">=7.2",
  8946. "phpunit/phpunit": "^9.0"
  8947. },
  8948. "require-dev": {
  8949. "codeception/specify": "*",
  8950. "consolidation/robo": "^3.0.0-alpha3",
  8951. "vlucas/phpdotenv": "^3.0"
  8952. },
  8953. "type": "library",
  8954. "autoload": {
  8955. "psr-4": {
  8956. "Codeception\\PHPUnit\\": "src/"
  8957. }
  8958. },
  8959. "notification-url": "https://packagist.org/downloads/",
  8960. "license": [
  8961. "MIT"
  8962. ],
  8963. "authors": [
  8964. {
  8965. "name": "Davert",
  8966. "email": "davert.php@resend.cc"
  8967. },
  8968. {
  8969. "name": "Naktibalda"
  8970. }
  8971. ],
  8972. "description": "PHPUnit classes used by Codeception",
  8973. "support": {
  8974. "issues": "https://github.com/Codeception/phpunit-wrapper/issues",
  8975. "source": "https://github.com/Codeception/phpunit-wrapper/tree/9.0.9"
  8976. },
  8977. "time": "2022-05-23T06:24:11+00:00"
  8978. },
  8979. {
  8980. "name": "codeception/stub",
  8981. "version": "4.0.2",
  8982. "source": {
  8983. "type": "git",
  8984. "url": "https://github.com/Codeception/Stub.git",
  8985. "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d"
  8986. },
  8987. "dist": {
  8988. "type": "zip",
  8989. "url": "https://api.github.com/repos/Codeception/Stub/zipball/18a148dacd293fc7b044042f5aa63a82b08bff5d",
  8990. "reference": "18a148dacd293fc7b044042f5aa63a82b08bff5d",
  8991. "shasum": ""
  8992. },
  8993. "require": {
  8994. "php": "^7.4 | ^8.0",
  8995. "phpunit/phpunit": "^8.4 | ^9.0 | ^10.0 | 10.0.x-dev"
  8996. },
  8997. "require-dev": {
  8998. "consolidation/robo": "^3.0"
  8999. },
  9000. "type": "library",
  9001. "autoload": {
  9002. "psr-4": {
  9003. "Codeception\\": "src/"
  9004. }
  9005. },
  9006. "notification-url": "https://packagist.org/downloads/",
  9007. "license": [
  9008. "MIT"
  9009. ],
  9010. "description": "Flexible Stub wrapper for PHPUnit's Mock Builder",
  9011. "support": {
  9012. "issues": "https://github.com/Codeception/Stub/issues",
  9013. "source": "https://github.com/Codeception/Stub/tree/4.0.2"
  9014. },
  9015. "time": "2022-01-31T19:25:15+00:00"
  9016. },
  9017. {
  9018. "name": "csharpru/vault-php",
  9019. "version": "4.3.1",
  9020. "source": {
  9021. "type": "git",
  9022. "url": "https://github.com/CSharpRU/vault-php.git",
  9023. "reference": "918bfffe85d3b290e1bf667b5f14e521fdc0063c"
  9024. },
  9025. "dist": {
  9026. "type": "zip",
  9027. "url": "https://api.github.com/repos/CSharpRU/vault-php/zipball/918bfffe85d3b290e1bf667b5f14e521fdc0063c",
  9028. "reference": "918bfffe85d3b290e1bf667b5f14e521fdc0063c",
  9029. "shasum": ""
  9030. },
  9031. "require": {
  9032. "ext-json": "*",
  9033. "php": "^7.2 || ^8.0",
  9034. "psr/cache": "^1.0|^2.0|^3.0",
  9035. "psr/http-client": "^1.0",
  9036. "psr/http-factory": "^1.0",
  9037. "psr/log": "^1.0|^2.0|^3.0"
  9038. },
  9039. "require-dev": {
  9040. "alextartan/guzzle-psr18-adapter": "^1.2 || ^2.0",
  9041. "cache/array-adapter": "^1.0",
  9042. "codeception/codeception": "^4.1",
  9043. "codeception/module-asserts": "^1.3",
  9044. "laminas/laminas-diactoros": "^2.3",
  9045. "php-vcr/php-vcr": "^1.5",
  9046. "symfony/event-dispatcher": "<5.0"
  9047. },
  9048. "suggest": {
  9049. "cache/array-adapter": "For usage with CachedClient class"
  9050. },
  9051. "type": "library",
  9052. "autoload": {
  9053. "psr-4": {
  9054. "Vault\\": "src/"
  9055. }
  9056. },
  9057. "notification-url": "https://packagist.org/downloads/",
  9058. "license": [
  9059. "MIT"
  9060. ],
  9061. "authors": [
  9062. {
  9063. "name": "Yaroslav Lukyanov",
  9064. "email": "c_sharp@mail.ru"
  9065. }
  9066. ],
  9067. "description": "Best Vault client for PHP that you can find",
  9068. "keywords": [
  9069. "hashicorp",
  9070. "secrets",
  9071. "vault"
  9072. ],
  9073. "support": {
  9074. "issues": "https://github.com/CSharpRU/vault-php/issues",
  9075. "source": "https://github.com/CSharpRU/vault-php/tree/4.3.1"
  9076. },
  9077. "time": "2022-04-04T08:31:44+00:00"
  9078. },
  9079. {
  9080. "name": "dealerdirect/phpcodesniffer-composer-installer",
  9081. "version": "v0.7.2",
  9082. "source": {
  9083. "type": "git",
  9084. "url": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer.git",
  9085. "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db"
  9086. },
  9087. "dist": {
  9088. "type": "zip",
  9089. "url": "https://api.github.com/repos/Dealerdirect/phpcodesniffer-composer-installer/zipball/1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
  9090. "reference": "1c968e542d8843d7cd71de3c5c9c3ff3ad71a1db",
  9091. "shasum": ""
  9092. },
  9093. "require": {
  9094. "composer-plugin-api": "^1.0 || ^2.0",
  9095. "php": ">=5.3",
  9096. "squizlabs/php_codesniffer": "^2.0 || ^3.1.0 || ^4.0"
  9097. },
  9098. "require-dev": {
  9099. "composer/composer": "*",
  9100. "php-parallel-lint/php-parallel-lint": "^1.3.1",
  9101. "phpcompatibility/php-compatibility": "^9.0"
  9102. },
  9103. "type": "composer-plugin",
  9104. "extra": {
  9105. "class": "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\Plugin"
  9106. },
  9107. "autoload": {
  9108. "psr-4": {
  9109. "Dealerdirect\\Composer\\Plugin\\Installers\\PHPCodeSniffer\\": "src/"
  9110. }
  9111. },
  9112. "notification-url": "https://packagist.org/downloads/",
  9113. "license": [
  9114. "MIT"
  9115. ],
  9116. "authors": [
  9117. {
  9118. "name": "Franck Nijhof",
  9119. "email": "franck.nijhof@dealerdirect.com",
  9120. "homepage": "http://www.frenck.nl",
  9121. "role": "Developer / IT Manager"
  9122. },
  9123. {
  9124. "name": "Contributors",
  9125. "homepage": "https://github.com/Dealerdirect/phpcodesniffer-composer-installer/graphs/contributors"
  9126. }
  9127. ],
  9128. "description": "PHP_CodeSniffer Standards Composer Installer Plugin",
  9129. "homepage": "http://www.dealerdirect.com",
  9130. "keywords": [
  9131. "PHPCodeSniffer",
  9132. "PHP_CodeSniffer",
  9133. "code quality",
  9134. "codesniffer",
  9135. "composer",
  9136. "installer",
  9137. "phpcbf",
  9138. "phpcs",
  9139. "plugin",
  9140. "qa",
  9141. "quality",
  9142. "standard",
  9143. "standards",
  9144. "style guide",
  9145. "stylecheck",
  9146. "tests"
  9147. ],
  9148. "support": {
  9149. "issues": "https://github.com/dealerdirect/phpcodesniffer-composer-installer/issues",
  9150. "source": "https://github.com/dealerdirect/phpcodesniffer-composer-installer"
  9151. },
  9152. "time": "2022-02-04T12:51:07+00:00"
  9153. },
  9154. {
  9155. "name": "doctrine/annotations",
  9156. "version": "1.13.2",
  9157. "source": {
  9158. "type": "git",
  9159. "url": "https://github.com/doctrine/annotations.git",
  9160. "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
  9161. },
  9162. "dist": {
  9163. "type": "zip",
  9164. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
  9165. "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
  9166. "shasum": ""
  9167. },
  9168. "require": {
  9169. "doctrine/lexer": "1.*",
  9170. "ext-tokenizer": "*",
  9171. "php": "^7.1 || ^8.0",
  9172. "psr/cache": "^1 || ^2 || ^3"
  9173. },
  9174. "require-dev": {
  9175. "doctrine/cache": "^1.11 || ^2.0",
  9176. "doctrine/coding-standard": "^6.0 || ^8.1",
  9177. "phpstan/phpstan": "^0.12.20",
  9178. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  9179. "symfony/cache": "^4.4 || ^5.2"
  9180. },
  9181. "type": "library",
  9182. "autoload": {
  9183. "psr-4": {
  9184. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  9185. }
  9186. },
  9187. "notification-url": "https://packagist.org/downloads/",
  9188. "license": [
  9189. "MIT"
  9190. ],
  9191. "authors": [
  9192. {
  9193. "name": "Guilherme Blanco",
  9194. "email": "guilhermeblanco@gmail.com"
  9195. },
  9196. {
  9197. "name": "Roman Borschel",
  9198. "email": "roman@code-factory.org"
  9199. },
  9200. {
  9201. "name": "Benjamin Eberlei",
  9202. "email": "kontakt@beberlei.de"
  9203. },
  9204. {
  9205. "name": "Jonathan Wage",
  9206. "email": "jonwage@gmail.com"
  9207. },
  9208. {
  9209. "name": "Johannes Schmitt",
  9210. "email": "schmittjoh@gmail.com"
  9211. }
  9212. ],
  9213. "description": "Docblock Annotations Parser",
  9214. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  9215. "keywords": [
  9216. "annotations",
  9217. "docblock",
  9218. "parser"
  9219. ],
  9220. "support": {
  9221. "issues": "https://github.com/doctrine/annotations/issues",
  9222. "source": "https://github.com/doctrine/annotations/tree/1.13.2"
  9223. },
  9224. "time": "2021-08-05T19:00:23+00:00"
  9225. },
  9226. {
  9227. "name": "doctrine/instantiator",
  9228. "version": "1.4.1",
  9229. "source": {
  9230. "type": "git",
  9231. "url": "https://github.com/doctrine/instantiator.git",
  9232. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
  9233. },
  9234. "dist": {
  9235. "type": "zip",
  9236. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
  9237. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
  9238. "shasum": ""
  9239. },
  9240. "require": {
  9241. "php": "^7.1 || ^8.0"
  9242. },
  9243. "require-dev": {
  9244. "doctrine/coding-standard": "^9",
  9245. "ext-pdo": "*",
  9246. "ext-phar": "*",
  9247. "phpbench/phpbench": "^0.16 || ^1",
  9248. "phpstan/phpstan": "^1.4",
  9249. "phpstan/phpstan-phpunit": "^1",
  9250. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  9251. "vimeo/psalm": "^4.22"
  9252. },
  9253. "type": "library",
  9254. "autoload": {
  9255. "psr-4": {
  9256. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  9257. }
  9258. },
  9259. "notification-url": "https://packagist.org/downloads/",
  9260. "license": [
  9261. "MIT"
  9262. ],
  9263. "authors": [
  9264. {
  9265. "name": "Marco Pivetta",
  9266. "email": "ocramius@gmail.com",
  9267. "homepage": "https://ocramius.github.io/"
  9268. }
  9269. ],
  9270. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  9271. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  9272. "keywords": [
  9273. "constructor",
  9274. "instantiate"
  9275. ],
  9276. "support": {
  9277. "issues": "https://github.com/doctrine/instantiator/issues",
  9278. "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
  9279. },
  9280. "funding": [
  9281. {
  9282. "url": "https://www.doctrine-project.org/sponsorship.html",
  9283. "type": "custom"
  9284. },
  9285. {
  9286. "url": "https://www.patreon.com/phpdoctrine",
  9287. "type": "patreon"
  9288. },
  9289. {
  9290. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  9291. "type": "tidelift"
  9292. }
  9293. ],
  9294. "time": "2022-03-03T08:28:38+00:00"
  9295. },
  9296. {
  9297. "name": "doctrine/lexer",
  9298. "version": "1.2.3",
  9299. "source": {
  9300. "type": "git",
  9301. "url": "https://github.com/doctrine/lexer.git",
  9302. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
  9303. },
  9304. "dist": {
  9305. "type": "zip",
  9306. "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  9307. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  9308. "shasum": ""
  9309. },
  9310. "require": {
  9311. "php": "^7.1 || ^8.0"
  9312. },
  9313. "require-dev": {
  9314. "doctrine/coding-standard": "^9.0",
  9315. "phpstan/phpstan": "^1.3",
  9316. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  9317. "vimeo/psalm": "^4.11"
  9318. },
  9319. "type": "library",
  9320. "autoload": {
  9321. "psr-4": {
  9322. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  9323. }
  9324. },
  9325. "notification-url": "https://packagist.org/downloads/",
  9326. "license": [
  9327. "MIT"
  9328. ],
  9329. "authors": [
  9330. {
  9331. "name": "Guilherme Blanco",
  9332. "email": "guilhermeblanco@gmail.com"
  9333. },
  9334. {
  9335. "name": "Roman Borschel",
  9336. "email": "roman@code-factory.org"
  9337. },
  9338. {
  9339. "name": "Johannes Schmitt",
  9340. "email": "schmittjoh@gmail.com"
  9341. }
  9342. ],
  9343. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  9344. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  9345. "keywords": [
  9346. "annotations",
  9347. "docblock",
  9348. "lexer",
  9349. "parser",
  9350. "php"
  9351. ],
  9352. "support": {
  9353. "issues": "https://github.com/doctrine/lexer/issues",
  9354. "source": "https://github.com/doctrine/lexer/tree/1.2.3"
  9355. },
  9356. "funding": [
  9357. {
  9358. "url": "https://www.doctrine-project.org/sponsorship.html",
  9359. "type": "custom"
  9360. },
  9361. {
  9362. "url": "https://www.patreon.com/phpdoctrine",
  9363. "type": "patreon"
  9364. },
  9365. {
  9366. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  9367. "type": "tidelift"
  9368. }
  9369. ],
  9370. "time": "2022-02-28T11:07:21+00:00"
  9371. },
  9372. {
  9373. "name": "friendsofphp/php-cs-fixer",
  9374. "version": "v3.4.0",
  9375. "source": {
  9376. "type": "git",
  9377. "url": "https://github.com/FriendsOfPHP/PHP-CS-Fixer.git",
  9378. "reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad"
  9379. },
  9380. "dist": {
  9381. "type": "zip",
  9382. "url": "https://api.github.com/repos/FriendsOfPHP/PHP-CS-Fixer/zipball/47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
  9383. "reference": "47177af1cfb9dab5d1cc4daf91b7179c2efe7fad",
  9384. "shasum": ""
  9385. },
  9386. "require": {
  9387. "composer/semver": "^3.2",
  9388. "composer/xdebug-handler": "^2.0",
  9389. "doctrine/annotations": "^1.12",
  9390. "ext-json": "*",
  9391. "ext-tokenizer": "*",
  9392. "php": "^7.2.5 || ^8.0",
  9393. "php-cs-fixer/diff": "^2.0",
  9394. "symfony/console": "^4.4.20 || ^5.1.3 || ^6.0",
  9395. "symfony/event-dispatcher": "^4.4.20 || ^5.0 || ^6.0",
  9396. "symfony/filesystem": "^4.4.20 || ^5.0 || ^6.0",
  9397. "symfony/finder": "^4.4.20 || ^5.0 || ^6.0",
  9398. "symfony/options-resolver": "^4.4.20 || ^5.0 || ^6.0",
  9399. "symfony/polyfill-mbstring": "^1.23",
  9400. "symfony/polyfill-php80": "^1.23",
  9401. "symfony/polyfill-php81": "^1.23",
  9402. "symfony/process": "^4.4.20 || ^5.0 || ^6.0",
  9403. "symfony/stopwatch": "^4.4.20 || ^5.0 || ^6.0"
  9404. },
  9405. "require-dev": {
  9406. "justinrainbow/json-schema": "^5.2",
  9407. "keradus/cli-executor": "^1.5",
  9408. "mikey179/vfsstream": "^1.6.8",
  9409. "php-coveralls/php-coveralls": "^2.5.2",
  9410. "php-cs-fixer/accessible-object": "^1.1",
  9411. "php-cs-fixer/phpunit-constraint-isidenticalstring": "^1.2",
  9412. "php-cs-fixer/phpunit-constraint-xmlmatchesxsd": "^1.2.1",
  9413. "phpspec/prophecy": "^1.15",
  9414. "phpspec/prophecy-phpunit": "^1.1 || ^2.0",
  9415. "phpunit/phpunit": "^8.5.21 || ^9.5",
  9416. "phpunitgoodpractices/polyfill": "^1.5",
  9417. "phpunitgoodpractices/traits": "^1.9.1",
  9418. "symfony/phpunit-bridge": "^5.2.4 || ^6.0",
  9419. "symfony/yaml": "^4.4.20 || ^5.0 || ^6.0"
  9420. },
  9421. "suggest": {
  9422. "ext-dom": "For handling output formats in XML",
  9423. "ext-mbstring": "For handling non-UTF8 characters."
  9424. },
  9425. "bin": [
  9426. "php-cs-fixer"
  9427. ],
  9428. "type": "application",
  9429. "autoload": {
  9430. "psr-4": {
  9431. "PhpCsFixer\\": "src/"
  9432. }
  9433. },
  9434. "notification-url": "https://packagist.org/downloads/",
  9435. "license": [
  9436. "MIT"
  9437. ],
  9438. "authors": [
  9439. {
  9440. "name": "Fabien Potencier",
  9441. "email": "fabien@symfony.com"
  9442. },
  9443. {
  9444. "name": "Dariusz Rumiński",
  9445. "email": "dariusz.ruminski@gmail.com"
  9446. }
  9447. ],
  9448. "description": "A tool to automatically fix PHP code style",
  9449. "support": {
  9450. "issues": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/issues",
  9451. "source": "https://github.com/FriendsOfPHP/PHP-CS-Fixer/tree/v3.4.0"
  9452. },
  9453. "funding": [
  9454. {
  9455. "url": "https://github.com/keradus",
  9456. "type": "github"
  9457. }
  9458. ],
  9459. "time": "2021-12-11T16:25:08+00:00"
  9460. },
  9461. {
  9462. "name": "jms/metadata",
  9463. "version": "2.6.1",
  9464. "source": {
  9465. "type": "git",
  9466. "url": "https://github.com/schmittjoh/metadata.git",
  9467. "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5"
  9468. },
  9469. "dist": {
  9470. "type": "zip",
  9471. "url": "https://api.github.com/repos/schmittjoh/metadata/zipball/c3a3214354b5a765a19875f7b7c5ebcd94e462e5",
  9472. "reference": "c3a3214354b5a765a19875f7b7c5ebcd94e462e5",
  9473. "shasum": ""
  9474. },
  9475. "require": {
  9476. "php": "^7.2|^8.0"
  9477. },
  9478. "require-dev": {
  9479. "doctrine/cache": "^1.0",
  9480. "doctrine/coding-standard": "^8.0",
  9481. "mikey179/vfsstream": "^1.6.7",
  9482. "phpunit/phpunit": "^8.5|^9.0",
  9483. "psr/container": "^1.0",
  9484. "symfony/cache": "^3.1|^4.0|^5.0",
  9485. "symfony/dependency-injection": "^3.1|^4.0|^5.0"
  9486. },
  9487. "type": "library",
  9488. "extra": {
  9489. "branch-alias": {
  9490. "dev-master": "2.x-dev"
  9491. }
  9492. },
  9493. "autoload": {
  9494. "psr-4": {
  9495. "Metadata\\": "src/"
  9496. }
  9497. },
  9498. "notification-url": "https://packagist.org/downloads/",
  9499. "license": [
  9500. "MIT"
  9501. ],
  9502. "authors": [
  9503. {
  9504. "name": "Johannes M. Schmitt",
  9505. "email": "schmittjoh@gmail.com"
  9506. },
  9507. {
  9508. "name": "Asmir Mustafic",
  9509. "email": "goetas@gmail.com"
  9510. }
  9511. ],
  9512. "description": "Class/method/property metadata management in PHP",
  9513. "keywords": [
  9514. "annotations",
  9515. "metadata",
  9516. "xml",
  9517. "yaml"
  9518. ],
  9519. "support": {
  9520. "issues": "https://github.com/schmittjoh/metadata/issues",
  9521. "source": "https://github.com/schmittjoh/metadata/tree/2.6.1"
  9522. },
  9523. "time": "2021-11-22T12:27:42+00:00"
  9524. },
  9525. {
  9526. "name": "jms/serializer",
  9527. "version": "3.17.1",
  9528. "source": {
  9529. "type": "git",
  9530. "url": "https://github.com/schmittjoh/serializer.git",
  9531. "reference": "190f64b051795d447ec755acbfdb1bff330a6707"
  9532. },
  9533. "dist": {
  9534. "type": "zip",
  9535. "url": "https://api.github.com/repos/schmittjoh/serializer/zipball/190f64b051795d447ec755acbfdb1bff330a6707",
  9536. "reference": "190f64b051795d447ec755acbfdb1bff330a6707",
  9537. "shasum": ""
  9538. },
  9539. "require": {
  9540. "doctrine/annotations": "^1.13",
  9541. "doctrine/instantiator": "^1.0.3",
  9542. "doctrine/lexer": "^1.1",
  9543. "jms/metadata": "^2.6",
  9544. "php": "^7.2||^8.0",
  9545. "phpstan/phpdoc-parser": "^0.4 || ^0.5 || ^1.0"
  9546. },
  9547. "require-dev": {
  9548. "doctrine/coding-standard": "^8.1",
  9549. "doctrine/orm": "~2.1",
  9550. "doctrine/persistence": "^1.3.3|^2.0|^3.0",
  9551. "doctrine/phpcr-odm": "^1.3|^2.0",
  9552. "ext-pdo_sqlite": "*",
  9553. "jackalope/jackalope-doctrine-dbal": "^1.1.5",
  9554. "ocramius/proxy-manager": "^1.0|^2.0",
  9555. "phpbench/phpbench": "^1.0",
  9556. "phpstan/phpstan": "^1.0.2",
  9557. "phpunit/phpunit": "^8.5.21||^9.0",
  9558. "psr/container": "^1.0",
  9559. "symfony/dependency-injection": "^3.0|^4.0|^5.0|^6.0",
  9560. "symfony/expression-language": "^3.2|^4.0|^5.0|^6.0",
  9561. "symfony/filesystem": "^3.0|^4.0|^5.0|^6.0",
  9562. "symfony/form": "^3.0|^4.0|^5.0|^6.0",
  9563. "symfony/translation": "^3.0|^4.0|^5.0|^6.0",
  9564. "symfony/validator": "^3.1.9|^4.0|^5.0|^6.0",
  9565. "symfony/yaml": "^3.3|^4.0|^5.0|^6.0",
  9566. "twig/twig": "~1.34|~2.4|^3.0"
  9567. },
  9568. "suggest": {
  9569. "doctrine/collections": "Required if you like to use doctrine collection types as ArrayCollection.",
  9570. "symfony/cache": "Required if you like to use cache functionality.",
  9571. "symfony/yaml": "Required if you'd like to use the YAML metadata format."
  9572. },
  9573. "type": "library",
  9574. "extra": {
  9575. "branch-alias": {
  9576. "dev-master": "3.x-dev"
  9577. }
  9578. },
  9579. "autoload": {
  9580. "psr-4": {
  9581. "JMS\\Serializer\\": "src/"
  9582. }
  9583. },
  9584. "notification-url": "https://packagist.org/downloads/",
  9585. "license": [
  9586. "MIT"
  9587. ],
  9588. "authors": [
  9589. {
  9590. "name": "Johannes M. Schmitt",
  9591. "email": "schmittjoh@gmail.com"
  9592. },
  9593. {
  9594. "name": "Asmir Mustafic",
  9595. "email": "goetas@gmail.com"
  9596. }
  9597. ],
  9598. "description": "Library for (de-)serializing data of any complexity; supports XML, JSON, and YAML.",
  9599. "homepage": "http://jmsyst.com/libs/serializer",
  9600. "keywords": [
  9601. "deserialization",
  9602. "jaxb",
  9603. "json",
  9604. "serialization",
  9605. "xml"
  9606. ],
  9607. "support": {
  9608. "issues": "https://github.com/schmittjoh/serializer/issues",
  9609. "source": "https://github.com/schmittjoh/serializer/tree/3.17.1"
  9610. },
  9611. "funding": [
  9612. {
  9613. "url": "https://github.com/goetas",
  9614. "type": "github"
  9615. }
  9616. ],
  9617. "time": "2021-12-28T20:59:55+00:00"
  9618. },
  9619. {
  9620. "name": "lusitanian/oauth",
  9621. "version": "v0.8.11",
  9622. "source": {
  9623. "type": "git",
  9624. "url": "https://github.com/Lusitanian/PHPoAuthLib.git",
  9625. "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9"
  9626. },
  9627. "dist": {
  9628. "type": "zip",
  9629. "url": "https://api.github.com/repos/Lusitanian/PHPoAuthLib/zipball/fc11a53db4b66da555a6a11fce294f574a8374f9",
  9630. "reference": "fc11a53db4b66da555a6a11fce294f574a8374f9",
  9631. "shasum": ""
  9632. },
  9633. "require": {
  9634. "php": ">=5.3.0"
  9635. },
  9636. "require-dev": {
  9637. "phpunit/phpunit": "3.7.*",
  9638. "predis/predis": "0.8.*@dev",
  9639. "squizlabs/php_codesniffer": "2.*",
  9640. "symfony/http-foundation": "~2.1"
  9641. },
  9642. "suggest": {
  9643. "ext-openssl": "Allows for usage of secure connections with the stream-based HTTP client.",
  9644. "predis/predis": "Allows using the Redis storage backend.",
  9645. "symfony/http-foundation": "Allows using the Symfony Session storage backend."
  9646. },
  9647. "type": "library",
  9648. "extra": {
  9649. "branch-alias": {
  9650. "dev-master": "0.1-dev"
  9651. }
  9652. },
  9653. "autoload": {
  9654. "psr-0": {
  9655. "OAuth": "src",
  9656. "OAuth\\Unit": "tests"
  9657. }
  9658. },
  9659. "notification-url": "https://packagist.org/downloads/",
  9660. "license": [
  9661. "MIT"
  9662. ],
  9663. "authors": [
  9664. {
  9665. "name": "David Desberg",
  9666. "email": "david@daviddesberg.com"
  9667. },
  9668. {
  9669. "name": "Elliot Chance",
  9670. "email": "elliotchance@gmail.com"
  9671. },
  9672. {
  9673. "name": "Pieter Hordijk",
  9674. "email": "info@pieterhordijk.com"
  9675. }
  9676. ],
  9677. "description": "PHP 5.3+ oAuth 1/2 Library",
  9678. "keywords": [
  9679. "Authentication",
  9680. "authorization",
  9681. "oauth",
  9682. "security"
  9683. ],
  9684. "support": {
  9685. "issues": "https://github.com/Lusitanian/PHPoAuthLib/issues",
  9686. "source": "https://github.com/Lusitanian/PHPoAuthLib/tree/master"
  9687. },
  9688. "time": "2018-02-14T22:37:14+00:00"
  9689. },
  9690. {
  9691. "name": "magento/magento-coding-standard",
  9692. "version": "23",
  9693. "source": {
  9694. "type": "git",
  9695. "url": "https://github.com/magento/magento-coding-standard.git",
  9696. "reference": "dba4d2b4ba78d3dbe3e4d7100bda6fce4aaacbf9"
  9697. },
  9698. "dist": {
  9699. "type": "zip",
  9700. "url": "https://api.github.com/repos/magento/magento-coding-standard/zipball/dba4d2b4ba78d3dbe3e4d7100bda6fce4aaacbf9",
  9701. "reference": "dba4d2b4ba78d3dbe3e4d7100bda6fce4aaacbf9",
  9702. "shasum": ""
  9703. },
  9704. "require": {
  9705. "ext-dom": "*",
  9706. "ext-simplexml": "*",
  9707. "php": ">=7.3",
  9708. "phpcompatibility/php-compatibility": "^9.3",
  9709. "rector/rector": "^0.13.0",
  9710. "squizlabs/php_codesniffer": "^3.6.1",
  9711. "webonyx/graphql-php": "^14.9"
  9712. },
  9713. "require-dev": {
  9714. "phpunit/phpunit": "^9.5.8"
  9715. },
  9716. "type": "phpcodesniffer-standard",
  9717. "autoload": {
  9718. "psr-4": {
  9719. "Magento2\\": "Magento2/",
  9720. "Magento2Framework\\": "Magento2Framework/"
  9721. },
  9722. "classmap": [
  9723. "PHP_CodeSniffer/Tokenizers/"
  9724. ]
  9725. },
  9726. "notification-url": "https://packagist.org/downloads/",
  9727. "license": [
  9728. "OSL-3.0",
  9729. "AFL-3.0"
  9730. ],
  9731. "description": "A set of Magento specific PHP CodeSniffer rules.",
  9732. "support": {
  9733. "issues": "https://github.com/magento/magento-coding-standard/issues",
  9734. "source": "https://github.com/magento/magento-coding-standard/tree/v23"
  9735. },
  9736. "time": "2022-06-01T09:03:27+00:00"
  9737. },
  9738. {
  9739. "name": "magento/magento2-functional-testing-framework",
  9740. "version": "3.9.0",
  9741. "source": {
  9742. "type": "git",
  9743. "url": "https://github.com/magento/magento2-functional-testing-framework.git",
  9744. "reference": "f0ebf219d4bcb66ccc3e444f74c7a34962d90d7a"
  9745. },
  9746. "dist": {
  9747. "type": "zip",
  9748. "url": "https://api.github.com/repos/magento/magento2-functional-testing-framework/zipball/f0ebf219d4bcb66ccc3e444f74c7a34962d90d7a",
  9749. "reference": "f0ebf219d4bcb66ccc3e444f74c7a34962d90d7a",
  9750. "shasum": ""
  9751. },
  9752. "require": {
  9753. "allure-framework/allure-codeception": "^1.4",
  9754. "aws/aws-sdk-php": "^3.132",
  9755. "codeception/codeception": "^4.1",
  9756. "codeception/module-asserts": "^1.1",
  9757. "codeception/module-sequence": "^1.0",
  9758. "codeception/module-webdriver": "^1.0",
  9759. "composer/composer": "^1.9||^2.0",
  9760. "csharpru/vault-php": "^4.2.1",
  9761. "ext-curl": "*",
  9762. "ext-dom": "*",
  9763. "ext-iconv": "*",
  9764. "ext-intl": "*",
  9765. "ext-json": "*",
  9766. "ext-openssl": "*",
  9767. "guzzlehttp/guzzle": "^7.3.0",
  9768. "monolog/monolog": "^2.3",
  9769. "mustache/mustache": "~2.5",
  9770. "nikic/php-parser": "^4.4",
  9771. "php": ">7.3",
  9772. "php-webdriver/webdriver": "^1.9.0",
  9773. "spomky-labs/otphp": "^10.0",
  9774. "symfony/console": "^4.4",
  9775. "symfony/dotenv": "^5.3",
  9776. "symfony/finder": "^5.0",
  9777. "symfony/http-foundation": "^5.0",
  9778. "symfony/mime": "^5.0",
  9779. "symfony/process": "^4.4",
  9780. "weew/helpers-array": "^1.3"
  9781. },
  9782. "require-dev": {
  9783. "brainmaestro/composer-git-hooks": "^2.3.1",
  9784. "codacy/coverage": "^1.4",
  9785. "php-coveralls/php-coveralls": "^1.0||^2.2",
  9786. "phpmd/phpmd": "^2.8.0",
  9787. "phpunit/phpunit": "^9.0",
  9788. "sebastian/phpcpd": "~6.0.0",
  9789. "squizlabs/php_codesniffer": "~3.6.0"
  9790. },
  9791. "suggest": {
  9792. "hoa/console": "Enables <pause /> action and interactive console functionality"
  9793. },
  9794. "bin": [
  9795. "bin/mftf"
  9796. ],
  9797. "type": "library",
  9798. "extra": {
  9799. "hooks": {
  9800. "pre-push": "bin/all-checks"
  9801. }
  9802. },
  9803. "autoload": {
  9804. "files": [
  9805. "src/Magento/FunctionalTestingFramework/_bootstrap.php"
  9806. ],
  9807. "psr-4": {
  9808. "MFTF\\": "dev/tests/functional/tests/MFTF",
  9809. "Magento\\FunctionalTestingFramework\\": "src/Magento/FunctionalTestingFramework"
  9810. }
  9811. },
  9812. "notification-url": "https://packagist.org/downloads/",
  9813. "license": [
  9814. "AGPL-3.0"
  9815. ],
  9816. "description": "Magento2 Functional Testing Framework",
  9817. "keywords": [
  9818. "automation",
  9819. "functional",
  9820. "magento",
  9821. "testing"
  9822. ],
  9823. "support": {
  9824. "issues": "https://github.com/magento/magento2-functional-testing-framework/issues",
  9825. "source": "https://github.com/magento/magento2-functional-testing-framework/tree/3.9.0"
  9826. },
  9827. "time": "2022-04-13T17:26:07+00:00"
  9828. },
  9829. {
  9830. "name": "mustache/mustache",
  9831. "version": "v2.14.1",
  9832. "source": {
  9833. "type": "git",
  9834. "url": "https://github.com/bobthecow/mustache.php.git",
  9835. "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e"
  9836. },
  9837. "dist": {
  9838. "type": "zip",
  9839. "url": "https://api.github.com/repos/bobthecow/mustache.php/zipball/579ffa5c96e1d292c060b3dd62811ff01ad8c24e",
  9840. "reference": "579ffa5c96e1d292c060b3dd62811ff01ad8c24e",
  9841. "shasum": ""
  9842. },
  9843. "require": {
  9844. "php": ">=5.2.4"
  9845. },
  9846. "require-dev": {
  9847. "friendsofphp/php-cs-fixer": "~1.11",
  9848. "phpunit/phpunit": "~3.7|~4.0|~5.0"
  9849. },
  9850. "type": "library",
  9851. "autoload": {
  9852. "psr-0": {
  9853. "Mustache": "src/"
  9854. }
  9855. },
  9856. "notification-url": "https://packagist.org/downloads/",
  9857. "license": [
  9858. "MIT"
  9859. ],
  9860. "authors": [
  9861. {
  9862. "name": "Justin Hileman",
  9863. "email": "justin@justinhileman.info",
  9864. "homepage": "http://justinhileman.com"
  9865. }
  9866. ],
  9867. "description": "A Mustache implementation in PHP.",
  9868. "homepage": "https://github.com/bobthecow/mustache.php",
  9869. "keywords": [
  9870. "mustache",
  9871. "templating"
  9872. ],
  9873. "support": {
  9874. "issues": "https://github.com/bobthecow/mustache.php/issues",
  9875. "source": "https://github.com/bobthecow/mustache.php/tree/v2.14.1"
  9876. },
  9877. "time": "2022-01-21T06:08:36+00:00"
  9878. },
  9879. {
  9880. "name": "myclabs/deep-copy",
  9881. "version": "1.11.0",
  9882. "source": {
  9883. "type": "git",
  9884. "url": "https://github.com/myclabs/DeepCopy.git",
  9885. "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614"
  9886. },
  9887. "dist": {
  9888. "type": "zip",
  9889. "url": "https://api.github.com/repos/myclabs/DeepCopy/zipball/14daed4296fae74d9e3201d2c4925d1acb7aa614",
  9890. "reference": "14daed4296fae74d9e3201d2c4925d1acb7aa614",
  9891. "shasum": ""
  9892. },
  9893. "require": {
  9894. "php": "^7.1 || ^8.0"
  9895. },
  9896. "conflict": {
  9897. "doctrine/collections": "<1.6.8",
  9898. "doctrine/common": "<2.13.3 || >=3,<3.2.2"
  9899. },
  9900. "require-dev": {
  9901. "doctrine/collections": "^1.6.8",
  9902. "doctrine/common": "^2.13.3 || ^3.2.2",
  9903. "phpunit/phpunit": "^7.5.20 || ^8.5.23 || ^9.5.13"
  9904. },
  9905. "type": "library",
  9906. "autoload": {
  9907. "files": [
  9908. "src/DeepCopy/deep_copy.php"
  9909. ],
  9910. "psr-4": {
  9911. "DeepCopy\\": "src/DeepCopy/"
  9912. }
  9913. },
  9914. "notification-url": "https://packagist.org/downloads/",
  9915. "license": [
  9916. "MIT"
  9917. ],
  9918. "description": "Create deep copies (clones) of your objects",
  9919. "keywords": [
  9920. "clone",
  9921. "copy",
  9922. "duplicate",
  9923. "object",
  9924. "object graph"
  9925. ],
  9926. "support": {
  9927. "issues": "https://github.com/myclabs/DeepCopy/issues",
  9928. "source": "https://github.com/myclabs/DeepCopy/tree/1.11.0"
  9929. },
  9930. "funding": [
  9931. {
  9932. "url": "https://tidelift.com/funding/github/packagist/myclabs/deep-copy",
  9933. "type": "tidelift"
  9934. }
  9935. ],
  9936. "time": "2022-03-03T13:19:32+00:00"
  9937. },
  9938. {
  9939. "name": "pdepend/pdepend",
  9940. "version": "2.10.3",
  9941. "source": {
  9942. "type": "git",
  9943. "url": "https://github.com/pdepend/pdepend.git",
  9944. "reference": "da3166a06b4a89915920a42444f707122a1584c9"
  9945. },
  9946. "dist": {
  9947. "type": "zip",
  9948. "url": "https://api.github.com/repos/pdepend/pdepend/zipball/da3166a06b4a89915920a42444f707122a1584c9",
  9949. "reference": "da3166a06b4a89915920a42444f707122a1584c9",
  9950. "shasum": ""
  9951. },
  9952. "require": {
  9953. "php": ">=5.3.7",
  9954. "symfony/config": "^2.3.0|^3|^4|^5|^6.0",
  9955. "symfony/dependency-injection": "^2.3.0|^3|^4|^5|^6.0",
  9956. "symfony/filesystem": "^2.3.0|^3|^4|^5|^6.0"
  9957. },
  9958. "require-dev": {
  9959. "easy-doc/easy-doc": "0.0.0|^1.2.3",
  9960. "gregwar/rst": "^1.0",
  9961. "phpunit/phpunit": "^4.8.36|^5.7.27",
  9962. "squizlabs/php_codesniffer": "^2.0.0"
  9963. },
  9964. "bin": [
  9965. "src/bin/pdepend"
  9966. ],
  9967. "type": "library",
  9968. "extra": {
  9969. "branch-alias": {
  9970. "dev-master": "2.x-dev"
  9971. }
  9972. },
  9973. "autoload": {
  9974. "psr-4": {
  9975. "PDepend\\": "src/main/php/PDepend"
  9976. }
  9977. },
  9978. "notification-url": "https://packagist.org/downloads/",
  9979. "license": [
  9980. "BSD-3-Clause"
  9981. ],
  9982. "description": "Official version of pdepend to be handled with Composer",
  9983. "support": {
  9984. "issues": "https://github.com/pdepend/pdepend/issues",
  9985. "source": "https://github.com/pdepend/pdepend/tree/2.10.3"
  9986. },
  9987. "funding": [
  9988. {
  9989. "url": "https://tidelift.com/funding/github/packagist/pdepend/pdepend",
  9990. "type": "tidelift"
  9991. }
  9992. ],
  9993. "time": "2022-02-23T07:53:09+00:00"
  9994. },
  9995. {
  9996. "name": "phar-io/manifest",
  9997. "version": "2.0.3",
  9998. "source": {
  9999. "type": "git",
  10000. "url": "https://github.com/phar-io/manifest.git",
  10001. "reference": "97803eca37d319dfa7826cc2437fc020857acb53"
  10002. },
  10003. "dist": {
  10004. "type": "zip",
  10005. "url": "https://api.github.com/repos/phar-io/manifest/zipball/97803eca37d319dfa7826cc2437fc020857acb53",
  10006. "reference": "97803eca37d319dfa7826cc2437fc020857acb53",
  10007. "shasum": ""
  10008. },
  10009. "require": {
  10010. "ext-dom": "*",
  10011. "ext-phar": "*",
  10012. "ext-xmlwriter": "*",
  10013. "phar-io/version": "^3.0.1",
  10014. "php": "^7.2 || ^8.0"
  10015. },
  10016. "type": "library",
  10017. "extra": {
  10018. "branch-alias": {
  10019. "dev-master": "2.0.x-dev"
  10020. }
  10021. },
  10022. "autoload": {
  10023. "classmap": [
  10024. "src/"
  10025. ]
  10026. },
  10027. "notification-url": "https://packagist.org/downloads/",
  10028. "license": [
  10029. "BSD-3-Clause"
  10030. ],
  10031. "authors": [
  10032. {
  10033. "name": "Arne Blankerts",
  10034. "email": "arne@blankerts.de",
  10035. "role": "Developer"
  10036. },
  10037. {
  10038. "name": "Sebastian Heuer",
  10039. "email": "sebastian@phpeople.de",
  10040. "role": "Developer"
  10041. },
  10042. {
  10043. "name": "Sebastian Bergmann",
  10044. "email": "sebastian@phpunit.de",
  10045. "role": "Developer"
  10046. }
  10047. ],
  10048. "description": "Component for reading phar.io manifest information from a PHP Archive (PHAR)",
  10049. "support": {
  10050. "issues": "https://github.com/phar-io/manifest/issues",
  10051. "source": "https://github.com/phar-io/manifest/tree/2.0.3"
  10052. },
  10053. "time": "2021-07-20T11:28:43+00:00"
  10054. },
  10055. {
  10056. "name": "phar-io/version",
  10057. "version": "3.2.1",
  10058. "source": {
  10059. "type": "git",
  10060. "url": "https://github.com/phar-io/version.git",
  10061. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74"
  10062. },
  10063. "dist": {
  10064. "type": "zip",
  10065. "url": "https://api.github.com/repos/phar-io/version/zipball/4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  10066. "reference": "4f7fd7836c6f332bb2933569e566a0d6c4cbed74",
  10067. "shasum": ""
  10068. },
  10069. "require": {
  10070. "php": "^7.2 || ^8.0"
  10071. },
  10072. "type": "library",
  10073. "autoload": {
  10074. "classmap": [
  10075. "src/"
  10076. ]
  10077. },
  10078. "notification-url": "https://packagist.org/downloads/",
  10079. "license": [
  10080. "BSD-3-Clause"
  10081. ],
  10082. "authors": [
  10083. {
  10084. "name": "Arne Blankerts",
  10085. "email": "arne@blankerts.de",
  10086. "role": "Developer"
  10087. },
  10088. {
  10089. "name": "Sebastian Heuer",
  10090. "email": "sebastian@phpeople.de",
  10091. "role": "Developer"
  10092. },
  10093. {
  10094. "name": "Sebastian Bergmann",
  10095. "email": "sebastian@phpunit.de",
  10096. "role": "Developer"
  10097. }
  10098. ],
  10099. "description": "Library for handling version information and constraints",
  10100. "support": {
  10101. "issues": "https://github.com/phar-io/version/issues",
  10102. "source": "https://github.com/phar-io/version/tree/3.2.1"
  10103. },
  10104. "time": "2022-02-21T01:04:05+00:00"
  10105. },
  10106. {
  10107. "name": "php-cs-fixer/diff",
  10108. "version": "v2.0.2",
  10109. "source": {
  10110. "type": "git",
  10111. "url": "https://github.com/PHP-CS-Fixer/diff.git",
  10112. "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3"
  10113. },
  10114. "dist": {
  10115. "type": "zip",
  10116. "url": "https://api.github.com/repos/PHP-CS-Fixer/diff/zipball/29dc0d507e838c4580d018bd8b5cb412474f7ec3",
  10117. "reference": "29dc0d507e838c4580d018bd8b5cb412474f7ec3",
  10118. "shasum": ""
  10119. },
  10120. "require": {
  10121. "php": "^5.6 || ^7.0 || ^8.0"
  10122. },
  10123. "require-dev": {
  10124. "phpunit/phpunit": "^5.7.23 || ^6.4.3 || ^7.0",
  10125. "symfony/process": "^3.3"
  10126. },
  10127. "type": "library",
  10128. "autoload": {
  10129. "classmap": [
  10130. "src/"
  10131. ]
  10132. },
  10133. "notification-url": "https://packagist.org/downloads/",
  10134. "license": [
  10135. "BSD-3-Clause"
  10136. ],
  10137. "authors": [
  10138. {
  10139. "name": "Sebastian Bergmann",
  10140. "email": "sebastian@phpunit.de"
  10141. },
  10142. {
  10143. "name": "Kore Nordmann",
  10144. "email": "mail@kore-nordmann.de"
  10145. }
  10146. ],
  10147. "description": "sebastian/diff v3 backport support for PHP 5.6+",
  10148. "homepage": "https://github.com/PHP-CS-Fixer",
  10149. "keywords": [
  10150. "diff"
  10151. ],
  10152. "support": {
  10153. "issues": "https://github.com/PHP-CS-Fixer/diff/issues",
  10154. "source": "https://github.com/PHP-CS-Fixer/diff/tree/v2.0.2"
  10155. },
  10156. "time": "2020-10-14T08:32:19+00:00"
  10157. },
  10158. {
  10159. "name": "php-webdriver/webdriver",
  10160. "version": "1.12.1",
  10161. "source": {
  10162. "type": "git",
  10163. "url": "https://github.com/php-webdriver/php-webdriver.git",
  10164. "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a"
  10165. },
  10166. "dist": {
  10167. "type": "zip",
  10168. "url": "https://api.github.com/repos/php-webdriver/php-webdriver/zipball/b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
  10169. "reference": "b27ddf458d273c7d4602106fcaf978aa0b7fe15a",
  10170. "shasum": ""
  10171. },
  10172. "require": {
  10173. "ext-curl": "*",
  10174. "ext-json": "*",
  10175. "ext-zip": "*",
  10176. "php": "^5.6 || ~7.0 || ^8.0",
  10177. "symfony/polyfill-mbstring": "^1.12",
  10178. "symfony/process": "^2.8 || ^3.1 || ^4.0 || ^5.0 || ^6.0"
  10179. },
  10180. "replace": {
  10181. "facebook/webdriver": "*"
  10182. },
  10183. "require-dev": {
  10184. "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0",
  10185. "php-coveralls/php-coveralls": "^2.4",
  10186. "php-mock/php-mock-phpunit": "^1.1 || ^2.0",
  10187. "php-parallel-lint/php-parallel-lint": "^1.2",
  10188. "phpunit/phpunit": "^5.7 || ^7 || ^8 || ^9",
  10189. "squizlabs/php_codesniffer": "^3.5",
  10190. "symfony/var-dumper": "^3.3 || ^4.0 || ^5.0 || ^6.0"
  10191. },
  10192. "suggest": {
  10193. "ext-SimpleXML": "For Firefox profile creation"
  10194. },
  10195. "type": "library",
  10196. "autoload": {
  10197. "files": [
  10198. "lib/Exception/TimeoutException.php"
  10199. ],
  10200. "psr-4": {
  10201. "Facebook\\WebDriver\\": "lib/"
  10202. }
  10203. },
  10204. "notification-url": "https://packagist.org/downloads/",
  10205. "license": [
  10206. "MIT"
  10207. ],
  10208. "description": "A PHP client for Selenium WebDriver. Previously facebook/webdriver.",
  10209. "homepage": "https://github.com/php-webdriver/php-webdriver",
  10210. "keywords": [
  10211. "Chromedriver",
  10212. "geckodriver",
  10213. "php",
  10214. "selenium",
  10215. "webdriver"
  10216. ],
  10217. "support": {
  10218. "issues": "https://github.com/php-webdriver/php-webdriver/issues",
  10219. "source": "https://github.com/php-webdriver/php-webdriver/tree/1.12.1"
  10220. },
  10221. "time": "2022-05-03T12:16:34+00:00"
  10222. },
  10223. {
  10224. "name": "phpcompatibility/php-compatibility",
  10225. "version": "9.3.5",
  10226. "source": {
  10227. "type": "git",
  10228. "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
  10229. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243"
  10230. },
  10231. "dist": {
  10232. "type": "zip",
  10233. "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/9fb324479acf6f39452e0655d2429cc0d3914243",
  10234. "reference": "9fb324479acf6f39452e0655d2429cc0d3914243",
  10235. "shasum": ""
  10236. },
  10237. "require": {
  10238. "php": ">=5.3",
  10239. "squizlabs/php_codesniffer": "^2.3 || ^3.0.2"
  10240. },
  10241. "conflict": {
  10242. "squizlabs/php_codesniffer": "2.6.2"
  10243. },
  10244. "require-dev": {
  10245. "phpunit/phpunit": "~4.5 || ^5.0 || ^6.0 || ^7.0"
  10246. },
  10247. "suggest": {
  10248. "dealerdirect/phpcodesniffer-composer-installer": "^0.5 || This Composer plugin will sort out the PHPCS 'installed_paths' automatically.",
  10249. "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
  10250. },
  10251. "type": "phpcodesniffer-standard",
  10252. "notification-url": "https://packagist.org/downloads/",
  10253. "license": [
  10254. "LGPL-3.0-or-later"
  10255. ],
  10256. "authors": [
  10257. {
  10258. "name": "Wim Godden",
  10259. "homepage": "https://github.com/wimg",
  10260. "role": "lead"
  10261. },
  10262. {
  10263. "name": "Juliette Reinders Folmer",
  10264. "homepage": "https://github.com/jrfnl",
  10265. "role": "lead"
  10266. },
  10267. {
  10268. "name": "Contributors",
  10269. "homepage": "https://github.com/PHPCompatibility/PHPCompatibility/graphs/contributors"
  10270. }
  10271. ],
  10272. "description": "A set of sniffs for PHP_CodeSniffer that checks for PHP cross-version compatibility.",
  10273. "homepage": "http://techblog.wimgodden.be/tag/codesniffer/",
  10274. "keywords": [
  10275. "compatibility",
  10276. "phpcs",
  10277. "standards"
  10278. ],
  10279. "support": {
  10280. "issues": "https://github.com/PHPCompatibility/PHPCompatibility/issues",
  10281. "source": "https://github.com/PHPCompatibility/PHPCompatibility"
  10282. },
  10283. "time": "2019-12-27T09:44:58+00:00"
  10284. },
  10285. {
  10286. "name": "phpdocumentor/reflection-common",
  10287. "version": "2.2.0",
  10288. "source": {
  10289. "type": "git",
  10290. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  10291. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  10292. },
  10293. "dist": {
  10294. "type": "zip",
  10295. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  10296. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  10297. "shasum": ""
  10298. },
  10299. "require": {
  10300. "php": "^7.2 || ^8.0"
  10301. },
  10302. "type": "library",
  10303. "extra": {
  10304. "branch-alias": {
  10305. "dev-2.x": "2.x-dev"
  10306. }
  10307. },
  10308. "autoload": {
  10309. "psr-4": {
  10310. "phpDocumentor\\Reflection\\": "src/"
  10311. }
  10312. },
  10313. "notification-url": "https://packagist.org/downloads/",
  10314. "license": [
  10315. "MIT"
  10316. ],
  10317. "authors": [
  10318. {
  10319. "name": "Jaap van Otterdijk",
  10320. "email": "opensource@ijaap.nl"
  10321. }
  10322. ],
  10323. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  10324. "homepage": "http://www.phpdoc.org",
  10325. "keywords": [
  10326. "FQSEN",
  10327. "phpDocumentor",
  10328. "phpdoc",
  10329. "reflection",
  10330. "static analysis"
  10331. ],
  10332. "support": {
  10333. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  10334. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  10335. },
  10336. "time": "2020-06-27T09:03:43+00:00"
  10337. },
  10338. {
  10339. "name": "phpdocumentor/reflection-docblock",
  10340. "version": "5.3.0",
  10341. "source": {
  10342. "type": "git",
  10343. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  10344. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  10345. },
  10346. "dist": {
  10347. "type": "zip",
  10348. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  10349. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  10350. "shasum": ""
  10351. },
  10352. "require": {
  10353. "ext-filter": "*",
  10354. "php": "^7.2 || ^8.0",
  10355. "phpdocumentor/reflection-common": "^2.2",
  10356. "phpdocumentor/type-resolver": "^1.3",
  10357. "webmozart/assert": "^1.9.1"
  10358. },
  10359. "require-dev": {
  10360. "mockery/mockery": "~1.3.2",
  10361. "psalm/phar": "^4.8"
  10362. },
  10363. "type": "library",
  10364. "extra": {
  10365. "branch-alias": {
  10366. "dev-master": "5.x-dev"
  10367. }
  10368. },
  10369. "autoload": {
  10370. "psr-4": {
  10371. "phpDocumentor\\Reflection\\": "src"
  10372. }
  10373. },
  10374. "notification-url": "https://packagist.org/downloads/",
  10375. "license": [
  10376. "MIT"
  10377. ],
  10378. "authors": [
  10379. {
  10380. "name": "Mike van Riel",
  10381. "email": "me@mikevanriel.com"
  10382. },
  10383. {
  10384. "name": "Jaap van Otterdijk",
  10385. "email": "account@ijaap.nl"
  10386. }
  10387. ],
  10388. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  10389. "support": {
  10390. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  10391. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  10392. },
  10393. "time": "2021-10-19T17:43:47+00:00"
  10394. },
  10395. {
  10396. "name": "phpdocumentor/type-resolver",
  10397. "version": "1.6.1",
  10398. "source": {
  10399. "type": "git",
  10400. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  10401. "reference": "77a32518733312af16a44300404e945338981de3"
  10402. },
  10403. "dist": {
  10404. "type": "zip",
  10405. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/77a32518733312af16a44300404e945338981de3",
  10406. "reference": "77a32518733312af16a44300404e945338981de3",
  10407. "shasum": ""
  10408. },
  10409. "require": {
  10410. "php": "^7.2 || ^8.0",
  10411. "phpdocumentor/reflection-common": "^2.0"
  10412. },
  10413. "require-dev": {
  10414. "ext-tokenizer": "*",
  10415. "psalm/phar": "^4.8"
  10416. },
  10417. "type": "library",
  10418. "extra": {
  10419. "branch-alias": {
  10420. "dev-1.x": "1.x-dev"
  10421. }
  10422. },
  10423. "autoload": {
  10424. "psr-4": {
  10425. "phpDocumentor\\Reflection\\": "src"
  10426. }
  10427. },
  10428. "notification-url": "https://packagist.org/downloads/",
  10429. "license": [
  10430. "MIT"
  10431. ],
  10432. "authors": [
  10433. {
  10434. "name": "Mike van Riel",
  10435. "email": "me@mikevanriel.com"
  10436. }
  10437. ],
  10438. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  10439. "support": {
  10440. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  10441. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.1"
  10442. },
  10443. "time": "2022-03-15T21:29:03+00:00"
  10444. },
  10445. {
  10446. "name": "phpmd/phpmd",
  10447. "version": "2.12.0",
  10448. "source": {
  10449. "type": "git",
  10450. "url": "https://github.com/phpmd/phpmd.git",
  10451. "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec"
  10452. },
  10453. "dist": {
  10454. "type": "zip",
  10455. "url": "https://api.github.com/repos/phpmd/phpmd/zipball/c0b678ba71902f539c27c14332aa0ddcf14388ec",
  10456. "reference": "c0b678ba71902f539c27c14332aa0ddcf14388ec",
  10457. "shasum": ""
  10458. },
  10459. "require": {
  10460. "composer/xdebug-handler": "^1.0 || ^2.0 || ^3.0",
  10461. "ext-xml": "*",
  10462. "pdepend/pdepend": "^2.10.3",
  10463. "php": ">=5.3.9"
  10464. },
  10465. "require-dev": {
  10466. "easy-doc/easy-doc": "0.0.0 || ^1.3.2",
  10467. "ext-json": "*",
  10468. "ext-simplexml": "*",
  10469. "gregwar/rst": "^1.0",
  10470. "mikey179/vfsstream": "^1.6.8",
  10471. "phpunit/phpunit": "^4.8.36 || ^5.7.27",
  10472. "squizlabs/php_codesniffer": "^2.0"
  10473. },
  10474. "bin": [
  10475. "src/bin/phpmd"
  10476. ],
  10477. "type": "library",
  10478. "autoload": {
  10479. "psr-0": {
  10480. "PHPMD\\": "src/main/php"
  10481. }
  10482. },
  10483. "notification-url": "https://packagist.org/downloads/",
  10484. "license": [
  10485. "BSD-3-Clause"
  10486. ],
  10487. "authors": [
  10488. {
  10489. "name": "Manuel Pichler",
  10490. "email": "github@manuel-pichler.de",
  10491. "homepage": "https://github.com/manuelpichler",
  10492. "role": "Project Founder"
  10493. },
  10494. {
  10495. "name": "Marc Würth",
  10496. "email": "ravage@bluewin.ch",
  10497. "homepage": "https://github.com/ravage84",
  10498. "role": "Project Maintainer"
  10499. },
  10500. {
  10501. "name": "Other contributors",
  10502. "homepage": "https://github.com/phpmd/phpmd/graphs/contributors",
  10503. "role": "Contributors"
  10504. }
  10505. ],
  10506. "description": "PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD.",
  10507. "homepage": "https://phpmd.org/",
  10508. "keywords": [
  10509. "mess detection",
  10510. "mess detector",
  10511. "pdepend",
  10512. "phpmd",
  10513. "pmd"
  10514. ],
  10515. "support": {
  10516. "irc": "irc://irc.freenode.org/phpmd",
  10517. "issues": "https://github.com/phpmd/phpmd/issues",
  10518. "source": "https://github.com/phpmd/phpmd/tree/2.12.0"
  10519. },
  10520. "funding": [
  10521. {
  10522. "url": "https://tidelift.com/funding/github/packagist/phpmd/phpmd",
  10523. "type": "tidelift"
  10524. }
  10525. ],
  10526. "time": "2022-03-24T13:33:01+00:00"
  10527. },
  10528. {
  10529. "name": "phpspec/prophecy",
  10530. "version": "v1.15.0",
  10531. "source": {
  10532. "type": "git",
  10533. "url": "https://github.com/phpspec/prophecy.git",
  10534. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13"
  10535. },
  10536. "dist": {
  10537. "type": "zip",
  10538. "url": "https://api.github.com/repos/phpspec/prophecy/zipball/bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10539. "reference": "bbcd7380b0ebf3961ee21409db7b38bc31d69a13",
  10540. "shasum": ""
  10541. },
  10542. "require": {
  10543. "doctrine/instantiator": "^1.2",
  10544. "php": "^7.2 || ~8.0, <8.2",
  10545. "phpdocumentor/reflection-docblock": "^5.2",
  10546. "sebastian/comparator": "^3.0 || ^4.0",
  10547. "sebastian/recursion-context": "^3.0 || ^4.0"
  10548. },
  10549. "require-dev": {
  10550. "phpspec/phpspec": "^6.0 || ^7.0",
  10551. "phpunit/phpunit": "^8.0 || ^9.0"
  10552. },
  10553. "type": "library",
  10554. "extra": {
  10555. "branch-alias": {
  10556. "dev-master": "1.x-dev"
  10557. }
  10558. },
  10559. "autoload": {
  10560. "psr-4": {
  10561. "Prophecy\\": "src/Prophecy"
  10562. }
  10563. },
  10564. "notification-url": "https://packagist.org/downloads/",
  10565. "license": [
  10566. "MIT"
  10567. ],
  10568. "authors": [
  10569. {
  10570. "name": "Konstantin Kudryashov",
  10571. "email": "ever.zet@gmail.com",
  10572. "homepage": "http://everzet.com"
  10573. },
  10574. {
  10575. "name": "Marcello Duarte",
  10576. "email": "marcello.duarte@gmail.com"
  10577. }
  10578. ],
  10579. "description": "Highly opinionated mocking framework for PHP 5.3+",
  10580. "homepage": "https://github.com/phpspec/prophecy",
  10581. "keywords": [
  10582. "Double",
  10583. "Dummy",
  10584. "fake",
  10585. "mock",
  10586. "spy",
  10587. "stub"
  10588. ],
  10589. "support": {
  10590. "issues": "https://github.com/phpspec/prophecy/issues",
  10591. "source": "https://github.com/phpspec/prophecy/tree/v1.15.0"
  10592. },
  10593. "time": "2021-12-08T12:19:24+00:00"
  10594. },
  10595. {
  10596. "name": "phpstan/phpdoc-parser",
  10597. "version": "1.5.1",
  10598. "source": {
  10599. "type": "git",
  10600. "url": "https://github.com/phpstan/phpdoc-parser.git",
  10601. "reference": "981cc368a216c988e862a75e526b6076987d1b50"
  10602. },
  10603. "dist": {
  10604. "type": "zip",
  10605. "url": "https://api.github.com/repos/phpstan/phpdoc-parser/zipball/981cc368a216c988e862a75e526b6076987d1b50",
  10606. "reference": "981cc368a216c988e862a75e526b6076987d1b50",
  10607. "shasum": ""
  10608. },
  10609. "require": {
  10610. "php": "^7.2 || ^8.0"
  10611. },
  10612. "require-dev": {
  10613. "php-parallel-lint/php-parallel-lint": "^1.2",
  10614. "phpstan/extension-installer": "^1.0",
  10615. "phpstan/phpstan": "^1.5",
  10616. "phpstan/phpstan-strict-rules": "^1.0",
  10617. "phpunit/phpunit": "^9.5",
  10618. "symfony/process": "^5.2"
  10619. },
  10620. "type": "library",
  10621. "autoload": {
  10622. "psr-4": {
  10623. "PHPStan\\PhpDocParser\\": [
  10624. "src/"
  10625. ]
  10626. }
  10627. },
  10628. "notification-url": "https://packagist.org/downloads/",
  10629. "license": [
  10630. "MIT"
  10631. ],
  10632. "description": "PHPDoc parser with support for nullable, intersection and generic types",
  10633. "support": {
  10634. "issues": "https://github.com/phpstan/phpdoc-parser/issues",
  10635. "source": "https://github.com/phpstan/phpdoc-parser/tree/1.5.1"
  10636. },
  10637. "time": "2022-05-05T11:32:40+00:00"
  10638. },
  10639. {
  10640. "name": "phpstan/phpstan",
  10641. "version": "1.7.10",
  10642. "source": {
  10643. "type": "git",
  10644. "url": "https://github.com/phpstan/phpstan.git",
  10645. "reference": "25e069474cf00215b0f64c60a26230908ef3eefa"
  10646. },
  10647. "dist": {
  10648. "type": "zip",
  10649. "url": "https://api.github.com/repos/phpstan/phpstan/zipball/25e069474cf00215b0f64c60a26230908ef3eefa",
  10650. "reference": "25e069474cf00215b0f64c60a26230908ef3eefa",
  10651. "shasum": ""
  10652. },
  10653. "require": {
  10654. "php": "^7.2|^8.0"
  10655. },
  10656. "conflict": {
  10657. "phpstan/phpstan-shim": "*"
  10658. },
  10659. "bin": [
  10660. "phpstan",
  10661. "phpstan.phar"
  10662. ],
  10663. "type": "library",
  10664. "autoload": {
  10665. "files": [
  10666. "bootstrap.php"
  10667. ]
  10668. },
  10669. "notification-url": "https://packagist.org/downloads/",
  10670. "license": [
  10671. "MIT"
  10672. ],
  10673. "description": "PHPStan - PHP Static Analysis Tool",
  10674. "support": {
  10675. "issues": "https://github.com/phpstan/phpstan/issues",
  10676. "source": "https://github.com/phpstan/phpstan/tree/1.7.10"
  10677. },
  10678. "funding": [
  10679. {
  10680. "url": "https://github.com/ondrejmirtes",
  10681. "type": "github"
  10682. },
  10683. {
  10684. "url": "https://github.com/phpstan",
  10685. "type": "github"
  10686. },
  10687. {
  10688. "url": "https://www.patreon.com/phpstan",
  10689. "type": "patreon"
  10690. },
  10691. {
  10692. "url": "https://tidelift.com/funding/github/packagist/phpstan/phpstan",
  10693. "type": "tidelift"
  10694. }
  10695. ],
  10696. "time": "2022-06-03T14:12:23+00:00"
  10697. },
  10698. {
  10699. "name": "phpunit/php-code-coverage",
  10700. "version": "9.2.15",
  10701. "source": {
  10702. "type": "git",
  10703. "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
  10704. "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f"
  10705. },
  10706. "dist": {
  10707. "type": "zip",
  10708. "url": "https://api.github.com/repos/sebastianbergmann/php-code-coverage/zipball/2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
  10709. "reference": "2e9da11878c4202f97915c1cb4bb1ca318a63f5f",
  10710. "shasum": ""
  10711. },
  10712. "require": {
  10713. "ext-dom": "*",
  10714. "ext-libxml": "*",
  10715. "ext-xmlwriter": "*",
  10716. "nikic/php-parser": "^4.13.0",
  10717. "php": ">=7.3",
  10718. "phpunit/php-file-iterator": "^3.0.3",
  10719. "phpunit/php-text-template": "^2.0.2",
  10720. "sebastian/code-unit-reverse-lookup": "^2.0.2",
  10721. "sebastian/complexity": "^2.0",
  10722. "sebastian/environment": "^5.1.2",
  10723. "sebastian/lines-of-code": "^1.0.3",
  10724. "sebastian/version": "^3.0.1",
  10725. "theseer/tokenizer": "^1.2.0"
  10726. },
  10727. "require-dev": {
  10728. "phpunit/phpunit": "^9.3"
  10729. },
  10730. "suggest": {
  10731. "ext-pcov": "*",
  10732. "ext-xdebug": "*"
  10733. },
  10734. "type": "library",
  10735. "extra": {
  10736. "branch-alias": {
  10737. "dev-master": "9.2-dev"
  10738. }
  10739. },
  10740. "autoload": {
  10741. "classmap": [
  10742. "src/"
  10743. ]
  10744. },
  10745. "notification-url": "https://packagist.org/downloads/",
  10746. "license": [
  10747. "BSD-3-Clause"
  10748. ],
  10749. "authors": [
  10750. {
  10751. "name": "Sebastian Bergmann",
  10752. "email": "sebastian@phpunit.de",
  10753. "role": "lead"
  10754. }
  10755. ],
  10756. "description": "Library that provides collection, processing, and rendering functionality for PHP code coverage information.",
  10757. "homepage": "https://github.com/sebastianbergmann/php-code-coverage",
  10758. "keywords": [
  10759. "coverage",
  10760. "testing",
  10761. "xunit"
  10762. ],
  10763. "support": {
  10764. "issues": "https://github.com/sebastianbergmann/php-code-coverage/issues",
  10765. "source": "https://github.com/sebastianbergmann/php-code-coverage/tree/9.2.15"
  10766. },
  10767. "funding": [
  10768. {
  10769. "url": "https://github.com/sebastianbergmann",
  10770. "type": "github"
  10771. }
  10772. ],
  10773. "time": "2022-03-07T09:28:20+00:00"
  10774. },
  10775. {
  10776. "name": "phpunit/php-file-iterator",
  10777. "version": "3.0.6",
  10778. "source": {
  10779. "type": "git",
  10780. "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
  10781. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf"
  10782. },
  10783. "dist": {
  10784. "type": "zip",
  10785. "url": "https://api.github.com/repos/sebastianbergmann/php-file-iterator/zipball/cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  10786. "reference": "cf1c2e7c203ac650e352f4cc675a7021e7d1b3cf",
  10787. "shasum": ""
  10788. },
  10789. "require": {
  10790. "php": ">=7.3"
  10791. },
  10792. "require-dev": {
  10793. "phpunit/phpunit": "^9.3"
  10794. },
  10795. "type": "library",
  10796. "extra": {
  10797. "branch-alias": {
  10798. "dev-master": "3.0-dev"
  10799. }
  10800. },
  10801. "autoload": {
  10802. "classmap": [
  10803. "src/"
  10804. ]
  10805. },
  10806. "notification-url": "https://packagist.org/downloads/",
  10807. "license": [
  10808. "BSD-3-Clause"
  10809. ],
  10810. "authors": [
  10811. {
  10812. "name": "Sebastian Bergmann",
  10813. "email": "sebastian@phpunit.de",
  10814. "role": "lead"
  10815. }
  10816. ],
  10817. "description": "FilterIterator implementation that filters files based on a list of suffixes.",
  10818. "homepage": "https://github.com/sebastianbergmann/php-file-iterator/",
  10819. "keywords": [
  10820. "filesystem",
  10821. "iterator"
  10822. ],
  10823. "support": {
  10824. "issues": "https://github.com/sebastianbergmann/php-file-iterator/issues",
  10825. "source": "https://github.com/sebastianbergmann/php-file-iterator/tree/3.0.6"
  10826. },
  10827. "funding": [
  10828. {
  10829. "url": "https://github.com/sebastianbergmann",
  10830. "type": "github"
  10831. }
  10832. ],
  10833. "time": "2021-12-02T12:48:52+00:00"
  10834. },
  10835. {
  10836. "name": "phpunit/php-invoker",
  10837. "version": "3.1.1",
  10838. "source": {
  10839. "type": "git",
  10840. "url": "https://github.com/sebastianbergmann/php-invoker.git",
  10841. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67"
  10842. },
  10843. "dist": {
  10844. "type": "zip",
  10845. "url": "https://api.github.com/repos/sebastianbergmann/php-invoker/zipball/5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  10846. "reference": "5a10147d0aaf65b58940a0b72f71c9ac0423cc67",
  10847. "shasum": ""
  10848. },
  10849. "require": {
  10850. "php": ">=7.3"
  10851. },
  10852. "require-dev": {
  10853. "ext-pcntl": "*",
  10854. "phpunit/phpunit": "^9.3"
  10855. },
  10856. "suggest": {
  10857. "ext-pcntl": "*"
  10858. },
  10859. "type": "library",
  10860. "extra": {
  10861. "branch-alias": {
  10862. "dev-master": "3.1-dev"
  10863. }
  10864. },
  10865. "autoload": {
  10866. "classmap": [
  10867. "src/"
  10868. ]
  10869. },
  10870. "notification-url": "https://packagist.org/downloads/",
  10871. "license": [
  10872. "BSD-3-Clause"
  10873. ],
  10874. "authors": [
  10875. {
  10876. "name": "Sebastian Bergmann",
  10877. "email": "sebastian@phpunit.de",
  10878. "role": "lead"
  10879. }
  10880. ],
  10881. "description": "Invoke callables with a timeout",
  10882. "homepage": "https://github.com/sebastianbergmann/php-invoker/",
  10883. "keywords": [
  10884. "process"
  10885. ],
  10886. "support": {
  10887. "issues": "https://github.com/sebastianbergmann/php-invoker/issues",
  10888. "source": "https://github.com/sebastianbergmann/php-invoker/tree/3.1.1"
  10889. },
  10890. "funding": [
  10891. {
  10892. "url": "https://github.com/sebastianbergmann",
  10893. "type": "github"
  10894. }
  10895. ],
  10896. "time": "2020-09-28T05:58:55+00:00"
  10897. },
  10898. {
  10899. "name": "phpunit/php-text-template",
  10900. "version": "2.0.4",
  10901. "source": {
  10902. "type": "git",
  10903. "url": "https://github.com/sebastianbergmann/php-text-template.git",
  10904. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28"
  10905. },
  10906. "dist": {
  10907. "type": "zip",
  10908. "url": "https://api.github.com/repos/sebastianbergmann/php-text-template/zipball/5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  10909. "reference": "5da5f67fc95621df9ff4c4e5a84d6a8a2acf7c28",
  10910. "shasum": ""
  10911. },
  10912. "require": {
  10913. "php": ">=7.3"
  10914. },
  10915. "require-dev": {
  10916. "phpunit/phpunit": "^9.3"
  10917. },
  10918. "type": "library",
  10919. "extra": {
  10920. "branch-alias": {
  10921. "dev-master": "2.0-dev"
  10922. }
  10923. },
  10924. "autoload": {
  10925. "classmap": [
  10926. "src/"
  10927. ]
  10928. },
  10929. "notification-url": "https://packagist.org/downloads/",
  10930. "license": [
  10931. "BSD-3-Clause"
  10932. ],
  10933. "authors": [
  10934. {
  10935. "name": "Sebastian Bergmann",
  10936. "email": "sebastian@phpunit.de",
  10937. "role": "lead"
  10938. }
  10939. ],
  10940. "description": "Simple template engine.",
  10941. "homepage": "https://github.com/sebastianbergmann/php-text-template/",
  10942. "keywords": [
  10943. "template"
  10944. ],
  10945. "support": {
  10946. "issues": "https://github.com/sebastianbergmann/php-text-template/issues",
  10947. "source": "https://github.com/sebastianbergmann/php-text-template/tree/2.0.4"
  10948. },
  10949. "funding": [
  10950. {
  10951. "url": "https://github.com/sebastianbergmann",
  10952. "type": "github"
  10953. }
  10954. ],
  10955. "time": "2020-10-26T05:33:50+00:00"
  10956. },
  10957. {
  10958. "name": "phpunit/php-timer",
  10959. "version": "5.0.3",
  10960. "source": {
  10961. "type": "git",
  10962. "url": "https://github.com/sebastianbergmann/php-timer.git",
  10963. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2"
  10964. },
  10965. "dist": {
  10966. "type": "zip",
  10967. "url": "https://api.github.com/repos/sebastianbergmann/php-timer/zipball/5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  10968. "reference": "5a63ce20ed1b5bf577850e2c4e87f4aa902afbd2",
  10969. "shasum": ""
  10970. },
  10971. "require": {
  10972. "php": ">=7.3"
  10973. },
  10974. "require-dev": {
  10975. "phpunit/phpunit": "^9.3"
  10976. },
  10977. "type": "library",
  10978. "extra": {
  10979. "branch-alias": {
  10980. "dev-master": "5.0-dev"
  10981. }
  10982. },
  10983. "autoload": {
  10984. "classmap": [
  10985. "src/"
  10986. ]
  10987. },
  10988. "notification-url": "https://packagist.org/downloads/",
  10989. "license": [
  10990. "BSD-3-Clause"
  10991. ],
  10992. "authors": [
  10993. {
  10994. "name": "Sebastian Bergmann",
  10995. "email": "sebastian@phpunit.de",
  10996. "role": "lead"
  10997. }
  10998. ],
  10999. "description": "Utility class for timing",
  11000. "homepage": "https://github.com/sebastianbergmann/php-timer/",
  11001. "keywords": [
  11002. "timer"
  11003. ],
  11004. "support": {
  11005. "issues": "https://github.com/sebastianbergmann/php-timer/issues",
  11006. "source": "https://github.com/sebastianbergmann/php-timer/tree/5.0.3"
  11007. },
  11008. "funding": [
  11009. {
  11010. "url": "https://github.com/sebastianbergmann",
  11011. "type": "github"
  11012. }
  11013. ],
  11014. "time": "2020-10-26T13:16:10+00:00"
  11015. },
  11016. {
  11017. "name": "phpunit/phpunit",
  11018. "version": "9.5.20",
  11019. "source": {
  11020. "type": "git",
  11021. "url": "https://github.com/sebastianbergmann/phpunit.git",
  11022. "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba"
  11023. },
  11024. "dist": {
  11025. "type": "zip",
  11026. "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/12bc8879fb65aef2138b26fc633cb1e3620cffba",
  11027. "reference": "12bc8879fb65aef2138b26fc633cb1e3620cffba",
  11028. "shasum": ""
  11029. },
  11030. "require": {
  11031. "doctrine/instantiator": "^1.3.1",
  11032. "ext-dom": "*",
  11033. "ext-json": "*",
  11034. "ext-libxml": "*",
  11035. "ext-mbstring": "*",
  11036. "ext-xml": "*",
  11037. "ext-xmlwriter": "*",
  11038. "myclabs/deep-copy": "^1.10.1",
  11039. "phar-io/manifest": "^2.0.3",
  11040. "phar-io/version": "^3.0.2",
  11041. "php": ">=7.3",
  11042. "phpspec/prophecy": "^1.12.1",
  11043. "phpunit/php-code-coverage": "^9.2.13",
  11044. "phpunit/php-file-iterator": "^3.0.5",
  11045. "phpunit/php-invoker": "^3.1.1",
  11046. "phpunit/php-text-template": "^2.0.3",
  11047. "phpunit/php-timer": "^5.0.2",
  11048. "sebastian/cli-parser": "^1.0.1",
  11049. "sebastian/code-unit": "^1.0.6",
  11050. "sebastian/comparator": "^4.0.5",
  11051. "sebastian/diff": "^4.0.3",
  11052. "sebastian/environment": "^5.1.3",
  11053. "sebastian/exporter": "^4.0.3",
  11054. "sebastian/global-state": "^5.0.1",
  11055. "sebastian/object-enumerator": "^4.0.3",
  11056. "sebastian/resource-operations": "^3.0.3",
  11057. "sebastian/type": "^3.0",
  11058. "sebastian/version": "^3.0.2"
  11059. },
  11060. "require-dev": {
  11061. "ext-pdo": "*",
  11062. "phpspec/prophecy-phpunit": "^2.0.1"
  11063. },
  11064. "suggest": {
  11065. "ext-soap": "*",
  11066. "ext-xdebug": "*"
  11067. },
  11068. "bin": [
  11069. "phpunit"
  11070. ],
  11071. "type": "library",
  11072. "extra": {
  11073. "branch-alias": {
  11074. "dev-master": "9.5-dev"
  11075. }
  11076. },
  11077. "autoload": {
  11078. "files": [
  11079. "src/Framework/Assert/Functions.php"
  11080. ],
  11081. "classmap": [
  11082. "src/"
  11083. ]
  11084. },
  11085. "notification-url": "https://packagist.org/downloads/",
  11086. "license": [
  11087. "BSD-3-Clause"
  11088. ],
  11089. "authors": [
  11090. {
  11091. "name": "Sebastian Bergmann",
  11092. "email": "sebastian@phpunit.de",
  11093. "role": "lead"
  11094. }
  11095. ],
  11096. "description": "The PHP Unit Testing framework.",
  11097. "homepage": "https://phpunit.de/",
  11098. "keywords": [
  11099. "phpunit",
  11100. "testing",
  11101. "xunit"
  11102. ],
  11103. "support": {
  11104. "issues": "https://github.com/sebastianbergmann/phpunit/issues",
  11105. "source": "https://github.com/sebastianbergmann/phpunit/tree/9.5.20"
  11106. },
  11107. "funding": [
  11108. {
  11109. "url": "https://phpunit.de/sponsors.html",
  11110. "type": "custom"
  11111. },
  11112. {
  11113. "url": "https://github.com/sebastianbergmann",
  11114. "type": "github"
  11115. }
  11116. ],
  11117. "time": "2022-04-01T12:37:26+00:00"
  11118. },
  11119. {
  11120. "name": "psr/cache",
  11121. "version": "1.0.1",
  11122. "source": {
  11123. "type": "git",
  11124. "url": "https://github.com/php-fig/cache.git",
  11125. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8"
  11126. },
  11127. "dist": {
  11128. "type": "zip",
  11129. "url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf8",
  11130. "reference": "d11b50ad223250cf17b86e38383413f5a6764bf8",
  11131. "shasum": ""
  11132. },
  11133. "require": {
  11134. "php": ">=5.3.0"
  11135. },
  11136. "type": "library",
  11137. "extra": {
  11138. "branch-alias": {
  11139. "dev-master": "1.0.x-dev"
  11140. }
  11141. },
  11142. "autoload": {
  11143. "psr-4": {
  11144. "Psr\\Cache\\": "src/"
  11145. }
  11146. },
  11147. "notification-url": "https://packagist.org/downloads/",
  11148. "license": [
  11149. "MIT"
  11150. ],
  11151. "authors": [
  11152. {
  11153. "name": "PHP-FIG",
  11154. "homepage": "http://www.php-fig.org/"
  11155. }
  11156. ],
  11157. "description": "Common interface for caching libraries",
  11158. "keywords": [
  11159. "cache",
  11160. "psr",
  11161. "psr-6"
  11162. ],
  11163. "support": {
  11164. "source": "https://github.com/php-fig/cache/tree/master"
  11165. },
  11166. "time": "2016-08-06T20:24:11+00:00"
  11167. },
  11168. {
  11169. "name": "rector/rector",
  11170. "version": "0.13.4",
  11171. "source": {
  11172. "type": "git",
  11173. "url": "https://github.com/rectorphp/rector.git",
  11174. "reference": "60b4f87a94e7ed17d4494982ba0cfb5a3f2845fd"
  11175. },
  11176. "dist": {
  11177. "type": "zip",
  11178. "url": "https://api.github.com/repos/rectorphp/rector/zipball/60b4f87a94e7ed17d4494982ba0cfb5a3f2845fd",
  11179. "reference": "60b4f87a94e7ed17d4494982ba0cfb5a3f2845fd",
  11180. "shasum": ""
  11181. },
  11182. "require": {
  11183. "php": "^7.2|^8.0",
  11184. "phpstan/phpstan": "^1.7.10"
  11185. },
  11186. "conflict": {
  11187. "phpstan/phpdoc-parser": "<1.2",
  11188. "rector/rector-cakephp": "*",
  11189. "rector/rector-doctrine": "*",
  11190. "rector/rector-laravel": "*",
  11191. "rector/rector-nette": "*",
  11192. "rector/rector-phpoffice": "*",
  11193. "rector/rector-phpunit": "*",
  11194. "rector/rector-prefixed": "*",
  11195. "rector/rector-symfony": "*"
  11196. },
  11197. "bin": [
  11198. "bin/rector"
  11199. ],
  11200. "type": "library",
  11201. "extra": {
  11202. "branch-alias": {
  11203. "dev-main": "0.13-dev"
  11204. }
  11205. },
  11206. "autoload": {
  11207. "files": [
  11208. "bootstrap.php"
  11209. ]
  11210. },
  11211. "notification-url": "https://packagist.org/downloads/",
  11212. "license": [
  11213. "MIT"
  11214. ],
  11215. "description": "Instant Upgrade and Automated Refactoring of any PHP code",
  11216. "support": {
  11217. "issues": "https://github.com/rectorphp/rector/issues",
  11218. "source": "https://github.com/rectorphp/rector/tree/0.13.4"
  11219. },
  11220. "funding": [
  11221. {
  11222. "url": "https://github.com/tomasvotruba",
  11223. "type": "github"
  11224. }
  11225. ],
  11226. "time": "2022-06-04T08:19:56+00:00"
  11227. },
  11228. {
  11229. "name": "sebastian/cli-parser",
  11230. "version": "1.0.1",
  11231. "source": {
  11232. "type": "git",
  11233. "url": "https://github.com/sebastianbergmann/cli-parser.git",
  11234. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2"
  11235. },
  11236. "dist": {
  11237. "type": "zip",
  11238. "url": "https://api.github.com/repos/sebastianbergmann/cli-parser/zipball/442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  11239. "reference": "442e7c7e687e42adc03470c7b668bc4b2402c0b2",
  11240. "shasum": ""
  11241. },
  11242. "require": {
  11243. "php": ">=7.3"
  11244. },
  11245. "require-dev": {
  11246. "phpunit/phpunit": "^9.3"
  11247. },
  11248. "type": "library",
  11249. "extra": {
  11250. "branch-alias": {
  11251. "dev-master": "1.0-dev"
  11252. }
  11253. },
  11254. "autoload": {
  11255. "classmap": [
  11256. "src/"
  11257. ]
  11258. },
  11259. "notification-url": "https://packagist.org/downloads/",
  11260. "license": [
  11261. "BSD-3-Clause"
  11262. ],
  11263. "authors": [
  11264. {
  11265. "name": "Sebastian Bergmann",
  11266. "email": "sebastian@phpunit.de",
  11267. "role": "lead"
  11268. }
  11269. ],
  11270. "description": "Library for parsing CLI options",
  11271. "homepage": "https://github.com/sebastianbergmann/cli-parser",
  11272. "support": {
  11273. "issues": "https://github.com/sebastianbergmann/cli-parser/issues",
  11274. "source": "https://github.com/sebastianbergmann/cli-parser/tree/1.0.1"
  11275. },
  11276. "funding": [
  11277. {
  11278. "url": "https://github.com/sebastianbergmann",
  11279. "type": "github"
  11280. }
  11281. ],
  11282. "time": "2020-09-28T06:08:49+00:00"
  11283. },
  11284. {
  11285. "name": "sebastian/code-unit",
  11286. "version": "1.0.8",
  11287. "source": {
  11288. "type": "git",
  11289. "url": "https://github.com/sebastianbergmann/code-unit.git",
  11290. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120"
  11291. },
  11292. "dist": {
  11293. "type": "zip",
  11294. "url": "https://api.github.com/repos/sebastianbergmann/code-unit/zipball/1fc9f64c0927627ef78ba436c9b17d967e68e120",
  11295. "reference": "1fc9f64c0927627ef78ba436c9b17d967e68e120",
  11296. "shasum": ""
  11297. },
  11298. "require": {
  11299. "php": ">=7.3"
  11300. },
  11301. "require-dev": {
  11302. "phpunit/phpunit": "^9.3"
  11303. },
  11304. "type": "library",
  11305. "extra": {
  11306. "branch-alias": {
  11307. "dev-master": "1.0-dev"
  11308. }
  11309. },
  11310. "autoload": {
  11311. "classmap": [
  11312. "src/"
  11313. ]
  11314. },
  11315. "notification-url": "https://packagist.org/downloads/",
  11316. "license": [
  11317. "BSD-3-Clause"
  11318. ],
  11319. "authors": [
  11320. {
  11321. "name": "Sebastian Bergmann",
  11322. "email": "sebastian@phpunit.de",
  11323. "role": "lead"
  11324. }
  11325. ],
  11326. "description": "Collection of value objects that represent the PHP code units",
  11327. "homepage": "https://github.com/sebastianbergmann/code-unit",
  11328. "support": {
  11329. "issues": "https://github.com/sebastianbergmann/code-unit/issues",
  11330. "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
  11331. },
  11332. "funding": [
  11333. {
  11334. "url": "https://github.com/sebastianbergmann",
  11335. "type": "github"
  11336. }
  11337. ],
  11338. "time": "2020-10-26T13:08:54+00:00"
  11339. },
  11340. {
  11341. "name": "sebastian/code-unit-reverse-lookup",
  11342. "version": "2.0.3",
  11343. "source": {
  11344. "type": "git",
  11345. "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
  11346. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5"
  11347. },
  11348. "dist": {
  11349. "type": "zip",
  11350. "url": "https://api.github.com/repos/sebastianbergmann/code-unit-reverse-lookup/zipball/ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  11351. "reference": "ac91f01ccec49fb77bdc6fd1e548bc70f7faa3e5",
  11352. "shasum": ""
  11353. },
  11354. "require": {
  11355. "php": ">=7.3"
  11356. },
  11357. "require-dev": {
  11358. "phpunit/phpunit": "^9.3"
  11359. },
  11360. "type": "library",
  11361. "extra": {
  11362. "branch-alias": {
  11363. "dev-master": "2.0-dev"
  11364. }
  11365. },
  11366. "autoload": {
  11367. "classmap": [
  11368. "src/"
  11369. ]
  11370. },
  11371. "notification-url": "https://packagist.org/downloads/",
  11372. "license": [
  11373. "BSD-3-Clause"
  11374. ],
  11375. "authors": [
  11376. {
  11377. "name": "Sebastian Bergmann",
  11378. "email": "sebastian@phpunit.de"
  11379. }
  11380. ],
  11381. "description": "Looks up which function or method a line of code belongs to",
  11382. "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
  11383. "support": {
  11384. "issues": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/issues",
  11385. "source": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/tree/2.0.3"
  11386. },
  11387. "funding": [
  11388. {
  11389. "url": "https://github.com/sebastianbergmann",
  11390. "type": "github"
  11391. }
  11392. ],
  11393. "time": "2020-09-28T05:30:19+00:00"
  11394. },
  11395. {
  11396. "name": "sebastian/comparator",
  11397. "version": "4.0.6",
  11398. "source": {
  11399. "type": "git",
  11400. "url": "https://github.com/sebastianbergmann/comparator.git",
  11401. "reference": "55f4261989e546dc112258c7a75935a81a7ce382"
  11402. },
  11403. "dist": {
  11404. "type": "zip",
  11405. "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/55f4261989e546dc112258c7a75935a81a7ce382",
  11406. "reference": "55f4261989e546dc112258c7a75935a81a7ce382",
  11407. "shasum": ""
  11408. },
  11409. "require": {
  11410. "php": ">=7.3",
  11411. "sebastian/diff": "^4.0",
  11412. "sebastian/exporter": "^4.0"
  11413. },
  11414. "require-dev": {
  11415. "phpunit/phpunit": "^9.3"
  11416. },
  11417. "type": "library",
  11418. "extra": {
  11419. "branch-alias": {
  11420. "dev-master": "4.0-dev"
  11421. }
  11422. },
  11423. "autoload": {
  11424. "classmap": [
  11425. "src/"
  11426. ]
  11427. },
  11428. "notification-url": "https://packagist.org/downloads/",
  11429. "license": [
  11430. "BSD-3-Clause"
  11431. ],
  11432. "authors": [
  11433. {
  11434. "name": "Sebastian Bergmann",
  11435. "email": "sebastian@phpunit.de"
  11436. },
  11437. {
  11438. "name": "Jeff Welch",
  11439. "email": "whatthejeff@gmail.com"
  11440. },
  11441. {
  11442. "name": "Volker Dusch",
  11443. "email": "github@wallbash.com"
  11444. },
  11445. {
  11446. "name": "Bernhard Schussek",
  11447. "email": "bschussek@2bepublished.at"
  11448. }
  11449. ],
  11450. "description": "Provides the functionality to compare PHP values for equality",
  11451. "homepage": "https://github.com/sebastianbergmann/comparator",
  11452. "keywords": [
  11453. "comparator",
  11454. "compare",
  11455. "equality"
  11456. ],
  11457. "support": {
  11458. "issues": "https://github.com/sebastianbergmann/comparator/issues",
  11459. "source": "https://github.com/sebastianbergmann/comparator/tree/4.0.6"
  11460. },
  11461. "funding": [
  11462. {
  11463. "url": "https://github.com/sebastianbergmann",
  11464. "type": "github"
  11465. }
  11466. ],
  11467. "time": "2020-10-26T15:49:45+00:00"
  11468. },
  11469. {
  11470. "name": "sebastian/complexity",
  11471. "version": "2.0.2",
  11472. "source": {
  11473. "type": "git",
  11474. "url": "https://github.com/sebastianbergmann/complexity.git",
  11475. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88"
  11476. },
  11477. "dist": {
  11478. "type": "zip",
  11479. "url": "https://api.github.com/repos/sebastianbergmann/complexity/zipball/739b35e53379900cc9ac327b2147867b8b6efd88",
  11480. "reference": "739b35e53379900cc9ac327b2147867b8b6efd88",
  11481. "shasum": ""
  11482. },
  11483. "require": {
  11484. "nikic/php-parser": "^4.7",
  11485. "php": ">=7.3"
  11486. },
  11487. "require-dev": {
  11488. "phpunit/phpunit": "^9.3"
  11489. },
  11490. "type": "library",
  11491. "extra": {
  11492. "branch-alias": {
  11493. "dev-master": "2.0-dev"
  11494. }
  11495. },
  11496. "autoload": {
  11497. "classmap": [
  11498. "src/"
  11499. ]
  11500. },
  11501. "notification-url": "https://packagist.org/downloads/",
  11502. "license": [
  11503. "BSD-3-Clause"
  11504. ],
  11505. "authors": [
  11506. {
  11507. "name": "Sebastian Bergmann",
  11508. "email": "sebastian@phpunit.de",
  11509. "role": "lead"
  11510. }
  11511. ],
  11512. "description": "Library for calculating the complexity of PHP code units",
  11513. "homepage": "https://github.com/sebastianbergmann/complexity",
  11514. "support": {
  11515. "issues": "https://github.com/sebastianbergmann/complexity/issues",
  11516. "source": "https://github.com/sebastianbergmann/complexity/tree/2.0.2"
  11517. },
  11518. "funding": [
  11519. {
  11520. "url": "https://github.com/sebastianbergmann",
  11521. "type": "github"
  11522. }
  11523. ],
  11524. "time": "2020-10-26T15:52:27+00:00"
  11525. },
  11526. {
  11527. "name": "sebastian/diff",
  11528. "version": "4.0.4",
  11529. "source": {
  11530. "type": "git",
  11531. "url": "https://github.com/sebastianbergmann/diff.git",
  11532. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d"
  11533. },
  11534. "dist": {
  11535. "type": "zip",
  11536. "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  11537. "reference": "3461e3fccc7cfdfc2720be910d3bd73c69be590d",
  11538. "shasum": ""
  11539. },
  11540. "require": {
  11541. "php": ">=7.3"
  11542. },
  11543. "require-dev": {
  11544. "phpunit/phpunit": "^9.3",
  11545. "symfony/process": "^4.2 || ^5"
  11546. },
  11547. "type": "library",
  11548. "extra": {
  11549. "branch-alias": {
  11550. "dev-master": "4.0-dev"
  11551. }
  11552. },
  11553. "autoload": {
  11554. "classmap": [
  11555. "src/"
  11556. ]
  11557. },
  11558. "notification-url": "https://packagist.org/downloads/",
  11559. "license": [
  11560. "BSD-3-Clause"
  11561. ],
  11562. "authors": [
  11563. {
  11564. "name": "Sebastian Bergmann",
  11565. "email": "sebastian@phpunit.de"
  11566. },
  11567. {
  11568. "name": "Kore Nordmann",
  11569. "email": "mail@kore-nordmann.de"
  11570. }
  11571. ],
  11572. "description": "Diff implementation",
  11573. "homepage": "https://github.com/sebastianbergmann/diff",
  11574. "keywords": [
  11575. "diff",
  11576. "udiff",
  11577. "unidiff",
  11578. "unified diff"
  11579. ],
  11580. "support": {
  11581. "issues": "https://github.com/sebastianbergmann/diff/issues",
  11582. "source": "https://github.com/sebastianbergmann/diff/tree/4.0.4"
  11583. },
  11584. "funding": [
  11585. {
  11586. "url": "https://github.com/sebastianbergmann",
  11587. "type": "github"
  11588. }
  11589. ],
  11590. "time": "2020-10-26T13:10:38+00:00"
  11591. },
  11592. {
  11593. "name": "sebastian/environment",
  11594. "version": "5.1.4",
  11595. "source": {
  11596. "type": "git",
  11597. "url": "https://github.com/sebastianbergmann/environment.git",
  11598. "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7"
  11599. },
  11600. "dist": {
  11601. "type": "zip",
  11602. "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/1b5dff7bb151a4db11d49d90e5408e4e938270f7",
  11603. "reference": "1b5dff7bb151a4db11d49d90e5408e4e938270f7",
  11604. "shasum": ""
  11605. },
  11606. "require": {
  11607. "php": ">=7.3"
  11608. },
  11609. "require-dev": {
  11610. "phpunit/phpunit": "^9.3"
  11611. },
  11612. "suggest": {
  11613. "ext-posix": "*"
  11614. },
  11615. "type": "library",
  11616. "extra": {
  11617. "branch-alias": {
  11618. "dev-master": "5.1-dev"
  11619. }
  11620. },
  11621. "autoload": {
  11622. "classmap": [
  11623. "src/"
  11624. ]
  11625. },
  11626. "notification-url": "https://packagist.org/downloads/",
  11627. "license": [
  11628. "BSD-3-Clause"
  11629. ],
  11630. "authors": [
  11631. {
  11632. "name": "Sebastian Bergmann",
  11633. "email": "sebastian@phpunit.de"
  11634. }
  11635. ],
  11636. "description": "Provides functionality to handle HHVM/PHP environments",
  11637. "homepage": "http://www.github.com/sebastianbergmann/environment",
  11638. "keywords": [
  11639. "Xdebug",
  11640. "environment",
  11641. "hhvm"
  11642. ],
  11643. "support": {
  11644. "issues": "https://github.com/sebastianbergmann/environment/issues",
  11645. "source": "https://github.com/sebastianbergmann/environment/tree/5.1.4"
  11646. },
  11647. "funding": [
  11648. {
  11649. "url": "https://github.com/sebastianbergmann",
  11650. "type": "github"
  11651. }
  11652. ],
  11653. "time": "2022-04-03T09:37:03+00:00"
  11654. },
  11655. {
  11656. "name": "sebastian/exporter",
  11657. "version": "4.0.4",
  11658. "source": {
  11659. "type": "git",
  11660. "url": "https://github.com/sebastianbergmann/exporter.git",
  11661. "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9"
  11662. },
  11663. "dist": {
  11664. "type": "zip",
  11665. "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/65e8b7db476c5dd267e65eea9cab77584d3cfff9",
  11666. "reference": "65e8b7db476c5dd267e65eea9cab77584d3cfff9",
  11667. "shasum": ""
  11668. },
  11669. "require": {
  11670. "php": ">=7.3",
  11671. "sebastian/recursion-context": "^4.0"
  11672. },
  11673. "require-dev": {
  11674. "ext-mbstring": "*",
  11675. "phpunit/phpunit": "^9.3"
  11676. },
  11677. "type": "library",
  11678. "extra": {
  11679. "branch-alias": {
  11680. "dev-master": "4.0-dev"
  11681. }
  11682. },
  11683. "autoload": {
  11684. "classmap": [
  11685. "src/"
  11686. ]
  11687. },
  11688. "notification-url": "https://packagist.org/downloads/",
  11689. "license": [
  11690. "BSD-3-Clause"
  11691. ],
  11692. "authors": [
  11693. {
  11694. "name": "Sebastian Bergmann",
  11695. "email": "sebastian@phpunit.de"
  11696. },
  11697. {
  11698. "name": "Jeff Welch",
  11699. "email": "whatthejeff@gmail.com"
  11700. },
  11701. {
  11702. "name": "Volker Dusch",
  11703. "email": "github@wallbash.com"
  11704. },
  11705. {
  11706. "name": "Adam Harvey",
  11707. "email": "aharvey@php.net"
  11708. },
  11709. {
  11710. "name": "Bernhard Schussek",
  11711. "email": "bschussek@gmail.com"
  11712. }
  11713. ],
  11714. "description": "Provides the functionality to export PHP variables for visualization",
  11715. "homepage": "https://www.github.com/sebastianbergmann/exporter",
  11716. "keywords": [
  11717. "export",
  11718. "exporter"
  11719. ],
  11720. "support": {
  11721. "issues": "https://github.com/sebastianbergmann/exporter/issues",
  11722. "source": "https://github.com/sebastianbergmann/exporter/tree/4.0.4"
  11723. },
  11724. "funding": [
  11725. {
  11726. "url": "https://github.com/sebastianbergmann",
  11727. "type": "github"
  11728. }
  11729. ],
  11730. "time": "2021-11-11T14:18:36+00:00"
  11731. },
  11732. {
  11733. "name": "sebastian/global-state",
  11734. "version": "5.0.5",
  11735. "source": {
  11736. "type": "git",
  11737. "url": "https://github.com/sebastianbergmann/global-state.git",
  11738. "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2"
  11739. },
  11740. "dist": {
  11741. "type": "zip",
  11742. "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/0ca8db5a5fc9c8646244e629625ac486fa286bf2",
  11743. "reference": "0ca8db5a5fc9c8646244e629625ac486fa286bf2",
  11744. "shasum": ""
  11745. },
  11746. "require": {
  11747. "php": ">=7.3",
  11748. "sebastian/object-reflector": "^2.0",
  11749. "sebastian/recursion-context": "^4.0"
  11750. },
  11751. "require-dev": {
  11752. "ext-dom": "*",
  11753. "phpunit/phpunit": "^9.3"
  11754. },
  11755. "suggest": {
  11756. "ext-uopz": "*"
  11757. },
  11758. "type": "library",
  11759. "extra": {
  11760. "branch-alias": {
  11761. "dev-master": "5.0-dev"
  11762. }
  11763. },
  11764. "autoload": {
  11765. "classmap": [
  11766. "src/"
  11767. ]
  11768. },
  11769. "notification-url": "https://packagist.org/downloads/",
  11770. "license": [
  11771. "BSD-3-Clause"
  11772. ],
  11773. "authors": [
  11774. {
  11775. "name": "Sebastian Bergmann",
  11776. "email": "sebastian@phpunit.de"
  11777. }
  11778. ],
  11779. "description": "Snapshotting of global state",
  11780. "homepage": "http://www.github.com/sebastianbergmann/global-state",
  11781. "keywords": [
  11782. "global state"
  11783. ],
  11784. "support": {
  11785. "issues": "https://github.com/sebastianbergmann/global-state/issues",
  11786. "source": "https://github.com/sebastianbergmann/global-state/tree/5.0.5"
  11787. },
  11788. "funding": [
  11789. {
  11790. "url": "https://github.com/sebastianbergmann",
  11791. "type": "github"
  11792. }
  11793. ],
  11794. "time": "2022-02-14T08:28:10+00:00"
  11795. },
  11796. {
  11797. "name": "sebastian/lines-of-code",
  11798. "version": "1.0.3",
  11799. "source": {
  11800. "type": "git",
  11801. "url": "https://github.com/sebastianbergmann/lines-of-code.git",
  11802. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc"
  11803. },
  11804. "dist": {
  11805. "type": "zip",
  11806. "url": "https://api.github.com/repos/sebastianbergmann/lines-of-code/zipball/c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  11807. "reference": "c1c2e997aa3146983ed888ad08b15470a2e22ecc",
  11808. "shasum": ""
  11809. },
  11810. "require": {
  11811. "nikic/php-parser": "^4.6",
  11812. "php": ">=7.3"
  11813. },
  11814. "require-dev": {
  11815. "phpunit/phpunit": "^9.3"
  11816. },
  11817. "type": "library",
  11818. "extra": {
  11819. "branch-alias": {
  11820. "dev-master": "1.0-dev"
  11821. }
  11822. },
  11823. "autoload": {
  11824. "classmap": [
  11825. "src/"
  11826. ]
  11827. },
  11828. "notification-url": "https://packagist.org/downloads/",
  11829. "license": [
  11830. "BSD-3-Clause"
  11831. ],
  11832. "authors": [
  11833. {
  11834. "name": "Sebastian Bergmann",
  11835. "email": "sebastian@phpunit.de",
  11836. "role": "lead"
  11837. }
  11838. ],
  11839. "description": "Library for counting the lines of code in PHP source code",
  11840. "homepage": "https://github.com/sebastianbergmann/lines-of-code",
  11841. "support": {
  11842. "issues": "https://github.com/sebastianbergmann/lines-of-code/issues",
  11843. "source": "https://github.com/sebastianbergmann/lines-of-code/tree/1.0.3"
  11844. },
  11845. "funding": [
  11846. {
  11847. "url": "https://github.com/sebastianbergmann",
  11848. "type": "github"
  11849. }
  11850. ],
  11851. "time": "2020-11-28T06:42:11+00:00"
  11852. },
  11853. {
  11854. "name": "sebastian/object-enumerator",
  11855. "version": "4.0.4",
  11856. "source": {
  11857. "type": "git",
  11858. "url": "https://github.com/sebastianbergmann/object-enumerator.git",
  11859. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71"
  11860. },
  11861. "dist": {
  11862. "type": "zip",
  11863. "url": "https://api.github.com/repos/sebastianbergmann/object-enumerator/zipball/5c9eeac41b290a3712d88851518825ad78f45c71",
  11864. "reference": "5c9eeac41b290a3712d88851518825ad78f45c71",
  11865. "shasum": ""
  11866. },
  11867. "require": {
  11868. "php": ">=7.3",
  11869. "sebastian/object-reflector": "^2.0",
  11870. "sebastian/recursion-context": "^4.0"
  11871. },
  11872. "require-dev": {
  11873. "phpunit/phpunit": "^9.3"
  11874. },
  11875. "type": "library",
  11876. "extra": {
  11877. "branch-alias": {
  11878. "dev-master": "4.0-dev"
  11879. }
  11880. },
  11881. "autoload": {
  11882. "classmap": [
  11883. "src/"
  11884. ]
  11885. },
  11886. "notification-url": "https://packagist.org/downloads/",
  11887. "license": [
  11888. "BSD-3-Clause"
  11889. ],
  11890. "authors": [
  11891. {
  11892. "name": "Sebastian Bergmann",
  11893. "email": "sebastian@phpunit.de"
  11894. }
  11895. ],
  11896. "description": "Traverses array structures and object graphs to enumerate all referenced objects",
  11897. "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
  11898. "support": {
  11899. "issues": "https://github.com/sebastianbergmann/object-enumerator/issues",
  11900. "source": "https://github.com/sebastianbergmann/object-enumerator/tree/4.0.4"
  11901. },
  11902. "funding": [
  11903. {
  11904. "url": "https://github.com/sebastianbergmann",
  11905. "type": "github"
  11906. }
  11907. ],
  11908. "time": "2020-10-26T13:12:34+00:00"
  11909. },
  11910. {
  11911. "name": "sebastian/object-reflector",
  11912. "version": "2.0.4",
  11913. "source": {
  11914. "type": "git",
  11915. "url": "https://github.com/sebastianbergmann/object-reflector.git",
  11916. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7"
  11917. },
  11918. "dist": {
  11919. "type": "zip",
  11920. "url": "https://api.github.com/repos/sebastianbergmann/object-reflector/zipball/b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  11921. "reference": "b4f479ebdbf63ac605d183ece17d8d7fe49c15c7",
  11922. "shasum": ""
  11923. },
  11924. "require": {
  11925. "php": ">=7.3"
  11926. },
  11927. "require-dev": {
  11928. "phpunit/phpunit": "^9.3"
  11929. },
  11930. "type": "library",
  11931. "extra": {
  11932. "branch-alias": {
  11933. "dev-master": "2.0-dev"
  11934. }
  11935. },
  11936. "autoload": {
  11937. "classmap": [
  11938. "src/"
  11939. ]
  11940. },
  11941. "notification-url": "https://packagist.org/downloads/",
  11942. "license": [
  11943. "BSD-3-Clause"
  11944. ],
  11945. "authors": [
  11946. {
  11947. "name": "Sebastian Bergmann",
  11948. "email": "sebastian@phpunit.de"
  11949. }
  11950. ],
  11951. "description": "Allows reflection of object attributes, including inherited and non-public ones",
  11952. "homepage": "https://github.com/sebastianbergmann/object-reflector/",
  11953. "support": {
  11954. "issues": "https://github.com/sebastianbergmann/object-reflector/issues",
  11955. "source": "https://github.com/sebastianbergmann/object-reflector/tree/2.0.4"
  11956. },
  11957. "funding": [
  11958. {
  11959. "url": "https://github.com/sebastianbergmann",
  11960. "type": "github"
  11961. }
  11962. ],
  11963. "time": "2020-10-26T13:14:26+00:00"
  11964. },
  11965. {
  11966. "name": "sebastian/phpcpd",
  11967. "version": "6.0.3",
  11968. "source": {
  11969. "type": "git",
  11970. "url": "https://github.com/sebastianbergmann/phpcpd.git",
  11971. "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176"
  11972. },
  11973. "dist": {
  11974. "type": "zip",
  11975. "url": "https://api.github.com/repos/sebastianbergmann/phpcpd/zipball/f3683aa0db2e8e09287c2bb33a595b2873ea9176",
  11976. "reference": "f3683aa0db2e8e09287c2bb33a595b2873ea9176",
  11977. "shasum": ""
  11978. },
  11979. "require": {
  11980. "ext-dom": "*",
  11981. "php": ">=7.3",
  11982. "phpunit/php-file-iterator": "^3.0",
  11983. "phpunit/php-timer": "^5.0",
  11984. "sebastian/cli-parser": "^1.0",
  11985. "sebastian/version": "^3.0"
  11986. },
  11987. "bin": [
  11988. "phpcpd"
  11989. ],
  11990. "type": "library",
  11991. "extra": {
  11992. "branch-alias": {
  11993. "dev-master": "6.0-dev"
  11994. }
  11995. },
  11996. "autoload": {
  11997. "classmap": [
  11998. "src/"
  11999. ]
  12000. },
  12001. "notification-url": "https://packagist.org/downloads/",
  12002. "license": [
  12003. "BSD-3-Clause"
  12004. ],
  12005. "authors": [
  12006. {
  12007. "name": "Sebastian Bergmann",
  12008. "email": "sebastian@phpunit.de",
  12009. "role": "lead"
  12010. }
  12011. ],
  12012. "description": "Copy/Paste Detector (CPD) for PHP code.",
  12013. "homepage": "https://github.com/sebastianbergmann/phpcpd",
  12014. "support": {
  12015. "issues": "https://github.com/sebastianbergmann/phpcpd/issues",
  12016. "source": "https://github.com/sebastianbergmann/phpcpd/tree/6.0.3"
  12017. },
  12018. "funding": [
  12019. {
  12020. "url": "https://github.com/sebastianbergmann",
  12021. "type": "github"
  12022. }
  12023. ],
  12024. "time": "2020-12-07T05:39:23+00:00"
  12025. },
  12026. {
  12027. "name": "sebastian/recursion-context",
  12028. "version": "4.0.4",
  12029. "source": {
  12030. "type": "git",
  12031. "url": "https://github.com/sebastianbergmann/recursion-context.git",
  12032. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172"
  12033. },
  12034. "dist": {
  12035. "type": "zip",
  12036. "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/cd9d8cf3c5804de4341c283ed787f099f5506172",
  12037. "reference": "cd9d8cf3c5804de4341c283ed787f099f5506172",
  12038. "shasum": ""
  12039. },
  12040. "require": {
  12041. "php": ">=7.3"
  12042. },
  12043. "require-dev": {
  12044. "phpunit/phpunit": "^9.3"
  12045. },
  12046. "type": "library",
  12047. "extra": {
  12048. "branch-alias": {
  12049. "dev-master": "4.0-dev"
  12050. }
  12051. },
  12052. "autoload": {
  12053. "classmap": [
  12054. "src/"
  12055. ]
  12056. },
  12057. "notification-url": "https://packagist.org/downloads/",
  12058. "license": [
  12059. "BSD-3-Clause"
  12060. ],
  12061. "authors": [
  12062. {
  12063. "name": "Sebastian Bergmann",
  12064. "email": "sebastian@phpunit.de"
  12065. },
  12066. {
  12067. "name": "Jeff Welch",
  12068. "email": "whatthejeff@gmail.com"
  12069. },
  12070. {
  12071. "name": "Adam Harvey",
  12072. "email": "aharvey@php.net"
  12073. }
  12074. ],
  12075. "description": "Provides functionality to recursively process PHP variables",
  12076. "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
  12077. "support": {
  12078. "issues": "https://github.com/sebastianbergmann/recursion-context/issues",
  12079. "source": "https://github.com/sebastianbergmann/recursion-context/tree/4.0.4"
  12080. },
  12081. "funding": [
  12082. {
  12083. "url": "https://github.com/sebastianbergmann",
  12084. "type": "github"
  12085. }
  12086. ],
  12087. "time": "2020-10-26T13:17:30+00:00"
  12088. },
  12089. {
  12090. "name": "sebastian/resource-operations",
  12091. "version": "3.0.3",
  12092. "source": {
  12093. "type": "git",
  12094. "url": "https://github.com/sebastianbergmann/resource-operations.git",
  12095. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8"
  12096. },
  12097. "dist": {
  12098. "type": "zip",
  12099. "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  12100. "reference": "0f4443cb3a1d92ce809899753bc0d5d5a8dd19a8",
  12101. "shasum": ""
  12102. },
  12103. "require": {
  12104. "php": ">=7.3"
  12105. },
  12106. "require-dev": {
  12107. "phpunit/phpunit": "^9.0"
  12108. },
  12109. "type": "library",
  12110. "extra": {
  12111. "branch-alias": {
  12112. "dev-master": "3.0-dev"
  12113. }
  12114. },
  12115. "autoload": {
  12116. "classmap": [
  12117. "src/"
  12118. ]
  12119. },
  12120. "notification-url": "https://packagist.org/downloads/",
  12121. "license": [
  12122. "BSD-3-Clause"
  12123. ],
  12124. "authors": [
  12125. {
  12126. "name": "Sebastian Bergmann",
  12127. "email": "sebastian@phpunit.de"
  12128. }
  12129. ],
  12130. "description": "Provides a list of PHP built-in functions that operate on resources",
  12131. "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
  12132. "support": {
  12133. "issues": "https://github.com/sebastianbergmann/resource-operations/issues",
  12134. "source": "https://github.com/sebastianbergmann/resource-operations/tree/3.0.3"
  12135. },
  12136. "funding": [
  12137. {
  12138. "url": "https://github.com/sebastianbergmann",
  12139. "type": "github"
  12140. }
  12141. ],
  12142. "time": "2020-09-28T06:45:17+00:00"
  12143. },
  12144. {
  12145. "name": "sebastian/type",
  12146. "version": "3.0.0",
  12147. "source": {
  12148. "type": "git",
  12149. "url": "https://github.com/sebastianbergmann/type.git",
  12150. "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad"
  12151. },
  12152. "dist": {
  12153. "type": "zip",
  12154. "url": "https://api.github.com/repos/sebastianbergmann/type/zipball/b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
  12155. "reference": "b233b84bc4465aff7b57cf1c4bc75c86d00d6dad",
  12156. "shasum": ""
  12157. },
  12158. "require": {
  12159. "php": ">=7.3"
  12160. },
  12161. "require-dev": {
  12162. "phpunit/phpunit": "^9.5"
  12163. },
  12164. "type": "library",
  12165. "extra": {
  12166. "branch-alias": {
  12167. "dev-master": "3.0-dev"
  12168. }
  12169. },
  12170. "autoload": {
  12171. "classmap": [
  12172. "src/"
  12173. ]
  12174. },
  12175. "notification-url": "https://packagist.org/downloads/",
  12176. "license": [
  12177. "BSD-3-Clause"
  12178. ],
  12179. "authors": [
  12180. {
  12181. "name": "Sebastian Bergmann",
  12182. "email": "sebastian@phpunit.de",
  12183. "role": "lead"
  12184. }
  12185. ],
  12186. "description": "Collection of value objects that represent the types of the PHP type system",
  12187. "homepage": "https://github.com/sebastianbergmann/type",
  12188. "support": {
  12189. "issues": "https://github.com/sebastianbergmann/type/issues",
  12190. "source": "https://github.com/sebastianbergmann/type/tree/3.0.0"
  12191. },
  12192. "funding": [
  12193. {
  12194. "url": "https://github.com/sebastianbergmann",
  12195. "type": "github"
  12196. }
  12197. ],
  12198. "time": "2022-03-15T09:54:48+00:00"
  12199. },
  12200. {
  12201. "name": "sebastian/version",
  12202. "version": "3.0.2",
  12203. "source": {
  12204. "type": "git",
  12205. "url": "https://github.com/sebastianbergmann/version.git",
  12206. "reference": "c6c1022351a901512170118436c764e473f6de8c"
  12207. },
  12208. "dist": {
  12209. "type": "zip",
  12210. "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/c6c1022351a901512170118436c764e473f6de8c",
  12211. "reference": "c6c1022351a901512170118436c764e473f6de8c",
  12212. "shasum": ""
  12213. },
  12214. "require": {
  12215. "php": ">=7.3"
  12216. },
  12217. "type": "library",
  12218. "extra": {
  12219. "branch-alias": {
  12220. "dev-master": "3.0-dev"
  12221. }
  12222. },
  12223. "autoload": {
  12224. "classmap": [
  12225. "src/"
  12226. ]
  12227. },
  12228. "notification-url": "https://packagist.org/downloads/",
  12229. "license": [
  12230. "BSD-3-Clause"
  12231. ],
  12232. "authors": [
  12233. {
  12234. "name": "Sebastian Bergmann",
  12235. "email": "sebastian@phpunit.de",
  12236. "role": "lead"
  12237. }
  12238. ],
  12239. "description": "Library that helps with managing the version number of Git-hosted PHP projects",
  12240. "homepage": "https://github.com/sebastianbergmann/version",
  12241. "support": {
  12242. "issues": "https://github.com/sebastianbergmann/version/issues",
  12243. "source": "https://github.com/sebastianbergmann/version/tree/3.0.2"
  12244. },
  12245. "funding": [
  12246. {
  12247. "url": "https://github.com/sebastianbergmann",
  12248. "type": "github"
  12249. }
  12250. ],
  12251. "time": "2020-09-28T06:39:44+00:00"
  12252. },
  12253. {
  12254. "name": "spomky-labs/otphp",
  12255. "version": "v10.0.3",
  12256. "source": {
  12257. "type": "git",
  12258. "url": "https://github.com/Spomky-Labs/otphp.git",
  12259. "reference": "9784d9f7c790eed26e102d6c78f12c754036c366"
  12260. },
  12261. "dist": {
  12262. "type": "zip",
  12263. "url": "https://api.github.com/repos/Spomky-Labs/otphp/zipball/9784d9f7c790eed26e102d6c78f12c754036c366",
  12264. "reference": "9784d9f7c790eed26e102d6c78f12c754036c366",
  12265. "shasum": ""
  12266. },
  12267. "require": {
  12268. "beberlei/assert": "^3.0",
  12269. "ext-mbstring": "*",
  12270. "paragonie/constant_time_encoding": "^2.0",
  12271. "php": "^7.2|^8.0",
  12272. "thecodingmachine/safe": "^0.1.14|^1.0|^2.0"
  12273. },
  12274. "require-dev": {
  12275. "php-coveralls/php-coveralls": "^2.0",
  12276. "phpstan/phpstan": "^0.12",
  12277. "phpstan/phpstan-beberlei-assert": "^0.12",
  12278. "phpstan/phpstan-deprecation-rules": "^0.12",
  12279. "phpstan/phpstan-phpunit": "^0.12",
  12280. "phpstan/phpstan-strict-rules": "^0.12",
  12281. "phpunit/phpunit": "^8.0",
  12282. "thecodingmachine/phpstan-safe-rule": "^1.0 || ^2.0"
  12283. },
  12284. "type": "library",
  12285. "extra": {
  12286. "branch-alias": {
  12287. "v10.0": "10.0.x-dev",
  12288. "v9.0": "9.0.x-dev",
  12289. "v8.3": "8.3.x-dev"
  12290. }
  12291. },
  12292. "autoload": {
  12293. "psr-4": {
  12294. "OTPHP\\": "src/"
  12295. }
  12296. },
  12297. "notification-url": "https://packagist.org/downloads/",
  12298. "license": [
  12299. "MIT"
  12300. ],
  12301. "authors": [
  12302. {
  12303. "name": "Florent Morselli",
  12304. "homepage": "https://github.com/Spomky"
  12305. },
  12306. {
  12307. "name": "All contributors",
  12308. "homepage": "https://github.com/Spomky-Labs/otphp/contributors"
  12309. }
  12310. ],
  12311. "description": "A PHP library for generating one time passwords according to RFC 4226 (HOTP Algorithm) and the RFC 6238 (TOTP Algorithm) and compatible with Google Authenticator",
  12312. "homepage": "https://github.com/Spomky-Labs/otphp",
  12313. "keywords": [
  12314. "FreeOTP",
  12315. "RFC 4226",
  12316. "RFC 6238",
  12317. "google authenticator",
  12318. "hotp",
  12319. "otp",
  12320. "totp"
  12321. ],
  12322. "support": {
  12323. "issues": "https://github.com/Spomky-Labs/otphp/issues",
  12324. "source": "https://github.com/Spomky-Labs/otphp/tree/v10.0.3"
  12325. },
  12326. "time": "2022-03-17T08:00:35+00:00"
  12327. },
  12328. {
  12329. "name": "squizlabs/php_codesniffer",
  12330. "version": "3.6.2",
  12331. "source": {
  12332. "type": "git",
  12333. "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
  12334. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a"
  12335. },
  12336. "dist": {
  12337. "type": "zip",
  12338. "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/5e4e71592f69da17871dba6e80dd51bce74a351a",
  12339. "reference": "5e4e71592f69da17871dba6e80dd51bce74a351a",
  12340. "shasum": ""
  12341. },
  12342. "require": {
  12343. "ext-simplexml": "*",
  12344. "ext-tokenizer": "*",
  12345. "ext-xmlwriter": "*",
  12346. "php": ">=5.4.0"
  12347. },
  12348. "require-dev": {
  12349. "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
  12350. },
  12351. "bin": [
  12352. "bin/phpcs",
  12353. "bin/phpcbf"
  12354. ],
  12355. "type": "library",
  12356. "extra": {
  12357. "branch-alias": {
  12358. "dev-master": "3.x-dev"
  12359. }
  12360. },
  12361. "notification-url": "https://packagist.org/downloads/",
  12362. "license": [
  12363. "BSD-3-Clause"
  12364. ],
  12365. "authors": [
  12366. {
  12367. "name": "Greg Sherwood",
  12368. "role": "lead"
  12369. }
  12370. ],
  12371. "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
  12372. "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
  12373. "keywords": [
  12374. "phpcs",
  12375. "standards"
  12376. ],
  12377. "support": {
  12378. "issues": "https://github.com/squizlabs/PHP_CodeSniffer/issues",
  12379. "source": "https://github.com/squizlabs/PHP_CodeSniffer",
  12380. "wiki": "https://github.com/squizlabs/PHP_CodeSniffer/wiki"
  12381. },
  12382. "time": "2021-12-12T21:44:58+00:00"
  12383. },
  12384. {
  12385. "name": "symfony/dotenv",
  12386. "version": "v5.4.5",
  12387. "source": {
  12388. "type": "git",
  12389. "url": "https://github.com/symfony/dotenv.git",
  12390. "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9"
  12391. },
  12392. "dist": {
  12393. "type": "zip",
  12394. "url": "https://api.github.com/repos/symfony/dotenv/zipball/83a2310904a4f5d4f42526227b5a578ac82232a9",
  12395. "reference": "83a2310904a4f5d4f42526227b5a578ac82232a9",
  12396. "shasum": ""
  12397. },
  12398. "require": {
  12399. "php": ">=7.2.5",
  12400. "symfony/deprecation-contracts": "^2.1|^3"
  12401. },
  12402. "require-dev": {
  12403. "symfony/console": "^4.4|^5.0|^6.0",
  12404. "symfony/process": "^4.4|^5.0|^6.0"
  12405. },
  12406. "type": "library",
  12407. "autoload": {
  12408. "psr-4": {
  12409. "Symfony\\Component\\Dotenv\\": ""
  12410. },
  12411. "exclude-from-classmap": [
  12412. "/Tests/"
  12413. ]
  12414. },
  12415. "notification-url": "https://packagist.org/downloads/",
  12416. "license": [
  12417. "MIT"
  12418. ],
  12419. "authors": [
  12420. {
  12421. "name": "Fabien Potencier",
  12422. "email": "fabien@symfony.com"
  12423. },
  12424. {
  12425. "name": "Symfony Community",
  12426. "homepage": "https://symfony.com/contributors"
  12427. }
  12428. ],
  12429. "description": "Registers environment variables from a .env file",
  12430. "homepage": "https://symfony.com",
  12431. "keywords": [
  12432. "dotenv",
  12433. "env",
  12434. "environment"
  12435. ],
  12436. "support": {
  12437. "source": "https://github.com/symfony/dotenv/tree/v5.4.5"
  12438. },
  12439. "funding": [
  12440. {
  12441. "url": "https://symfony.com/sponsor",
  12442. "type": "custom"
  12443. },
  12444. {
  12445. "url": "https://github.com/fabpot",
  12446. "type": "github"
  12447. },
  12448. {
  12449. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12450. "type": "tidelift"
  12451. }
  12452. ],
  12453. "time": "2022-02-15T17:04:12+00:00"
  12454. },
  12455. {
  12456. "name": "symfony/mime",
  12457. "version": "v5.4.9",
  12458. "source": {
  12459. "type": "git",
  12460. "url": "https://github.com/symfony/mime.git",
  12461. "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e"
  12462. },
  12463. "dist": {
  12464. "type": "zip",
  12465. "url": "https://api.github.com/repos/symfony/mime/zipball/2b3802a24e48d0cfccf885173d2aac91e73df92e",
  12466. "reference": "2b3802a24e48d0cfccf885173d2aac91e73df92e",
  12467. "shasum": ""
  12468. },
  12469. "require": {
  12470. "php": ">=7.2.5",
  12471. "symfony/deprecation-contracts": "^2.1|^3",
  12472. "symfony/polyfill-intl-idn": "^1.10",
  12473. "symfony/polyfill-mbstring": "^1.0",
  12474. "symfony/polyfill-php80": "^1.16"
  12475. },
  12476. "conflict": {
  12477. "egulias/email-validator": "~3.0.0",
  12478. "phpdocumentor/reflection-docblock": "<3.2.2",
  12479. "phpdocumentor/type-resolver": "<1.4.0",
  12480. "symfony/mailer": "<4.4"
  12481. },
  12482. "require-dev": {
  12483. "egulias/email-validator": "^2.1.10|^3.1",
  12484. "phpdocumentor/reflection-docblock": "^3.0|^4.0|^5.0",
  12485. "symfony/dependency-injection": "^4.4|^5.0|^6.0",
  12486. "symfony/property-access": "^4.4|^5.1|^6.0",
  12487. "symfony/property-info": "^4.4|^5.1|^6.0",
  12488. "symfony/serializer": "^5.2|^6.0"
  12489. },
  12490. "type": "library",
  12491. "autoload": {
  12492. "psr-4": {
  12493. "Symfony\\Component\\Mime\\": ""
  12494. },
  12495. "exclude-from-classmap": [
  12496. "/Tests/"
  12497. ]
  12498. },
  12499. "notification-url": "https://packagist.org/downloads/",
  12500. "license": [
  12501. "MIT"
  12502. ],
  12503. "authors": [
  12504. {
  12505. "name": "Fabien Potencier",
  12506. "email": "fabien@symfony.com"
  12507. },
  12508. {
  12509. "name": "Symfony Community",
  12510. "homepage": "https://symfony.com/contributors"
  12511. }
  12512. ],
  12513. "description": "Allows manipulating MIME messages",
  12514. "homepage": "https://symfony.com",
  12515. "keywords": [
  12516. "mime",
  12517. "mime-type"
  12518. ],
  12519. "support": {
  12520. "source": "https://github.com/symfony/mime/tree/v5.4.9"
  12521. },
  12522. "funding": [
  12523. {
  12524. "url": "https://symfony.com/sponsor",
  12525. "type": "custom"
  12526. },
  12527. {
  12528. "url": "https://github.com/fabpot",
  12529. "type": "github"
  12530. },
  12531. {
  12532. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12533. "type": "tidelift"
  12534. }
  12535. ],
  12536. "time": "2022-05-21T10:24:18+00:00"
  12537. },
  12538. {
  12539. "name": "symfony/options-resolver",
  12540. "version": "v5.4.3",
  12541. "source": {
  12542. "type": "git",
  12543. "url": "https://github.com/symfony/options-resolver.git",
  12544. "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8"
  12545. },
  12546. "dist": {
  12547. "type": "zip",
  12548. "url": "https://api.github.com/repos/symfony/options-resolver/zipball/cc1147cb11af1b43f503ac18f31aa3bec213aba8",
  12549. "reference": "cc1147cb11af1b43f503ac18f31aa3bec213aba8",
  12550. "shasum": ""
  12551. },
  12552. "require": {
  12553. "php": ">=7.2.5",
  12554. "symfony/deprecation-contracts": "^2.1|^3",
  12555. "symfony/polyfill-php73": "~1.0",
  12556. "symfony/polyfill-php80": "^1.16"
  12557. },
  12558. "type": "library",
  12559. "autoload": {
  12560. "psr-4": {
  12561. "Symfony\\Component\\OptionsResolver\\": ""
  12562. },
  12563. "exclude-from-classmap": [
  12564. "/Tests/"
  12565. ]
  12566. },
  12567. "notification-url": "https://packagist.org/downloads/",
  12568. "license": [
  12569. "MIT"
  12570. ],
  12571. "authors": [
  12572. {
  12573. "name": "Fabien Potencier",
  12574. "email": "fabien@symfony.com"
  12575. },
  12576. {
  12577. "name": "Symfony Community",
  12578. "homepage": "https://symfony.com/contributors"
  12579. }
  12580. ],
  12581. "description": "Provides an improved replacement for the array_replace PHP function",
  12582. "homepage": "https://symfony.com",
  12583. "keywords": [
  12584. "config",
  12585. "configuration",
  12586. "options"
  12587. ],
  12588. "support": {
  12589. "source": "https://github.com/symfony/options-resolver/tree/v5.4.3"
  12590. },
  12591. "funding": [
  12592. {
  12593. "url": "https://symfony.com/sponsor",
  12594. "type": "custom"
  12595. },
  12596. {
  12597. "url": "https://github.com/fabpot",
  12598. "type": "github"
  12599. },
  12600. {
  12601. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12602. "type": "tidelift"
  12603. }
  12604. ],
  12605. "time": "2022-01-02T09:53:40+00:00"
  12606. },
  12607. {
  12608. "name": "symfony/stopwatch",
  12609. "version": "v5.4.5",
  12610. "source": {
  12611. "type": "git",
  12612. "url": "https://github.com/symfony/stopwatch.git",
  12613. "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30"
  12614. },
  12615. "dist": {
  12616. "type": "zip",
  12617. "url": "https://api.github.com/repos/symfony/stopwatch/zipball/4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
  12618. "reference": "4d04b5c24f3c9a1a168a131f6cbe297155bc0d30",
  12619. "shasum": ""
  12620. },
  12621. "require": {
  12622. "php": ">=7.2.5",
  12623. "symfony/service-contracts": "^1|^2|^3"
  12624. },
  12625. "type": "library",
  12626. "autoload": {
  12627. "psr-4": {
  12628. "Symfony\\Component\\Stopwatch\\": ""
  12629. },
  12630. "exclude-from-classmap": [
  12631. "/Tests/"
  12632. ]
  12633. },
  12634. "notification-url": "https://packagist.org/downloads/",
  12635. "license": [
  12636. "MIT"
  12637. ],
  12638. "authors": [
  12639. {
  12640. "name": "Fabien Potencier",
  12641. "email": "fabien@symfony.com"
  12642. },
  12643. {
  12644. "name": "Symfony Community",
  12645. "homepage": "https://symfony.com/contributors"
  12646. }
  12647. ],
  12648. "description": "Provides a way to profile code",
  12649. "homepage": "https://symfony.com",
  12650. "support": {
  12651. "source": "https://github.com/symfony/stopwatch/tree/v5.4.5"
  12652. },
  12653. "funding": [
  12654. {
  12655. "url": "https://symfony.com/sponsor",
  12656. "type": "custom"
  12657. },
  12658. {
  12659. "url": "https://github.com/fabpot",
  12660. "type": "github"
  12661. },
  12662. {
  12663. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12664. "type": "tidelift"
  12665. }
  12666. ],
  12667. "time": "2022-02-18T16:06:09+00:00"
  12668. },
  12669. {
  12670. "name": "symfony/yaml",
  12671. "version": "v5.3.14",
  12672. "source": {
  12673. "type": "git",
  12674. "url": "https://github.com/symfony/yaml.git",
  12675. "reference": "c441e9d2e340642ac8b951b753dea962d55b669d"
  12676. },
  12677. "dist": {
  12678. "type": "zip",
  12679. "url": "https://api.github.com/repos/symfony/yaml/zipball/c441e9d2e340642ac8b951b753dea962d55b669d",
  12680. "reference": "c441e9d2e340642ac8b951b753dea962d55b669d",
  12681. "shasum": ""
  12682. },
  12683. "require": {
  12684. "php": ">=7.2.5",
  12685. "symfony/deprecation-contracts": "^2.1",
  12686. "symfony/polyfill-ctype": "~1.8"
  12687. },
  12688. "conflict": {
  12689. "symfony/console": "<4.4"
  12690. },
  12691. "require-dev": {
  12692. "symfony/console": "^4.4|^5.0"
  12693. },
  12694. "suggest": {
  12695. "symfony/console": "For validating YAML files using the lint command"
  12696. },
  12697. "bin": [
  12698. "Resources/bin/yaml-lint"
  12699. ],
  12700. "type": "library",
  12701. "autoload": {
  12702. "psr-4": {
  12703. "Symfony\\Component\\Yaml\\": ""
  12704. },
  12705. "exclude-from-classmap": [
  12706. "/Tests/"
  12707. ]
  12708. },
  12709. "notification-url": "https://packagist.org/downloads/",
  12710. "license": [
  12711. "MIT"
  12712. ],
  12713. "authors": [
  12714. {
  12715. "name": "Fabien Potencier",
  12716. "email": "fabien@symfony.com"
  12717. },
  12718. {
  12719. "name": "Symfony Community",
  12720. "homepage": "https://symfony.com/contributors"
  12721. }
  12722. ],
  12723. "description": "Loads and dumps YAML files",
  12724. "homepage": "https://symfony.com",
  12725. "support": {
  12726. "source": "https://github.com/symfony/yaml/tree/v5.3.14"
  12727. },
  12728. "funding": [
  12729. {
  12730. "url": "https://symfony.com/sponsor",
  12731. "type": "custom"
  12732. },
  12733. {
  12734. "url": "https://github.com/fabpot",
  12735. "type": "github"
  12736. },
  12737. {
  12738. "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
  12739. "type": "tidelift"
  12740. }
  12741. ],
  12742. "time": "2022-01-26T16:05:39+00:00"
  12743. },
  12744. {
  12745. "name": "theseer/tokenizer",
  12746. "version": "1.2.1",
  12747. "source": {
  12748. "type": "git",
  12749. "url": "https://github.com/theseer/tokenizer.git",
  12750. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e"
  12751. },
  12752. "dist": {
  12753. "type": "zip",
  12754. "url": "https://api.github.com/repos/theseer/tokenizer/zipball/34a41e998c2183e22995f158c581e7b5e755ab9e",
  12755. "reference": "34a41e998c2183e22995f158c581e7b5e755ab9e",
  12756. "shasum": ""
  12757. },
  12758. "require": {
  12759. "ext-dom": "*",
  12760. "ext-tokenizer": "*",
  12761. "ext-xmlwriter": "*",
  12762. "php": "^7.2 || ^8.0"
  12763. },
  12764. "type": "library",
  12765. "autoload": {
  12766. "classmap": [
  12767. "src/"
  12768. ]
  12769. },
  12770. "notification-url": "https://packagist.org/downloads/",
  12771. "license": [
  12772. "BSD-3-Clause"
  12773. ],
  12774. "authors": [
  12775. {
  12776. "name": "Arne Blankerts",
  12777. "email": "arne@blankerts.de",
  12778. "role": "Developer"
  12779. }
  12780. ],
  12781. "description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
  12782. "support": {
  12783. "issues": "https://github.com/theseer/tokenizer/issues",
  12784. "source": "https://github.com/theseer/tokenizer/tree/1.2.1"
  12785. },
  12786. "funding": [
  12787. {
  12788. "url": "https://github.com/theseer",
  12789. "type": "github"
  12790. }
  12791. ],
  12792. "time": "2021-07-28T10:34:58+00:00"
  12793. },
  12794. {
  12795. "name": "weew/helpers-array",
  12796. "version": "v1.3.1",
  12797. "source": {
  12798. "type": "git",
  12799. "url": "https://github.com/weew/helpers-array.git",
  12800. "reference": "9bff63111f9765b4277750db8d276d92b3e16ed0"
  12801. },
  12802. "dist": {
  12803. "type": "zip",
  12804. "url": "https://api.github.com/repos/weew/helpers-array/zipball/9bff63111f9765b4277750db8d276d92b3e16ed0",
  12805. "reference": "9bff63111f9765b4277750db8d276d92b3e16ed0",
  12806. "shasum": ""
  12807. },
  12808. "require-dev": {
  12809. "phpunit/phpunit": "^4.7",
  12810. "satooshi/php-coveralls": "^0.6.1"
  12811. },
  12812. "type": "library",
  12813. "autoload": {
  12814. "files": [
  12815. "src/array.php"
  12816. ]
  12817. },
  12818. "notification-url": "https://packagist.org/downloads/",
  12819. "license": [
  12820. "MIT"
  12821. ],
  12822. "authors": [
  12823. {
  12824. "name": "Maxim Kott",
  12825. "email": "maximkott@gmail.com"
  12826. }
  12827. ],
  12828. "description": "Useful collection of php array helpers.",
  12829. "support": {
  12830. "issues": "https://github.com/weew/helpers-array/issues",
  12831. "source": "https://github.com/weew/helpers-array/tree/master"
  12832. },
  12833. "time": "2016-07-21T11:18:01+00:00"
  12834. }
  12835. ],
  12836. "aliases": [],
  12837. "minimum-stability": "stable",
  12838. "stability-flags": [],
  12839. "prefer-stable": true,
  12840. "prefer-lowest": false,
  12841. "platform": {
  12842. "php": "~7.4.0||~8.1.0",
  12843. "ext-bcmath": "*",
  12844. "ext-ctype": "*",
  12845. "ext-curl": "*",
  12846. "ext-dom": "*",
  12847. "ext-gd": "*",
  12848. "ext-hash": "*",
  12849. "ext-iconv": "*",
  12850. "ext-intl": "*",
  12851. "ext-mbstring": "*",
  12852. "ext-openssl": "*",
  12853. "ext-pdo_mysql": "*",
  12854. "ext-simplexml": "*",
  12855. "ext-soap": "*",
  12856. "ext-sodium": "*",
  12857. "ext-xsl": "*",
  12858. "ext-zip": "*",
  12859. "lib-libxml": "*"
  12860. },
  12861. "platform-dev": [],
  12862. "plugin-api-version": "2.3.0"
  12863. }