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

14050 lines
508 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": "fb2e28d4eefbcdf487a6c45710646de4",
  8. "packages": [
  9. {
  10. "name": "composer/ca-bundle",
  11. "version": "1.3.1",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/composer/ca-bundle.git",
  15. "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/composer/ca-bundle/zipball/4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
  20. "reference": "4c679186f2aca4ab6a0f1b0b9cf9252decb44d0b",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "ext-openssl": "*",
  25. "ext-pcre": "*",
  26. "php": "^5.3.2 || ^7.0 || ^8.0"
  27. },
  28. "require-dev": {
  29. "phpstan/phpstan": "^0.12.55",
  30. "psr/log": "^1.0",
  31. "symfony/phpunit-bridge": "^4.2 || ^5",
  32. "symfony/process": "^2.5 || ^3.0 || ^4.0 || ^5.0 || ^6.0"
  33. },
  34. "type": "library",
  35. "extra": {
  36. "branch-alias": {
  37. "dev-main": "1.x-dev"
  38. }
  39. },
  40. "autoload": {
  41. "psr-4": {
  42. "Composer\\CaBundle\\": "src"
  43. }
  44. },
  45. "notification-url": "https://packagist.org/downloads/",
  46. "license": [
  47. "MIT"
  48. ],
  49. "authors": [
  50. {
  51. "name": "Jordi Boggiano",
  52. "email": "j.boggiano@seld.be",
  53. "homepage": "http://seld.be"
  54. }
  55. ],
  56. "description": "Lets you find a path to the system CA bundle, and includes a fallback to the Mozilla CA bundle.",
  57. "keywords": [
  58. "cabundle",
  59. "cacert",
  60. "certificate",
  61. "ssl",
  62. "tls"
  63. ],
  64. "support": {
  65. "irc": "irc://irc.freenode.org/composer",
  66. "issues": "https://github.com/composer/ca-bundle/issues",
  67. "source": "https://github.com/composer/ca-bundle/tree/1.3.1"
  68. },
  69. "funding": [
  70. {
  71. "url": "https://packagist.com",
  72. "type": "custom"
  73. },
  74. {
  75. "url": "https://github.com/composer",
  76. "type": "github"
  77. },
  78. {
  79. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  80. "type": "tidelift"
  81. }
  82. ],
  83. "time": "2021-10-28T20:44:15+00:00"
  84. },
  85. {
  86. "name": "composer/package-versions-deprecated",
  87. "version": "1.11.99.5",
  88. "source": {
  89. "type": "git",
  90. "url": "https://github.com/composer/package-versions-deprecated.git",
  91. "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d"
  92. },
  93. "dist": {
  94. "type": "zip",
  95. "url": "https://api.github.com/repos/composer/package-versions-deprecated/zipball/b4f54f74ef3453349c24a845d22392cd31e65f1d",
  96. "reference": "b4f54f74ef3453349c24a845d22392cd31e65f1d",
  97. "shasum": ""
  98. },
  99. "require": {
  100. "composer-plugin-api": "^1.1.0 || ^2.0",
  101. "php": "^7 || ^8"
  102. },
  103. "replace": {
  104. "ocramius/package-versions": "1.11.99"
  105. },
  106. "require-dev": {
  107. "composer/composer": "^1.9.3 || ^2.0@dev",
  108. "ext-zip": "^1.13",
  109. "phpunit/phpunit": "^6.5 || ^7"
  110. },
  111. "type": "composer-plugin",
  112. "extra": {
  113. "class": "PackageVersions\\Installer",
  114. "branch-alias": {
  115. "dev-master": "1.x-dev"
  116. }
  117. },
  118. "autoload": {
  119. "psr-4": {
  120. "PackageVersions\\": "src/PackageVersions"
  121. }
  122. },
  123. "notification-url": "https://packagist.org/downloads/",
  124. "license": [
  125. "MIT"
  126. ],
  127. "authors": [
  128. {
  129. "name": "Marco Pivetta",
  130. "email": "ocramius@gmail.com"
  131. },
  132. {
  133. "name": "Jordi Boggiano",
  134. "email": "j.boggiano@seld.be"
  135. }
  136. ],
  137. "description": "Composer plugin that provides efficient querying for installed package versions (no runtime IO)",
  138. "support": {
  139. "issues": "https://github.com/composer/package-versions-deprecated/issues",
  140. "source": "https://github.com/composer/package-versions-deprecated/tree/1.11.99.5"
  141. },
  142. "funding": [
  143. {
  144. "url": "https://packagist.com",
  145. "type": "custom"
  146. },
  147. {
  148. "url": "https://github.com/composer",
  149. "type": "github"
  150. },
  151. {
  152. "url": "https://tidelift.com/funding/github/packagist/composer/composer",
  153. "type": "tidelift"
  154. }
  155. ],
  156. "time": "2022-01-17T14:14:24+00:00"
  157. },
  158. {
  159. "name": "defuse/php-encryption",
  160. "version": "v2.3.1",
  161. "source": {
  162. "type": "git",
  163. "url": "https://github.com/defuse/php-encryption.git",
  164. "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2"
  165. },
  166. "dist": {
  167. "type": "zip",
  168. "url": "https://api.github.com/repos/defuse/php-encryption/zipball/77880488b9954b7884c25555c2a0ea9e7053f9d2",
  169. "reference": "77880488b9954b7884c25555c2a0ea9e7053f9d2",
  170. "shasum": ""
  171. },
  172. "require": {
  173. "ext-openssl": "*",
  174. "paragonie/random_compat": ">= 2",
  175. "php": ">=5.6.0"
  176. },
  177. "require-dev": {
  178. "phpunit/phpunit": "^4|^5|^6|^7|^8|^9"
  179. },
  180. "bin": [
  181. "bin/generate-defuse-key"
  182. ],
  183. "type": "library",
  184. "autoload": {
  185. "psr-4": {
  186. "Defuse\\Crypto\\": "src"
  187. }
  188. },
  189. "notification-url": "https://packagist.org/downloads/",
  190. "license": [
  191. "MIT"
  192. ],
  193. "authors": [
  194. {
  195. "name": "Taylor Hornby",
  196. "email": "taylor@defuse.ca",
  197. "homepage": "https://defuse.ca/"
  198. },
  199. {
  200. "name": "Scott Arciszewski",
  201. "email": "info@paragonie.com",
  202. "homepage": "https://paragonie.com"
  203. }
  204. ],
  205. "description": "Secure PHP Encryption Library",
  206. "keywords": [
  207. "aes",
  208. "authenticated encryption",
  209. "cipher",
  210. "crypto",
  211. "cryptography",
  212. "encrypt",
  213. "encryption",
  214. "openssl",
  215. "security",
  216. "symmetric key cryptography"
  217. ],
  218. "support": {
  219. "issues": "https://github.com/defuse/php-encryption/issues",
  220. "source": "https://github.com/defuse/php-encryption/tree/v2.3.1"
  221. },
  222. "time": "2021-04-09T23:57:26+00:00"
  223. },
  224. {
  225. "name": "doctrine/annotations",
  226. "version": "1.13.2",
  227. "source": {
  228. "type": "git",
  229. "url": "https://github.com/doctrine/annotations.git",
  230. "reference": "5b668aef16090008790395c02c893b1ba13f7e08"
  231. },
  232. "dist": {
  233. "type": "zip",
  234. "url": "https://api.github.com/repos/doctrine/annotations/zipball/5b668aef16090008790395c02c893b1ba13f7e08",
  235. "reference": "5b668aef16090008790395c02c893b1ba13f7e08",
  236. "shasum": ""
  237. },
  238. "require": {
  239. "doctrine/lexer": "1.*",
  240. "ext-tokenizer": "*",
  241. "php": "^7.1 || ^8.0",
  242. "psr/cache": "^1 || ^2 || ^3"
  243. },
  244. "require-dev": {
  245. "doctrine/cache": "^1.11 || ^2.0",
  246. "doctrine/coding-standard": "^6.0 || ^8.1",
  247. "phpstan/phpstan": "^0.12.20",
  248. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.1.5",
  249. "symfony/cache": "^4.4 || ^5.2"
  250. },
  251. "type": "library",
  252. "autoload": {
  253. "psr-4": {
  254. "Doctrine\\Common\\Annotations\\": "lib/Doctrine/Common/Annotations"
  255. }
  256. },
  257. "notification-url": "https://packagist.org/downloads/",
  258. "license": [
  259. "MIT"
  260. ],
  261. "authors": [
  262. {
  263. "name": "Guilherme Blanco",
  264. "email": "guilhermeblanco@gmail.com"
  265. },
  266. {
  267. "name": "Roman Borschel",
  268. "email": "roman@code-factory.org"
  269. },
  270. {
  271. "name": "Benjamin Eberlei",
  272. "email": "kontakt@beberlei.de"
  273. },
  274. {
  275. "name": "Jonathan Wage",
  276. "email": "jonwage@gmail.com"
  277. },
  278. {
  279. "name": "Johannes Schmitt",
  280. "email": "schmittjoh@gmail.com"
  281. }
  282. ],
  283. "description": "Docblock Annotations Parser",
  284. "homepage": "https://www.doctrine-project.org/projects/annotations.html",
  285. "keywords": [
  286. "annotations",
  287. "docblock",
  288. "parser"
  289. ],
  290. "support": {
  291. "issues": "https://github.com/doctrine/annotations/issues",
  292. "source": "https://github.com/doctrine/annotations/tree/1.13.2"
  293. },
  294. "time": "2021-08-05T19:00:23+00:00"
  295. },
  296. {
  297. "name": "doctrine/cache",
  298. "version": "2.1.1",
  299. "source": {
  300. "type": "git",
  301. "url": "https://github.com/doctrine/cache.git",
  302. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce"
  303. },
  304. "dist": {
  305. "type": "zip",
  306. "url": "https://api.github.com/repos/doctrine/cache/zipball/331b4d5dbaeab3827976273e9356b3b453c300ce",
  307. "reference": "331b4d5dbaeab3827976273e9356b3b453c300ce",
  308. "shasum": ""
  309. },
  310. "require": {
  311. "php": "~7.1 || ^8.0"
  312. },
  313. "conflict": {
  314. "doctrine/common": ">2.2,<2.4"
  315. },
  316. "require-dev": {
  317. "alcaeus/mongo-php-adapter": "^1.1",
  318. "cache/integration-tests": "dev-master",
  319. "doctrine/coding-standard": "^8.0",
  320. "mongodb/mongodb": "^1.1",
  321. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  322. "predis/predis": "~1.0",
  323. "psr/cache": "^1.0 || ^2.0 || ^3.0",
  324. "symfony/cache": "^4.4 || ^5.2 || ^6.0@dev",
  325. "symfony/var-exporter": "^4.4 || ^5.2 || ^6.0@dev"
  326. },
  327. "suggest": {
  328. "alcaeus/mongo-php-adapter": "Required to use legacy MongoDB driver"
  329. },
  330. "type": "library",
  331. "autoload": {
  332. "psr-4": {
  333. "Doctrine\\Common\\Cache\\": "lib/Doctrine/Common/Cache"
  334. }
  335. },
  336. "notification-url": "https://packagist.org/downloads/",
  337. "license": [
  338. "MIT"
  339. ],
  340. "authors": [
  341. {
  342. "name": "Guilherme Blanco",
  343. "email": "guilhermeblanco@gmail.com"
  344. },
  345. {
  346. "name": "Roman Borschel",
  347. "email": "roman@code-factory.org"
  348. },
  349. {
  350. "name": "Benjamin Eberlei",
  351. "email": "kontakt@beberlei.de"
  352. },
  353. {
  354. "name": "Jonathan Wage",
  355. "email": "jonwage@gmail.com"
  356. },
  357. {
  358. "name": "Johannes Schmitt",
  359. "email": "schmittjoh@gmail.com"
  360. }
  361. ],
  362. "description": "PHP Doctrine Cache library is a popular cache implementation that supports many different drivers such as redis, memcache, apc, mongodb and others.",
  363. "homepage": "https://www.doctrine-project.org/projects/cache.html",
  364. "keywords": [
  365. "abstraction",
  366. "apcu",
  367. "cache",
  368. "caching",
  369. "couchdb",
  370. "memcached",
  371. "php",
  372. "redis",
  373. "xcache"
  374. ],
  375. "support": {
  376. "issues": "https://github.com/doctrine/cache/issues",
  377. "source": "https://github.com/doctrine/cache/tree/2.1.1"
  378. },
  379. "funding": [
  380. {
  381. "url": "https://www.doctrine-project.org/sponsorship.html",
  382. "type": "custom"
  383. },
  384. {
  385. "url": "https://www.patreon.com/phpdoctrine",
  386. "type": "patreon"
  387. },
  388. {
  389. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcache",
  390. "type": "tidelift"
  391. }
  392. ],
  393. "time": "2021-07-17T14:49:29+00:00"
  394. },
  395. {
  396. "name": "doctrine/collections",
  397. "version": "1.6.8",
  398. "source": {
  399. "type": "git",
  400. "url": "https://github.com/doctrine/collections.git",
  401. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af"
  402. },
  403. "dist": {
  404. "type": "zip",
  405. "url": "https://api.github.com/repos/doctrine/collections/zipball/1958a744696c6bb3bb0d28db2611dc11610e78af",
  406. "reference": "1958a744696c6bb3bb0d28db2611dc11610e78af",
  407. "shasum": ""
  408. },
  409. "require": {
  410. "php": "^7.1.3 || ^8.0"
  411. },
  412. "require-dev": {
  413. "doctrine/coding-standard": "^9.0",
  414. "phpstan/phpstan": "^0.12",
  415. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.1.5",
  416. "vimeo/psalm": "^4.2.1"
  417. },
  418. "type": "library",
  419. "autoload": {
  420. "psr-4": {
  421. "Doctrine\\Common\\Collections\\": "lib/Doctrine/Common/Collections"
  422. }
  423. },
  424. "notification-url": "https://packagist.org/downloads/",
  425. "license": [
  426. "MIT"
  427. ],
  428. "authors": [
  429. {
  430. "name": "Guilherme Blanco",
  431. "email": "guilhermeblanco@gmail.com"
  432. },
  433. {
  434. "name": "Roman Borschel",
  435. "email": "roman@code-factory.org"
  436. },
  437. {
  438. "name": "Benjamin Eberlei",
  439. "email": "kontakt@beberlei.de"
  440. },
  441. {
  442. "name": "Jonathan Wage",
  443. "email": "jonwage@gmail.com"
  444. },
  445. {
  446. "name": "Johannes Schmitt",
  447. "email": "schmittjoh@gmail.com"
  448. }
  449. ],
  450. "description": "PHP Doctrine Collections library that adds additional functionality on top of PHP arrays.",
  451. "homepage": "https://www.doctrine-project.org/projects/collections.html",
  452. "keywords": [
  453. "array",
  454. "collections",
  455. "iterators",
  456. "php"
  457. ],
  458. "support": {
  459. "issues": "https://github.com/doctrine/collections/issues",
  460. "source": "https://github.com/doctrine/collections/tree/1.6.8"
  461. },
  462. "time": "2021-08-10T18:51:53+00:00"
  463. },
  464. {
  465. "name": "doctrine/common",
  466. "version": "3.2.2",
  467. "source": {
  468. "type": "git",
  469. "url": "https://github.com/doctrine/common.git",
  470. "reference": "295082d3750987065912816a9d536c2df735f637"
  471. },
  472. "dist": {
  473. "type": "zip",
  474. "url": "https://api.github.com/repos/doctrine/common/zipball/295082d3750987065912816a9d536c2df735f637",
  475. "reference": "295082d3750987065912816a9d536c2df735f637",
  476. "shasum": ""
  477. },
  478. "require": {
  479. "doctrine/persistence": "^2.0",
  480. "php": "^7.1 || ^8.0"
  481. },
  482. "require-dev": {
  483. "doctrine/coding-standard": "^9.0",
  484. "phpstan/phpstan": "^1.4.1",
  485. "phpstan/phpstan-phpunit": "^1",
  486. "phpunit/phpunit": "^7.5.20 || ^8.5 || ^9.0",
  487. "squizlabs/php_codesniffer": "^3.0",
  488. "symfony/phpunit-bridge": "^4.0.5",
  489. "vimeo/psalm": "^4.4"
  490. },
  491. "type": "library",
  492. "autoload": {
  493. "psr-4": {
  494. "Doctrine\\Common\\": "lib/Doctrine/Common"
  495. }
  496. },
  497. "notification-url": "https://packagist.org/downloads/",
  498. "license": [
  499. "MIT"
  500. ],
  501. "authors": [
  502. {
  503. "name": "Guilherme Blanco",
  504. "email": "guilhermeblanco@gmail.com"
  505. },
  506. {
  507. "name": "Roman Borschel",
  508. "email": "roman@code-factory.org"
  509. },
  510. {
  511. "name": "Benjamin Eberlei",
  512. "email": "kontakt@beberlei.de"
  513. },
  514. {
  515. "name": "Jonathan Wage",
  516. "email": "jonwage@gmail.com"
  517. },
  518. {
  519. "name": "Johannes Schmitt",
  520. "email": "schmittjoh@gmail.com"
  521. },
  522. {
  523. "name": "Marco Pivetta",
  524. "email": "ocramius@gmail.com"
  525. }
  526. ],
  527. "description": "PHP Doctrine Common project is a library that provides additional functionality that other Doctrine projects depend on such as better reflection support, proxies and much more.",
  528. "homepage": "https://www.doctrine-project.org/projects/common.html",
  529. "keywords": [
  530. "common",
  531. "doctrine",
  532. "php"
  533. ],
  534. "support": {
  535. "issues": "https://github.com/doctrine/common/issues",
  536. "source": "https://github.com/doctrine/common/tree/3.2.2"
  537. },
  538. "funding": [
  539. {
  540. "url": "https://www.doctrine-project.org/sponsorship.html",
  541. "type": "custom"
  542. },
  543. {
  544. "url": "https://www.patreon.com/phpdoctrine",
  545. "type": "patreon"
  546. },
  547. {
  548. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fcommon",
  549. "type": "tidelift"
  550. }
  551. ],
  552. "time": "2022-02-02T09:15:57+00:00"
  553. },
  554. {
  555. "name": "doctrine/dbal",
  556. "version": "3.3.2",
  557. "source": {
  558. "type": "git",
  559. "url": "https://github.com/doctrine/dbal.git",
  560. "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed"
  561. },
  562. "dist": {
  563. "type": "zip",
  564. "url": "https://api.github.com/repos/doctrine/dbal/zipball/35eae239ef515d55ebb24e9d4715cad09a4f58ed",
  565. "reference": "35eae239ef515d55ebb24e9d4715cad09a4f58ed",
  566. "shasum": ""
  567. },
  568. "require": {
  569. "composer-runtime-api": "^2",
  570. "doctrine/cache": "^1.11|^2.0",
  571. "doctrine/deprecations": "^0.5.3",
  572. "doctrine/event-manager": "^1.0",
  573. "php": "^7.3 || ^8.0",
  574. "psr/cache": "^1|^2|^3",
  575. "psr/log": "^1|^2|^3"
  576. },
  577. "require-dev": {
  578. "doctrine/coding-standard": "9.0.0",
  579. "jetbrains/phpstorm-stubs": "2021.1",
  580. "phpstan/phpstan": "1.4.0",
  581. "phpstan/phpstan-strict-rules": "^1.1",
  582. "phpunit/phpunit": "9.5.11",
  583. "psalm/plugin-phpunit": "0.16.1",
  584. "squizlabs/php_codesniffer": "3.6.2",
  585. "symfony/cache": "^5.2|^6.0",
  586. "symfony/console": "^2.7|^3.0|^4.0|^5.0|^6.0",
  587. "vimeo/psalm": "4.16.1"
  588. },
  589. "suggest": {
  590. "symfony/console": "For helpful console commands such as SQL execution and import of files."
  591. },
  592. "bin": [
  593. "bin/doctrine-dbal"
  594. ],
  595. "type": "library",
  596. "autoload": {
  597. "psr-4": {
  598. "Doctrine\\DBAL\\": "src"
  599. }
  600. },
  601. "notification-url": "https://packagist.org/downloads/",
  602. "license": [
  603. "MIT"
  604. ],
  605. "authors": [
  606. {
  607. "name": "Guilherme Blanco",
  608. "email": "guilhermeblanco@gmail.com"
  609. },
  610. {
  611. "name": "Roman Borschel",
  612. "email": "roman@code-factory.org"
  613. },
  614. {
  615. "name": "Benjamin Eberlei",
  616. "email": "kontakt@beberlei.de"
  617. },
  618. {
  619. "name": "Jonathan Wage",
  620. "email": "jonwage@gmail.com"
  621. }
  622. ],
  623. "description": "Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.",
  624. "homepage": "https://www.doctrine-project.org/projects/dbal.html",
  625. "keywords": [
  626. "abstraction",
  627. "database",
  628. "db2",
  629. "dbal",
  630. "mariadb",
  631. "mssql",
  632. "mysql",
  633. "oci8",
  634. "oracle",
  635. "pdo",
  636. "pgsql",
  637. "postgresql",
  638. "queryobject",
  639. "sasql",
  640. "sql",
  641. "sqlite",
  642. "sqlserver",
  643. "sqlsrv"
  644. ],
  645. "support": {
  646. "issues": "https://github.com/doctrine/dbal/issues",
  647. "source": "https://github.com/doctrine/dbal/tree/3.3.2"
  648. },
  649. "funding": [
  650. {
  651. "url": "https://www.doctrine-project.org/sponsorship.html",
  652. "type": "custom"
  653. },
  654. {
  655. "url": "https://www.patreon.com/phpdoctrine",
  656. "type": "patreon"
  657. },
  658. {
  659. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdbal",
  660. "type": "tidelift"
  661. }
  662. ],
  663. "time": "2022-02-05T16:33:45+00:00"
  664. },
  665. {
  666. "name": "doctrine/deprecations",
  667. "version": "v0.5.3",
  668. "source": {
  669. "type": "git",
  670. "url": "https://github.com/doctrine/deprecations.git",
  671. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314"
  672. },
  673. "dist": {
  674. "type": "zip",
  675. "url": "https://api.github.com/repos/doctrine/deprecations/zipball/9504165960a1f83cc1480e2be1dd0a0478561314",
  676. "reference": "9504165960a1f83cc1480e2be1dd0a0478561314",
  677. "shasum": ""
  678. },
  679. "require": {
  680. "php": "^7.1|^8.0"
  681. },
  682. "require-dev": {
  683. "doctrine/coding-standard": "^6.0|^7.0|^8.0",
  684. "phpunit/phpunit": "^7.0|^8.0|^9.0",
  685. "psr/log": "^1.0"
  686. },
  687. "suggest": {
  688. "psr/log": "Allows logging deprecations via PSR-3 logger implementation"
  689. },
  690. "type": "library",
  691. "autoload": {
  692. "psr-4": {
  693. "Doctrine\\Deprecations\\": "lib/Doctrine/Deprecations"
  694. }
  695. },
  696. "notification-url": "https://packagist.org/downloads/",
  697. "license": [
  698. "MIT"
  699. ],
  700. "description": "A small layer on top of trigger_error(E_USER_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.",
  701. "homepage": "https://www.doctrine-project.org/",
  702. "support": {
  703. "issues": "https://github.com/doctrine/deprecations/issues",
  704. "source": "https://github.com/doctrine/deprecations/tree/v0.5.3"
  705. },
  706. "time": "2021-03-21T12:59:47+00:00"
  707. },
  708. {
  709. "name": "doctrine/doctrine-bundle",
  710. "version": "2.5.7",
  711. "source": {
  712. "type": "git",
  713. "url": "https://github.com/doctrine/DoctrineBundle.git",
  714. "reference": "1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d"
  715. },
  716. "dist": {
  717. "type": "zip",
  718. "url": "https://api.github.com/repos/doctrine/DoctrineBundle/zipball/1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d",
  719. "reference": "1e0d1d7a5982eeebc37dcb4d77bb1a5c5961d96d",
  720. "shasum": ""
  721. },
  722. "require": {
  723. "doctrine/annotations": "^1",
  724. "doctrine/cache": "^1.11 || ^2.0",
  725. "doctrine/dbal": "^2.13.1|^3.3.2",
  726. "doctrine/persistence": "^2.2",
  727. "doctrine/sql-formatter": "^1.0.1",
  728. "php": "^7.1 || ^8.0",
  729. "symfony/cache": "^4.3.3|^5.0|^6.0",
  730. "symfony/config": "^4.4.3|^5.0|^6.0",
  731. "symfony/console": "^3.4.30|^4.3.3|^5.0|^6.0",
  732. "symfony/dependency-injection": "^4.4.18|^5.0|^6.0",
  733. "symfony/deprecation-contracts": "^2.1|^3",
  734. "symfony/doctrine-bridge": "^4.4.22|^5.2.7|^6.0",
  735. "symfony/framework-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  736. "symfony/service-contracts": "^1.1.1|^2.0|^3"
  737. },
  738. "conflict": {
  739. "doctrine/orm": "<2.9|>=3.0",
  740. "twig/twig": "<1.34|>=2.0,<2.4"
  741. },
  742. "require-dev": {
  743. "doctrine/coding-standard": "^9.0",
  744. "doctrine/orm": "^2.9 || ^3.0",
  745. "friendsofphp/proxy-manager-lts": "^1.0",
  746. "phpunit/phpunit": "^7.5 || ^8.0 || ^9.3 || ^10.0",
  747. "psalm/plugin-phpunit": "^0.16.1",
  748. "psalm/plugin-symfony": "^3",
  749. "symfony/phpunit-bridge": "^5.2|^6.0",
  750. "symfony/property-info": "^4.3.3|^5.0|^6.0",
  751. "symfony/proxy-manager-bridge": "^3.4|^4.3.3|^5.0|^6.0",
  752. "symfony/security-bundle": "^4.4|^5.0|^6.0",
  753. "symfony/twig-bridge": "^3.4.30|^4.3.3|^5.0|^6.0",
  754. "symfony/validator": "^3.4.30|^4.3.3|^5.0|^6.0",
  755. "symfony/web-profiler-bundle": "^3.4.30|^4.3.3|^5.0|^6.0",
  756. "symfony/yaml": "^3.4.30|^4.3.3|^5.0|^6.0",
  757. "twig/twig": "^1.34|^2.12|^3.0",
  758. "vimeo/psalm": "^4.7"
  759. },
  760. "suggest": {
  761. "doctrine/orm": "The Doctrine ORM integration is optional in the bundle.",
  762. "ext-pdo": "*",
  763. "symfony/web-profiler-bundle": "To use the data collector."
  764. },
  765. "type": "symfony-bundle",
  766. "autoload": {
  767. "psr-4": {
  768. "Doctrine\\Bundle\\DoctrineBundle\\": ""
  769. }
  770. },
  771. "notification-url": "https://packagist.org/downloads/",
  772. "license": [
  773. "MIT"
  774. ],
  775. "authors": [
  776. {
  777. "name": "Fabien Potencier",
  778. "email": "fabien@symfony.com"
  779. },
  780. {
  781. "name": "Benjamin Eberlei",
  782. "email": "kontakt@beberlei.de"
  783. },
  784. {
  785. "name": "Symfony Community",
  786. "homepage": "https://symfony.com/contributors"
  787. },
  788. {
  789. "name": "Doctrine Project",
  790. "homepage": "https://www.doctrine-project.org/"
  791. }
  792. ],
  793. "description": "Symfony DoctrineBundle",
  794. "homepage": "https://www.doctrine-project.org",
  795. "keywords": [
  796. "database",
  797. "dbal",
  798. "orm",
  799. "persistence"
  800. ],
  801. "support": {
  802. "issues": "https://github.com/doctrine/DoctrineBundle/issues",
  803. "source": "https://github.com/doctrine/DoctrineBundle/tree/2.5.7"
  804. },
  805. "funding": [
  806. {
  807. "url": "https://www.doctrine-project.org/sponsorship.html",
  808. "type": "custom"
  809. },
  810. {
  811. "url": "https://www.patreon.com/phpdoctrine",
  812. "type": "patreon"
  813. },
  814. {
  815. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-bundle",
  816. "type": "tidelift"
  817. }
  818. ],
  819. "time": "2022-03-05T10:29:13+00:00"
  820. },
  821. {
  822. "name": "doctrine/doctrine-migrations-bundle",
  823. "version": "3.2.2",
  824. "source": {
  825. "type": "git",
  826. "url": "https://github.com/doctrine/DoctrineMigrationsBundle.git",
  827. "reference": "3393f411ba25ade21969c33f2053220044854d01"
  828. },
  829. "dist": {
  830. "type": "zip",
  831. "url": "https://api.github.com/repos/doctrine/DoctrineMigrationsBundle/zipball/3393f411ba25ade21969c33f2053220044854d01",
  832. "reference": "3393f411ba25ade21969c33f2053220044854d01",
  833. "shasum": ""
  834. },
  835. "require": {
  836. "doctrine/doctrine-bundle": "~1.0|~2.0",
  837. "doctrine/migrations": "^3.2",
  838. "php": "^7.2|^8.0",
  839. "symfony/framework-bundle": "~3.4|~4.0|~5.0|~6.0"
  840. },
  841. "require-dev": {
  842. "doctrine/coding-standard": "^8.0",
  843. "doctrine/orm": "^2.6",
  844. "doctrine/persistence": "^1.3||^2.0",
  845. "phpstan/phpstan": "^0.12",
  846. "phpstan/phpstan-deprecation-rules": "^0.12",
  847. "phpstan/phpstan-phpunit": "^0.12",
  848. "phpstan/phpstan-strict-rules": "^0.12",
  849. "phpunit/phpunit": "^8.0|^9.0",
  850. "vimeo/psalm": "^4.11"
  851. },
  852. "type": "symfony-bundle",
  853. "autoload": {
  854. "psr-4": {
  855. "Doctrine\\Bundle\\MigrationsBundle\\": ""
  856. },
  857. "exclude-from-classmap": [
  858. "/Tests/"
  859. ]
  860. },
  861. "notification-url": "https://packagist.org/downloads/",
  862. "license": [
  863. "MIT"
  864. ],
  865. "authors": [
  866. {
  867. "name": "Fabien Potencier",
  868. "email": "fabien@symfony.com"
  869. },
  870. {
  871. "name": "Doctrine Project",
  872. "homepage": "https://www.doctrine-project.org"
  873. },
  874. {
  875. "name": "Symfony Community",
  876. "homepage": "https://symfony.com/contributors"
  877. }
  878. ],
  879. "description": "Symfony DoctrineMigrationsBundle",
  880. "homepage": "https://www.doctrine-project.org",
  881. "keywords": [
  882. "dbal",
  883. "migrations",
  884. "schema"
  885. ],
  886. "support": {
  887. "issues": "https://github.com/doctrine/DoctrineMigrationsBundle/issues",
  888. "source": "https://github.com/doctrine/DoctrineMigrationsBundle/tree/3.2.2"
  889. },
  890. "funding": [
  891. {
  892. "url": "https://www.doctrine-project.org/sponsorship.html",
  893. "type": "custom"
  894. },
  895. {
  896. "url": "https://www.patreon.com/phpdoctrine",
  897. "type": "patreon"
  898. },
  899. {
  900. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fdoctrine-migrations-bundle",
  901. "type": "tidelift"
  902. }
  903. ],
  904. "time": "2022-02-01T18:08:07+00:00"
  905. },
  906. {
  907. "name": "doctrine/event-manager",
  908. "version": "1.1.1",
  909. "source": {
  910. "type": "git",
  911. "url": "https://github.com/doctrine/event-manager.git",
  912. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f"
  913. },
  914. "dist": {
  915. "type": "zip",
  916. "url": "https://api.github.com/repos/doctrine/event-manager/zipball/41370af6a30faa9dc0368c4a6814d596e81aba7f",
  917. "reference": "41370af6a30faa9dc0368c4a6814d596e81aba7f",
  918. "shasum": ""
  919. },
  920. "require": {
  921. "php": "^7.1 || ^8.0"
  922. },
  923. "conflict": {
  924. "doctrine/common": "<2.9@dev"
  925. },
  926. "require-dev": {
  927. "doctrine/coding-standard": "^6.0",
  928. "phpunit/phpunit": "^7.0"
  929. },
  930. "type": "library",
  931. "extra": {
  932. "branch-alias": {
  933. "dev-master": "1.0.x-dev"
  934. }
  935. },
  936. "autoload": {
  937. "psr-4": {
  938. "Doctrine\\Common\\": "lib/Doctrine/Common"
  939. }
  940. },
  941. "notification-url": "https://packagist.org/downloads/",
  942. "license": [
  943. "MIT"
  944. ],
  945. "authors": [
  946. {
  947. "name": "Guilherme Blanco",
  948. "email": "guilhermeblanco@gmail.com"
  949. },
  950. {
  951. "name": "Roman Borschel",
  952. "email": "roman@code-factory.org"
  953. },
  954. {
  955. "name": "Benjamin Eberlei",
  956. "email": "kontakt@beberlei.de"
  957. },
  958. {
  959. "name": "Jonathan Wage",
  960. "email": "jonwage@gmail.com"
  961. },
  962. {
  963. "name": "Johannes Schmitt",
  964. "email": "schmittjoh@gmail.com"
  965. },
  966. {
  967. "name": "Marco Pivetta",
  968. "email": "ocramius@gmail.com"
  969. }
  970. ],
  971. "description": "The Doctrine Event Manager is a simple PHP event system that was built to be used with the various Doctrine projects.",
  972. "homepage": "https://www.doctrine-project.org/projects/event-manager.html",
  973. "keywords": [
  974. "event",
  975. "event dispatcher",
  976. "event manager",
  977. "event system",
  978. "events"
  979. ],
  980. "support": {
  981. "issues": "https://github.com/doctrine/event-manager/issues",
  982. "source": "https://github.com/doctrine/event-manager/tree/1.1.x"
  983. },
  984. "funding": [
  985. {
  986. "url": "https://www.doctrine-project.org/sponsorship.html",
  987. "type": "custom"
  988. },
  989. {
  990. "url": "https://www.patreon.com/phpdoctrine",
  991. "type": "patreon"
  992. },
  993. {
  994. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fevent-manager",
  995. "type": "tidelift"
  996. }
  997. ],
  998. "time": "2020-05-29T18:28:51+00:00"
  999. },
  1000. {
  1001. "name": "doctrine/inflector",
  1002. "version": "2.0.4",
  1003. "source": {
  1004. "type": "git",
  1005. "url": "https://github.com/doctrine/inflector.git",
  1006. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89"
  1007. },
  1008. "dist": {
  1009. "type": "zip",
  1010. "url": "https://api.github.com/repos/doctrine/inflector/zipball/8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  1011. "reference": "8b7ff3e4b7de6b2c84da85637b59fd2880ecaa89",
  1012. "shasum": ""
  1013. },
  1014. "require": {
  1015. "php": "^7.2 || ^8.0"
  1016. },
  1017. "require-dev": {
  1018. "doctrine/coding-standard": "^8.2",
  1019. "phpstan/phpstan": "^0.12",
  1020. "phpstan/phpstan-phpunit": "^0.12",
  1021. "phpstan/phpstan-strict-rules": "^0.12",
  1022. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.0",
  1023. "vimeo/psalm": "^4.10"
  1024. },
  1025. "type": "library",
  1026. "autoload": {
  1027. "psr-4": {
  1028. "Doctrine\\Inflector\\": "lib/Doctrine/Inflector"
  1029. }
  1030. },
  1031. "notification-url": "https://packagist.org/downloads/",
  1032. "license": [
  1033. "MIT"
  1034. ],
  1035. "authors": [
  1036. {
  1037. "name": "Guilherme Blanco",
  1038. "email": "guilhermeblanco@gmail.com"
  1039. },
  1040. {
  1041. "name": "Roman Borschel",
  1042. "email": "roman@code-factory.org"
  1043. },
  1044. {
  1045. "name": "Benjamin Eberlei",
  1046. "email": "kontakt@beberlei.de"
  1047. },
  1048. {
  1049. "name": "Jonathan Wage",
  1050. "email": "jonwage@gmail.com"
  1051. },
  1052. {
  1053. "name": "Johannes Schmitt",
  1054. "email": "schmittjoh@gmail.com"
  1055. }
  1056. ],
  1057. "description": "PHP Doctrine Inflector is a small library that can perform string manipulations with regard to upper/lowercase and singular/plural forms of words.",
  1058. "homepage": "https://www.doctrine-project.org/projects/inflector.html",
  1059. "keywords": [
  1060. "inflection",
  1061. "inflector",
  1062. "lowercase",
  1063. "manipulation",
  1064. "php",
  1065. "plural",
  1066. "singular",
  1067. "strings",
  1068. "uppercase",
  1069. "words"
  1070. ],
  1071. "support": {
  1072. "issues": "https://github.com/doctrine/inflector/issues",
  1073. "source": "https://github.com/doctrine/inflector/tree/2.0.4"
  1074. },
  1075. "funding": [
  1076. {
  1077. "url": "https://www.doctrine-project.org/sponsorship.html",
  1078. "type": "custom"
  1079. },
  1080. {
  1081. "url": "https://www.patreon.com/phpdoctrine",
  1082. "type": "patreon"
  1083. },
  1084. {
  1085. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finflector",
  1086. "type": "tidelift"
  1087. }
  1088. ],
  1089. "time": "2021-10-22T20:16:43+00:00"
  1090. },
  1091. {
  1092. "name": "doctrine/instantiator",
  1093. "version": "1.4.1",
  1094. "source": {
  1095. "type": "git",
  1096. "url": "https://github.com/doctrine/instantiator.git",
  1097. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc"
  1098. },
  1099. "dist": {
  1100. "type": "zip",
  1101. "url": "https://api.github.com/repos/doctrine/instantiator/zipball/10dcfce151b967d20fde1b34ae6640712c3891bc",
  1102. "reference": "10dcfce151b967d20fde1b34ae6640712c3891bc",
  1103. "shasum": ""
  1104. },
  1105. "require": {
  1106. "php": "^7.1 || ^8.0"
  1107. },
  1108. "require-dev": {
  1109. "doctrine/coding-standard": "^9",
  1110. "ext-pdo": "*",
  1111. "ext-phar": "*",
  1112. "phpbench/phpbench": "^0.16 || ^1",
  1113. "phpstan/phpstan": "^1.4",
  1114. "phpstan/phpstan-phpunit": "^1",
  1115. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1116. "vimeo/psalm": "^4.22"
  1117. },
  1118. "type": "library",
  1119. "autoload": {
  1120. "psr-4": {
  1121. "Doctrine\\Instantiator\\": "src/Doctrine/Instantiator/"
  1122. }
  1123. },
  1124. "notification-url": "https://packagist.org/downloads/",
  1125. "license": [
  1126. "MIT"
  1127. ],
  1128. "authors": [
  1129. {
  1130. "name": "Marco Pivetta",
  1131. "email": "ocramius@gmail.com",
  1132. "homepage": "https://ocramius.github.io/"
  1133. }
  1134. ],
  1135. "description": "A small, lightweight utility to instantiate objects in PHP without invoking their constructors",
  1136. "homepage": "https://www.doctrine-project.org/projects/instantiator.html",
  1137. "keywords": [
  1138. "constructor",
  1139. "instantiate"
  1140. ],
  1141. "support": {
  1142. "issues": "https://github.com/doctrine/instantiator/issues",
  1143. "source": "https://github.com/doctrine/instantiator/tree/1.4.1"
  1144. },
  1145. "funding": [
  1146. {
  1147. "url": "https://www.doctrine-project.org/sponsorship.html",
  1148. "type": "custom"
  1149. },
  1150. {
  1151. "url": "https://www.patreon.com/phpdoctrine",
  1152. "type": "patreon"
  1153. },
  1154. {
  1155. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Finstantiator",
  1156. "type": "tidelift"
  1157. }
  1158. ],
  1159. "time": "2022-03-03T08:28:38+00:00"
  1160. },
  1161. {
  1162. "name": "doctrine/lexer",
  1163. "version": "1.2.3",
  1164. "source": {
  1165. "type": "git",
  1166. "url": "https://github.com/doctrine/lexer.git",
  1167. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229"
  1168. },
  1169. "dist": {
  1170. "type": "zip",
  1171. "url": "https://api.github.com/repos/doctrine/lexer/zipball/c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  1172. "reference": "c268e882d4dbdd85e36e4ad69e02dc284f89d229",
  1173. "shasum": ""
  1174. },
  1175. "require": {
  1176. "php": "^7.1 || ^8.0"
  1177. },
  1178. "require-dev": {
  1179. "doctrine/coding-standard": "^9.0",
  1180. "phpstan/phpstan": "^1.3",
  1181. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.5",
  1182. "vimeo/psalm": "^4.11"
  1183. },
  1184. "type": "library",
  1185. "autoload": {
  1186. "psr-4": {
  1187. "Doctrine\\Common\\Lexer\\": "lib/Doctrine/Common/Lexer"
  1188. }
  1189. },
  1190. "notification-url": "https://packagist.org/downloads/",
  1191. "license": [
  1192. "MIT"
  1193. ],
  1194. "authors": [
  1195. {
  1196. "name": "Guilherme Blanco",
  1197. "email": "guilhermeblanco@gmail.com"
  1198. },
  1199. {
  1200. "name": "Roman Borschel",
  1201. "email": "roman@code-factory.org"
  1202. },
  1203. {
  1204. "name": "Johannes Schmitt",
  1205. "email": "schmittjoh@gmail.com"
  1206. }
  1207. ],
  1208. "description": "PHP Doctrine Lexer parser library that can be used in Top-Down, Recursive Descent Parsers.",
  1209. "homepage": "https://www.doctrine-project.org/projects/lexer.html",
  1210. "keywords": [
  1211. "annotations",
  1212. "docblock",
  1213. "lexer",
  1214. "parser",
  1215. "php"
  1216. ],
  1217. "support": {
  1218. "issues": "https://github.com/doctrine/lexer/issues",
  1219. "source": "https://github.com/doctrine/lexer/tree/1.2.3"
  1220. },
  1221. "funding": [
  1222. {
  1223. "url": "https://www.doctrine-project.org/sponsorship.html",
  1224. "type": "custom"
  1225. },
  1226. {
  1227. "url": "https://www.patreon.com/phpdoctrine",
  1228. "type": "patreon"
  1229. },
  1230. {
  1231. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Flexer",
  1232. "type": "tidelift"
  1233. }
  1234. ],
  1235. "time": "2022-02-28T11:07:21+00:00"
  1236. },
  1237. {
  1238. "name": "doctrine/migrations",
  1239. "version": "3.4.1",
  1240. "source": {
  1241. "type": "git",
  1242. "url": "https://github.com/doctrine/migrations.git",
  1243. "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10"
  1244. },
  1245. "dist": {
  1246. "type": "zip",
  1247. "url": "https://api.github.com/repos/doctrine/migrations/zipball/e7df670aa9565b435ffec636cebdb4d0a1987f10",
  1248. "reference": "e7df670aa9565b435ffec636cebdb4d0a1987f10",
  1249. "shasum": ""
  1250. },
  1251. "require": {
  1252. "composer-runtime-api": "^2",
  1253. "doctrine/dbal": "^2.11 || ^3.0",
  1254. "doctrine/deprecations": "^0.5.3",
  1255. "doctrine/event-manager": "^1.0",
  1256. "friendsofphp/proxy-manager-lts": "^1.0",
  1257. "php": "^7.2 || ^8.0",
  1258. "psr/log": "^1.1.3 || ^2 || ^3",
  1259. "symfony/console": "^3.4 || ^4.4.16 || ^5.0 || ^6.0",
  1260. "symfony/stopwatch": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1261. },
  1262. "require-dev": {
  1263. "doctrine/coding-standard": "^8.0",
  1264. "doctrine/orm": "^2.6",
  1265. "doctrine/persistence": "^1.3 || ^2.0",
  1266. "doctrine/sql-formatter": "^1.0",
  1267. "ergebnis/composer-normalize": "^2.9",
  1268. "ext-pdo_sqlite": "*",
  1269. "phpstan/phpstan": "^0.12",
  1270. "phpstan/phpstan-deprecation-rules": "^0.12",
  1271. "phpstan/phpstan-phpunit": "^0.12",
  1272. "phpstan/phpstan-strict-rules": "^0.12",
  1273. "phpstan/phpstan-symfony": "^0.12",
  1274. "phpunit/phpunit": "^8.5 || ^9.4",
  1275. "symfony/cache": "^3.4.26 || ^4.2.12 || ^5.0 || ^6.0",
  1276. "symfony/process": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1277. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0"
  1278. },
  1279. "suggest": {
  1280. "doctrine/sql-formatter": "Allows to generate formatted SQL with the diff command.",
  1281. "symfony/yaml": "Allows the use of yaml for migration configuration files."
  1282. },
  1283. "bin": [
  1284. "bin/doctrine-migrations"
  1285. ],
  1286. "type": "library",
  1287. "extra": {
  1288. "composer-normalize": {
  1289. "indent-size": 4,
  1290. "indent-style": "space"
  1291. }
  1292. },
  1293. "autoload": {
  1294. "psr-4": {
  1295. "Doctrine\\Migrations\\": "lib/Doctrine/Migrations"
  1296. }
  1297. },
  1298. "notification-url": "https://packagist.org/downloads/",
  1299. "license": [
  1300. "MIT"
  1301. ],
  1302. "authors": [
  1303. {
  1304. "name": "Benjamin Eberlei",
  1305. "email": "kontakt@beberlei.de"
  1306. },
  1307. {
  1308. "name": "Jonathan Wage",
  1309. "email": "jonwage@gmail.com"
  1310. },
  1311. {
  1312. "name": "Michael Simonson",
  1313. "email": "contact@mikesimonson.com"
  1314. }
  1315. ],
  1316. "description": "PHP Doctrine Migrations project offer additional functionality on top of the database abstraction layer (DBAL) for versioning your database schema and easily deploying changes to it. It is a very easy to use and a powerful tool.",
  1317. "homepage": "https://www.doctrine-project.org/projects/migrations.html",
  1318. "keywords": [
  1319. "database",
  1320. "dbal",
  1321. "migrations"
  1322. ],
  1323. "support": {
  1324. "issues": "https://github.com/doctrine/migrations/issues",
  1325. "source": "https://github.com/doctrine/migrations/tree/3.4.1"
  1326. },
  1327. "funding": [
  1328. {
  1329. "url": "https://www.doctrine-project.org/sponsorship.html",
  1330. "type": "custom"
  1331. },
  1332. {
  1333. "url": "https://www.patreon.com/phpdoctrine",
  1334. "type": "patreon"
  1335. },
  1336. {
  1337. "url": "https://tidelift.com/funding/github/packagist/doctrine%2Fmigrations",
  1338. "type": "tidelift"
  1339. }
  1340. ],
  1341. "time": "2022-01-28T21:58:35+00:00"
  1342. },
  1343. {
  1344. "name": "doctrine/orm",
  1345. "version": "2.11.1",
  1346. "source": {
  1347. "type": "git",
  1348. "url": "https://github.com/doctrine/orm.git",
  1349. "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6"
  1350. },
  1351. "dist": {
  1352. "type": "zip",
  1353. "url": "https://api.github.com/repos/doctrine/orm/zipball/4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
  1354. "reference": "4b88ce787d3916c8366abf52f6c658a7a27ed3a6",
  1355. "shasum": ""
  1356. },
  1357. "require": {
  1358. "composer-runtime-api": "^2",
  1359. "doctrine/cache": "^1.12.1 || ^2.1.1",
  1360. "doctrine/collections": "^1.5",
  1361. "doctrine/common": "^3.0.3",
  1362. "doctrine/dbal": "^2.13.1 || ^3.2",
  1363. "doctrine/deprecations": "^0.5.3",
  1364. "doctrine/event-manager": "^1.1",
  1365. "doctrine/inflector": "^1.4 || ^2.0",
  1366. "doctrine/instantiator": "^1.3",
  1367. "doctrine/lexer": "^1.0",
  1368. "doctrine/persistence": "^2.2",
  1369. "ext-ctype": "*",
  1370. "ext-pdo": "*",
  1371. "php": "^7.1 || ^8.0",
  1372. "psr/cache": "^1 || ^2 || ^3",
  1373. "symfony/console": "^3.0 || ^4.0 || ^5.0 || ^6.0",
  1374. "symfony/polyfill-php72": "^1.23",
  1375. "symfony/polyfill-php80": "^1.15"
  1376. },
  1377. "conflict": {
  1378. "doctrine/annotations": "<1.13 || >= 2.0"
  1379. },
  1380. "require-dev": {
  1381. "doctrine/annotations": "^1.13",
  1382. "doctrine/coding-standard": "^9.0",
  1383. "phpbench/phpbench": "^0.16.10 || ^1.0",
  1384. "phpstan/phpstan": "1.4.3",
  1385. "phpunit/phpunit": "^7.5 || ^8.5 || ^9.4",
  1386. "squizlabs/php_codesniffer": "3.6.2",
  1387. "symfony/cache": "^4.4 || ^5.4 || ^6.0",
  1388. "symfony/yaml": "^3.4 || ^4.0 || ^5.0 || ^6.0",
  1389. "vimeo/psalm": "4.19.0"
  1390. },
  1391. "suggest": {
  1392. "symfony/cache": "Provides cache support for Setup Tool with doctrine/cache 2.0",
  1393. "symfony/yaml": "If you want to use YAML Metadata Mapping Driver"
  1394. },
  1395. "bin": [
  1396. "bin/doctrine"
  1397. ],
  1398. "type": "library",
  1399. "autoload": {
  1400. "psr-4": {
  1401. "Doctrine\\ORM\\": "lib/Doctrine/ORM"
  1402. }
  1403. },
  1404. "notification-url": "https://packagist.org/downloads/",
  1405. "license": [
  1406. "MIT"
  1407. ],
  1408. "authors": [
  1409. {
  1410. "name": "Guilherme Blanco",
  1411. "email": "guilhermeblanco@gmail.com"
  1412. },
  1413. {
  1414. "name": "Roman Borschel",
  1415. "email": "roman@code-factory.org"
  1416. },
  1417. {
  1418. "name": "Benjamin Eberlei",
  1419. "email": "kontakt@beberlei.de"
  1420. },
  1421. {
  1422. "name": "Jonathan Wage",
  1423. "email": "jonwage@gmail.com"
  1424. },
  1425. {
  1426. "name": "Marco Pivetta",
  1427. "email": "ocramius@gmail.com"
  1428. }
  1429. ],
  1430. "description": "Object-Relational-Mapper for PHP",
  1431. "homepage": "https://www.doctrine-project.org/projects/orm.html",
  1432. "keywords": [
  1433. "database",
  1434. "orm"
  1435. ],
  1436. "support": {
  1437. "issues": "https://github.com/doctrine/orm/issues",
  1438. "source": "https://github.com/doctrine/orm/tree/2.11.1"
  1439. },
  1440. "time": "2022-01-30T21:47:06+00:00"
  1441. },
  1442. {
  1443. "name": "doctrine/persistence",
  1444. "version": "2.3.0",
  1445. "source": {
  1446. "type": "git",
  1447. "url": "https://github.com/doctrine/persistence.git",
  1448. "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8"
  1449. },
  1450. "dist": {
  1451. "type": "zip",
  1452. "url": "https://api.github.com/repos/doctrine/persistence/zipball/f8af155c1e7963f3d2b4415097d55757bbaa53d8",
  1453. "reference": "f8af155c1e7963f3d2b4415097d55757bbaa53d8",
  1454. "shasum": ""
  1455. },
  1456. "require": {
  1457. "doctrine/cache": "^1.11 || ^2.0",
  1458. "doctrine/collections": "^1.0",
  1459. "doctrine/deprecations": "^0.5.3",
  1460. "doctrine/event-manager": "^1.0",
  1461. "php": "^7.1 || ^8.0",
  1462. "psr/cache": "^1.0 || ^2.0 || ^3.0"
  1463. },
  1464. "conflict": {
  1465. "doctrine/annotations": "<1.0 || >=2.0",
  1466. "doctrine/common": "<2.10@dev"
  1467. },
  1468. "require-dev": {
  1469. "composer/package-versions-deprecated": "^1.11",
  1470. "doctrine/annotations": "^1.0",
  1471. "doctrine/coding-standard": "^6.0 || ^9.0",
  1472. "doctrine/common": "^3.0",
  1473. "phpstan/phpstan": "1.2.0",
  1474. "phpunit/phpunit": "^7.5.20 || ^8.0 || ^9.0",
  1475. "symfony/cache": "^4.4 || ^5.0 || ^6.0",
  1476. "vimeo/psalm": "4.13.1"
  1477. },
  1478. "type": "library",
  1479. "autoload": {
  1480. "psr-4": {
  1481. "Doctrine\\Common\\": "lib/Doctrine/Common",
  1482. "Doctrine\\Persistence\\": "lib/Doctrine/Persistence"
  1483. }
  1484. },
  1485. "notification-url": "https://packagist.org/downloads/",
  1486. "license": [
  1487. "MIT"
  1488. ],
  1489. "authors": [
  1490. {
  1491. "name": "Guilherme Blanco",
  1492. "email": "guilhermeblanco@gmail.com"
  1493. },
  1494. {
  1495. "name": "Roman Borschel",
  1496. "email": "roman@code-factory.org"
  1497. },
  1498. {
  1499. "name": "Benjamin Eberlei",
  1500. "email": "kontakt@beberlei.de"
  1501. },
  1502. {
  1503. "name": "Jonathan Wage",
  1504. "email": "jonwage@gmail.com"
  1505. },
  1506. {
  1507. "name": "Johannes Schmitt",
  1508. "email": "schmittjoh@gmail.com"
  1509. },
  1510. {
  1511. "name": "Marco Pivetta",
  1512. "email": "ocramius@gmail.com"
  1513. }
  1514. ],
  1515. "description": "The Doctrine Persistence project is a set of shared interfaces and functionality that the different Doctrine object mappers share.",
  1516. "homepage": "https://doctrine-project.org/projects/persistence.html",
  1517. "keywords": [
  1518. "mapper",
  1519. "object",
  1520. "odm",
  1521. "orm",
  1522. "persistence"
  1523. ],
  1524. "support": {
  1525. "issues": "https://github.com/doctrine/persistence/issues",
  1526. "source": "https://github.com/doctrine/persistence/tree/2.3.0"
  1527. },
  1528. "time": "2022-01-09T19:58:46+00:00"
  1529. },
  1530. {
  1531. "name": "doctrine/sql-formatter",
  1532. "version": "1.1.2",
  1533. "source": {
  1534. "type": "git",
  1535. "url": "https://github.com/doctrine/sql-formatter.git",
  1536. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894"
  1537. },
  1538. "dist": {
  1539. "type": "zip",
  1540. "url": "https://api.github.com/repos/doctrine/sql-formatter/zipball/20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1541. "reference": "20c39c2de286a9d3262cc8ed282a4ae60e265894",
  1542. "shasum": ""
  1543. },
  1544. "require": {
  1545. "php": "^7.1 || ^8.0"
  1546. },
  1547. "require-dev": {
  1548. "bamarni/composer-bin-plugin": "^1.4"
  1549. },
  1550. "bin": [
  1551. "bin/sql-formatter"
  1552. ],
  1553. "type": "library",
  1554. "autoload": {
  1555. "psr-4": {
  1556. "Doctrine\\SqlFormatter\\": "src"
  1557. }
  1558. },
  1559. "notification-url": "https://packagist.org/downloads/",
  1560. "license": [
  1561. "MIT"
  1562. ],
  1563. "authors": [
  1564. {
  1565. "name": "Jeremy Dorn",
  1566. "email": "jeremy@jeremydorn.com",
  1567. "homepage": "http://jeremydorn.com/"
  1568. }
  1569. ],
  1570. "description": "a PHP SQL highlighting library",
  1571. "homepage": "https://github.com/doctrine/sql-formatter/",
  1572. "keywords": [
  1573. "highlight",
  1574. "sql"
  1575. ],
  1576. "support": {
  1577. "issues": "https://github.com/doctrine/sql-formatter/issues",
  1578. "source": "https://github.com/doctrine/sql-formatter/tree/1.1.2"
  1579. },
  1580. "time": "2021-11-05T11:11:14+00:00"
  1581. },
  1582. {
  1583. "name": "egulias/email-validator",
  1584. "version": "3.1.2",
  1585. "source": {
  1586. "type": "git",
  1587. "url": "https://github.com/egulias/EmailValidator.git",
  1588. "reference": "ee0db30118f661fb166bcffbf5d82032df484697"
  1589. },
  1590. "dist": {
  1591. "type": "zip",
  1592. "url": "https://api.github.com/repos/egulias/EmailValidator/zipball/ee0db30118f661fb166bcffbf5d82032df484697",
  1593. "reference": "ee0db30118f661fb166bcffbf5d82032df484697",
  1594. "shasum": ""
  1595. },
  1596. "require": {
  1597. "doctrine/lexer": "^1.2",
  1598. "php": ">=7.2",
  1599. "symfony/polyfill-intl-idn": "^1.15"
  1600. },
  1601. "require-dev": {
  1602. "php-coveralls/php-coveralls": "^2.2",
  1603. "phpunit/phpunit": "^8.5.8|^9.3.3",
  1604. "vimeo/psalm": "^4"
  1605. },
  1606. "suggest": {
  1607. "ext-intl": "PHP Internationalization Libraries are required to use the SpoofChecking validation"
  1608. },
  1609. "type": "library",
  1610. "extra": {
  1611. "branch-alias": {
  1612. "dev-master": "3.0.x-dev"
  1613. }
  1614. },
  1615. "autoload": {
  1616. "psr-4": {
  1617. "Egulias\\EmailValidator\\": "src"
  1618. }
  1619. },
  1620. "notification-url": "https://packagist.org/downloads/",
  1621. "license": [
  1622. "MIT"
  1623. ],
  1624. "authors": [
  1625. {
  1626. "name": "Eduardo Gulias Davis"
  1627. }
  1628. ],
  1629. "description": "A library for validating emails against several RFCs",
  1630. "homepage": "https://github.com/egulias/EmailValidator",
  1631. "keywords": [
  1632. "email",
  1633. "emailvalidation",
  1634. "emailvalidator",
  1635. "validation",
  1636. "validator"
  1637. ],
  1638. "support": {
  1639. "issues": "https://github.com/egulias/EmailValidator/issues",
  1640. "source": "https://github.com/egulias/EmailValidator/tree/3.1.2"
  1641. },
  1642. "funding": [
  1643. {
  1644. "url": "https://github.com/egulias",
  1645. "type": "github"
  1646. }
  1647. ],
  1648. "time": "2021-10-11T09:18:27+00:00"
  1649. },
  1650. {
  1651. "name": "embed/embed",
  1652. "version": "v4.4.2",
  1653. "source": {
  1654. "type": "git",
  1655. "url": "https://github.com/oscarotero/Embed.git",
  1656. "reference": "84631fa16f2a669de66218774a20b6c1c5f9ba03"
  1657. },
  1658. "dist": {
  1659. "type": "zip",
  1660. "url": "https://api.github.com/repos/oscarotero/Embed/zipball/84631fa16f2a669de66218774a20b6c1c5f9ba03",
  1661. "reference": "84631fa16f2a669de66218774a20b6c1c5f9ba03",
  1662. "shasum": ""
  1663. },
  1664. "require": {
  1665. "composer/ca-bundle": "^1.0",
  1666. "ext-curl": "*",
  1667. "ext-dom": "*",
  1668. "ext-json": "*",
  1669. "ext-mbstring": "*",
  1670. "ml/json-ld": "^1.1",
  1671. "oscarotero/html-parser": "^0.1.4",
  1672. "php": "^7.4|^8",
  1673. "psr/http-client": "^1.0",
  1674. "psr/http-factory": "^1.0",
  1675. "psr/http-message": "^1.0"
  1676. },
  1677. "require-dev": {
  1678. "brick/varexporter": "^0.3.1",
  1679. "friendsofphp/php-cs-fixer": "^2.0",
  1680. "nyholm/psr7": "^1.2",
  1681. "oscarotero/php-cs-fixer-config": "^1.0",
  1682. "phpunit/phpunit": "^9.0",
  1683. "symfony/css-selector": "^5.0"
  1684. },
  1685. "suggest": {
  1686. "symfony/css-selector": "If you want to get elements using css selectors"
  1687. },
  1688. "type": "library",
  1689. "autoload": {
  1690. "files": [
  1691. "src/functions.php"
  1692. ],
  1693. "psr-4": {
  1694. "Embed\\": "src"
  1695. }
  1696. },
  1697. "notification-url": "https://packagist.org/downloads/",
  1698. "license": [
  1699. "MIT"
  1700. ],
  1701. "authors": [
  1702. {
  1703. "name": "Oscar Otero",
  1704. "email": "oom@oscarotero.com",
  1705. "homepage": "http://oscarotero.com",
  1706. "role": "Developer"
  1707. }
  1708. ],
  1709. "description": "PHP library to retrieve page info using oembed, opengraph, etc",
  1710. "homepage": "https://github.com/oscarotero/Embed",
  1711. "keywords": [
  1712. "embed",
  1713. "embedly",
  1714. "oembed",
  1715. "opengraph",
  1716. "twitter cards"
  1717. ],
  1718. "support": {
  1719. "email": "oom@oscarotero.com",
  1720. "issues": "https://github.com/oscarotero/Embed/issues",
  1721. "source": "https://github.com/oscarotero/Embed/tree/v4.4.2"
  1722. },
  1723. "funding": [
  1724. {
  1725. "url": "https://paypal.me/oscarotero",
  1726. "type": "custom"
  1727. },
  1728. {
  1729. "url": "https://github.com/oscarotero",
  1730. "type": "github"
  1731. },
  1732. {
  1733. "url": "https://www.patreon.com/misteroom",
  1734. "type": "patreon"
  1735. }
  1736. ],
  1737. "time": "2022-02-13T16:03:59+00:00"
  1738. },
  1739. {
  1740. "name": "erusev/parsedown",
  1741. "version": "1.7.4",
  1742. "source": {
  1743. "type": "git",
  1744. "url": "https://github.com/erusev/parsedown.git",
  1745. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3"
  1746. },
  1747. "dist": {
  1748. "type": "zip",
  1749. "url": "https://api.github.com/repos/erusev/parsedown/zipball/cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  1750. "reference": "cb17b6477dfff935958ba01325f2e8a2bfa6dab3",
  1751. "shasum": ""
  1752. },
  1753. "require": {
  1754. "ext-mbstring": "*",
  1755. "php": ">=5.3.0"
  1756. },
  1757. "require-dev": {
  1758. "phpunit/phpunit": "^4.8.35"
  1759. },
  1760. "type": "library",
  1761. "autoload": {
  1762. "psr-0": {
  1763. "Parsedown": ""
  1764. }
  1765. },
  1766. "notification-url": "https://packagist.org/downloads/",
  1767. "license": [
  1768. "MIT"
  1769. ],
  1770. "authors": [
  1771. {
  1772. "name": "Emanuil Rusev",
  1773. "email": "hello@erusev.com",
  1774. "homepage": "http://erusev.com"
  1775. }
  1776. ],
  1777. "description": "Parser for Markdown.",
  1778. "homepage": "http://parsedown.org",
  1779. "keywords": [
  1780. "markdown",
  1781. "parser"
  1782. ],
  1783. "support": {
  1784. "issues": "https://github.com/erusev/parsedown/issues",
  1785. "source": "https://github.com/erusev/parsedown/tree/1.7.x"
  1786. },
  1787. "time": "2019-12-30T22:54:17+00:00"
  1788. },
  1789. {
  1790. "name": "evenement/evenement",
  1791. "version": "v3.0.1",
  1792. "source": {
  1793. "type": "git",
  1794. "url": "https://github.com/igorw/evenement.git",
  1795. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7"
  1796. },
  1797. "dist": {
  1798. "type": "zip",
  1799. "url": "https://api.github.com/repos/igorw/evenement/zipball/531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  1800. "reference": "531bfb9d15f8aa57454f5f0285b18bec903b8fb7",
  1801. "shasum": ""
  1802. },
  1803. "require": {
  1804. "php": ">=7.0"
  1805. },
  1806. "require-dev": {
  1807. "phpunit/phpunit": "^6.0"
  1808. },
  1809. "type": "library",
  1810. "autoload": {
  1811. "psr-0": {
  1812. "Evenement": "src"
  1813. }
  1814. },
  1815. "notification-url": "https://packagist.org/downloads/",
  1816. "license": [
  1817. "MIT"
  1818. ],
  1819. "authors": [
  1820. {
  1821. "name": "Igor Wiedler",
  1822. "email": "igor@wiedler.ch"
  1823. }
  1824. ],
  1825. "description": "Événement is a very simple event dispatching library for PHP",
  1826. "keywords": [
  1827. "event-dispatcher",
  1828. "event-emitter"
  1829. ],
  1830. "support": {
  1831. "issues": "https://github.com/igorw/evenement/issues",
  1832. "source": "https://github.com/igorw/evenement/tree/master"
  1833. },
  1834. "time": "2017-07-23T21:35:13+00:00"
  1835. },
  1836. {
  1837. "name": "friendsofphp/proxy-manager-lts",
  1838. "version": "v1.0.7",
  1839. "source": {
  1840. "type": "git",
  1841. "url": "https://github.com/FriendsOfPHP/proxy-manager-lts.git",
  1842. "reference": "c828ced1f932094ab79e4120a106a666565e4d9c"
  1843. },
  1844. "dist": {
  1845. "type": "zip",
  1846. "url": "https://api.github.com/repos/FriendsOfPHP/proxy-manager-lts/zipball/c828ced1f932094ab79e4120a106a666565e4d9c",
  1847. "reference": "c828ced1f932094ab79e4120a106a666565e4d9c",
  1848. "shasum": ""
  1849. },
  1850. "require": {
  1851. "laminas/laminas-code": "~3.4.1|^4.0",
  1852. "php": ">=7.1",
  1853. "symfony/filesystem": "^4.4.17|^5.0|^6.0"
  1854. },
  1855. "conflict": {
  1856. "laminas/laminas-stdlib": "<3.2.1",
  1857. "zendframework/zend-stdlib": "<3.2.1"
  1858. },
  1859. "replace": {
  1860. "ocramius/proxy-manager": "^2.1"
  1861. },
  1862. "require-dev": {
  1863. "ext-phar": "*",
  1864. "symfony/phpunit-bridge": "^5.4|^6.0"
  1865. },
  1866. "type": "library",
  1867. "extra": {
  1868. "thanks": {
  1869. "name": "ocramius/proxy-manager",
  1870. "url": "https://github.com/Ocramius/ProxyManager"
  1871. }
  1872. },
  1873. "autoload": {
  1874. "psr-4": {
  1875. "ProxyManager\\": "src/ProxyManager"
  1876. }
  1877. },
  1878. "notification-url": "https://packagist.org/downloads/",
  1879. "license": [
  1880. "MIT"
  1881. ],
  1882. "authors": [
  1883. {
  1884. "name": "Marco Pivetta",
  1885. "email": "ocramius@gmail.com",
  1886. "homepage": "https://ocramius.github.io/"
  1887. },
  1888. {
  1889. "name": "Nicolas Grekas",
  1890. "email": "p@tchwork.com"
  1891. }
  1892. ],
  1893. "description": "Adding support for a wider range of PHP versions to ocramius/proxy-manager",
  1894. "homepage": "https://github.com/FriendsOfPHP/proxy-manager-lts",
  1895. "keywords": [
  1896. "aop",
  1897. "lazy loading",
  1898. "proxy",
  1899. "proxy pattern",
  1900. "service proxies"
  1901. ],
  1902. "support": {
  1903. "issues": "https://github.com/FriendsOfPHP/proxy-manager-lts/issues",
  1904. "source": "https://github.com/FriendsOfPHP/proxy-manager-lts/tree/v1.0.7"
  1905. },
  1906. "funding": [
  1907. {
  1908. "url": "https://github.com/Ocramius",
  1909. "type": "github"
  1910. },
  1911. {
  1912. "url": "https://tidelift.com/funding/github/packagist/ocramius/proxy-manager",
  1913. "type": "tidelift"
  1914. }
  1915. ],
  1916. "time": "2022-03-02T09:29:19+00:00"
  1917. },
  1918. {
  1919. "name": "giggsey/libphonenumber-for-php",
  1920. "version": "8.12.44",
  1921. "source": {
  1922. "type": "git",
  1923. "url": "https://github.com/giggsey/libphonenumber-for-php.git",
  1924. "reference": "a726990faf05bfffdd826f75d9b41a1580dad4a7"
  1925. },
  1926. "dist": {
  1927. "type": "zip",
  1928. "url": "https://api.github.com/repos/giggsey/libphonenumber-for-php/zipball/a726990faf05bfffdd826f75d9b41a1580dad4a7",
  1929. "reference": "a726990faf05bfffdd826f75d9b41a1580dad4a7",
  1930. "shasum": ""
  1931. },
  1932. "require": {
  1933. "giggsey/locale": "^1.7|^2.0",
  1934. "php": ">=5.3.2",
  1935. "symfony/polyfill-mbstring": "^1.17"
  1936. },
  1937. "require-dev": {
  1938. "pear/pear-core-minimal": "^1.9",
  1939. "pear/pear_exception": "^1.0",
  1940. "pear/versioncontrol_git": "^0.5",
  1941. "phing/phing": "^2.7",
  1942. "php-coveralls/php-coveralls": "^1.0|^2.0",
  1943. "symfony/console": "^2.8|^3.0|^v4.4|^v5.2",
  1944. "symfony/phpunit-bridge": "^4.2 || ^5"
  1945. },
  1946. "type": "library",
  1947. "extra": {
  1948. "branch-alias": {
  1949. "dev-master": "8.x-dev"
  1950. }
  1951. },
  1952. "autoload": {
  1953. "psr-4": {
  1954. "libphonenumber\\": "src/"
  1955. },
  1956. "exclude-from-classmap": [
  1957. "/src/data/",
  1958. "/src/carrier/data/",
  1959. "/src/geocoding/data/",
  1960. "/src/timezone/data/"
  1961. ]
  1962. },
  1963. "notification-url": "https://packagist.org/downloads/",
  1964. "license": [
  1965. "Apache-2.0"
  1966. ],
  1967. "authors": [
  1968. {
  1969. "name": "Joshua Gigg",
  1970. "email": "giggsey@gmail.com",
  1971. "homepage": "https://giggsey.com/"
  1972. }
  1973. ],
  1974. "description": "PHP Port of Google's libphonenumber",
  1975. "homepage": "https://github.com/giggsey/libphonenumber-for-php",
  1976. "keywords": [
  1977. "geocoding",
  1978. "geolocation",
  1979. "libphonenumber",
  1980. "mobile",
  1981. "phonenumber",
  1982. "validation"
  1983. ],
  1984. "support": {
  1985. "irc": "irc://irc.appliedirc.com/lobby",
  1986. "issues": "https://github.com/giggsey/libphonenumber-for-php/issues",
  1987. "source": "https://github.com/giggsey/libphonenumber-for-php"
  1988. },
  1989. "time": "2022-02-24T09:38:54+00:00"
  1990. },
  1991. {
  1992. "name": "giggsey/locale",
  1993. "version": "2.1",
  1994. "source": {
  1995. "type": "git",
  1996. "url": "https://github.com/giggsey/Locale.git",
  1997. "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962"
  1998. },
  1999. "dist": {
  2000. "type": "zip",
  2001. "url": "https://api.github.com/repos/giggsey/Locale/zipball/8d324583b5899e6280a875c43bf1fc9658bc6962",
  2002. "reference": "8d324583b5899e6280a875c43bf1fc9658bc6962",
  2003. "shasum": ""
  2004. },
  2005. "require": {
  2006. "php": ">=7.2"
  2007. },
  2008. "require-dev": {
  2009. "ext-json": "*",
  2010. "pear/pear-core-minimal": "^1.9",
  2011. "pear/pear_exception": "^1.0",
  2012. "pear/versioncontrol_git": "^0.5",
  2013. "phing/phing": "^2.7",
  2014. "php-coveralls/php-coveralls": "^2.0",
  2015. "phpunit/phpunit": "^8.5|^9.5",
  2016. "symfony/console": "^5.0",
  2017. "symfony/filesystem": "^5.0",
  2018. "symfony/finder": "^5.0",
  2019. "symfony/process": "^5.0"
  2020. },
  2021. "type": "library",
  2022. "autoload": {
  2023. "psr-4": {
  2024. "Giggsey\\Locale\\": "src/"
  2025. }
  2026. },
  2027. "notification-url": "https://packagist.org/downloads/",
  2028. "license": [
  2029. "MIT"
  2030. ],
  2031. "authors": [
  2032. {
  2033. "name": "Joshua Gigg",
  2034. "email": "giggsey@gmail.com",
  2035. "homepage": "https://giggsey.com/"
  2036. }
  2037. ],
  2038. "description": "Locale functions required by libphonenumber-for-php",
  2039. "support": {
  2040. "issues": "https://github.com/giggsey/Locale/issues",
  2041. "source": "https://github.com/giggsey/Locale/tree/2.1"
  2042. },
  2043. "time": "2021-11-04T19:12:22+00:00"
  2044. },
  2045. {
  2046. "name": "guzzlehttp/guzzle",
  2047. "version": "7.4.1",
  2048. "source": {
  2049. "type": "git",
  2050. "url": "https://github.com/guzzle/guzzle.git",
  2051. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79"
  2052. },
  2053. "dist": {
  2054. "type": "zip",
  2055. "url": "https://api.github.com/repos/guzzle/guzzle/zipball/ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  2056. "reference": "ee0a041b1760e6a53d2a39c8c34115adc2af2c79",
  2057. "shasum": ""
  2058. },
  2059. "require": {
  2060. "ext-json": "*",
  2061. "guzzlehttp/promises": "^1.5",
  2062. "guzzlehttp/psr7": "^1.8.3 || ^2.1",
  2063. "php": "^7.2.5 || ^8.0",
  2064. "psr/http-client": "^1.0",
  2065. "symfony/deprecation-contracts": "^2.2 || ^3.0"
  2066. },
  2067. "provide": {
  2068. "psr/http-client-implementation": "1.0"
  2069. },
  2070. "require-dev": {
  2071. "bamarni/composer-bin-plugin": "^1.4.1",
  2072. "ext-curl": "*",
  2073. "php-http/client-integration-tests": "^3.0",
  2074. "phpunit/phpunit": "^8.5.5 || ^9.3.5",
  2075. "psr/log": "^1.1 || ^2.0 || ^3.0"
  2076. },
  2077. "suggest": {
  2078. "ext-curl": "Required for CURL handler support",
  2079. "ext-intl": "Required for Internationalized Domain Name (IDN) support",
  2080. "psr/log": "Required for using the Log middleware"
  2081. },
  2082. "type": "library",
  2083. "extra": {
  2084. "branch-alias": {
  2085. "dev-master": "7.4-dev"
  2086. }
  2087. },
  2088. "autoload": {
  2089. "files": [
  2090. "src/functions_include.php"
  2091. ],
  2092. "psr-4": {
  2093. "GuzzleHttp\\": "src/"
  2094. }
  2095. },
  2096. "notification-url": "https://packagist.org/downloads/",
  2097. "license": [
  2098. "MIT"
  2099. ],
  2100. "authors": [
  2101. {
  2102. "name": "Graham Campbell",
  2103. "email": "hello@gjcampbell.co.uk",
  2104. "homepage": "https://github.com/GrahamCampbell"
  2105. },
  2106. {
  2107. "name": "Michael Dowling",
  2108. "email": "mtdowling@gmail.com",
  2109. "homepage": "https://github.com/mtdowling"
  2110. },
  2111. {
  2112. "name": "Jeremy Lindblom",
  2113. "email": "jeremeamia@gmail.com",
  2114. "homepage": "https://github.com/jeremeamia"
  2115. },
  2116. {
  2117. "name": "George Mponos",
  2118. "email": "gmponos@gmail.com",
  2119. "homepage": "https://github.com/gmponos"
  2120. },
  2121. {
  2122. "name": "Tobias Nyholm",
  2123. "email": "tobias.nyholm@gmail.com",
  2124. "homepage": "https://github.com/Nyholm"
  2125. },
  2126. {
  2127. "name": "Márk Sági-Kazár",
  2128. "email": "mark.sagikazar@gmail.com",
  2129. "homepage": "https://github.com/sagikazarmark"
  2130. },
  2131. {
  2132. "name": "Tobias Schultze",
  2133. "email": "webmaster@tubo-world.de",
  2134. "homepage": "https://github.com/Tobion"
  2135. }
  2136. ],
  2137. "description": "Guzzle is a PHP HTTP client library",
  2138. "keywords": [
  2139. "client",
  2140. "curl",
  2141. "framework",
  2142. "http",
  2143. "http client",
  2144. "psr-18",
  2145. "psr-7",
  2146. "rest",
  2147. "web service"
  2148. ],
  2149. "support": {
  2150. "issues": "https://github.com/guzzle/guzzle/issues",
  2151. "source": "https://github.com/guzzle/guzzle/tree/7.4.1"
  2152. },
  2153. "funding": [
  2154. {
  2155. "url": "https://github.com/GrahamCampbell",
  2156. "type": "github"
  2157. },
  2158. {
  2159. "url": "https://github.com/Nyholm",
  2160. "type": "github"
  2161. },
  2162. {
  2163. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/guzzle",
  2164. "type": "tidelift"
  2165. }
  2166. ],
  2167. "time": "2021-12-06T18:43:05+00:00"
  2168. },
  2169. {
  2170. "name": "guzzlehttp/promises",
  2171. "version": "1.5.1",
  2172. "source": {
  2173. "type": "git",
  2174. "url": "https://github.com/guzzle/promises.git",
  2175. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da"
  2176. },
  2177. "dist": {
  2178. "type": "zip",
  2179. "url": "https://api.github.com/repos/guzzle/promises/zipball/fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  2180. "reference": "fe752aedc9fd8fcca3fe7ad05d419d32998a06da",
  2181. "shasum": ""
  2182. },
  2183. "require": {
  2184. "php": ">=5.5"
  2185. },
  2186. "require-dev": {
  2187. "symfony/phpunit-bridge": "^4.4 || ^5.1"
  2188. },
  2189. "type": "library",
  2190. "extra": {
  2191. "branch-alias": {
  2192. "dev-master": "1.5-dev"
  2193. }
  2194. },
  2195. "autoload": {
  2196. "files": [
  2197. "src/functions_include.php"
  2198. ],
  2199. "psr-4": {
  2200. "GuzzleHttp\\Promise\\": "src/"
  2201. }
  2202. },
  2203. "notification-url": "https://packagist.org/downloads/",
  2204. "license": [
  2205. "MIT"
  2206. ],
  2207. "authors": [
  2208. {
  2209. "name": "Graham Campbell",
  2210. "email": "hello@gjcampbell.co.uk",
  2211. "homepage": "https://github.com/GrahamCampbell"
  2212. },
  2213. {
  2214. "name": "Michael Dowling",
  2215. "email": "mtdowling@gmail.com",
  2216. "homepage": "https://github.com/mtdowling"
  2217. },
  2218. {
  2219. "name": "Tobias Nyholm",
  2220. "email": "tobias.nyholm@gmail.com",
  2221. "homepage": "https://github.com/Nyholm"
  2222. },
  2223. {
  2224. "name": "Tobias Schultze",
  2225. "email": "webmaster@tubo-world.de",
  2226. "homepage": "https://github.com/Tobion"
  2227. }
  2228. ],
  2229. "description": "Guzzle promises library",
  2230. "keywords": [
  2231. "promise"
  2232. ],
  2233. "support": {
  2234. "issues": "https://github.com/guzzle/promises/issues",
  2235. "source": "https://github.com/guzzle/promises/tree/1.5.1"
  2236. },
  2237. "funding": [
  2238. {
  2239. "url": "https://github.com/GrahamCampbell",
  2240. "type": "github"
  2241. },
  2242. {
  2243. "url": "https://github.com/Nyholm",
  2244. "type": "github"
  2245. },
  2246. {
  2247. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/promises",
  2248. "type": "tidelift"
  2249. }
  2250. ],
  2251. "time": "2021-10-22T20:56:57+00:00"
  2252. },
  2253. {
  2254. "name": "guzzlehttp/psr7",
  2255. "version": "2.1.0",
  2256. "source": {
  2257. "type": "git",
  2258. "url": "https://github.com/guzzle/psr7.git",
  2259. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72"
  2260. },
  2261. "dist": {
  2262. "type": "zip",
  2263. "url": "https://api.github.com/repos/guzzle/psr7/zipball/089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  2264. "reference": "089edd38f5b8abba6cb01567c2a8aaa47cec4c72",
  2265. "shasum": ""
  2266. },
  2267. "require": {
  2268. "php": "^7.2.5 || ^8.0",
  2269. "psr/http-factory": "^1.0",
  2270. "psr/http-message": "^1.0",
  2271. "ralouphie/getallheaders": "^3.0"
  2272. },
  2273. "provide": {
  2274. "psr/http-factory-implementation": "1.0",
  2275. "psr/http-message-implementation": "1.0"
  2276. },
  2277. "require-dev": {
  2278. "bamarni/composer-bin-plugin": "^1.4.1",
  2279. "http-interop/http-factory-tests": "^0.9",
  2280. "phpunit/phpunit": "^8.5.8 || ^9.3.10"
  2281. },
  2282. "suggest": {
  2283. "laminas/laminas-httphandlerrunner": "Emit PSR-7 responses"
  2284. },
  2285. "type": "library",
  2286. "extra": {
  2287. "branch-alias": {
  2288. "dev-master": "2.1-dev"
  2289. }
  2290. },
  2291. "autoload": {
  2292. "psr-4": {
  2293. "GuzzleHttp\\Psr7\\": "src/"
  2294. }
  2295. },
  2296. "notification-url": "https://packagist.org/downloads/",
  2297. "license": [
  2298. "MIT"
  2299. ],
  2300. "authors": [
  2301. {
  2302. "name": "Graham Campbell",
  2303. "email": "hello@gjcampbell.co.uk",
  2304. "homepage": "https://github.com/GrahamCampbell"
  2305. },
  2306. {
  2307. "name": "Michael Dowling",
  2308. "email": "mtdowling@gmail.com",
  2309. "homepage": "https://github.com/mtdowling"
  2310. },
  2311. {
  2312. "name": "George Mponos",
  2313. "email": "gmponos@gmail.com",
  2314. "homepage": "https://github.com/gmponos"
  2315. },
  2316. {
  2317. "name": "Tobias Nyholm",
  2318. "email": "tobias.nyholm@gmail.com",
  2319. "homepage": "https://github.com/Nyholm"
  2320. },
  2321. {
  2322. "name": "Márk Sági-Kazár",
  2323. "email": "mark.sagikazar@gmail.com",
  2324. "homepage": "https://github.com/sagikazarmark"
  2325. },
  2326. {
  2327. "name": "Tobias Schultze",
  2328. "email": "webmaster@tubo-world.de",
  2329. "homepage": "https://github.com/Tobion"
  2330. },
  2331. {
  2332. "name": "Márk Sági-Kazár",
  2333. "email": "mark.sagikazar@gmail.com",
  2334. "homepage": "https://sagikazarmark.hu"
  2335. }
  2336. ],
  2337. "description": "PSR-7 message implementation that also provides common utility methods",
  2338. "keywords": [
  2339. "http",
  2340. "message",
  2341. "psr-7",
  2342. "request",
  2343. "response",
  2344. "stream",
  2345. "uri",
  2346. "url"
  2347. ],
  2348. "support": {
  2349. "issues": "https://github.com/guzzle/psr7/issues",
  2350. "source": "https://github.com/guzzle/psr7/tree/2.1.0"
  2351. },
  2352. "funding": [
  2353. {
  2354. "url": "https://github.com/GrahamCampbell",
  2355. "type": "github"
  2356. },
  2357. {
  2358. "url": "https://github.com/Nyholm",
  2359. "type": "github"
  2360. },
  2361. {
  2362. "url": "https://tidelift.com/funding/github/packagist/guzzlehttp/psr7",
  2363. "type": "tidelift"
  2364. }
  2365. ],
  2366. "time": "2021-10-06T17:43:30+00:00"
  2367. },
  2368. {
  2369. "name": "jcupitt/vips",
  2370. "version": "v1.0.9",
  2371. "source": {
  2372. "type": "git",
  2373. "url": "https://github.com/libvips/php-vips.git",
  2374. "reference": "5015e7fb823e68ff914cd421b1a2e2674c9a1424"
  2375. },
  2376. "dist": {
  2377. "type": "zip",
  2378. "url": "https://api.github.com/repos/libvips/php-vips/zipball/5015e7fb823e68ff914cd421b1a2e2674c9a1424",
  2379. "reference": "5015e7fb823e68ff914cd421b1a2e2674c9a1424",
  2380. "shasum": ""
  2381. },
  2382. "require": {
  2383. "ext-vips": ">=0.1.2",
  2384. "php": ">=7.1",
  2385. "psr/log": "^1.1.3"
  2386. },
  2387. "require-dev": {
  2388. "php-parallel-lint/php-parallel-lint": "^1.2",
  2389. "phpdocumentor/phpdocumentor": "3.0.0",
  2390. "phpunit/phpunit": "^9.3",
  2391. "squizlabs/php_codesniffer": "^3.5"
  2392. },
  2393. "type": "library",
  2394. "extra": {
  2395. "branch-alias": {
  2396. "dev-master": "1.0.x-dev"
  2397. }
  2398. },
  2399. "autoload": {
  2400. "psr-4": {
  2401. "Jcupitt\\Vips\\": "src"
  2402. }
  2403. },
  2404. "notification-url": "https://packagist.org/downloads/",
  2405. "license": [
  2406. "MIT"
  2407. ],
  2408. "authors": [
  2409. {
  2410. "name": "John Cupitt",
  2411. "email": "jcupitt@gmail.com",
  2412. "homepage": "https://github.com/jcupitt",
  2413. "role": "Developer"
  2414. }
  2415. ],
  2416. "description": "A high-level interface to the libvips image processing library.",
  2417. "homepage": "https://github.com/libvips/php-vips",
  2418. "keywords": [
  2419. "image",
  2420. "libvips",
  2421. "processing"
  2422. ],
  2423. "support": {
  2424. "issues": "https://github.com/libvips/php-vips/issues",
  2425. "source": "https://github.com/libvips/php-vips/tree/v1.0.9"
  2426. },
  2427. "time": "2021-11-20T12:28:59+00:00"
  2428. },
  2429. {
  2430. "name": "knplabs/knp-time-bundle",
  2431. "version": "v1.18.0",
  2432. "source": {
  2433. "type": "git",
  2434. "url": "https://github.com/KnpLabs/KnpTimeBundle.git",
  2435. "reference": "239c964c67087f3e1e9dbcfe6fb1d4af36ff884b"
  2436. },
  2437. "dist": {
  2438. "type": "zip",
  2439. "url": "https://api.github.com/repos/KnpLabs/KnpTimeBundle/zipball/239c964c67087f3e1e9dbcfe6fb1d4af36ff884b",
  2440. "reference": "239c964c67087f3e1e9dbcfe6fb1d4af36ff884b",
  2441. "shasum": ""
  2442. },
  2443. "require": {
  2444. "php": ">=7.2.5",
  2445. "symfony/config": "^4.3|^5.0|^6.0",
  2446. "symfony/dependency-injection": "^4.3|^5.0|^6.0",
  2447. "symfony/translation": "^4.3|^5.0|^6.0"
  2448. },
  2449. "conflict": {
  2450. "phpunit/phpunit": "<8.0"
  2451. },
  2452. "require-dev": {
  2453. "symfony/framework-bundle": "^4.3|^5.0|^6.0",
  2454. "symfony/phpunit-bridge": "^5.2|^6.0",
  2455. "symfony/templating": "^4.3|^5.0|^6.0",
  2456. "symfony/twig-bundle": "^4.3|^5.0|^6.0"
  2457. },
  2458. "suggest": {
  2459. "symfony/twig-bundle": "to use the Twig `time_diff()` function or `|ago` filter"
  2460. },
  2461. "type": "symfony-bundle",
  2462. "extra": {
  2463. "branch-alias": {
  2464. "dev-master": "1.1.x-dev"
  2465. }
  2466. },
  2467. "autoload": {
  2468. "psr-4": {
  2469. "Knp\\Bundle\\TimeBundle\\": ""
  2470. }
  2471. },
  2472. "notification-url": "https://packagist.org/downloads/",
  2473. "license": [
  2474. "MIT"
  2475. ],
  2476. "authors": [
  2477. {
  2478. "name": "KnpLabs Team",
  2479. "homepage": "http://knplabs.com"
  2480. },
  2481. {
  2482. "name": "Symfony Community",
  2483. "homepage": "http://github.com/KnpLabs/KnpTimeBundle/contributors"
  2484. }
  2485. ],
  2486. "description": "Making your dates look sensible and descriptive",
  2487. "homepage": "http://github.com/KnpLabs/KnpTimeBundle",
  2488. "keywords": [
  2489. "bundle",
  2490. "date",
  2491. "descriptive time",
  2492. "knp",
  2493. "knplabs",
  2494. "time"
  2495. ],
  2496. "support": {
  2497. "issues": "https://github.com/KnpLabs/KnpTimeBundle/issues",
  2498. "source": "https://github.com/KnpLabs/KnpTimeBundle/tree/v1.18.0"
  2499. },
  2500. "time": "2022-02-07T18:02:40+00:00"
  2501. },
  2502. {
  2503. "name": "laminas/laminas-code",
  2504. "version": "4.5.1",
  2505. "source": {
  2506. "type": "git",
  2507. "url": "https://github.com/laminas/laminas-code.git",
  2508. "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e"
  2509. },
  2510. "dist": {
  2511. "type": "zip",
  2512. "url": "https://api.github.com/repos/laminas/laminas-code/zipball/6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
  2513. "reference": "6fd96d4d913571a2cd056a27b123fa28cb90ac4e",
  2514. "shasum": ""
  2515. },
  2516. "require": {
  2517. "php": ">=7.4, <8.2"
  2518. },
  2519. "require-dev": {
  2520. "doctrine/annotations": "^1.13.2",
  2521. "ext-phar": "*",
  2522. "laminas/laminas-coding-standard": "^2.3.0",
  2523. "laminas/laminas-stdlib": "^3.6.1",
  2524. "phpunit/phpunit": "^9.5.10",
  2525. "psalm/plugin-phpunit": "^0.16.1",
  2526. "vimeo/psalm": "^4.13.1"
  2527. },
  2528. "suggest": {
  2529. "doctrine/annotations": "Doctrine\\Common\\Annotations >=1.0 for annotation features",
  2530. "laminas/laminas-stdlib": "Laminas\\Stdlib component"
  2531. },
  2532. "type": "library",
  2533. "autoload": {
  2534. "files": [
  2535. "polyfill/ReflectionEnumPolyfill.php"
  2536. ],
  2537. "psr-4": {
  2538. "Laminas\\Code\\": "src/"
  2539. }
  2540. },
  2541. "notification-url": "https://packagist.org/downloads/",
  2542. "license": [
  2543. "BSD-3-Clause"
  2544. ],
  2545. "description": "Extensions to the PHP Reflection API, static code scanning, and code generation",
  2546. "homepage": "https://laminas.dev",
  2547. "keywords": [
  2548. "code",
  2549. "laminas",
  2550. "laminasframework"
  2551. ],
  2552. "support": {
  2553. "chat": "https://laminas.dev/chat",
  2554. "docs": "https://docs.laminas.dev/laminas-code/",
  2555. "forum": "https://discourse.laminas.dev",
  2556. "issues": "https://github.com/laminas/laminas-code/issues",
  2557. "rss": "https://github.com/laminas/laminas-code/releases.atom",
  2558. "source": "https://github.com/laminas/laminas-code"
  2559. },
  2560. "funding": [
  2561. {
  2562. "url": "https://funding.communitybridge.org/projects/laminas-project",
  2563. "type": "community_bridge"
  2564. }
  2565. ],
  2566. "time": "2021-12-19T18:06:55+00:00"
  2567. },
  2568. {
  2569. "name": "landrok/activitypub",
  2570. "version": "0.5.7",
  2571. "source": {
  2572. "type": "git",
  2573. "url": "https://github.com/landrok/activitypub.git",
  2574. "reference": "509dd3d"
  2575. },
  2576. "require": {
  2577. "guzzlehttp/guzzle": ">=6.3",
  2578. "monolog/monolog": "^1.12|^2.0",
  2579. "php": "^7.2|^8.0",
  2580. "phpseclib/phpseclib": "^3.0.7",
  2581. "psr/cache": "*",
  2582. "symfony/cache": ">=4.0",
  2583. "symfony/http-foundation": ">=3.4"
  2584. },
  2585. "type": "library",
  2586. "autoload": {
  2587. "psr-4": {
  2588. "ActivityPhp\\": "src/ActivityPhp/"
  2589. }
  2590. }
  2591. },
  2592. {
  2593. "name": "lcobucci/clock",
  2594. "version": "2.1.0",
  2595. "source": {
  2596. "type": "git",
  2597. "url": "https://github.com/lcobucci/clock.git",
  2598. "reference": "903513d28e85376a33385ebc601afd2ee69e5653"
  2599. },
  2600. "dist": {
  2601. "type": "zip",
  2602. "url": "https://api.github.com/repos/lcobucci/clock/zipball/903513d28e85376a33385ebc601afd2ee69e5653",
  2603. "reference": "903513d28e85376a33385ebc601afd2ee69e5653",
  2604. "shasum": ""
  2605. },
  2606. "require": {
  2607. "php": "^8.0"
  2608. },
  2609. "require-dev": {
  2610. "infection/infection": "^0.25",
  2611. "lcobucci/coding-standard": "^8.0",
  2612. "phpstan/extension-installer": "^1.1",
  2613. "phpstan/phpstan": "^0.12",
  2614. "phpstan/phpstan-deprecation-rules": "^0.12",
  2615. "phpstan/phpstan-phpunit": "^0.12",
  2616. "phpstan/phpstan-strict-rules": "^0.12",
  2617. "phpunit/phpunit": "^9.5"
  2618. },
  2619. "type": "library",
  2620. "autoload": {
  2621. "psr-4": {
  2622. "Lcobucci\\Clock\\": "src"
  2623. }
  2624. },
  2625. "notification-url": "https://packagist.org/downloads/",
  2626. "license": [
  2627. "MIT"
  2628. ],
  2629. "authors": [
  2630. {
  2631. "name": "Luís Cobucci",
  2632. "email": "lcobucci@gmail.com"
  2633. }
  2634. ],
  2635. "description": "Yet another clock abstraction",
  2636. "support": {
  2637. "issues": "https://github.com/lcobucci/clock/issues",
  2638. "source": "https://github.com/lcobucci/clock/tree/2.1.0"
  2639. },
  2640. "funding": [
  2641. {
  2642. "url": "https://github.com/lcobucci",
  2643. "type": "github"
  2644. },
  2645. {
  2646. "url": "https://www.patreon.com/lcobucci",
  2647. "type": "patreon"
  2648. }
  2649. ],
  2650. "time": "2021-10-31T21:32:07+00:00"
  2651. },
  2652. {
  2653. "name": "lcobucci/jwt",
  2654. "version": "4.1.5",
  2655. "source": {
  2656. "type": "git",
  2657. "url": "https://github.com/lcobucci/jwt.git",
  2658. "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582"
  2659. },
  2660. "dist": {
  2661. "type": "zip",
  2662. "url": "https://api.github.com/repos/lcobucci/jwt/zipball/fe2d89f2eaa7087af4aa166c6f480ef04e000582",
  2663. "reference": "fe2d89f2eaa7087af4aa166c6f480ef04e000582",
  2664. "shasum": ""
  2665. },
  2666. "require": {
  2667. "ext-hash": "*",
  2668. "ext-json": "*",
  2669. "ext-mbstring": "*",
  2670. "ext-openssl": "*",
  2671. "ext-sodium": "*",
  2672. "lcobucci/clock": "^2.0",
  2673. "php": "^7.4 || ^8.0"
  2674. },
  2675. "require-dev": {
  2676. "infection/infection": "^0.21",
  2677. "lcobucci/coding-standard": "^6.0",
  2678. "mikey179/vfsstream": "^1.6.7",
  2679. "phpbench/phpbench": "^1.0",
  2680. "phpstan/extension-installer": "^1.0",
  2681. "phpstan/phpstan": "^0.12",
  2682. "phpstan/phpstan-deprecation-rules": "^0.12",
  2683. "phpstan/phpstan-phpunit": "^0.12",
  2684. "phpstan/phpstan-strict-rules": "^0.12",
  2685. "phpunit/php-invoker": "^3.1",
  2686. "phpunit/phpunit": "^9.5"
  2687. },
  2688. "type": "library",
  2689. "autoload": {
  2690. "psr-4": {
  2691. "Lcobucci\\JWT\\": "src"
  2692. }
  2693. },
  2694. "notification-url": "https://packagist.org/downloads/",
  2695. "license": [
  2696. "BSD-3-Clause"
  2697. ],
  2698. "authors": [
  2699. {
  2700. "name": "Luís Cobucci",
  2701. "email": "lcobucci@gmail.com",
  2702. "role": "Developer"
  2703. }
  2704. ],
  2705. "description": "A simple library to work with JSON Web Token and JSON Web Signature",
  2706. "keywords": [
  2707. "JWS",
  2708. "jwt"
  2709. ],
  2710. "support": {
  2711. "issues": "https://github.com/lcobucci/jwt/issues",
  2712. "source": "https://github.com/lcobucci/jwt/tree/4.1.5"
  2713. },
  2714. "funding": [
  2715. {
  2716. "url": "https://github.com/lcobucci",
  2717. "type": "github"
  2718. },
  2719. {
  2720. "url": "https://www.patreon.com/lcobucci",
  2721. "type": "patreon"
  2722. }
  2723. ],
  2724. "time": "2021-09-28T19:34:56+00:00"
  2725. },
  2726. {
  2727. "name": "league/event",
  2728. "version": "2.2.0",
  2729. "source": {
  2730. "type": "git",
  2731. "url": "https://github.com/thephpleague/event.git",
  2732. "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119"
  2733. },
  2734. "dist": {
  2735. "type": "zip",
  2736. "url": "https://api.github.com/repos/thephpleague/event/zipball/d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
  2737. "reference": "d2cc124cf9a3fab2bb4ff963307f60361ce4d119",
  2738. "shasum": ""
  2739. },
  2740. "require": {
  2741. "php": ">=5.4.0"
  2742. },
  2743. "require-dev": {
  2744. "henrikbjorn/phpspec-code-coverage": "~1.0.1",
  2745. "phpspec/phpspec": "^2.2"
  2746. },
  2747. "type": "library",
  2748. "extra": {
  2749. "branch-alias": {
  2750. "dev-master": "2.2-dev"
  2751. }
  2752. },
  2753. "autoload": {
  2754. "psr-4": {
  2755. "League\\Event\\": "src/"
  2756. }
  2757. },
  2758. "notification-url": "https://packagist.org/downloads/",
  2759. "license": [
  2760. "MIT"
  2761. ],
  2762. "authors": [
  2763. {
  2764. "name": "Frank de Jonge",
  2765. "email": "info@frenky.net"
  2766. }
  2767. ],
  2768. "description": "Event package",
  2769. "keywords": [
  2770. "emitter",
  2771. "event",
  2772. "listener"
  2773. ],
  2774. "support": {
  2775. "issues": "https://github.com/thephpleague/event/issues",
  2776. "source": "https://github.com/thephpleague/event/tree/master"
  2777. },
  2778. "time": "2018-11-26T11:52:41+00:00"
  2779. },
  2780. {
  2781. "name": "league/oauth2-server",
  2782. "version": "8.3.3",
  2783. "source": {
  2784. "type": "git",
  2785. "url": "https://github.com/thephpleague/oauth2-server.git",
  2786. "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a"
  2787. },
  2788. "dist": {
  2789. "type": "zip",
  2790. "url": "https://api.github.com/repos/thephpleague/oauth2-server/zipball/f5698a3893eda9a17bcd48636990281e7ca77b2a",
  2791. "reference": "f5698a3893eda9a17bcd48636990281e7ca77b2a",
  2792. "shasum": ""
  2793. },
  2794. "require": {
  2795. "defuse/php-encryption": "^2.2.1",
  2796. "ext-json": "*",
  2797. "ext-openssl": "*",
  2798. "lcobucci/jwt": "^3.4.6 || ^4.0.4",
  2799. "league/event": "^2.2",
  2800. "php": "^7.2 || ^8.0",
  2801. "psr/http-message": "^1.0.1"
  2802. },
  2803. "replace": {
  2804. "league/oauth2server": "*",
  2805. "lncd/oauth2": "*"
  2806. },
  2807. "require-dev": {
  2808. "laminas/laminas-diactoros": "^2.4.1",
  2809. "phpstan/phpstan": "^0.12.57",
  2810. "phpstan/phpstan-phpunit": "^0.12.16",
  2811. "phpunit/phpunit": "^8.5.13",
  2812. "roave/security-advisories": "dev-master"
  2813. },
  2814. "type": "library",
  2815. "autoload": {
  2816. "psr-4": {
  2817. "League\\OAuth2\\Server\\": "src/"
  2818. }
  2819. },
  2820. "notification-url": "https://packagist.org/downloads/",
  2821. "license": [
  2822. "MIT"
  2823. ],
  2824. "authors": [
  2825. {
  2826. "name": "Alex Bilbie",
  2827. "email": "hello@alexbilbie.com",
  2828. "homepage": "http://www.alexbilbie.com",
  2829. "role": "Developer"
  2830. },
  2831. {
  2832. "name": "Andy Millington",
  2833. "email": "andrew@noexceptions.io",
  2834. "homepage": "https://www.noexceptions.io",
  2835. "role": "Developer"
  2836. }
  2837. ],
  2838. "description": "A lightweight and powerful OAuth 2.0 authorization and resource server library with support for all the core specification grants. This library will allow you to secure your API with OAuth and allow your applications users to approve apps that want to access their data from your API.",
  2839. "homepage": "https://oauth2.thephpleague.com/",
  2840. "keywords": [
  2841. "Authentication",
  2842. "api",
  2843. "auth",
  2844. "authorisation",
  2845. "authorization",
  2846. "oauth",
  2847. "oauth 2",
  2848. "oauth 2.0",
  2849. "oauth2",
  2850. "protect",
  2851. "resource",
  2852. "secure",
  2853. "server"
  2854. ],
  2855. "support": {
  2856. "issues": "https://github.com/thephpleague/oauth2-server/issues",
  2857. "source": "https://github.com/thephpleague/oauth2-server/tree/8.3.3"
  2858. },
  2859. "funding": [
  2860. {
  2861. "url": "https://github.com/sephster",
  2862. "type": "github"
  2863. }
  2864. ],
  2865. "time": "2021-10-11T20:41:49+00:00"
  2866. },
  2867. {
  2868. "name": "league/uri-parser",
  2869. "version": "1.4.1",
  2870. "source": {
  2871. "type": "git",
  2872. "url": "https://github.com/thephpleague/uri-parser.git",
  2873. "reference": "671548427e4c932352d9b9279fdfa345bf63fa00"
  2874. },
  2875. "dist": {
  2876. "type": "zip",
  2877. "url": "https://api.github.com/repos/thephpleague/uri-parser/zipball/671548427e4c932352d9b9279fdfa345bf63fa00",
  2878. "reference": "671548427e4c932352d9b9279fdfa345bf63fa00",
  2879. "shasum": ""
  2880. },
  2881. "require": {
  2882. "php": ">=7.0.0"
  2883. },
  2884. "require-dev": {
  2885. "friendsofphp/php-cs-fixer": "^2.0",
  2886. "phpstan/phpstan": "^0.9.2",
  2887. "phpstan/phpstan-phpunit": "^0.9.4",
  2888. "phpstan/phpstan-strict-rules": "^0.9.0",
  2889. "phpunit/phpunit": "^6.0"
  2890. },
  2891. "suggest": {
  2892. "ext-intl": "Allow parsing RFC3987 compliant hosts",
  2893. "league/uri-schemes": "Allow validating and normalizing URI parsing results"
  2894. },
  2895. "type": "library",
  2896. "extra": {
  2897. "branch-alias": {
  2898. "dev-master": "1.x-dev"
  2899. }
  2900. },
  2901. "autoload": {
  2902. "files": [
  2903. "src/functions_include.php"
  2904. ],
  2905. "psr-4": {
  2906. "League\\Uri\\": "src"
  2907. }
  2908. },
  2909. "notification-url": "https://packagist.org/downloads/",
  2910. "license": [
  2911. "MIT"
  2912. ],
  2913. "authors": [
  2914. {
  2915. "name": "Ignace Nyamagana Butera",
  2916. "email": "nyamsprod@gmail.com",
  2917. "homepage": "https://nyamsprod.com"
  2918. }
  2919. ],
  2920. "description": "userland URI parser RFC 3986 compliant",
  2921. "homepage": "https://github.com/thephpleague/uri-parser",
  2922. "keywords": [
  2923. "parse_url",
  2924. "parser",
  2925. "rfc3986",
  2926. "rfc3987",
  2927. "uri",
  2928. "url"
  2929. ],
  2930. "support": {
  2931. "issues": "https://github.com/thephpleague/uri-parser/issues",
  2932. "source": "https://github.com/thephpleague/uri-parser/tree/master"
  2933. },
  2934. "time": "2018-11-22T07:55:51+00:00"
  2935. },
  2936. {
  2937. "name": "lstrojny/functional-php",
  2938. "version": "1.17.0",
  2939. "source": {
  2940. "type": "git",
  2941. "url": "https://github.com/lstrojny/functional-php.git",
  2942. "reference": "e459d5cb307bc6e10e9e992c4e96bb71a0262506"
  2943. },
  2944. "dist": {
  2945. "type": "zip",
  2946. "url": "https://api.github.com/repos/lstrojny/functional-php/zipball/e459d5cb307bc6e10e9e992c4e96bb71a0262506",
  2947. "reference": "e459d5cb307bc6e10e9e992c4e96bb71a0262506",
  2948. "shasum": ""
  2949. },
  2950. "require": {
  2951. "php": "^7.1|~8"
  2952. },
  2953. "require-dev": {
  2954. "friendsofphp/php-cs-fixer": "^2.17",
  2955. "phpunit/phpunit": "^7.0 || ^8.0 || ^9.5",
  2956. "squizlabs/php_codesniffer": "~3.0"
  2957. },
  2958. "type": "library",
  2959. "autoload": {
  2960. "files": [
  2961. "src/Functional/Ary.php",
  2962. "src/Functional/Average.php",
  2963. "src/Functional/ButLast.php",
  2964. "src/Functional/Capture.php",
  2965. "src/Functional/ConstFunction.php",
  2966. "src/Functional/CompareOn.php",
  2967. "src/Functional/CompareObjectHashOn.php",
  2968. "src/Functional/Compose.php",
  2969. "src/Functional/Concat.php",
  2970. "src/Functional/Contains.php",
  2971. "src/Functional/Converge.php",
  2972. "src/Functional/Curry.php",
  2973. "src/Functional/CurryN.php",
  2974. "src/Functional/Difference.php",
  2975. "src/Functional/DropFirst.php",
  2976. "src/Functional/DropLast.php",
  2977. "src/Functional/Each.php",
  2978. "src/Functional/Equal.php",
  2979. "src/Functional/ErrorToException.php",
  2980. "src/Functional/Every.php",
  2981. "src/Functional/False.php",
  2982. "src/Functional/Falsy.php",
  2983. "src/Functional/Filter.php",
  2984. "src/Functional/First.php",
  2985. "src/Functional/FirstIndexOf.php",
  2986. "src/Functional/FlatMap.php",
  2987. "src/Functional/Flatten.php",
  2988. "src/Functional/Flip.php",
  2989. "src/Functional/GreaterThan.php",
  2990. "src/Functional/GreaterThanOrEqual.php",
  2991. "src/Functional/Group.php",
  2992. "src/Functional/Head.php",
  2993. "src/Functional/Id.php",
  2994. "src/Functional/IfElse.php",
  2995. "src/Functional/Identical.php",
  2996. "src/Functional/IndexesOf.php",
  2997. "src/Functional/Intersperse.php",
  2998. "src/Functional/Invoke.php",
  2999. "src/Functional/InvokeFirst.php",
  3000. "src/Functional/InvokeIf.php",
  3001. "src/Functional/InvokeLast.php",
  3002. "src/Functional/Invoker.php",
  3003. "src/Functional/Last.php",
  3004. "src/Functional/LastIndexOf.php",
  3005. "src/Functional/LessThan.php",
  3006. "src/Functional/LessThanOrEqual.php",
  3007. "src/Functional/LexicographicCompare.php",
  3008. "src/Functional/Map.php",
  3009. "src/Functional/Matching.php",
  3010. "src/Functional/Maximum.php",
  3011. "src/Functional/Memoize.php",
  3012. "src/Functional/Minimum.php",
  3013. "src/Functional/None.php",
  3014. "src/Functional/Noop.php",
  3015. "src/Functional/Not.php",
  3016. "src/Functional/OmitKeys.php",
  3017. "src/Functional/PartialAny.php",
  3018. "src/Functional/PartialLeft.php",
  3019. "src/Functional/PartialMethod.php",
  3020. "src/Functional/PartialRight.php",
  3021. "src/Functional/Partition.php",
  3022. "src/Functional/Pick.php",
  3023. "src/Functional/Pluck.php",
  3024. "src/Functional/Poll.php",
  3025. "src/Functional/Product.php",
  3026. "src/Functional/Ratio.php",
  3027. "src/Functional/ReduceLeft.php",
  3028. "src/Functional/ReduceRight.php",
  3029. "src/Functional/Reindex.php",
  3030. "src/Functional/Reject.php",
  3031. "src/Functional/Repeat.php",
  3032. "src/Functional/Retry.php",
  3033. "src/Functional/Select.php",
  3034. "src/Functional/SelectKeys.php",
  3035. "src/Functional/SequenceConstant.php",
  3036. "src/Functional/SequenceExponential.php",
  3037. "src/Functional/SequenceLinear.php",
  3038. "src/Functional/Some.php",
  3039. "src/Functional/Sort.php",
  3040. "src/Functional/Sum.php",
  3041. "src/Functional/SuppressError.php",
  3042. "src/Functional/Tap.php",
  3043. "src/Functional/Tail.php",
  3044. "src/Functional/TailRecursion.php",
  3045. "src/Functional/TakeLeft.php",
  3046. "src/Functional/TakeRight.php",
  3047. "src/Functional/True.php",
  3048. "src/Functional/Truthy.php",
  3049. "src/Functional/Unique.php",
  3050. "src/Functional/ValueToKey.php",
  3051. "src/Functional/With.php",
  3052. "src/Functional/Zip.php",
  3053. "src/Functional/ZipAll.php"
  3054. ],
  3055. "psr-4": {
  3056. "Functional\\": "src/Functional"
  3057. }
  3058. },
  3059. "notification-url": "https://packagist.org/downloads/",
  3060. "license": [
  3061. "MIT"
  3062. ],
  3063. "authors": [
  3064. {
  3065. "name": "Lars Strojny",
  3066. "email": "lstrojny@php.net",
  3067. "homepage": "https://usrportage.de"
  3068. },
  3069. {
  3070. "name": "Max Beutel",
  3071. "email": "nash12@gmail.com"
  3072. }
  3073. ],
  3074. "description": "Functional primitives for PHP",
  3075. "keywords": [
  3076. "functional"
  3077. ],
  3078. "support": {
  3079. "issues": "https://github.com/lstrojny/functional-php/issues",
  3080. "source": "https://github.com/lstrojny/functional-php/tree/1.17.0"
  3081. },
  3082. "funding": [
  3083. {
  3084. "url": "https://github.com/lstrojny",
  3085. "type": "github"
  3086. }
  3087. ],
  3088. "time": "2021-03-07T00:25:34+00:00"
  3089. },
  3090. {
  3091. "name": "masterminds/html5",
  3092. "version": "2.7.5",
  3093. "source": {
  3094. "type": "git",
  3095. "url": "https://github.com/Masterminds/html5-php.git",
  3096. "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab"
  3097. },
  3098. "dist": {
  3099. "type": "zip",
  3100. "url": "https://api.github.com/repos/Masterminds/html5-php/zipball/f640ac1bdddff06ea333a920c95bbad8872429ab",
  3101. "reference": "f640ac1bdddff06ea333a920c95bbad8872429ab",
  3102. "shasum": ""
  3103. },
  3104. "require": {
  3105. "ext-ctype": "*",
  3106. "ext-dom": "*",
  3107. "ext-libxml": "*",
  3108. "php": ">=5.3.0"
  3109. },
  3110. "require-dev": {
  3111. "phpunit/phpunit": "^4.8.35 || ^5.7.21 || ^6 || ^7"
  3112. },
  3113. "type": "library",
  3114. "extra": {
  3115. "branch-alias": {
  3116. "dev-master": "2.7-dev"
  3117. }
  3118. },
  3119. "autoload": {
  3120. "psr-4": {
  3121. "Masterminds\\": "src"
  3122. }
  3123. },
  3124. "notification-url": "https://packagist.org/downloads/",
  3125. "license": [
  3126. "MIT"
  3127. ],
  3128. "authors": [
  3129. {
  3130. "name": "Matt Butcher",
  3131. "email": "technosophos@gmail.com"
  3132. },
  3133. {
  3134. "name": "Matt Farina",
  3135. "email": "matt@mattfarina.com"
  3136. },
  3137. {
  3138. "name": "Asmir Mustafic",
  3139. "email": "goetas@gmail.com"
  3140. }
  3141. ],
  3142. "description": "An HTML5 parser and serializer.",
  3143. "homepage": "http://masterminds.github.io/html5-php",
  3144. "keywords": [
  3145. "HTML5",
  3146. "dom",
  3147. "html",
  3148. "parser",
  3149. "querypath",
  3150. "serializer",
  3151. "xml"
  3152. ],
  3153. "support": {
  3154. "issues": "https://github.com/Masterminds/html5-php/issues",
  3155. "source": "https://github.com/Masterminds/html5-php/tree/2.7.5"
  3156. },
  3157. "time": "2021-07-01T14:25:37+00:00"
  3158. },
  3159. {
  3160. "name": "mf2/mf2",
  3161. "version": "0.4.6",
  3162. "source": {
  3163. "type": "git",
  3164. "url": "https://github.com/microformats/php-mf2.git",
  3165. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23"
  3166. },
  3167. "dist": {
  3168. "type": "zip",
  3169. "url": "https://api.github.com/repos/microformats/php-mf2/zipball/00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  3170. "reference": "00b70ee7eb7f5b0585b1bd467f6c9cbd75055d23",
  3171. "shasum": ""
  3172. },
  3173. "require": {
  3174. "php": ">=5.4.0"
  3175. },
  3176. "require-dev": {
  3177. "mf2/tests": "@dev",
  3178. "phpdocumentor/phpdocumentor": "v2.8.4",
  3179. "phpunit/phpunit": "4.8.*"
  3180. },
  3181. "suggest": {
  3182. "barnabywalters/mf-cleaner": "To more easily handle the canonical data php-mf2 gives you",
  3183. "masterminds/html5": "Alternative HTML parser for PHP, for better HTML5 support."
  3184. },
  3185. "bin": [
  3186. "bin/fetch-mf2",
  3187. "bin/parse-mf2"
  3188. ],
  3189. "type": "library",
  3190. "autoload": {
  3191. "files": [
  3192. "Mf2/Parser.php"
  3193. ]
  3194. },
  3195. "notification-url": "https://packagist.org/downloads/",
  3196. "license": [
  3197. "CC0-1.0"
  3198. ],
  3199. "authors": [
  3200. {
  3201. "name": "Barnaby Walters",
  3202. "homepage": "http://waterpigs.co.uk"
  3203. }
  3204. ],
  3205. "description": "A pure, generic microformats2 parser — makes HTML as easy to consume as a JSON API",
  3206. "keywords": [
  3207. "html",
  3208. "microformats",
  3209. "microformats 2",
  3210. "parser",
  3211. "semantic"
  3212. ],
  3213. "support": {
  3214. "issues": "https://github.com/microformats/php-mf2/issues",
  3215. "source": "https://github.com/microformats/php-mf2/tree/master"
  3216. },
  3217. "time": "2018-08-24T14:47:04+00:00"
  3218. },
  3219. {
  3220. "name": "ml/iri",
  3221. "version": "1.1.4",
  3222. "target-dir": "ML/IRI",
  3223. "source": {
  3224. "type": "git",
  3225. "url": "https://github.com/lanthaler/IRI.git",
  3226. "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341"
  3227. },
  3228. "dist": {
  3229. "type": "zip",
  3230. "url": "https://api.github.com/repos/lanthaler/IRI/zipball/cbd44fa913e00ea624241b38cefaa99da8d71341",
  3231. "reference": "cbd44fa913e00ea624241b38cefaa99da8d71341",
  3232. "shasum": ""
  3233. },
  3234. "require": {
  3235. "lib-pcre": ">=4.0",
  3236. "php": ">=5.3.0"
  3237. },
  3238. "type": "library",
  3239. "autoload": {
  3240. "psr-0": {
  3241. "ML\\IRI": ""
  3242. }
  3243. },
  3244. "notification-url": "https://packagist.org/downloads/",
  3245. "license": [
  3246. "MIT"
  3247. ],
  3248. "authors": [
  3249. {
  3250. "name": "Markus Lanthaler",
  3251. "email": "mail@markus-lanthaler.com",
  3252. "homepage": "http://www.markus-lanthaler.com",
  3253. "role": "Developer"
  3254. }
  3255. ],
  3256. "description": "IRI handling for PHP",
  3257. "homepage": "http://www.markus-lanthaler.com",
  3258. "keywords": [
  3259. "URN",
  3260. "iri",
  3261. "uri",
  3262. "url"
  3263. ],
  3264. "support": {
  3265. "issues": "https://github.com/lanthaler/IRI/issues",
  3266. "source": "https://github.com/lanthaler/IRI/tree/master"
  3267. },
  3268. "time": "2014-01-21T13:43:39+00:00"
  3269. },
  3270. {
  3271. "name": "ml/json-ld",
  3272. "version": "1.2.0",
  3273. "source": {
  3274. "type": "git",
  3275. "url": "https://github.com/lanthaler/JsonLD.git",
  3276. "reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93"
  3277. },
  3278. "dist": {
  3279. "type": "zip",
  3280. "url": "https://api.github.com/repos/lanthaler/JsonLD/zipball/c74a1aed5979ed1cfb1be35a55a305fd30e30b93",
  3281. "reference": "c74a1aed5979ed1cfb1be35a55a305fd30e30b93",
  3282. "shasum": ""
  3283. },
  3284. "require": {
  3285. "ext-json": "*",
  3286. "ml/iri": "^1.1.1",
  3287. "php": ">=5.3.0"
  3288. },
  3289. "require-dev": {
  3290. "json-ld/tests": "1.0",
  3291. "phpunit/phpunit": "^4"
  3292. },
  3293. "type": "library",
  3294. "autoload": {
  3295. "psr-4": {
  3296. "ML\\JsonLD\\": ""
  3297. }
  3298. },
  3299. "notification-url": "https://packagist.org/downloads/",
  3300. "license": [
  3301. "MIT"
  3302. ],
  3303. "authors": [
  3304. {
  3305. "name": "Markus Lanthaler",
  3306. "email": "mail@markus-lanthaler.com",
  3307. "homepage": "http://www.markus-lanthaler.com",
  3308. "role": "Developer"
  3309. }
  3310. ],
  3311. "description": "JSON-LD Processor for PHP",
  3312. "homepage": "http://www.markus-lanthaler.com",
  3313. "keywords": [
  3314. "JSON-LD",
  3315. "jsonld"
  3316. ],
  3317. "support": {
  3318. "issues": "https://github.com/lanthaler/JsonLD/issues",
  3319. "source": "https://github.com/lanthaler/JsonLD/tree/1.2.0"
  3320. },
  3321. "time": "2020-06-16T17:45:06+00:00"
  3322. },
  3323. {
  3324. "name": "monolog/monolog",
  3325. "version": "2.3.5",
  3326. "source": {
  3327. "type": "git",
  3328. "url": "https://github.com/Seldaek/monolog.git",
  3329. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9"
  3330. },
  3331. "dist": {
  3332. "type": "zip",
  3333. "url": "https://api.github.com/repos/Seldaek/monolog/zipball/fd4380d6fc37626e2f799f29d91195040137eba9",
  3334. "reference": "fd4380d6fc37626e2f799f29d91195040137eba9",
  3335. "shasum": ""
  3336. },
  3337. "require": {
  3338. "php": ">=7.2",
  3339. "psr/log": "^1.0.1 || ^2.0 || ^3.0"
  3340. },
  3341. "provide": {
  3342. "psr/log-implementation": "1.0.0 || 2.0.0 || 3.0.0"
  3343. },
  3344. "require-dev": {
  3345. "aws/aws-sdk-php": "^2.4.9 || ^3.0",
  3346. "doctrine/couchdb": "~1.0@dev",
  3347. "elasticsearch/elasticsearch": "^7",
  3348. "graylog2/gelf-php": "^1.4.2",
  3349. "mongodb/mongodb": "^1.8",
  3350. "php-amqplib/php-amqplib": "~2.4 || ^3",
  3351. "php-console/php-console": "^3.1.3",
  3352. "phpspec/prophecy": "^1.6.1",
  3353. "phpstan/phpstan": "^0.12.91",
  3354. "phpunit/phpunit": "^8.5",
  3355. "predis/predis": "^1.1",
  3356. "rollbar/rollbar": "^1.3",
  3357. "ruflin/elastica": ">=0.90@dev",
  3358. "swiftmailer/swiftmailer": "^5.3|^6.0"
  3359. },
  3360. "suggest": {
  3361. "aws/aws-sdk-php": "Allow sending log messages to AWS services like DynamoDB",
  3362. "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
  3363. "elasticsearch/elasticsearch": "Allow sending log messages to an Elasticsearch server via official client",
  3364. "ext-amqp": "Allow sending log messages to an AMQP server (1.0+ required)",
  3365. "ext-curl": "Required to send log messages using the IFTTTHandler, the LogglyHandler, the SendGridHandler, the SlackWebhookHandler or the TelegramBotHandler",
  3366. "ext-mbstring": "Allow to work properly with unicode symbols",
  3367. "ext-mongodb": "Allow sending log messages to a MongoDB server (via driver)",
  3368. "ext-openssl": "Required to send log messages using SSL",
  3369. "ext-sockets": "Allow sending log messages to a Syslog server (via UDP driver)",
  3370. "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
  3371. "mongodb/mongodb": "Allow sending log messages to a MongoDB server (via library)",
  3372. "php-amqplib/php-amqplib": "Allow sending log messages to an AMQP server using php-amqplib",
  3373. "php-console/php-console": "Allow sending log messages to Google Chrome",
  3374. "rollbar/rollbar": "Allow sending log messages to Rollbar",
  3375. "ruflin/elastica": "Allow sending log messages to an Elastic Search server"
  3376. },
  3377. "type": "library",
  3378. "extra": {
  3379. "branch-alias": {
  3380. "dev-main": "2.x-dev"
  3381. }
  3382. },
  3383. "autoload": {
  3384. "psr-4": {
  3385. "Monolog\\": "src/Monolog"
  3386. }
  3387. },
  3388. "notification-url": "https://packagist.org/downloads/",
  3389. "license": [
  3390. "MIT"
  3391. ],
  3392. "authors": [
  3393. {
  3394. "name": "Jordi Boggiano",
  3395. "email": "j.boggiano@seld.be",
  3396. "homepage": "https://seld.be"
  3397. }
  3398. ],
  3399. "description": "Sends your logs to files, sockets, inboxes, databases and various web services",
  3400. "homepage": "https://github.com/Seldaek/monolog",
  3401. "keywords": [
  3402. "log",
  3403. "logging",
  3404. "psr-3"
  3405. ],
  3406. "support": {
  3407. "issues": "https://github.com/Seldaek/monolog/issues",
  3408. "source": "https://github.com/Seldaek/monolog/tree/2.3.5"
  3409. },
  3410. "funding": [
  3411. {
  3412. "url": "https://github.com/Seldaek",
  3413. "type": "github"
  3414. },
  3415. {
  3416. "url": "https://tidelift.com/funding/github/packagist/monolog/monolog",
  3417. "type": "tidelift"
  3418. }
  3419. ],
  3420. "time": "2021-10-01T21:08:31+00:00"
  3421. },
  3422. {
  3423. "name": "nikic/php-parser",
  3424. "version": "v4.13.2",
  3425. "source": {
  3426. "type": "git",
  3427. "url": "https://github.com/nikic/PHP-Parser.git",
  3428. "reference": "210577fe3cf7badcc5814d99455df46564f3c077"
  3429. },
  3430. "dist": {
  3431. "type": "zip",
  3432. "url": "https://api.github.com/repos/nikic/PHP-Parser/zipball/210577fe3cf7badcc5814d99455df46564f3c077",
  3433. "reference": "210577fe3cf7badcc5814d99455df46564f3c077",
  3434. "shasum": ""
  3435. },
  3436. "require": {
  3437. "ext-tokenizer": "*",
  3438. "php": ">=7.0"
  3439. },
  3440. "require-dev": {
  3441. "ircmaxell/php-yacc": "^0.0.7",
  3442. "phpunit/phpunit": "^6.5 || ^7.0 || ^8.0 || ^9.0"
  3443. },
  3444. "bin": [
  3445. "bin/php-parse"
  3446. ],
  3447. "type": "library",
  3448. "extra": {
  3449. "branch-alias": {
  3450. "dev-master": "4.9-dev"
  3451. }
  3452. },
  3453. "autoload": {
  3454. "psr-4": {
  3455. "PhpParser\\": "lib/PhpParser"
  3456. }
  3457. },
  3458. "notification-url": "https://packagist.org/downloads/",
  3459. "license": [
  3460. "BSD-3-Clause"
  3461. ],
  3462. "authors": [
  3463. {
  3464. "name": "Nikita Popov"
  3465. }
  3466. ],
  3467. "description": "A PHP parser written in PHP",
  3468. "keywords": [
  3469. "parser",
  3470. "php"
  3471. ],
  3472. "support": {
  3473. "issues": "https://github.com/nikic/PHP-Parser/issues",
  3474. "source": "https://github.com/nikic/PHP-Parser/tree/v4.13.2"
  3475. },
  3476. "time": "2021-11-30T19:35:32+00:00"
  3477. },
  3478. {
  3479. "name": "nyholm/psr7",
  3480. "version": "1.5.0",
  3481. "source": {
  3482. "type": "git",
  3483. "url": "https://github.com/Nyholm/psr7.git",
  3484. "reference": "1461e07a0f2a975a52082ca3b769ca912b816226"
  3485. },
  3486. "dist": {
  3487. "type": "zip",
  3488. "url": "https://api.github.com/repos/Nyholm/psr7/zipball/1461e07a0f2a975a52082ca3b769ca912b816226",
  3489. "reference": "1461e07a0f2a975a52082ca3b769ca912b816226",
  3490. "shasum": ""
  3491. },
  3492. "require": {
  3493. "php": ">=7.1",
  3494. "php-http/message-factory": "^1.0",
  3495. "psr/http-factory": "^1.0",
  3496. "psr/http-message": "^1.0"
  3497. },
  3498. "provide": {
  3499. "psr/http-factory-implementation": "1.0",
  3500. "psr/http-message-implementation": "1.0"
  3501. },
  3502. "require-dev": {
  3503. "http-interop/http-factory-tests": "^0.9",
  3504. "php-http/psr7-integration-tests": "^1.0",
  3505. "phpunit/phpunit": "^7.5 || 8.5 || 9.4",
  3506. "symfony/error-handler": "^4.4"
  3507. },
  3508. "type": "library",
  3509. "extra": {
  3510. "branch-alias": {
  3511. "dev-master": "1.4-dev"
  3512. }
  3513. },
  3514. "autoload": {
  3515. "psr-4": {
  3516. "Nyholm\\Psr7\\": "src/"
  3517. }
  3518. },
  3519. "notification-url": "https://packagist.org/downloads/",
  3520. "license": [
  3521. "MIT"
  3522. ],
  3523. "authors": [
  3524. {
  3525. "name": "Tobias Nyholm",
  3526. "email": "tobias.nyholm@gmail.com"
  3527. },
  3528. {
  3529. "name": "Martijn van der Ven",
  3530. "email": "martijn@vanderven.se"
  3531. }
  3532. ],
  3533. "description": "A fast PHP7 implementation of PSR-7",
  3534. "homepage": "https://tnyholm.se",
  3535. "keywords": [
  3536. "psr-17",
  3537. "psr-7"
  3538. ],
  3539. "support": {
  3540. "issues": "https://github.com/Nyholm/psr7/issues",
  3541. "source": "https://github.com/Nyholm/psr7/tree/1.5.0"
  3542. },
  3543. "funding": [
  3544. {
  3545. "url": "https://github.com/Zegnat",
  3546. "type": "github"
  3547. },
  3548. {
  3549. "url": "https://github.com/nyholm",
  3550. "type": "github"
  3551. }
  3552. ],
  3553. "time": "2022-02-02T18:37:57+00:00"
  3554. },
  3555. {
  3556. "name": "odolbeau/phone-number-bundle",
  3557. "version": "v3.6.2",
  3558. "source": {
  3559. "type": "git",
  3560. "url": "https://github.com/odolbeau/phone-number-bundle.git",
  3561. "reference": "d6e588d95e52a8b9bf4f595fc59cceb18c213bb3"
  3562. },
  3563. "dist": {
  3564. "type": "zip",
  3565. "url": "https://api.github.com/repos/odolbeau/phone-number-bundle/zipball/d6e588d95e52a8b9bf4f595fc59cceb18c213bb3",
  3566. "reference": "d6e588d95e52a8b9bf4f595fc59cceb18c213bb3",
  3567. "shasum": ""
  3568. },
  3569. "require": {
  3570. "giggsey/libphonenumber-for-php": "^8.0",
  3571. "php": ">=7.4",
  3572. "symfony/framework-bundle": "^4.4|^5.3|^6.0",
  3573. "symfony/intl": "^4.4|^5.3|^6.0"
  3574. },
  3575. "conflict": {
  3576. "symfony/serializer": "6.0.0"
  3577. },
  3578. "replace": {
  3579. "misd/phone-number-bundle": "self.version"
  3580. },
  3581. "require-dev": {
  3582. "doctrine/doctrine-bundle": "^1.12|^2.0",
  3583. "phpspec/prophecy-phpunit": "^2.0",
  3584. "phpunit/phpunit": "^9.5",
  3585. "symfony/form": "^4.4|^5.3|^6.0",
  3586. "symfony/property-access": "^4.4|^5.3|^6.0",
  3587. "symfony/serializer": "^4.4|^5.3|^6.0.1",
  3588. "symfony/twig-bundle": "^4.4|^5.3|^6.0",
  3589. "symfony/validator": "^4.4|^5.3|^6.0"
  3590. },
  3591. "suggest": {
  3592. "doctrine/doctrine-bundle": "Add a DBAL mapping type",
  3593. "symfony/form": "Add a data transformer",
  3594. "symfony/property-access": "Choose a path in the validation constraint",
  3595. "symfony/serializer": "Serialize/deserialize phone numbers using Symfony library",
  3596. "symfony/twig-bundle": "Format phone numbers in Twig templates",
  3597. "symfony/validator": "Add a validation constraint"
  3598. },
  3599. "type": "symfony-bundle",
  3600. "extra": {
  3601. "branch-alias": {
  3602. "dev-master": "3.6.x-dev"
  3603. }
  3604. },
  3605. "autoload": {
  3606. "psr-4": {
  3607. "Misd\\PhoneNumberBundle\\": "src/"
  3608. }
  3609. },
  3610. "notification-url": "https://packagist.org/downloads/",
  3611. "license": [
  3612. "MIT"
  3613. ],
  3614. "description": "Integrates libphonenumber into your Symfony application",
  3615. "homepage": "https://github.com/odolbeau/phone-number-bundle",
  3616. "keywords": [
  3617. "bundle",
  3618. "libphonenumber",
  3619. "phone-number",
  3620. "phonenumber",
  3621. "telephone number"
  3622. ],
  3623. "support": {
  3624. "issues": "https://github.com/odolbeau/phone-number-bundle/issues",
  3625. "source": "https://github.com/odolbeau/phone-number-bundle/tree/v3.6.2"
  3626. },
  3627. "time": "2022-02-24T00:08:40+00:00"
  3628. },
  3629. {
  3630. "name": "oro/doctrine-extensions",
  3631. "version": "2.0.1",
  3632. "source": {
  3633. "type": "git",
  3634. "url": "https://github.com/oroinc/doctrine-extensions.git",
  3635. "reference": "a56d0330f785af336d226b2c84292494a343e0d0"
  3636. },
  3637. "dist": {
  3638. "type": "zip",
  3639. "url": "https://api.github.com/repos/oroinc/doctrine-extensions/zipball/a56d0330f785af336d226b2c84292494a343e0d0",
  3640. "reference": "a56d0330f785af336d226b2c84292494a343e0d0",
  3641. "shasum": ""
  3642. },
  3643. "require": {
  3644. "doctrine/orm": ">=2.6",
  3645. "php": ">=7.3"
  3646. },
  3647. "require-dev": {
  3648. "doctrine/data-fixtures": "^1.3",
  3649. "phpunit/phpunit": "9.*",
  3650. "squizlabs/php_codesniffer": "3.5.*",
  3651. "symfony/yaml": "5.*"
  3652. },
  3653. "type": "library",
  3654. "autoload": {
  3655. "psr-4": {
  3656. "Oro\\ORM\\": "src/Oro/ORM",
  3657. "Oro\\DBAL\\": "src/Oro/DBAL"
  3658. }
  3659. },
  3660. "notification-url": "https://packagist.org/downloads/",
  3661. "license": [
  3662. "MIT"
  3663. ],
  3664. "authors": [
  3665. {
  3666. "name": "Oro, Inc",
  3667. "homepage": "https://oroinc.com/"
  3668. }
  3669. ],
  3670. "description": "Doctrine Extensions for MySQL and PostgreSQL.",
  3671. "homepage": "https://github.com/oroinc/doctrine-extensions/",
  3672. "keywords": [
  3673. "database",
  3674. "doctrine",
  3675. "dql",
  3676. "function",
  3677. "mysql",
  3678. "postgresql",
  3679. "type"
  3680. ],
  3681. "support": {
  3682. "issues": "https://github.com/oroinc/doctrine-extensions/issues",
  3683. "source": "https://github.com/oroinc/doctrine-extensions/tree/2.0.1"
  3684. },
  3685. "time": "2021-09-02T11:41:41+00:00"
  3686. },
  3687. {
  3688. "name": "oscarotero/html-parser",
  3689. "version": "v0.1.6",
  3690. "source": {
  3691. "type": "git",
  3692. "url": "https://github.com/oscarotero/html-parser.git",
  3693. "reference": "b61e92f634d0dc184339d24630a6968d3ac64ded"
  3694. },
  3695. "dist": {
  3696. "type": "zip",
  3697. "url": "https://api.github.com/repos/oscarotero/html-parser/zipball/b61e92f634d0dc184339d24630a6968d3ac64ded",
  3698. "reference": "b61e92f634d0dc184339d24630a6968d3ac64ded",
  3699. "shasum": ""
  3700. },
  3701. "require": {
  3702. "php": "^7.2 || ^8"
  3703. },
  3704. "require-dev": {
  3705. "friendsofphp/php-cs-fixer": "^2.11",
  3706. "phpunit/phpunit": "^8.0"
  3707. },
  3708. "type": "library",
  3709. "autoload": {
  3710. "psr-4": {
  3711. "HtmlParser\\": "src"
  3712. }
  3713. },
  3714. "notification-url": "https://packagist.org/downloads/",
  3715. "license": [
  3716. "MIT"
  3717. ],
  3718. "authors": [
  3719. {
  3720. "name": "Oscar Otero",
  3721. "email": "oom@oscarotero.com",
  3722. "homepage": "http://oscarotero.com",
  3723. "role": "Developer"
  3724. }
  3725. ],
  3726. "description": "Parse html strings to DOMDocument",
  3727. "homepage": "https://github.com/oscarotero/html-parser",
  3728. "keywords": [
  3729. "dom",
  3730. "html",
  3731. "parser"
  3732. ],
  3733. "support": {
  3734. "email": "oom@oscarotero.com",
  3735. "issues": "https://github.com/oscarotero/html-parser/issues",
  3736. "source": "https://github.com/oscarotero/html-parser/tree/v0.1.6"
  3737. },
  3738. "time": "2020-11-19T17:43:46+00:00"
  3739. },
  3740. {
  3741. "name": "paragonie/constant_time_encoding",
  3742. "version": "v2.5.0",
  3743. "source": {
  3744. "type": "git",
  3745. "url": "https://github.com/paragonie/constant_time_encoding.git",
  3746. "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8"
  3747. },
  3748. "dist": {
  3749. "type": "zip",
  3750. "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/9229e15f2e6ba772f0c55dd6986c563b937170a8",
  3751. "reference": "9229e15f2e6ba772f0c55dd6986c563b937170a8",
  3752. "shasum": ""
  3753. },
  3754. "require": {
  3755. "php": "^7|^8"
  3756. },
  3757. "require-dev": {
  3758. "phpunit/phpunit": "^6|^7|^8|^9",
  3759. "vimeo/psalm": "^1|^2|^3|^4"
  3760. },
  3761. "type": "library",
  3762. "autoload": {
  3763. "psr-4": {
  3764. "ParagonIE\\ConstantTime\\": "src/"
  3765. }
  3766. },
  3767. "notification-url": "https://packagist.org/downloads/",
  3768. "license": [
  3769. "MIT"
  3770. ],
  3771. "authors": [
  3772. {
  3773. "name": "Paragon Initiative Enterprises",
  3774. "email": "security@paragonie.com",
  3775. "homepage": "https://paragonie.com",
  3776. "role": "Maintainer"
  3777. },
  3778. {
  3779. "name": "Steve 'Sc00bz' Thomas",
  3780. "email": "steve@tobtu.com",
  3781. "homepage": "https://www.tobtu.com",
  3782. "role": "Original Developer"
  3783. }
  3784. ],
  3785. "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
  3786. "keywords": [
  3787. "base16",
  3788. "base32",
  3789. "base32_decode",
  3790. "base32_encode",
  3791. "base64",
  3792. "base64_decode",
  3793. "base64_encode",
  3794. "bin2hex",
  3795. "encoding",
  3796. "hex",
  3797. "hex2bin",
  3798. "rfc4648"
  3799. ],
  3800. "support": {
  3801. "email": "info@paragonie.com",
  3802. "issues": "https://github.com/paragonie/constant_time_encoding/issues",
  3803. "source": "https://github.com/paragonie/constant_time_encoding"
  3804. },
  3805. "time": "2022-01-17T05:32:27+00:00"
  3806. },
  3807. {
  3808. "name": "pear/xml_xrd",
  3809. "version": "v0.3.1",
  3810. "source": {
  3811. "type": "git",
  3812. "url": "https://github.com/pear/XML_XRD.git",
  3813. "reference": "3bddf158be71c60cfa95372224d21d272996dcac"
  3814. },
  3815. "dist": {
  3816. "type": "zip",
  3817. "url": "https://api.github.com/repos/pear/XML_XRD/zipball/3bddf158be71c60cfa95372224d21d272996dcac",
  3818. "reference": "3bddf158be71c60cfa95372224d21d272996dcac",
  3819. "shasum": ""
  3820. },
  3821. "require-dev": {
  3822. "phpunit/phpunit": "*"
  3823. },
  3824. "type": "library",
  3825. "autoload": {
  3826. "psr-0": {
  3827. "": "src/"
  3828. }
  3829. },
  3830. "notification-url": "https://packagist.org/downloads/",
  3831. "include-path": [
  3832. "src/"
  3833. ],
  3834. "license": [
  3835. "LGPL"
  3836. ],
  3837. "authors": [
  3838. {
  3839. "name": "Christian Weiske",
  3840. "email": "cweiske@php.net",
  3841. "role": "Lead"
  3842. }
  3843. ],
  3844. "description": "PHP library to parse and generate \"Extensible Resource Descriptor (XRD) Version 1.0\" files",
  3845. "support": {
  3846. "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_XRD",
  3847. "source": "https://github.com/pear/XML_XRD"
  3848. },
  3849. "time": "2014-07-17T20:50:27+00:00"
  3850. },
  3851. {
  3852. "name": "php-ds/php-ds",
  3853. "version": "v1.4.0",
  3854. "source": {
  3855. "type": "git",
  3856. "url": "https://github.com/php-ds/polyfill.git",
  3857. "reference": "298cafa4e0e20aeba4d63644e3de694e7cf83ffd"
  3858. },
  3859. "dist": {
  3860. "type": "zip",
  3861. "url": "https://api.github.com/repos/php-ds/polyfill/zipball/298cafa4e0e20aeba4d63644e3de694e7cf83ffd",
  3862. "reference": "298cafa4e0e20aeba4d63644e3de694e7cf83ffd",
  3863. "shasum": ""
  3864. },
  3865. "require": {
  3866. "ext-json": "*",
  3867. "php": "^7.3 || ~8.0.0 || ~8.1.0"
  3868. },
  3869. "provide": {
  3870. "ext-ds": "1.3.0"
  3871. },
  3872. "require-dev": {
  3873. "php-ds/tests": "^1.3"
  3874. },
  3875. "suggest": {
  3876. "ext-ds": "to improve performance and reduce memory usage"
  3877. },
  3878. "type": "library",
  3879. "autoload": {
  3880. "psr-4": {
  3881. "Ds\\": "src"
  3882. }
  3883. },
  3884. "notification-url": "https://packagist.org/downloads/",
  3885. "license": [
  3886. "MIT"
  3887. ],
  3888. "authors": [
  3889. {
  3890. "name": "Rudi Theunissen",
  3891. "email": "rudolf.theunissen@gmail.com"
  3892. }
  3893. ],
  3894. "keywords": [
  3895. "data structures",
  3896. "ds",
  3897. "php",
  3898. "polyfill"
  3899. ],
  3900. "support": {
  3901. "issues": "https://github.com/php-ds/polyfill/issues",
  3902. "source": "https://github.com/php-ds/polyfill/tree/v1.4.0"
  3903. },
  3904. "time": "2021-11-17T19:52:15+00:00"
  3905. },
  3906. {
  3907. "name": "php-ffmpeg/php-ffmpeg",
  3908. "version": "v1.0.1",
  3909. "source": {
  3910. "type": "git",
  3911. "url": "https://github.com/PHP-FFMpeg/PHP-FFMpeg.git",
  3912. "reference": "bda300b69acecf791d2934cd5ed43a8ba24febf6"
  3913. },
  3914. "dist": {
  3915. "type": "zip",
  3916. "url": "https://api.github.com/repos/PHP-FFMpeg/PHP-FFMpeg/zipball/bda300b69acecf791d2934cd5ed43a8ba24febf6",
  3917. "reference": "bda300b69acecf791d2934cd5ed43a8ba24febf6",
  3918. "shasum": ""
  3919. },
  3920. "require": {
  3921. "evenement/evenement": "^3.0",
  3922. "php": "^8.0 || ^8.1",
  3923. "psr/log": "^1.0 || ^2.0 || ^3.0",
  3924. "spatie/temporary-directory": "^2.0",
  3925. "symfony/cache": "^5.4 || ^6.0",
  3926. "symfony/process": "^5.4 || ^6.0"
  3927. },
  3928. "require-dev": {
  3929. "mockery/mockery": "^1.5",
  3930. "phpunit/phpunit": "^9.5.10"
  3931. },
  3932. "suggest": {
  3933. "php-ffmpeg/extras": "A compilation of common audio & video drivers for PHP-FFMpeg"
  3934. },
  3935. "type": "library",
  3936. "autoload": {
  3937. "psr-4": {
  3938. "FFMpeg\\": "src/FFMpeg",
  3939. "Alchemy\\BinaryDriver\\": "src/Alchemy/BinaryDriver"
  3940. }
  3941. },
  3942. "notification-url": "https://packagist.org/downloads/",
  3943. "license": [
  3944. "MIT"
  3945. ],
  3946. "authors": [
  3947. {
  3948. "name": "Romain Neutron",
  3949. "email": "imprec@gmail.com",
  3950. "homepage": "http://www.lickmychip.com/"
  3951. },
  3952. {
  3953. "name": "Phraseanet Team",
  3954. "email": "info@alchemy.fr",
  3955. "homepage": "http://www.phraseanet.com/"
  3956. },
  3957. {
  3958. "name": "Patrik Karisch",
  3959. "email": "patrik@karisch.guru",
  3960. "homepage": "http://www.karisch.guru"
  3961. },
  3962. {
  3963. "name": "Romain Biard",
  3964. "email": "romain.biard@gmail.com",
  3965. "homepage": "https://www.strime.io/"
  3966. },
  3967. {
  3968. "name": "Jens Hausdorf",
  3969. "email": "hello@jens-hausdorf.de",
  3970. "homepage": "https://jens-hausdorf.de"
  3971. },
  3972. {
  3973. "name": "Pascal Baljet",
  3974. "email": "pascal@protone.media",
  3975. "homepage": "https://protone.media"
  3976. }
  3977. ],
  3978. "description": "FFMpeg PHP, an Object Oriented library to communicate with AVconv / ffmpeg",
  3979. "keywords": [
  3980. "audio",
  3981. "audio processing",
  3982. "avconv",
  3983. "avprobe",
  3984. "ffmpeg",
  3985. "ffprobe",
  3986. "video",
  3987. "video processing"
  3988. ],
  3989. "support": {
  3990. "issues": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/issues",
  3991. "source": "https://github.com/PHP-FFMpeg/PHP-FFMpeg/tree/v1.0.1"
  3992. },
  3993. "time": "2022-02-22T15:54:06+00:00"
  3994. },
  3995. {
  3996. "name": "php-http/message-factory",
  3997. "version": "v1.0.2",
  3998. "source": {
  3999. "type": "git",
  4000. "url": "https://github.com/php-http/message-factory.git",
  4001. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1"
  4002. },
  4003. "dist": {
  4004. "type": "zip",
  4005. "url": "https://api.github.com/repos/php-http/message-factory/zipball/a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  4006. "reference": "a478cb11f66a6ac48d8954216cfed9aa06a501a1",
  4007. "shasum": ""
  4008. },
  4009. "require": {
  4010. "php": ">=5.4",
  4011. "psr/http-message": "^1.0"
  4012. },
  4013. "type": "library",
  4014. "extra": {
  4015. "branch-alias": {
  4016. "dev-master": "1.0-dev"
  4017. }
  4018. },
  4019. "autoload": {
  4020. "psr-4": {
  4021. "Http\\Message\\": "src/"
  4022. }
  4023. },
  4024. "notification-url": "https://packagist.org/downloads/",
  4025. "license": [
  4026. "MIT"
  4027. ],
  4028. "authors": [
  4029. {
  4030. "name": "Márk Sági-Kazár",
  4031. "email": "mark.sagikazar@gmail.com"
  4032. }
  4033. ],
  4034. "description": "Factory interfaces for PSR-7 HTTP Message",
  4035. "homepage": "http://php-http.org",
  4036. "keywords": [
  4037. "factory",
  4038. "http",
  4039. "message",
  4040. "stream",
  4041. "uri"
  4042. ],
  4043. "support": {
  4044. "issues": "https://github.com/php-http/message-factory/issues",
  4045. "source": "https://github.com/php-http/message-factory/tree/master"
  4046. },
  4047. "time": "2015-12-19T14:08:53+00:00"
  4048. },
  4049. {
  4050. "name": "phpdocumentor/reflection-common",
  4051. "version": "2.2.0",
  4052. "source": {
  4053. "type": "git",
  4054. "url": "https://github.com/phpDocumentor/ReflectionCommon.git",
  4055. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b"
  4056. },
  4057. "dist": {
  4058. "type": "zip",
  4059. "url": "https://api.github.com/repos/phpDocumentor/ReflectionCommon/zipball/1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4060. "reference": "1d01c49d4ed62f25aa84a747ad35d5a16924662b",
  4061. "shasum": ""
  4062. },
  4063. "require": {
  4064. "php": "^7.2 || ^8.0"
  4065. },
  4066. "type": "library",
  4067. "extra": {
  4068. "branch-alias": {
  4069. "dev-2.x": "2.x-dev"
  4070. }
  4071. },
  4072. "autoload": {
  4073. "psr-4": {
  4074. "phpDocumentor\\Reflection\\": "src/"
  4075. }
  4076. },
  4077. "notification-url": "https://packagist.org/downloads/",
  4078. "license": [
  4079. "MIT"
  4080. ],
  4081. "authors": [
  4082. {
  4083. "name": "Jaap van Otterdijk",
  4084. "email": "opensource@ijaap.nl"
  4085. }
  4086. ],
  4087. "description": "Common reflection classes used by phpdocumentor to reflect the code structure",
  4088. "homepage": "http://www.phpdoc.org",
  4089. "keywords": [
  4090. "FQSEN",
  4091. "phpDocumentor",
  4092. "phpdoc",
  4093. "reflection",
  4094. "static analysis"
  4095. ],
  4096. "support": {
  4097. "issues": "https://github.com/phpDocumentor/ReflectionCommon/issues",
  4098. "source": "https://github.com/phpDocumentor/ReflectionCommon/tree/2.x"
  4099. },
  4100. "time": "2020-06-27T09:03:43+00:00"
  4101. },
  4102. {
  4103. "name": "phpdocumentor/reflection-docblock",
  4104. "version": "5.3.0",
  4105. "source": {
  4106. "type": "git",
  4107. "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
  4108. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170"
  4109. },
  4110. "dist": {
  4111. "type": "zip",
  4112. "url": "https://api.github.com/repos/phpDocumentor/ReflectionDocBlock/zipball/622548b623e81ca6d78b721c5e029f4ce664f170",
  4113. "reference": "622548b623e81ca6d78b721c5e029f4ce664f170",
  4114. "shasum": ""
  4115. },
  4116. "require": {
  4117. "ext-filter": "*",
  4118. "php": "^7.2 || ^8.0",
  4119. "phpdocumentor/reflection-common": "^2.2",
  4120. "phpdocumentor/type-resolver": "^1.3",
  4121. "webmozart/assert": "^1.9.1"
  4122. },
  4123. "require-dev": {
  4124. "mockery/mockery": "~1.3.2",
  4125. "psalm/phar": "^4.8"
  4126. },
  4127. "type": "library",
  4128. "extra": {
  4129. "branch-alias": {
  4130. "dev-master": "5.x-dev"
  4131. }
  4132. },
  4133. "autoload": {
  4134. "psr-4": {
  4135. "phpDocumentor\\Reflection\\": "src"
  4136. }
  4137. },
  4138. "notification-url": "https://packagist.org/downloads/",
  4139. "license": [
  4140. "MIT"
  4141. ],
  4142. "authors": [
  4143. {
  4144. "name": "Mike van Riel",
  4145. "email": "me@mikevanriel.com"
  4146. },
  4147. {
  4148. "name": "Jaap van Otterdijk",
  4149. "email": "account@ijaap.nl"
  4150. }
  4151. ],
  4152. "description": "With this component, a library can provide support for annotations via DocBlocks or otherwise retrieve information that is embedded in a DocBlock.",
  4153. "support": {
  4154. "issues": "https://github.com/phpDocumentor/ReflectionDocBlock/issues",
  4155. "source": "https://github.com/phpDocumentor/ReflectionDocBlock/tree/5.3.0"
  4156. },
  4157. "time": "2021-10-19T17:43:47+00:00"
  4158. },
  4159. {
  4160. "name": "phpdocumentor/type-resolver",
  4161. "version": "1.6.0",
  4162. "source": {
  4163. "type": "git",
  4164. "url": "https://github.com/phpDocumentor/TypeResolver.git",
  4165. "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706"
  4166. },
  4167. "dist": {
  4168. "type": "zip",
  4169. "url": "https://api.github.com/repos/phpDocumentor/TypeResolver/zipball/93ebd0014cab80c4ea9f5e297ea48672f1b87706",
  4170. "reference": "93ebd0014cab80c4ea9f5e297ea48672f1b87706",
  4171. "shasum": ""
  4172. },
  4173. "require": {
  4174. "php": "^7.2 || ^8.0",
  4175. "phpdocumentor/reflection-common": "^2.0"
  4176. },
  4177. "require-dev": {
  4178. "ext-tokenizer": "*",
  4179. "psalm/phar": "^4.8"
  4180. },
  4181. "type": "library",
  4182. "extra": {
  4183. "branch-alias": {
  4184. "dev-1.x": "1.x-dev"
  4185. }
  4186. },
  4187. "autoload": {
  4188. "psr-4": {
  4189. "phpDocumentor\\Reflection\\": "src"
  4190. }
  4191. },
  4192. "notification-url": "https://packagist.org/downloads/",
  4193. "license": [
  4194. "MIT"
  4195. ],
  4196. "authors": [
  4197. {
  4198. "name": "Mike van Riel",
  4199. "email": "me@mikevanriel.com"
  4200. }
  4201. ],
  4202. "description": "A PSR-5 based resolver of Class names, Types and Structural Element Names",
  4203. "support": {
  4204. "issues": "https://github.com/phpDocumentor/TypeResolver/issues",
  4205. "source": "https://github.com/phpDocumentor/TypeResolver/tree/1.6.0"
  4206. },
  4207. "time": "2022-01-04T19:58:01+00:00"
  4208. },
  4209. {
  4210. "name": "phpseclib/phpseclib",
  4211. "version": "3.0.13",
  4212. "source": {
  4213. "type": "git",
  4214. "url": "https://github.com/phpseclib/phpseclib.git",
  4215. "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e"
  4216. },
  4217. "dist": {
  4218. "type": "zip",
  4219. "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/1443ab79364eea48665fa8c09ac67f37d1025f7e",
  4220. "reference": "1443ab79364eea48665fa8c09ac67f37d1025f7e",
  4221. "shasum": ""
  4222. },
  4223. "require": {
  4224. "paragonie/constant_time_encoding": "^1|^2",
  4225. "paragonie/random_compat": "^1.4|^2.0|^9.99.99",
  4226. "php": ">=5.6.1"
  4227. },
  4228. "require-dev": {
  4229. "phing/phing": "~2.7",
  4230. "phpunit/phpunit": "^5.7|^6.0|^9.4",
  4231. "squizlabs/php_codesniffer": "~2.0"
  4232. },
  4233. "suggest": {
  4234. "ext-gmp": "Install the GMP (GNU Multiple Precision) extension in order to speed up arbitrary precision integer arithmetic operations.",
  4235. "ext-libsodium": "SSH2/SFTP can make use of some algorithms provided by the libsodium-php extension.",
  4236. "ext-mcrypt": "Install the Mcrypt extension in order to speed up a few other cryptographic operations.",
  4237. "ext-openssl": "Install the OpenSSL extension in order to speed up a wide variety of cryptographic operations."
  4238. },
  4239. "type": "library",
  4240. "autoload": {
  4241. "files": [
  4242. "phpseclib/bootstrap.php"
  4243. ],
  4244. "psr-4": {
  4245. "phpseclib3\\": "phpseclib/"
  4246. }
  4247. },
  4248. "notification-url": "https://packagist.org/downloads/",
  4249. "license": [
  4250. "MIT"
  4251. ],
  4252. "authors": [
  4253. {
  4254. "name": "Jim Wigginton",
  4255. "email": "terrafrost@php.net",
  4256. "role": "Lead Developer"
  4257. },
  4258. {
  4259. "name": "Patrick Monnerat",
  4260. "email": "pm@datasphere.ch",
  4261. "role": "Developer"
  4262. },
  4263. {
  4264. "name": "Andreas Fischer",
  4265. "email": "bantu@phpbb.com",
  4266. "role": "Developer"
  4267. },
  4268. {
  4269. "name": "Hans-Jürgen Petrich",
  4270. "email": "petrich@tronic-media.com",
  4271. "role": "Developer"
  4272. },
  4273. {
  4274. "name": "Graham Campbell",
  4275. "email": "graham@alt-three.com",
  4276. "role": "Developer"
  4277. }
  4278. ],
  4279. "description": "PHP Secure Communications Library - Pure-PHP implementations of RSA, AES, SSH2, SFTP, X.509 etc.",
  4280. "homepage": "http://phpseclib.sourceforge.net",
  4281. "keywords": [
  4282. "BigInteger",
  4283. "aes",
  4284. "asn