upstream V3 development https://www.gnusocial.rocks/v3
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.
 
 
 
 
 
 

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