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.

1241 lines
59 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": "47863e9129ef4e6fc6540db30e20cb77",
  8. "packages": [
  9. {
  10. "name": "bamarni/composer-bin-plugin",
  11. "version": "1.8.2",
  12. "source": {
  13. "type": "git",
  14. "url": "https://github.com/bamarni/composer-bin-plugin.git",
  15. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880"
  16. },
  17. "dist": {
  18. "type": "zip",
  19. "url": "https://api.github.com/repos/bamarni/composer-bin-plugin/zipball/92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  20. "reference": "92fd7b1e6e9cdae19b0d57369d8ad31a37b6a880",
  21. "shasum": ""
  22. },
  23. "require": {
  24. "composer-plugin-api": "^2.0",
  25. "php": "^7.2.5 || ^8.0"
  26. },
  27. "require-dev": {
  28. "composer/composer": "^2.0",
  29. "ext-json": "*",
  30. "phpstan/extension-installer": "^1.1",
  31. "phpstan/phpstan": "^1.8",
  32. "phpstan/phpstan-phpunit": "^1.1",
  33. "phpunit/phpunit": "^8.5 || ^9.5",
  34. "symfony/console": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  35. "symfony/finder": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0",
  36. "symfony/process": "^2.8.52 || ^3.4.35 || ^4.4 || ^5.0 || ^6.0"
  37. },
  38. "type": "composer-plugin",
  39. "extra": {
  40. "class": "Bamarni\\Composer\\Bin\\BamarniBinPlugin"
  41. },
  42. "autoload": {
  43. "psr-4": {
  44. "Bamarni\\Composer\\Bin\\": "src"
  45. }
  46. },
  47. "notification-url": "https://packagist.org/downloads/",
  48. "license": [
  49. "MIT"
  50. ],
  51. "description": "No conflicts for your bin dependencies",
  52. "keywords": [
  53. "composer",
  54. "conflict",
  55. "dependency",
  56. "executable",
  57. "isolation",
  58. "tool"
  59. ],
  60. "support": {
  61. "issues": "https://github.com/bamarni/composer-bin-plugin/issues",
  62. "source": "https://github.com/bamarni/composer-bin-plugin/tree/1.8.2"
  63. },
  64. "time": "2022-10-31T08:38:03+00:00"
  65. },
  66. {
  67. "name": "cuyz/valinor",
  68. "version": "1.12.0",
  69. "source": {
  70. "type": "git",
  71. "url": "https://github.com/CuyZ/Valinor.git",
  72. "reference": "3bc40798a5ff64aee8a28509b73f7f84d5c66ac9"
  73. },
  74. "dist": {
  75. "type": "zip",
  76. "url": "https://api.github.com/repos/CuyZ/Valinor/zipball/3bc40798a5ff64aee8a28509b73f7f84d5c66ac9",
  77. "reference": "3bc40798a5ff64aee8a28509b73f7f84d5c66ac9",
  78. "shasum": ""
  79. },
  80. "require": {
  81. "composer-runtime-api": "^2.0",
  82. "php": "~8.1.0 || ~8.2.0 || ~8.3.0",
  83. "psr/simple-cache": "^1.0 || ^2.0 || ^3.0"
  84. },
  85. "require-dev": {
  86. "friendsofphp/php-cs-fixer": "^3.4",
  87. "infection/infection": "^0.27",
  88. "marcocesarato/php-conventional-changelog": "^1.12",
  89. "mikey179/vfsstream": "^1.6.10",
  90. "phpstan/phpstan": "^1.3",
  91. "phpstan/phpstan-phpunit": "^1.0",
  92. "phpstan/phpstan-strict-rules": "^1.0",
  93. "phpunit/phpunit": "^10.5",
  94. "rector/rector": "^1.0",
  95. "vimeo/psalm": "^5.0"
  96. },
  97. "type": "library",
  98. "autoload": {
  99. "psr-4": {
  100. "CuyZ\\Valinor\\": "src"
  101. }
  102. },
  103. "notification-url": "https://packagist.org/downloads/",
  104. "license": [
  105. "MIT"
  106. ],
  107. "authors": [
  108. {
  109. "name": "Romain Canon",
  110. "email": "romain.hydrocanon@gmail.com",
  111. "homepage": "https://github.com/romm"
  112. }
  113. ],
  114. "description": "Library that helps to map any input into a strongly-typed value object structure.",
  115. "homepage": "https://github.com/CuyZ/Valinor",
  116. "keywords": [
  117. "array",
  118. "conversion",
  119. "hydrator",
  120. "json",
  121. "mapper",
  122. "mapping",
  123. "object",
  124. "tree",
  125. "yaml"
  126. ],
  127. "support": {
  128. "issues": "https://github.com/CuyZ/Valinor/issues",
  129. "source": "https://github.com/CuyZ/Valinor/tree/1.12.0"
  130. },
  131. "funding": [
  132. {
  133. "url": "https://github.com/romm",
  134. "type": "github"
  135. }
  136. ],
  137. "time": "2024-04-04T16:42:55+00:00"
  138. },
  139. {
  140. "name": "firebase/php-jwt",
  141. "version": "v6.10.1",
  142. "source": {
  143. "type": "git",
  144. "url": "https://github.com/firebase/php-jwt.git",
  145. "reference": "500501c2ce893c824c801da135d02661199f60c5"
  146. },
  147. "dist": {
  148. "type": "zip",
  149. "url": "https://api.github.com/repos/firebase/php-jwt/zipball/500501c2ce893c824c801da135d02661199f60c5",
  150. "reference": "500501c2ce893c824c801da135d02661199f60c5",
  151. "shasum": ""
  152. },
  153. "require": {
  154. "php": "^8.0"
  155. },
  156. "require-dev": {
  157. "guzzlehttp/guzzle": "^7.4",
  158. "phpspec/prophecy-phpunit": "^2.0",
  159. "phpunit/phpunit": "^9.5",
  160. "psr/cache": "^2.0||^3.0",
  161. "psr/http-client": "^1.0",
  162. "psr/http-factory": "^1.0"
  163. },
  164. "suggest": {
  165. "ext-sodium": "Support EdDSA (Ed25519) signatures",
  166. "paragonie/sodium_compat": "Support EdDSA (Ed25519) signatures when libsodium is not present"
  167. },
  168. "type": "library",
  169. "autoload": {
  170. "psr-4": {
  171. "Firebase\\JWT\\": "src"
  172. }
  173. },
  174. "notification-url": "https://packagist.org/downloads/",
  175. "license": [
  176. "BSD-3-Clause"
  177. ],
  178. "authors": [
  179. {
  180. "name": "Neuman Vong",
  181. "email": "neuman+pear@twilio.com",
  182. "role": "Developer"
  183. },
  184. {
  185. "name": "Anant Narayanan",
  186. "email": "anant@php.net",
  187. "role": "Developer"
  188. }
  189. ],
  190. "description": "A simple library to encode and decode JSON Web Tokens (JWT) in PHP. Should conform to the current spec.",
  191. "homepage": "https://github.com/firebase/php-jwt",
  192. "keywords": [
  193. "jwt",
  194. "php"
  195. ],
  196. "support": {
  197. "issues": "https://github.com/firebase/php-jwt/issues",
  198. "source": "https://github.com/firebase/php-jwt/tree/v6.10.1"
  199. },
  200. "time": "2024-05-18T18:05:11+00:00"
  201. },
  202. {
  203. "name": "psr/simple-cache",
  204. "version": "3.0.0",
  205. "source": {
  206. "type": "git",
  207. "url": "https://github.com/php-fig/simple-cache.git",
  208. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865"
  209. },
  210. "dist": {
  211. "type": "zip",
  212. "url": "https://api.github.com/repos/php-fig/simple-cache/zipball/764e0b3939f5ca87cb904f570ef9be2d78a07865",
  213. "reference": "764e0b3939f5ca87cb904f570ef9be2d78a07865",
  214. "shasum": ""
  215. },
  216. "require": {
  217. "php": ">=8.0.0"
  218. },
  219. "type": "library",
  220. "extra": {
  221. "branch-alias": {
  222. "dev-master": "3.0.x-dev"
  223. }
  224. },
  225. "autoload": {
  226. "psr-4": {
  227. "Psr\\SimpleCache\\": "src/"
  228. }
  229. },
  230. "notification-url": "https://packagist.org/downloads/",
  231. "license": [
  232. "MIT"
  233. ],
  234. "authors": [
  235. {
  236. "name": "PHP-FIG",
  237. "homepage": "https://www.php-fig.org/"
  238. }
  239. ],
  240. "description": "Common interfaces for simple caching",
  241. "keywords": [
  242. "cache",
  243. "caching",
  244. "psr",
  245. "psr-16",
  246. "simple-cache"
  247. ],
  248. "support": {
  249. "source": "https://github.com/php-fig/simple-cache/tree/3.0.0"
  250. },
  251. "time": "2021-10-29T13:26:27+00:00"
  252. }
  253. ],
  254. "packages-dev": [
  255. {
  256. "name": "nextcloud/ocp",
  257. "version": "dev-master",
  258. "source": {
  259. "type": "git",
  260. "url": "https://github.com/nextcloud-deps/ocp.git",
  261. "reference": "081cbe36c64e4090f8d7b2858efa7d81c8eb3de3"
  262. },
  263. "dist": {
  264. "type": "zip",
  265. "url": "https://api.github.com/repos/nextcloud-deps/ocp/zipball/081cbe36c64e4090f8d7b2858efa7d81c8eb3de3",
  266. "reference": "081cbe36c64e4090f8d7b2858efa7d81c8eb3de3",
  267. "shasum": ""
  268. },
  269. "require": {
  270. "php": "~8.0 || ~8.1 || ~8.2 || ~8.3",
  271. "psr/clock": "^1.0",
  272. "psr/container": "^2.0.2",
  273. "psr/event-dispatcher": "^1.0",
  274. "psr/log": "^1.1.4"
  275. },
  276. "default-branch": true,
  277. "type": "library",
  278. "extra": {
  279. "branch-alias": {
  280. "dev-master": "31.0.0-dev"
  281. }
  282. },
  283. "notification-url": "https://packagist.org/downloads/",
  284. "license": [
  285. "AGPL-3.0-or-later"
  286. ],
  287. "authors": [
  288. {
  289. "name": "Christoph Wurst",
  290. "email": "christoph@winzerhof-wurst.at"
  291. }
  292. ],
  293. "description": "Composer package containing Nextcloud's public API (classes, interfaces)",
  294. "support": {
  295. "issues": "https://github.com/nextcloud-deps/ocp/issues",
  296. "source": "https://github.com/nextcloud-deps/ocp/tree/master"
  297. },
  298. "time": "2024-09-06T00:40:00+00:00"
  299. },
  300. {
  301. "name": "psr/clock",
  302. "version": "1.0.0",
  303. "source": {
  304. "type": "git",
  305. "url": "https://github.com/php-fig/clock.git",
  306. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d"
  307. },
  308. "dist": {
  309. "type": "zip",
  310. "url": "https://api.github.com/repos/php-fig/clock/zipball/e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  311. "reference": "e41a24703d4560fd0acb709162f73b8adfc3aa0d",
  312. "shasum": ""
  313. },
  314. "require": {
  315. "php": "^7.0 || ^8.0"
  316. },
  317. "type": "library",
  318. "autoload": {
  319. "psr-4": {
  320. "Psr\\Clock\\": "src/"
  321. }
  322. },
  323. "notification-url": "https://packagist.org/downloads/",
  324. "license": [
  325. "MIT"
  326. ],
  327. "authors": [
  328. {
  329. "name": "PHP-FIG",
  330. "homepage": "https://www.php-fig.org/"
  331. }
  332. ],
  333. "description": "Common interface for reading the clock.",
  334. "homepage": "https://github.com/php-fig/clock",
  335. "keywords": [
  336. "clock",
  337. "now",
  338. "psr",
  339. "psr-20",
  340. "time"
  341. ],
  342. "support": {
  343. "issues": "https://github.com/php-fig/clock/issues",
  344. "source": "https://github.com/php-fig/clock/tree/1.0.0"
  345. },
  346. "time": "2022-11-25T14:36:26+00:00"
  347. },
  348. {
  349. "name": "psr/container",
  350. "version": "2.0.2",
  351. "source": {
  352. "type": "git",
  353. "url": "https://github.com/php-fig/container.git",
  354. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963"
  355. },
  356. "dist": {
  357. "type": "zip",
  358. "url": "https://api.github.com/repos/php-fig/container/zipball/c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  359. "reference": "c71ecc56dfe541dbd90c5360474fbc405f8d5963",
  360. "shasum": ""
  361. },
  362. "require": {
  363. "php": ">=7.4.0"
  364. },
  365. "type": "library",
  366. "extra": {
  367. "branch-alias": {
  368. "dev-master": "2.0.x-dev"
  369. }
  370. },
  371. "autoload": {
  372. "psr-4": {
  373. "Psr\\Container\\": "src/"
  374. }
  375. },
  376. "notification-url": "https://packagist.org/downloads/",
  377. "license": [
  378. "MIT"
  379. ],
  380. "authors": [
  381. {
  382. "name": "PHP-FIG",
  383. "homepage": "https://www.php-fig.org/"
  384. }
  385. ],
  386. "description": "Common Container Interface (PHP FIG PSR-11)",
  387. "homepage": "https://github.com/php-fig/container",
  388. "keywords": [
  389. "PSR-11",
  390. "container",
  391. "container-interface",
  392. "container-interop",
  393. "psr"
  394. ],
  395. "support": {
  396. "issues": "https://github.com/php-fig/container/issues",
  397. "source": "https://github.com/php-fig/container/tree/2.0.2"
  398. },
  399. "time": "2021-11-05T16:47:00+00:00"
  400. },
  401. {
  402. "name": "psr/event-dispatcher",
  403. "version": "1.0.0",
  404. "source": {
  405. "type": "git",
  406. "url": "https://github.com/php-fig/event-dispatcher.git",
  407. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0"
  408. },
  409. "dist": {
  410. "type": "zip",
  411. "url": "https://api.github.com/repos/php-fig/event-dispatcher/zipball/dbefd12671e8a14ec7f180cab83036ed26714bb0",
  412. "reference": "dbefd12671e8a14ec7f180cab83036ed26714bb0",
  413. "shasum": ""
  414. },
  415. "require": {
  416. "php": ">=7.2.0"
  417. },
  418. "type": "library",
  419. "extra": {
  420. "branch-alias": {
  421. "dev-master": "1.0.x-dev"
  422. }
  423. },
  424. "autoload": {
  425. "psr-4": {
  426. "Psr\\EventDispatcher\\": "src/"
  427. }
  428. },
  429. "notification-url": "https://packagist.org/downloads/",
  430. "license": [
  431. "MIT"
  432. ],
  433. "authors": [
  434. {
  435. "name": "PHP-FIG",
  436. "homepage": "http://www.php-fig.org/"
  437. }
  438. ],
  439. "description": "Standard interfaces for event handling.",
  440. "keywords": [
  441. "events",
  442. "psr",
  443. "psr-14"
  444. ],
  445. "support": {
  446. "issues": "https://github.com/php-fig/event-dispatcher/issues",
  447. "source": "https://github.com/php-fig/event-dispatcher/tree/1.0.0"
  448. },
  449. "time": "2019-01-08T18:20:26+00:00"
  450. },
  451. {
  452. "name": "psr/log",
  453. "version": "1.1.4",
  454. "source": {
  455. "type": "git",
  456. "url": "https://github.com/php-fig/log.git",
  457. "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
  458. },
  459. "dist": {
  460. "type": "zip",
  461. "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
  462. "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
  463. "shasum": ""
  464. },
  465. "require": {
  466. "php": ">=5.3.0"
  467. },
  468. "type": "library",
  469. "extra": {
  470. "branch-alias": {
  471. "dev-master": "1.1.x-dev"
  472. }
  473. },
  474. "autoload": {
  475. "psr-4": {
  476. "Psr\\Log\\": "Psr/Log/"
  477. }
  478. },
  479. "notification-url": "https://packagist.org/downloads/",
  480. "license": [
  481. "MIT"
  482. ],
  483. "authors": [
  484. {
  485. "name": "PHP-FIG",
  486. "homepage": "https://www.php-fig.org/"
  487. }
  488. ],
  489. "description": "Common interface for logging libraries",
  490. "homepage": "https://github.com/php-fig/log",
  491. "keywords": [
  492. "log",
  493. "psr",
  494. "psr-3"
  495. ],
  496. "support": {
  497. "source": "https://github.com/php-fig/log/tree/1.1.4"
  498. },
  499. "time": "2021-05-03T11:20:27+00:00"
  500. },
  501. {
  502. "name": "roave/security-advisories",
  503. "version": "dev-latest",
  504. "source": {
  505. "type": "git",
  506. "url": "https://github.com/Roave/SecurityAdvisories.git",
  507. "reference": "b3fcb6d7942e8ad987f8cccc11bb2ba496789ce4"
  508. },
  509. "dist": {
  510. "type": "zip",
  511. "url": "https://api.github.com/repos/Roave/SecurityAdvisories/zipball/b3fcb6d7942e8ad987f8cccc11bb2ba496789ce4",
  512. "reference": "b3fcb6d7942e8ad987f8cccc11bb2ba496789ce4",
  513. "shasum": ""
  514. },
  515. "conflict": {
  516. "3f/pygmentize": "<1.2",
  517. "admidio/admidio": "<4.2.13",
  518. "adodb/adodb-php": "<=5.20.20|>=5.21,<=5.21.3",
  519. "aheinze/cockpit": "<2.2",
  520. "aimeos/aimeos-typo3": "<19.10.12|>=20,<20.10.5",
  521. "airesvsg/acf-to-rest-api": "<=3.1",
  522. "akaunting/akaunting": "<2.1.13",
  523. "akeneo/pim-community-dev": "<5.0.119|>=6,<6.0.53",
  524. "alextselegidis/easyappointments": "<1.5",
  525. "alterphp/easyadmin-extension-bundle": ">=1.2,<1.2.11|>=1.3,<1.3.1",
  526. "amazing/media2click": ">=1,<1.3.3",
  527. "amphp/artax": "<1.0.6|>=2,<2.0.6",
  528. "amphp/http": "<1.0.1",
  529. "amphp/http-client": ">=4,<4.4",
  530. "anchorcms/anchor-cms": "<=0.12.7",
  531. "andreapollastri/cipi": "<=3.1.15",
  532. "andrewhaine/silverstripe-form-capture": ">=0.2,<=0.2.3|>=1,<1.0.2|>=2,<2.2.5",
  533. "apache-solr-for-typo3/solr": "<2.8.3",
  534. "apereo/phpcas": "<1.6",
  535. "api-platform/core": ">=2.2,<2.2.10|>=2.3,<2.3.6|>=2.6,<2.7.10|>=3,<3.0.12|>=3.1,<3.1.3",
  536. "appwrite/server-ce": "<=1.2.1",
  537. "arc/web": "<3",
  538. "area17/twill": "<1.2.5|>=2,<2.5.3",
  539. "artesaos/seotools": "<0.17.2",
  540. "asymmetricrypt/asymmetricrypt": "<9.9.99",
  541. "athlon1600/php-proxy": "<=5.1",
  542. "athlon1600/php-proxy-app": "<=3",
  543. "austintoddj/canvas": "<=3.4.2",
  544. "automad/automad": "<=1.10.9",
  545. "awesome-support/awesome-support": "<=6.0.7",
  546. "aws/aws-sdk-php": "<3.288.1",
  547. "azuracast/azuracast": "<0.18.3",
  548. "backdrop/backdrop": "<1.24.2",
  549. "backpack/crud": "<3.4.9",
  550. "bacula-web/bacula-web": "<8.0.0.0-RC2-dev",
  551. "badaso/core": "<2.7",
  552. "bagisto/bagisto": "<0.1.5",
  553. "barrelstrength/sprout-base-email": "<1.2.7",
  554. "barrelstrength/sprout-forms": "<3.9",
  555. "barryvdh/laravel-translation-manager": "<0.6.2",
  556. "barzahlen/barzahlen-php": "<2.0.1",
  557. "baserproject/basercms": "<4.8",
  558. "bassjobsen/bootstrap-3-typeahead": ">4.0.2",
  559. "bigfork/silverstripe-form-capture": ">=3,<3.1.1",
  560. "billz/raspap-webgui": "<2.9.5",
  561. "bk2k/bootstrap-package": ">=7.1,<7.1.2|>=8,<8.0.8|>=9,<9.0.4|>=9.1,<9.1.3|>=10,<10.0.10|>=11,<11.0.3",
  562. "bmarshall511/wordpress_zero_spam": "<5.2.13",
  563. "bolt/bolt": "<3.7.2",
  564. "bolt/core": "<=4.2",
  565. "bottelet/flarepoint": "<2.2.1",
  566. "brightlocal/phpwhois": "<=4.2.5",
  567. "brotkrueml/codehighlight": "<2.7",
  568. "brotkrueml/schema": "<1.13.1|>=2,<2.5.1",
  569. "brotkrueml/typo3-matomo-integration": "<1.3.2",
  570. "buddypress/buddypress": "<7.2.1",
  571. "bugsnag/bugsnag-laravel": "<2.0.2",
  572. "bytefury/crater": "<6.0.2",
  573. "cachethq/cachet": "<2.5.1",
  574. "cakephp/cakephp": "<3.10.3|>=4,<4.0.10|>=4.1,<4.1.4|>=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  575. "cakephp/database": ">=4.2,<4.2.12|>=4.3,<4.3.11|>=4.4,<4.4.10",
  576. "cardgate/magento2": "<2.0.33",
  577. "cardgate/woocommerce": "<=3.1.15",
  578. "cart2quote/module-quotation": ">=4.1.6,<=4.4.5|>=5,<5.4.4",
  579. "cartalyst/sentry": "<=2.1.6",
  580. "catfan/medoo": "<1.7.5",
  581. "cecil/cecil": "<7.47.1",
  582. "centreon/centreon": "<22.10.0.0-beta1",
  583. "cesnet/simplesamlphp-module-proxystatistics": "<3.1",
  584. "chriskacerguis/codeigniter-restserver": "<=2.7.1",
  585. "civicrm/civicrm-core": ">=4.2,<4.2.9|>=4.3,<4.3.3",
  586. "ckeditor/ckeditor": "<4.17",
  587. "cockpit-hq/cockpit": "<=2.6.3",
  588. "codeception/codeception": "<3.1.3|>=4,<4.1.22",
  589. "codeigniter/framework": "<3.1.9",
  590. "codeigniter4/framework": "<=4.4.2",
  591. "codeigniter4/shield": "<1.0.0.0-beta8",
  592. "codiad/codiad": "<=2.8.4",
  593. "composer/composer": "<1.10.27|>=2,<2.2.22|>=2.3,<2.6.4",
  594. "concrete5/concrete5": "<9.2.3",
  595. "concrete5/core": "<8.5.8|>=9,<9.1",
  596. "contao-components/mediaelement": ">=2.14.2,<2.21.1",
  597. "contao/contao": ">=4,<4.4.56|>=4.5,<4.9.40|>=4.10,<4.11.7|>=4.13,<4.13.21|>=5.1,<5.1.4",
  598. "contao/core": ">=2,<3.5.39",
  599. "contao/core-bundle": "<4.9.42|>=4.10,<4.13.28|>=5,<5.1.10",
  600. "contao/listing-bundle": ">=4,<4.4.8",
  601. "contao/managed-edition": "<=1.5",
  602. "corveda/phpsandbox": "<1.3.5",
  603. "cosenary/instagram": "<=2.3",
  604. "craftcms/cms": "<=4.5.10",
  605. "croogo/croogo": "<4",
  606. "cuyz/valinor": "<0.12",
  607. "czproject/git-php": "<4.0.3",
  608. "darylldoyle/safe-svg": "<1.9.10",
  609. "datadog/dd-trace": ">=0.30,<0.30.2",
  610. "datatables/datatables": "<1.10.10",
  611. "david-garcia/phpwhois": "<=4.3.1",
  612. "dbrisinajumi/d2files": "<1",
  613. "dcat/laravel-admin": "<=2.1.3.0-beta",
  614. "derhansen/fe_change_pwd": "<2.0.5|>=3,<3.0.3",
  615. "derhansen/sf_event_mgt": "<4.3.1|>=5,<5.1.1",
  616. "desperado/xml-bundle": "<=0.1.7",
  617. "directmailteam/direct-mail": "<6.0.3|>=7,<7.0.3|>=8,<9.5.2",
  618. "doctrine/annotations": "<1.2.7",
  619. "doctrine/cache": "<1.3.2|>=1.4,<1.4.2",
  620. "doctrine/common": "<2.4.3|>=2.5,<2.5.1",
  621. "doctrine/dbal": ">=2,<2.0.8|>=2.1,<2.1.2|>=3,<3.1.4",
  622. "doctrine/doctrine-bundle": "<1.5.2",
  623. "doctrine/doctrine-module": "<=0.7.1",
  624. "doctrine/mongodb-odm": "<1.0.2",
  625. "doctrine/mongodb-odm-bundle": "<3.0.1",
  626. "doctrine/orm": ">=2,<2.4.8|>=2.5,<2.5.1|>=2.8.3,<2.8.4",
  627. "dolibarr/dolibarr": "<18.0.2",
  628. "dompdf/dompdf": "<2.0.4",
  629. "doublethreedigital/guest-entries": "<3.1.2",
  630. "drupal/core": "<9.5.11|>=10,<10.0.11|>=10.1,<10.1.4",
  631. "drupal/drupal": ">=6,<6.38|>=7,<7.80|>=8,<8.9.16|>=9,<9.1.12|>=9.2,<9.2.4",
  632. "duncanmcclean/guest-entries": "<3.1.2",
  633. "dweeves/magmi": "<=0.7.24",
  634. "ecodev/newsletter": "<=4",
  635. "ectouch/ectouch": "<=2.7.2",
  636. "elefant/cms": "<2.0.7",
  637. "elgg/elgg": "<3.3.24|>=4,<4.0.5",
  638. "elijaa/phpmemcacheadmin": "<=1.3",
  639. "encore/laravel-admin": "<=1.8.19",
  640. "endroid/qr-code-bundle": "<3.4.2",
  641. "enshrined/svg-sanitize": "<0.15",
  642. "erusev/parsedown": "<1.7.2",
  643. "ether/logs": "<3.0.4",
  644. "evolutioncms/evolution": "<=3.2.3",
  645. "exceedone/exment": "<4.4.3|>=5,<5.0.3",
  646. "exceedone/laravel-admin": "<2.2.3|==3",
  647. "ezsystems/demobundle": ">=5.4,<5.4.6.1-dev",
  648. "ezsystems/ez-support-tools": ">=2.2,<2.2.3",
  649. "ezsystems/ezdemo-ls-extension": ">=5.4,<5.4.2.1-dev",
  650. "ezsystems/ezfind-ls": ">=5.3,<5.3.6.1-dev|>=5.4,<5.4.11.1-dev|>=2017.12,<2017.12.0.1-dev",
  651. "ezsystems/ezplatform": "<=1.13.6|>=2,<=2.5.24",
  652. "ezsystems/ezplatform-admin-ui": ">=1.3,<1.3.5|>=1.4,<1.4.6|>=1.5,<1.5.29|>=2.3,<2.3.26",
  653. "ezsystems/ezplatform-admin-ui-assets": ">=4,<4.2.1|>=5,<5.0.1|>=5.1,<5.1.1",
  654. "ezsystems/ezplatform-graphql": ">=1.0.0.0-RC1-dev,<1.0.13|>=2.0.0.0-beta1,<2.3.12",
  655. "ezsystems/ezplatform-kernel": "<1.2.5.1-dev|>=1.3,<1.3.34",
  656. "ezsystems/ezplatform-rest": ">=1.2,<=1.2.2|>=1.3,<1.3.8",
  657. "ezsystems/ezplatform-richtext": ">=2.3,<2.3.7.1-dev",
  658. "ezsystems/ezplatform-solr-search-engine": ">=1.7,<1.7.12|>=2,<2.0.2|>=3.3,<3.3.15",
  659. "ezsystems/ezplatform-user": ">=1,<1.0.1",
  660. "ezsystems/ezpublish-kernel": "<6.13.8.2-dev|>=7,<7.5.31",
  661. "ezsystems/ezpublish-legacy": "<=2017.12.7.3|>=2018.06,<=2019.03.5.1",
  662. "ezsystems/platform-ui-assets-bundle": ">=4.2,<4.2.3",
  663. "ezsystems/repository-forms": ">=2.3,<2.3.2.1-dev|>=2.5,<2.5.15",
  664. "ezyang/htmlpurifier": "<4.1.1",
  665. "facade/ignition": "<1.16.15|>=2,<2.4.2|>=2.5,<2.5.2",
  666. "facturascripts/facturascripts": "<=2022.08",
  667. "feehi/cms": "<=2.1.1",
  668. "feehi/feehicms": "<=2.1.1",
  669. "fenom/fenom": "<=2.12.1",
  670. "filegator/filegator": "<7.8",
  671. "firebase/php-jwt": "<6",
  672. "fixpunkt/fp-masterquiz": "<2.2.1|>=3,<3.5.2",
  673. "fixpunkt/fp-newsletter": "<1.1.1|>=2,<2.1.2|>=2.2,<3.2.6",
  674. "flarum/core": "<1.8.5",
  675. "flarum/framework": "<1.8.5",
  676. "flarum/mentions": "<1.6.3",
  677. "flarum/sticky": ">=0.1.0.0-beta14,<=0.1.0.0-beta15",
  678. "flarum/tags": "<=0.1.0.0-beta13",
  679. "floriangaerber/magnesium": "<0.3.1",
  680. "fluidtypo3/vhs": "<5.1.1",
  681. "fof/byobu": ">=0.3.0.0-beta2,<1.1.7",
  682. "fof/upload": "<1.2.3",
  683. "foodcoopshop/foodcoopshop": ">=3.2,<3.6.1",
  684. "fooman/tcpdf": "<6.2.22",
  685. "forkcms/forkcms": "<5.11.1",
  686. "fossar/tcpdf-parser": "<6.2.22",
  687. "francoisjacquet/rosariosis": "<11",
  688. "frappant/frp-form-answers": "<3.1.2|>=4,<4.0.2",
  689. "friendsofsymfony/oauth2-php": "<1.3",
  690. "friendsofsymfony/rest-bundle": ">=1.2,<1.2.2",
  691. "friendsofsymfony/user-bundle": ">=1.2,<1.3.5",
  692. "friendsoftypo3/mediace": ">=7.6.2,<7.6.5",
  693. "friendsoftypo3/openid": ">=4.5,<4.5.31|>=4.7,<4.7.16|>=6,<6.0.11|>=6.1,<6.1.6",
  694. "froala/wysiwyg-editor": "<3.2.7|>=4.0.1,<=4.1.1",
  695. "froxlor/froxlor": "<=2.1.1",
  696. "fuel/core": "<1.8.1",
  697. "funadmin/funadmin": "<=3.2|>=3.3.2,<=3.3.3",
  698. "gaoming13/wechat-php-sdk": "<=1.10.2",
  699. "genix/cms": "<=1.1.11",
  700. "getgrav/grav": "<=1.7.42.1",
  701. "getkirby/cms": "<3.5.8.3-dev|>=3.6,<3.6.6.3-dev|>=3.7,<3.7.5.2-dev|>=3.8,<3.8.4.1-dev|>=3.9,<3.9.6",
  702. "getkirby/kirby": "<=2.5.12",
  703. "getkirby/panel": "<2.5.14",
  704. "getkirby/starterkit": "<=3.7.0.2",
  705. "gilacms/gila": "<=1.15.4",
  706. "gleez/cms": "<=1.2|==2",
  707. "globalpayments/php-sdk": "<2",
  708. "gogentooss/samlbase": "<1.2.7",
  709. "google/protobuf": "<3.15",
  710. "gos/web-socket-bundle": "<1.10.4|>=2,<2.6.1|>=3,<3.3",
  711. "gree/jose": "<2.2.1",
  712. "gregwar/rst": "<1.0.3",
  713. "grumpydictator/firefly-iii": "<6.1.1",
  714. "gugoan/economizzer": "<=0.9.0.0-beta1",
  715. "guzzlehttp/guzzle": "<6.5.8|>=7,<7.4.5",
  716. "guzzlehttp/psr7": "<1.9.1|>=2,<2.4.5",
  717. "haffner/jh_captcha": "<=2.1.3|>=3,<=3.0.2",
  718. "harvesthq/chosen": "<1.8.7",
  719. "helloxz/imgurl": "<=2.31",
  720. "hhxsv5/laravel-s": "<3.7.36",
  721. "hillelcoren/invoice-ninja": "<5.3.35",
  722. "himiklab/yii2-jqgrid-widget": "<1.0.8",
  723. "hjue/justwriting": "<=1",
  724. "hov/jobfair": "<1.0.13|>=2,<2.0.2",
  725. "httpsoft/http-message": "<1.0.12",
  726. "hyn/multi-tenant": ">=5.6,<5.7.2",
  727. "ibexa/admin-ui": ">=4.2,<4.2.3",
  728. "ibexa/core": ">=4,<4.0.7|>=4.1,<4.1.4|>=4.2,<4.2.3|>=4.5,<4.5.4",
  729. "ibexa/graphql": ">=2.5,<2.5.31|>=3.3,<3.3.28|>=4.2,<4.2.3",
  730. "ibexa/post-install": "<=1.0.4",
  731. "ibexa/solr": ">=4.5,<4.5.4",
  732. "ibexa/user": ">=4,<4.4.3",
  733. "icecoder/icecoder": "<=8.1",
  734. "idno/known": "<=1.3.1",
  735. "illuminate/auth": ">=4,<4.0.99|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.10",
  736. "illuminate/cookie": ">=4,<=4.0.11|>=4.1,<=4.1.99999|>=4.2,<=4.2.99999|>=5,<=5.0.99999|>=5.1,<=5.1.99999|>=5.2,<=5.2.99999|>=5.3,<=5.3.99999|>=5.4,<=5.4.99999|>=5.5,<=5.5.49|>=5.6,<=5.6.99999|>=5.7,<=5.7.99999|>=5.8,<=5.8.99999|>=6,<6.18.31|>=7,<7.22.4",
  737. "illuminate/database": "<6.20.26|>=7,<7.30.5|>=8,<8.40",
  738. "illuminate/encryption": ">=4,<=4.0.11|>=4.1,<=4.1.31|>=4.2,<=4.2.22|>=5,<=5.0.35|>=5.1,<=5.1.46|>=5.2,<=5.2.45|>=5.3,<=5.3.31|>=5.4,<=5.4.36|>=5.5,<5.5.40|>=5.6,<5.6.15",
  739. "illuminate/view": "<6.20.42|>=7,<7.30.6|>=8,<8.75",
  740. "impresscms/impresscms": "<=1.4.5",
  741. "in2code/femanager": "<5.5.3|>=6,<6.3.4|>=7,<7.2.3",
  742. "in2code/ipandlanguageredirect": "<5.1.2",
  743. "in2code/lux": "<17.6.1|>=18,<24.0.2",
  744. "innologi/typo3-appointments": "<2.0.6",
  745. "intelliants/subrion": "<4.2.2",
  746. "islandora/islandora": ">=2,<2.4.1",
  747. "ivankristianto/phpwhois": "<=4.3",
  748. "jackalope/jackalope-doctrine-dbal": "<1.7.4",
  749. "james-heinrich/getid3": "<1.9.21",
  750. "james-heinrich/phpthumb": "<1.7.12",
  751. "jasig/phpcas": "<1.3.3",
  752. "jcbrand/converse.js": "<3.3.3",
  753. "joomla/application": "<1.0.13",
  754. "joomla/archive": "<1.1.12|>=2,<2.0.1",
  755. "joomla/filesystem": "<1.6.2|>=2,<2.0.1",
  756. "joomla/filter": "<1.4.4|>=2,<2.0.1",
  757. "joomla/framework": ">=2.5.4,<=3.8.12",
  758. "joomla/input": ">=2,<2.0.2",
  759. "joomla/joomla-cms": ">=2.5,<3.9.12",
  760. "joomla/session": "<1.3.1",
  761. "joyqi/hyper-down": "<=2.4.27",
  762. "jsdecena/laracom": "<2.0.9",
  763. "jsmitty12/phpwhois": "<5.1",
  764. "juzaweb/cms": "<=3.4",
  765. "kazist/phpwhois": "<=4.2.6",
  766. "kelvinmo/simplexrd": "<3.1.1",
  767. "kevinpapst/kimai2": "<1.16.7",
  768. "khodakhah/nodcms": "<=3",
  769. "kimai/kimai": "<=2.1",
  770. "kitodo/presentation": "<3.2.3|>=3.3,<3.3.4",
  771. "klaviyo/magento2-extension": ">=1,<3",
  772. "knplabs/knp-snappy": "<=1.4.2",
  773. "kohana/core": "<3.3.3",
  774. "krayin/laravel-crm": "<1.2.2",
  775. "kreait/firebase-php": ">=3.2,<3.8.1",
  776. "la-haute-societe/tcpdf": "<6.2.22",
  777. "laminas/laminas-diactoros": "<2.18.1|==2.19|==2.20|==2.21|==2.22|==2.23|>=2.24,<2.24.2|>=2.25,<2.25.2",
  778. "laminas/laminas-form": "<2.17.1|>=3,<3.0.2|>=3.1,<3.1.1",
  779. "laminas/laminas-http": "<2.14.2",
  780. "laravel/fortify": "<1.11.1",
  781. "laravel/framework": "<6.20.44|>=7,<7.30.6|>=8,<8.75",
  782. "laravel/socialite": ">=1,<1.0.99|>=2,<2.0.10",
  783. "latte/latte": "<2.10.8",
  784. "lavalite/cms": "<=9",
  785. "lcobucci/jwt": ">=3.4,<3.4.6|>=4,<4.0.4|>=4.1,<4.1.5",
  786. "league/commonmark": "<0.18.3",
  787. "league/flysystem": "<1.1.4|>=2,<2.1.1",
  788. "league/oauth2-server": ">=8.3.2,<8.4.2|>=8.5,<8.5.3",
  789. "lexik/jwt-authentication-bundle": "<2.10.7|>=2.11,<2.11.3",
  790. "librenms/librenms": "<2017.08.18",
  791. "liftkit/database": "<2.13.2",
  792. "limesurvey/limesurvey": "<3.27.19",
  793. "livehelperchat/livehelperchat": "<=3.91",
  794. "livewire/livewire": ">2.2.4,<2.2.6",
  795. "lms/routes": "<2.1.1",
  796. "localizationteam/l10nmgr": "<7.4|>=8,<8.7|>=9,<9.2",
  797. "luyadev/yii-helpers": "<1.2.1",
  798. "magento/community-edition": "<=2.4",
  799. "magento/magento1ce": "<1.9.4.3-dev",
  800. "magento/magento1ee": ">=1,<1.14.4.3-dev",
  801. "magento/product-community-edition": ">=2,<2.2.10|>=2.3,<2.3.2.0-patch2",
  802. "maikuolan/phpmussel": ">=1,<1.6",
  803. "mainwp/mainwp": "<=4.4.3.3",
  804. "mantisbt/mantisbt": "<=2.25.7",
  805. "marcwillmann/turn": "<0.3.3",
  806. "matyhtf/framework": "<3.0.6",
  807. "mautic/core": "<4.3",
  808. "mediawiki/core": ">=1.27,<1.27.6|>=1.29,<1.29.3|>=1.30,<1.30.2|>=1.31,<1.31.9|>=1.32,<1.32.6|>=1.32.99,<1.33.3|>=1.33.99,<1.34.3|>=1.34.99,<1.35",
  809. "mediawiki/matomo": "<2.4.3",
  810. "mediawiki/semantic-media-wiki": "<4.0.2",
  811. "melisplatform/melis-asset-manager": "<5.0.1",
  812. "melisplatform/melis-cms": "<5.0.1",
  813. "melisplatform/melis-front": "<5.0.1",
  814. "mezzio/mezzio-swoole": "<3.7|>=4,<4.3",
  815. "mgallegos/laravel-jqgrid": "<=1.3",
  816. "microsoft/microsoft-graph": ">=1.16,<1.109.1|>=2.0.0.0-RC1-dev,<2.0.1",
  817. "microsoft/microsoft-graph-beta": "<2.0.1",
  818. "microsoft/microsoft-graph-core": "<2.0.2",
  819. "microweber/microweber": "<=2.0.4",
  820. "miniorange/miniorange-saml": "<1.4.3",
  821. "mittwald/typo3_forum": "<1.2.1",
  822. "mobiledetect/mobiledetectlib": "<2.8.32",
  823. "modx/revolution": "<=2.8.3.0-patch",
  824. "mojo42/jirafeau": "<4.4",
  825. "mongodb/mongodb": ">=1,<1.9.2",
  826. "monolog/monolog": ">=1.8,<1.12",
  827. "moodle/moodle": "<4.3.0.0-RC2-dev",
  828. "mos/cimage": "<0.7.19",
  829. "movim/moxl": ">=0.8,<=0.10",
  830. "mpdf/mpdf": "<=7.1.7",
  831. "munkireport/comment": "<4.1",
  832. "munkireport/managedinstalls": "<2.6",
  833. "munkireport/munkireport": ">=2.5.3,<5.6.3",
  834. "mustache/mustache": ">=2,<2.14.1",
  835. "namshi/jose": "<2.2",
  836. "neoan3-apps/template": "<1.1.1",
  837. "neorazorx/facturascripts": "<2022.04",
  838. "neos/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  839. "neos/form": ">=1.2,<4.3.3|>=5,<5.0.9|>=5.1,<5.1.3",
  840. "neos/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.9.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<5.3.10|>=7,<7.0.9|>=7.1,<7.1.7|>=7.2,<7.2.6|>=7.3,<7.3.4|>=8,<8.0.2",
  841. "neos/neos-ui": "<=8.3.3",
  842. "neos/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  843. "netgen/tagsbundle": ">=3.4,<3.4.11|>=4,<4.0.15",
  844. "nette/application": ">=2,<2.0.19|>=2.1,<2.1.13|>=2.2,<2.2.10|>=2.3,<2.3.14|>=2.4,<2.4.16|>=3,<3.0.6",
  845. "nette/nette": ">=2,<2.0.19|>=2.1,<2.1.13",
  846. "nilsteampassnet/teampass": "<3.0.10",
  847. "nonfiction/nterchange": "<4.1.1",
  848. "notrinos/notrinos-erp": "<=0.7",
  849. "noumo/easyii": "<=0.9",
  850. "nukeviet/nukeviet": "<4.5.02",
  851. "nyholm/psr7": "<1.6.1",
  852. "nystudio107/craft-seomatic": "<3.4.12",
  853. "nzo/url-encryptor-bundle": ">=4,<4.3.2|>=5,<5.0.1",
  854. "october/backend": "<1.1.2",
  855. "october/cms": "<1.0.469|==1.0.469|==1.0.471|==1.1.1",
  856. "october/october": "<=3.4.4",
  857. "october/rain": "<1.0.472|>=1.1,<1.1.2",
  858. "october/system": "<1.0.476|>=1.1,<1.1.12|>=2,<2.2.34|>=3,<3.5.2",
  859. "omeka/omeka-s": "<4.0.3",
  860. "onelogin/php-saml": "<2.10.4",
  861. "oneup/uploader-bundle": "<1.9.3|>=2,<2.1.5",
  862. "open-web-analytics/open-web-analytics": "<1.7.4",
  863. "opencart/opencart": "<=3.0.3.7|>=4,<4.0.2.3-dev",
  864. "openid/php-openid": "<2.3",
  865. "openmage/magento-lts": "<20.2",
  866. "opensource-workshop/connect-cms": "<1.7.2|>=2,<2.3.2",
  867. "orchid/platform": ">=9,<9.4.4|>=14.0.0.0-alpha4,<14.5",
  868. "oro/calendar-bundle": ">=4.2,<=4.2.6|>=5,<=5.0.6|>=5.1,<5.1.1",
  869. "oro/commerce": ">=4.1,<5.0.11|>=5.1,<5.1.1",
  870. "oro/crm": ">=1.7,<1.7.4|>=3.1,<4.1.17|>=4.2,<4.2.7",
  871. "oro/crm-call-bundle": ">=4.2,<=4.2.5|>=5,<5.0.4|>=5.1,<5.1.1",
  872. "oro/customer-portal": ">=4.2,<=4.2.8|>=5,<5.0.11|>=5.1,<5.1.1",
  873. "oro/platform": ">=1.7,<1.7.4|>=3.1,<3.1.29|>=4.1,<4.1.17|>=4.2,<=4.2.10|>=5,<5.0.8",
  874. "oxid-esales/oxideshop-ce": "<4.5",
  875. "packbackbooks/lti-1-3-php-library": "<5",
  876. "padraic/humbug_get_contents": "<1.1.2",
  877. "pagarme/pagarme-php": "<3",
  878. "pagekit/pagekit": "<=1.0.18",
  879. "paragonie/random_compat": "<2",
  880. "passbolt/passbolt_api": "<2.11",
  881. "paypal/merchant-sdk-php": "<3.12",
  882. "pear/archive_tar": "<1.4.14",
  883. "pear/crypt_gpg": "<1.6.7",
  884. "pear/pear": "<=1.10.1",
  885. "pegasus/google-for-jobs": "<1.5.1|>=2,<2.1.1",
  886. "personnummer/personnummer": "<3.0.2",
  887. "phanan/koel": "<5.1.4",
  888. "phenx/php-svg-lib": "<0.5.1",
  889. "php-mod/curl": "<2.3.2",
  890. "phpbb/phpbb": "<3.2.10|>=3.3,<3.3.1",
  891. "phpfastcache/phpfastcache": "<6.1.5|>=7,<7.1.2|>=8,<8.0.7",
  892. "phpmailer/phpmailer": "<6.5",
  893. "phpmussel/phpmussel": ">=1,<1.6",
  894. "phpmyadmin/phpmyadmin": "<5.2.1",
  895. "phpmyfaq/phpmyfaq": "<=3.1.7",
  896. "phpoffice/phpexcel": "<1.8",
  897. "phpoffice/phpspreadsheet": "<1.16",
  898. "phpseclib/phpseclib": "<2.0.31|>=3,<3.0.34",
  899. "phpservermon/phpservermon": "<3.6",
  900. "phpsysinfo/phpsysinfo": "<3.4.3",
  901. "phpunit/phpunit": ">=4.8.19,<4.8.28|>=5,<5.6.3",
  902. "phpwhois/phpwhois": "<=4.2.5",
  903. "phpxmlrpc/extras": "<0.6.1",
  904. "phpxmlrpc/phpxmlrpc": "<4.9.2",
  905. "pi/pi": "<=2.5",
  906. "pimcore/admin-ui-classic-bundle": "<1.2.2",
  907. "pimcore/customer-management-framework-bundle": "<3.4.2",
  908. "pimcore/data-hub": "<1.2.4",
  909. "pimcore/demo": "<10.3",
  910. "pimcore/perspective-editor": "<1.5.1",
  911. "pimcore/pimcore": "<11.1.1",
  912. "pixelfed/pixelfed": "<=0.11.4",
  913. "plotly/plotly.js": "<2.25.2",
  914. "pocketmine/bedrock-protocol": "<8.0.2",
  915. "pocketmine/pocketmine-mp": "<=4.23|>=5,<5.3.1",
  916. "pocketmine/raklib": ">=0.14,<0.14.6|>=0.15,<0.15.1",
  917. "pressbooks/pressbooks": "<5.18",
  918. "prestashop/autoupgrade": ">=4,<4.10.1",
  919. "prestashop/blockreassurance": "<=5.1.3",
  920. "prestashop/blockwishlist": ">=2,<2.1.1",
  921. "prestashop/contactform": ">=1.0.1,<4.3",
  922. "prestashop/gamification": "<2.3.2",
  923. "prestashop/prestashop": "<8.1.3",
  924. "prestashop/productcomments": "<5.0.2",
  925. "prestashop/ps_emailsubscription": "<2.6.1",
  926. "prestashop/ps_facetedsearch": "<3.4.1",
  927. "prestashop/ps_linklist": "<3.1",
  928. "privatebin/privatebin": "<1.4",
  929. "processwire/processwire": "<=3.0.200",
  930. "propel/propel": ">=2.0.0.0-alpha1,<=2.0.0.0-alpha7",
  931. "propel/propel1": ">=1,<=1.7.1",
  932. "pterodactyl/panel": "<1.7",
  933. "ptheofan/yii2-statemachine": ">=2.0.0.0-RC1-dev,<=2",
  934. "ptrofimov/beanstalk_console": "<1.7.14",
  935. "pubnub/pubnub": "<6.1",
  936. "pusher/pusher-php-server": "<2.2.1",
  937. "pwweb/laravel-core": "<=0.3.6.0-beta",
  938. "pyrocms/pyrocms": "<=3.9.1",
  939. "rainlab/blog-plugin": "<1.4.1",
  940. "rainlab/debugbar-plugin": "<3.1",
  941. "rainlab/user-plugin": "<=1.4.5",
  942. "rankmath/seo-by-rank-math": "<=1.0.95",
  943. "rap2hpoutre/laravel-log-viewer": "<0.13",
  944. "react/http": ">=0.7,<1.9",
  945. "really-simple-plugins/complianz-gdpr": "<6.4.2",
  946. "remdex/livehelperchat": "<3.99",
  947. "reportico-web/reportico": "<=7.1.21",
  948. "rhukster/dom-sanitizer": "<1.0.7",
  949. "rmccue/requests": ">=1.6,<1.8",
  950. "robrichards/xmlseclibs": "<3.0.4",
  951. "roots/soil": "<4.1",
  952. "rudloff/alltube": "<3.0.3",
  953. "s-cart/core": "<6.9",
  954. "s-cart/s-cart": "<6.9",
  955. "sabberworm/php-css-parser": ">=1,<1.0.1|>=2,<2.0.1|>=3,<3.0.1|>=4,<4.0.1|>=5,<5.0.9|>=5.1,<5.1.3|>=5.2,<5.2.1|>=6,<6.0.2|>=7,<7.0.4|>=8,<8.0.1|>=8.1,<8.1.1|>=8.2,<8.2.1|>=8.3,<8.3.1",
  956. "sabre/dav": "<1.7.11|>=1.8,<1.8.9",
  957. "scheb/two-factor-bundle": "<3.26|>=4,<4.11",
  958. "sensiolabs/connect": "<4.2.3",
  959. "serluck/phpwhois": "<=4.2.6",
  960. "sfroemken/url_redirect": "<=1.2.1",
  961. "sheng/yiicms": "<=1.2",
  962. "shopware/core": "<=6.4.20",
  963. "shopware/platform": "<=6.4.20",
  964. "shopware/production": "<=6.3.5.2",
  965. "shopware/shopware": "<=5.7.17",
  966. "shopware/storefront": "<=6.4.8.1",
  967. "shopxo/shopxo": "<2.2.6",
  968. "showdoc/showdoc": "<2.10.4",
  969. "silverstripe-australia/advancedreports": ">=1,<=2",
  970. "silverstripe/admin": "<1.13.6",
  971. "silverstripe/assets": ">=1,<1.11.1",
  972. "silverstripe/cms": "<4.11.3",
  973. "silverstripe/comments": ">=1.3,<1.9.99|>=2,<2.9.99|>=3,<3.1.1",
  974. "silverstripe/forum": "<=0.6.1|>=0.7,<=0.7.3",
  975. "silverstripe/framework": "<4.13.14|>=5,<5.0.13",
  976. "silverstripe/graphql": "<3.8.2|>=4,<4.1.3|>=4.2,<4.2.5|>=4.3,<4.3.4|>=5,<5.0.3",
  977. "silverstripe/hybridsessions": ">=1,<2.4.1|>=2.5,<2.5.1",
  978. "silverstripe/recipe-cms": ">=4.5,<4.5.3",
  979. "silverstripe/registry": ">=2.1,<2.1.2|>=2.2,<2.2.1",
  980. "silverstripe/restfulserver": ">=1,<1.0.9|>=2,<2.0.4",
  981. "silverstripe/silverstripe-omnipay": "<2.5.2|>=3,<3.0.2|>=3.1,<3.1.4|>=3.2,<3.2.1",
  982. "silverstripe/subsites": ">=2,<2.6.1",
  983. "silverstripe/taxonomy": ">=1.3,<1.3.1|>=2,<2.0.1",
  984. "silverstripe/userforms": "<3",
  985. "silverstripe/versioned-admin": ">=1,<1.11.1",
  986. "simple-updates/phpwhois": "<=1",
  987. "simplesamlphp/saml2": "<1.15.4|>=2,<2.3.8|>=3,<3.1.4|==5.0.0.0-alpha12",
  988. "simplesamlphp/simplesamlphp": "<1.18.6",
  989. "simplesamlphp/simplesamlphp-module-infocard": "<1.0.1",
  990. "simplesamlphp/simplesamlphp-module-openid": "<1",
  991. "simplesamlphp/simplesamlphp-module-openidprovider": "<0.9",
  992. "simplesamlphp/xml-security": "==1.6.11",
  993. "simplito/elliptic-php": "<1.0.6",
  994. "sitegeist/fluid-components": "<3.5",
  995. "sjbr/sr-freecap": "<2.4.6|>=2.5,<2.5.3",
  996. "slim/psr7": "<1.4.1|>=1.5,<1.5.1|>=1.6,<1.6.1",
  997. "slim/slim": "<2.6",
  998. "slub/slub-events": "<3.0.3",
  999. "smarty/smarty": "<3.1.48|>=4,<4.3.1",
  1000. "snipe/snipe-it": "<=6.2.2",
  1001. "socalnick/scn-social-auth": "<1.15.2",
  1002. "socialiteproviders/steam": "<1.1",
  1003. "spatie/browsershot": "<3.57.4",
  1004. "spipu/html2pdf": "<5.2.8",
  1005. "spoon/library": "<1.4.1",
  1006. "spoonity/tcpdf": "<6.2.22",
  1007. "squizlabs/php_codesniffer": ">=1,<2.8.1|>=3,<3.0.1",
  1008. "ssddanbrown/bookstack": "<22.02.3",
  1009. "statamic/cms": "<4.36",
  1010. "stormpath/sdk": "<9.9.99",
  1011. "studio-42/elfinder": "<2.1.62",
  1012. "subhh/libconnect": "<7.0.8|>=8,<8.1",
  1013. "sukohi/surpass": "<1",
  1014. "sulu/sulu": "<1.6.44|>=2,<2.2.18|>=2.3,<2.3.8|==2.4.0.0-RC1|>=2.5,<2.5.10",
  1015. "sumocoders/framework-user-bundle": "<1.4",
  1016. "swag/paypal": "<5.4.4",
  1017. "swiftmailer/swiftmailer": ">=4,<5.4.5",
  1018. "swiftyedit/swiftyedit": "<1.2",
  1019. "sylius/admin-bundle": ">=1,<1.0.17|>=1.1,<1.1.9|>=1.2,<1.2.2",
  1020. "sylius/grid": ">=1,<1.1.19|>=1.2,<1.2.18|>=1.3,<1.3.13|>=1.4,<1.4.5|>=1.5,<1.5.1",
  1021. "sylius/grid-bundle": "<1.10.1",
  1022. "sylius/paypal-plugin": ">=1,<1.2.4|>=1.3,<1.3.1",
  1023. "sylius/resource-bundle": "<1.3.14|>=1.4,<1.4.7|>=1.5,<1.5.2|>=1.6,<1.6.4",
  1024. "sylius/sylius": "<1.9.10|>=1.10,<1.10.11|>=1.11,<1.11.2",
  1025. "symbiote/silverstripe-multivaluefield": ">=3,<3.0.99",
  1026. "symbiote/silverstripe-queuedjobs": ">=3,<3.0.2|>=3.1,<3.1.4|>=4,<4.0.7|>=4.1,<4.1.2|>=4.2,<4.2.4|>=4.3,<4.3.3|>=4.4,<4.4.3|>=4.5,<4.5.1|>=4.6,<4.6.4",
  1027. "symbiote/silverstripe-seed": "<6.0.3",
  1028. "symbiote/silverstripe-versionedfiles": "<=2.0.3",
  1029. "symfont/process": ">=0",
  1030. "symfony/cache": ">=3.1,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8",
  1031. "symfony/dependency-injection": ">=2,<2.0.17|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1032. "symfony/error-handler": ">=4.4,<4.4.4|>=5,<5.0.4",
  1033. "symfony/form": ">=2.3,<2.3.35|>=2.4,<2.6.12|>=2.7,<2.7.50|>=2.8,<2.8.49|>=3,<3.4.20|>=4,<4.0.15|>=4.1,<4.1.9|>=4.2,<4.2.1",
  1034. "symfony/framework-bundle": ">=2,<2.3.18|>=2.4,<2.4.8|>=2.5,<2.5.2|>=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7|>=5.3.14,<=5.3.14|>=5.4.3,<=5.4.3|>=6.0.3,<=6.0.3",
  1035. "symfony/http-foundation": ">=2,<2.8.52|>=3,<3.4.35|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7",
  1036. "symfony/http-kernel": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  1037. "symfony/intl": ">=2.7,<2.7.38|>=2.8,<2.8.31|>=3,<3.2.14|>=3.3,<3.3.13",
  1038. "symfony/maker-bundle": ">=1.27,<1.29.2|>=1.30,<1.31.1",
  1039. "symfony/mime": ">=4.3,<4.3.8",
  1040. "symfony/phpunit-bridge": ">=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1041. "symfony/polyfill": ">=1,<1.10",
  1042. "symfony/polyfill-php55": ">=1,<1.10",
  1043. "symfony/proxy-manager-bridge": ">=2.7,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.1.12|>=4.2,<4.2.7",
  1044. "symfony/routing": ">=2,<2.0.19",
  1045. "symfony/security": ">=2,<2.7.51|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.8",
  1046. "symfony/security-bundle": ">=2,<4.4.50|>=5,<5.4.20|>=6,<6.0.20|>=6.1,<6.1.12|>=6.2,<6.2.6",
  1047. "symfony/security-core": ">=2.4,<2.6.13|>=2.7,<2.7.9|>=2.7.30,<2.7.32|>=2.8,<3.4.49|>=4,<4.4.24|>=5,<5.2.9",
  1048. "symfony/security-csrf": ">=2.4,<2.7.48|>=2.8,<2.8.41|>=3,<3.3.17|>=3.4,<3.4.11|>=4,<4.0.11",
  1049. "symfony/security-guard": ">=2.8,<3.4.48|>=4,<4.4.23|>=5,<5.2.8",
  1050. "symfony/security-http": ">=2.3,<2.3.41|>=2.4,<2.7.51|>=2.8,<2.8.50|>=3,<3.4.26|>=4,<4.2.12|>=4.3,<4.3.8|>=4.4,<4.4.7|>=5,<5.0.7|>=5.1,<5.2.8|>=5.3,<5.3.2|>=5.4,<5.4.31|>=6,<6.3.8",
  1051. "symfony/serializer": ">=2,<2.0.11|>=4.1,<4.4.35|>=5,<5.3.12",
  1052. "symfony/symfony": "<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
  1053. "symfony/translation": ">=2,<2.0.17",
  1054. "symfony/twig-bridge": ">=2,<4.4.51|>=5,<5.4.31|>=6,<6.3.8",
  1055. "symfony/ux-autocomplete": "<2.11.2",
  1056. "symfony/validator": ">=2,<2.0.24|>=2.1,<2.1.12|>=2.2,<2.2.5|>=2.3,<2.3.3",
  1057. "symfony/var-exporter": ">=4.2,<4.2.12|>=4.3,<4.3.8",
  1058. "symfony/web-profiler-bundle": ">=2,<2.3.19|>=2.4,<2.4.9|>=2.5,<2.5.4",
  1059. "symfony/webhook": ">=6.3,<6.3.8",
  1060. "symfony/yaml": ">=2,<2.0.22|>=2.1,<2.1.7",
  1061. "symphonycms/symphony-2": "<2.6.4",
  1062. "t3/dce": "<0.11.5|>=2.2,<2.6.2",
  1063. "t3g/svg-sanitizer": "<1.0.3",
  1064. "t3s/content-consent": "<1.0.3|>=2,<2.0.2",
  1065. "tastyigniter/tastyigniter": "<3.3",
  1066. "tcg/voyager": "<=1.4",
  1067. "tecnickcom/tcpdf": "<6.2.22",
  1068. "terminal42/contao-tablelookupwizard": "<3.3.5",
  1069. "thelia/backoffice-default-template": ">=2.1,<2.1.2",
  1070. "thelia/thelia": ">=2.1,<2.1.3",
  1071. "theonedemon/phpwhois": "<=4.2.5",
  1072. "thinkcmf/thinkcmf": "<=5.1.7",
  1073. "thorsten/phpmyfaq": "<3.2.2",
  1074. "tikiwiki/tiki-manager": "<=17.1",
  1075. "tinymce/tinymce": "<5.10.9|>=6,<6.7.3",
  1076. "tinymighty/wiki-seo": "<1.2.2",
  1077. "titon/framework": "<9.9.99",
  1078. "tobiasbg/tablepress": "<=2.0.0.0-RC1",
  1079. "topthink/framework": "<6.0.14",
  1080. "topthink/think": "<=6.1.1",
  1081. "topthink/thinkphp": "<=3.2.3",
  1082. "tpwd/ke_search": "<4.0.3|>=4.1,<4.6.6|>=5,<5.0.2",
  1083. "tribalsystems/zenario": "<=9.4.59197",
  1084. "truckersmp/phpwhois": "<=4.3.1",
  1085. "ttskch/pagination-service-provider": "<1",
  1086. "twig/twig": "<1.44.7|>=2,<2.15.3|>=3,<3.4.3",
  1087. "typo3/cms": "<9.5.29|>=10,<10.4.35|>=11,<11.5.23|>=12,<12.2",
  1088. "typo3/cms-backend": ">=7,<=7.6.50|>=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
  1089. "typo3/cms-core": "<8.7.55|>=9,<9.5.44|>=10,<10.4.41|>=11,<11.5.33|>=12,<12.4.8",
  1090. "typo3/cms-extbase": "<6.2.24|>=7,<7.6.8|==8.1.1",
  1091. "typo3/cms-form": ">=8,<=8.7.39|>=9,<=9.5.24|>=10,<=10.4.13|>=11,<=11.1",
  1092. "typo3/cms-install": ">=12.2,<12.4.8",
  1093. "typo3/cms-rte-ckeditor": ">=9.5,<9.5.42|>=10,<10.4.39|>=11,<11.5.30",
  1094. "typo3/flow": ">=1,<1.0.4|>=1.1,<1.1.1|>=2,<2.0.1|>=2.3,<2.3.16|>=3,<3.0.12|>=3.1,<3.1.10|>=3.2,<3.2.13|>=3.3,<3.3.13|>=4,<4.0.6",
  1095. "typo3/html-sanitizer": ">=1,<=1.5.2|>=2,<=2.1.3",
  1096. "typo3/neos": ">=1.1,<1.1.3|>=1.2,<1.2.13|>=2,<2.0.4|>=2.3,<2.3.99|>=3,<3.0.20|>=3.1,<3.1.18|>=3.2,<3.2.14|>=3.3,<3.3.23|>=4,<4.0.17|>=4.1,<4.1.16|>=4.2,<4.2.12|>=4.3,<4.3.3",
  1097. "typo3/phar-stream-wrapper": ">=1,<2.1.1|>=3,<3.1.1",
  1098. "typo3/swiftmailer": ">=4.1,<4.1.99|>=5.4,<5.4.5",
  1099. "typo3fluid/fluid": ">=2,<2.0.8|>=2.1,<2.1.7|>=2.2,<2.2.4|>=2.3,<2.3.7|>=2.4,<2.4.4|>=2.5,<2.5.11|>=2.6,<2.6.10",
  1100. "ua-parser/uap-php": "<3.8",
  1101. "uasoft-indonesia/badaso": "<=2.9.7",
  1102. "unisharp/laravel-filemanager": "<2.6.4",
  1103. "userfrosting/userfrosting": ">=0.3.1,<4.6.3",
  1104. "usmanhalalit/pixie": "<1.0.3|>=2,<2.0.2",
  1105. "uvdesk/community-skeleton": "<=1.1.1",
  1106. "vanilla/safecurl": "<0.9.2",
  1107. "verot/class.upload.php": "<=2.1.6",
  1108. "vova07/yii2-fileapi-widget": "<0.1.9",
  1109. "vrana/adminer": "<4.8.1",
  1110. "waldhacker/hcaptcha": "<2.1.2",
  1111. "wallabag/tcpdf": "<6.2.22",
  1112. "wallabag/wallabag": "<2.6.7",
  1113. "wanglelecc/laracms": "<=1.0.3",
  1114. "web-auth/webauthn-framework": ">=3.3,<3.3.4",
  1115. "webbuilders-group/silverstripe-kapost-bridge": "<0.4",
  1116. "webcoast/deferred-image-processing": "<1.0.2",
  1117. "webklex/laravel-imap": "<5.3",
  1118. "webklex/php-imap": "<5.3",
  1119. "webpa/webpa": "<3.1.2",
  1120. "wikibase/wikibase": "<=1.39.3",
  1121. "wikimedia/parsoid": "<0.12.2",
  1122. "willdurand/js-translation-bundle": "<2.1.1",
  1123. "winter/wn-backend-module": "<1.2.4",
  1124. "winter/wn-system-module": "<1.2.4",
  1125. "wintercms/winter": "<1.2.3",
  1126. "woocommerce/woocommerce": "<6.6",
  1127. "wp-cli/wp-cli": "<2.5",
  1128. "wp-graphql/wp-graphql": "<=1.14.5",
  1129. "wpanel/wpanel4-cms": "<=4.3.1",
  1130. "wpcloud/wp-stateless": "<3.2",
  1131. "wwbn/avideo": "<=12.4",
  1132. "xataface/xataface": "<3",
  1133. "xpressengine/xpressengine": "<3.0.15",
  1134. "yeswiki/yeswiki": "<4.1",
  1135. "yetiforce/yetiforce-crm": "<=6.4",
  1136. "yidashi/yii2cmf": "<=2",
  1137. "yii2mod/yii2-cms": "<1.9.2",
  1138. "yiisoft/yii": "<1.1.29",
  1139. "yiisoft/yii2": "<2.0.38",
  1140. "yiisoft/yii2-authclient": "<2.2.15",
  1141. "yiisoft/yii2-bootstrap": "<2.0.4",
  1142. "yiisoft/yii2-dev": "<2.0.43",
  1143. "yiisoft/yii2-elasticsearch": "<2.0.5",
  1144. "yiisoft/yii2-gii": "<=2.2.4",
  1145. "yiisoft/yii2-jui": "<2.0.4",
  1146. "yiisoft/yii2-redis": "<2.0.8",
  1147. "yikesinc/yikes-inc-easy-mailchimp-extender": "<6.8.6",
  1148. "yoast-seo-for-typo3/yoast_seo": "<7.2.3",
  1149. "yourls/yourls": "<=1.8.2",
  1150. "zencart/zencart": "<=1.5.7.0-beta",
  1151. "zendesk/zendesk_api_client_php": "<2.2.11",
  1152. "zendframework/zend-cache": "<2.4.8|>=2.5,<2.5.3",
  1153. "zendframework/zend-captcha": ">=2,<2.4.9|>=2.5,<2.5.2",
  1154. "zendframework/zend-crypt": ">=2,<2.4.9|>=2.5,<2.5.2",
  1155. "zendframework/zend-db": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.10|>=2.3,<2.3.5",
  1156. "zendframework/zend-developer-tools": ">=1.2.2,<1.2.3",
  1157. "zendframework/zend-diactoros": "<1.8.4",
  1158. "zendframework/zend-feed": "<2.10.3",
  1159. "zendframework/zend-form": ">=2,<2.2.7|>=2.3,<2.3.1",
  1160. "zendframework/zend-http": "<2.8.1",
  1161. "zendframework/zend-json": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1162. "zendframework/zend-ldap": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.8|>=2.3,<2.3.3",
  1163. "zendframework/zend-mail": ">=2,<2.4.11|>=2.5,<2.7.2",
  1164. "zendframework/zend-navigation": ">=2,<2.2.7|>=2.3,<2.3.1",
  1165. "zendframework/zend-session": ">=2,<2.0.99|>=2.1,<2.1.99|>=2.2,<2.2.9|>=2.3,<2.3.4",
  1166. "zendframework/zend-validator": ">=2.3,<2.3.6",
  1167. "zendframework/zend-view": ">=2,<2.2.7|>=2.3,<2.3.1",
  1168. "zendframework/zend-xmlrpc": ">=2.1,<2.1.6|>=2.2,<2.2.6",
  1169. "zendframework/zendframework": "<=3",
  1170. "zendframework/zendframework1": "<1.12.20",
  1171. "zendframework/zendopenid": "<2.0.2",
  1172. "zendframework/zendrest": "<2.0.2",
  1173. "zendframework/zendservice-amazon": "<2.0.3",
  1174. "zendframework/zendservice-api": "<1",
  1175. "zendframework/zendservice-audioscrobbler": "<2.0.2",
  1176. "zendframework/zendservice-nirvanix": "<2.0.2",
  1177. "zendframework/zendservice-slideshare": "<2.0.2",
  1178. "zendframework/zendservice-technorati": "<2.0.2",
  1179. "zendframework/zendservice-windowsazure": "<2.0.2",
  1180. "zendframework/zendxml": "<1.0.1",
  1181. "zenstruck/collection": "<0.2.1",
  1182. "zetacomponents/mail": "<1.8.2",
  1183. "zf-commons/zfc-user": "<1.2.2",
  1184. "zfcampus/zf-apigility-doctrine": "<1.0.3",
  1185. "zfr/zfr-oauth2-server-module": "<0.1.2",
  1186. "zoujingli/thinkadmin": "<=6.1.53"
  1187. },
  1188. "default-branch": true,
  1189. "type": "metapackage",
  1190. "notification-url": "https://packagist.org/downloads/",
  1191. "license": [
  1192. "MIT"
  1193. ],
  1194. "authors": [
  1195. {
  1196. "name": "Marco Pivetta",
  1197. "email": "ocramius@gmail.com",
  1198. "role": "maintainer"
  1199. },
  1200. {
  1201. "name": "Ilya Tribusean",
  1202. "email": "slash3b@gmail.com",
  1203. "role": "maintainer"
  1204. }
  1205. ],
  1206. "description": "Prevents installation of composer packages with known security vulnerabilities: no API, simply require it",
  1207. "keywords": [
  1208. "dev"
  1209. ],
  1210. "support": {
  1211. "issues": "https://github.com/Roave/SecurityAdvisories/issues",
  1212. "source": "https://github.com/Roave/SecurityAdvisories/tree/latest"
  1213. },
  1214. "funding": [
  1215. {
  1216. "url": "https://github.com/Ocramius",
  1217. "type": "github"
  1218. },
  1219. {
  1220. "url": "https://tidelift.com/funding/github/packagist/roave/security-advisories",
  1221. "type": "tidelift"
  1222. }
  1223. ],
  1224. "time": "2024-01-09T18:04:23+00:00"
  1225. }
  1226. ],
  1227. "aliases": [],
  1228. "minimum-stability": "stable",
  1229. "stability-flags": {
  1230. "nextcloud/ocp": 20,
  1231. "roave/security-advisories": 20
  1232. },
  1233. "prefer-stable": false,
  1234. "prefer-lowest": false,
  1235. "platform": [],
  1236. "platform-dev": [],
  1237. "platform-overrides": {
  1238. "php": "8.1"
  1239. },
  1240. "plugin-api-version": "2.6.0"
  1241. }