[TikiWiki-commits] [Git][tikiwiki/tiki][24.x] [DOC][UPD] Update Composer packages for stability and security
"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69947d2e3b227_3b1868842978a@gitlab-sidekiq-low-urgency-cpu-bound-v2-599bdbfbc7-mqq56.mail> |
ushindi bienvenu pushed to branch 24.x at Tiki Wiki CMS Groupware / Tiki
Commits:
234cc269 by ushindi bienvenu at 2026-02-17T14:14:22+00:00
[DOC][UPD] Update Composer packages for stability and security
---
* [REF] Use ~ for npm-asset/prefixfree to avoid lock failing to update
* [DOC][UPD] Update Composer packages for stability and security
- Update smarty to 3.1.48 to address security advisories:
PKSA-pght-23ww-rrdy, PKSA-6y8p-nrf4-ysf5, PKSA-31hv-m6rg-8ryk,
PKSA-98zc-53yc-qt81, PKSA-t4kv-1sv2-1mzx, PKSA-wc9h-gs49-76tm
- Pin stable versions for npm-asset/html2canvas and league/flysystem
to pass check_composer_stability.php for Tiki version upgrade logic
- Pin montefuscolo/xmpp to 0.7.1 (dev-master requires PHP 8.1, incompatible
with project requirement)
- Document all packages reported in check_composer_stability.php in
composer->extra->stability-ignore
See merge request tikiwiki/tiki!9541
- - - - -
2 changed files:
- vendor_bundled/composer.json
- vendor_bundled/composer.lock
Changes:
=====================================
vendor_bundled/composer.json
=====================================
@@ -81,7 +81,7 @@
"laminas/laminas-recaptcha": "~3.2",
"laminas/laminas-text": "^2.8",
"laminas/laminas-twitter": "~2.1",
- "league/flysystem": ">=2.0.0-beta.3",
+ "league/flysystem": ">=2.5.0",
"league/commonmark": "^1.5",
"matthiasmullie/minify": "^1.3.58",
"michelf/php-smartypants": "^1.8.1",
@@ -97,10 +97,10 @@
"npm-asset/dompurify": "^2.3.3",
"npm-asset/fullcalendar": "^5.3.2",
"npm-asset/fullcalendar--moment": "^5.5",
- "npm-asset/html2canvas": "^1.0.0-RC.5",
+ "npm-asset/html2canvas": "^1.4.1",
"npm-asset/moment-duration-format": "^2.3",
"npm-asset/popper.js": "^1.13.4",
- "npm-asset/prefixfree": ">=1.0.10",
+ "npm-asset/prefixfree": "~1.0",
"npm-asset/sass-svg-uri": "^1.0",
"npm-asset/sentry--browser": "^6.0",
"npm-asset/vue": "^2.6",
@@ -136,7 +136,7 @@
"sentry/sdk": "^3.1",
"simile_timeline/simile_timeline": "2.3.0",
"slm/mail": "^4.2",
- "smarty/smarty": "^3.1.33",
+ "smarty/smarty": "^3.1.48",
"sorich87/bootstrap-tour": "^0.12.0",
"studio-42/elfinder": "~2.1",
"steverhoades/oauth2-openid-connect-client": "^0.3.0",
@@ -162,7 +162,7 @@
"zbateson/mail-mime-parser": "^2.4",
"zendframework/zendservice-akismet": "~2.0",
"gidkom/php-openfire-restapi": "1.0.0",
- "montefuscolo/xmpp": "dev-master",
+ "montefuscolo/xmpp": "^0.7.1",
"league/oauth2-server": "^7.3",
"npm-asset/converse.js": "7.0.4",
"ext-json": "*",
@@ -195,7 +195,61 @@
"umakantp/smartylint": "0.1.4"
},
"extra": {
- "patches-file": "../installer/composer-patches/composer-patches.json"
+ "patches-file": "../installer/composer-patches/composer-patches.json",
+ "stability-ignore": {
+ "_comment": [
+ "Packages with non-standard version constraints that require explanation.",
+ "This includes both unstable versions (dev-master, etc.) and stable versions that aren't the latest available.",
+ "This section documents why specific version constraints are acceptable",
+ "NOTE:",
+ "This stability-ignore list will be included in all supported Tiki versions because:",
+ "1. It provides valuable context for dependency decisions across all supported versions",
+ "2. Helps maintain consistency in dependency management practices",
+ "3. Enables the stability checker tool to work properly when analyzing from master",
+ "4. Documents decisions that may affect future dependency updates",
+ "5. Ensures all versions have the same understanding of acceptable version constraints",
+ "",
+ "Each entry should include:",
+ " - reason: Why this specific version constraint is necessary/acceptable",
+ " - mitigation: How risk is reduced or managed",
+ " - reviewed: Date when decision was reviewed",
+ " - reviewer: Name of person who reviewed this decision",
+ " - alternatives: What alternatives were considered (if any)",
+ " - impact: What functionality would be lost without this package"
+ ],
+ "candy-chat/xmpp-prebind-php": {
+ "reason": "Essential XMPP prebinding for chat system authentication and session management.",
+ "mitigation": "PHP 8 compatibility via patches. Extended with custom TIKITOKEN auth.",
+ "reviewed": "2025-08-27",
+ "reviewer": "Joseph Kausi",
+ "alternatives": "No alternatives for prebinding. Custom implementation would be complex.",
+ "impact": "XMPP chat completely non-functional. Users cannot authenticate or connect."
+ },
+ "erusev/parsedown": {
+ "reason": "Required for Markdown parsing and rendering for Cypht v1.4",
+ "mitigation": "Package is abandoned and there is no tagged stable version. Only master branch is available and it remains functional for current needs",
+ "reviewed": "2026-02-10",
+ "reviewer": "Ushindi",
+ "alternatives": "Migrate to alternative library league/commonmark. Switching would require rewriting rendering code.",
+ "impact": "Continued use may pose long-term maintenance risks due to abandonment, but immediate functionality is unaffected"
+ },
+ "ahand/mobileesp": {
+ "reason": "Provides device detection to enable mobile-friendly UI behavior",
+ "mitigation": "Package is abandoned and there is no tagged stable version. Only master branch is available and it remains functional for current needs",
+ "reviewed": "2026-02-10",
+ "reviewer": "Ushindi",
+ "alternatives": "Migrate to alternative to modern approach using css media queries.",
+ "impact": "As new devices emerge continued use may pose long-term maintenance risks due to abandonment, but immediate functionality is unaffected."
+ },
+ "bootstrap-v4-rtl/bootstrap-rtl": {
+ "reason": "Required to provide proper right-to-left (RTL) layout support for Bootstrap 4 in Tiki24. The project does not publish tagged releases or semantic versions; only the master branch is available.",
+ "mitigation": "The CSS file is bundled and loaded explicitly with a high priority to ensure it overrides standard Bootstrap styles. Usage is limited to RTL contexts and is well-isolated.",
+ "reviewed": "2026-02-10",
+ "reviewer": "Ushindi",
+ "alternatives": "Migrate to alternative library MahdiMajidzadeh/bootstrap-v4-rtl. Switching can require refactoring the code",
+ "impact": "Continued use may pose long-term maintenance risks due to abandonment, but immediate functionality is unaffected"
+ }
+ }
},
"replace": {
"npm-asset/tslib": "*"
=====================================
vendor_bundled/composer.lock
=====================================
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
- "content-hash": "624e780e6d3b0c5f7d3a50e8439d1313",
+ "content-hash": "7179dd0043c9a5e5d0255ebb742bac3f",
"packages": [
{
"name": "Sam152/Javascript-Equal-Height-Responsive-Rows",
@@ -18,16 +18,16 @@
},
{
"name": "adodb/adodb-php",
- "version": "v5.22.10",
+ "version": "v5.22.11",
"source": {
"type": "git",
"url": "https://github.com/ADOdb/ADOdb.git",
- "reference": "38ce257600e67b1e854f2e9054166569cff4bf6b"
+ "reference": "a741375176f48b084ca9a110c112323fc7101b75"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/38ce257600e67b1e854f2e9054166569cff4bf6b",
- "reference": "38ce257600e67b1e854f2e9054166569cff4bf6b",
+ "url": "https://api.github.com/repos/ADOdb/ADOdb/zipball/a741375176f48b084ca9a110c112323fc7101b75",
+ "reference": "a741375176f48b084ca9a110c112323fc7101b75",
"shasum": ""
},
"require": {
@@ -75,7 +75,21 @@
"issues": "https://github.com/ADOdb/ADOdb/issues",
"source": "https://github.com/ADOdb/ADOdb"
},
- "time": "2025-08-03T16:20:39+00:00"
+ "funding": [
+ {
+ "url": "https://github.com/ADOdb",
+ "type": "github"
+ },
+ {
+ "url": "https://github.com/dregad",
+ "type": "github"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/adodb",
+ "type": "thanks_dev"
+ }
+ ],
+ "time": "2025-11-22T15:37:23+00:00"
},
{
"name": "afarkas/html5shiv",
@@ -173,16 +187,16 @@
},
{
"name": "amphp/amp",
- "version": "v2.6.4",
+ "version": "v2.6.5",
"source": {
"type": "git",
"url": "https://github.com/amphp/amp.git",
- "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d"
+ "reference": "d7dda98dae26e56f3f6fcfbf1c1f819c9a993207"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/amphp/amp/zipball/ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
- "reference": "ded3d9be08f526089eb7ee8d9f16a9768f9dec2d",
+ "url": "https://api.github.com/repos/amphp/amp/zipball/d7dda98dae26e56f3f6fcfbf1c1f819c9a993207",
+ "reference": "d7dda98dae26e56f3f6fcfbf1c1f819c9a993207",
"shasum": ""
},
"require": {
@@ -198,11 +212,6 @@
"vimeo/psalm": "^3.12"
},
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "2.x-dev"
- }
- },
"autoload": {
"files": [
"lib/functions.php",
@@ -250,7 +259,7 @@
"support": {
"irc": "irc://irc.freenode.org/amphp",
"issues": "https://github.com/amphp/amp/issues",
- "source": "https://github.com/amphp/amp/tree/v2.6.4"
+ "source": "https://github.com/amphp/amp/tree/v2.6.5"
},
"funding": [
{
@@ -258,7 +267,7 @@
"type": "github"
}
],
- "time": "2024-03-21T18:52:26+00:00"
+ "time": "2025-09-03T19:41:28+00:00"
},
{
"name": "amphp/byte-stream",
@@ -727,7 +736,7 @@
"version": "5.15.4",
"source": {
"type": "git",
- "url": "https://github.com/FortAwesome/Font-Awesome.git",
+ "url": "git-9UaJU3cA/F/[email protected]:FortAwesome/Font-Awesome.git",
"reference": "7d3d774145ac38663f6d1effc6def0334b68ab7e"
},
"dist": {
@@ -1636,16 +1645,16 @@
},
{
"name": "dasprid/enum",
- "version": "1.0.6",
+ "version": "1.0.7",
"source": {
"type": "git",
"url": "https://github.com/DASPRiD/Enum.git",
- "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90"
+ "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
- "reference": "8dfd07c6d2cf31c8da90c53b83c026c7696dda90",
+ "url": "https://api.github.com/repos/DASPRiD/Enum/zipball/b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
+ "reference": "b5874fa9ed0043116c72162ec7f4fb50e02e7cce",
"shasum": ""
},
"require": {
@@ -1680,9 +1689,9 @@
],
"support": {
"issues": "https://github.com/DASPRiD/Enum/issues",
- "source": "https://github.com/DASPRiD/Enum/tree/1.0.6"
+ "source": "https://github.com/DASPRiD/Enum/tree/1.0.7"
},
- "time": "2024-08-09T14:30:48+00:00"
+ "time": "2025-09-16T12:23:56+00:00"
},
{
"name": "defuse/php-encryption",
@@ -1917,20 +1926,20 @@
},
{
"name": "ezyang/htmlpurifier",
- "version": "v4.18.0",
+ "version": "v4.19.0",
"source": {
"type": "git",
"url": "https://github.com/ezyang/htmlpurifier.git",
- "reference": "cb56001e54359df7ae76dc522d08845dc741621b"
+ "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/cb56001e54359df7ae76dc522d08845dc741621b",
- "reference": "cb56001e54359df7ae76dc522d08845dc741621b",
+ "url": "https://api.github.com/repos/ezyang/htmlpurifier/zipball/b287d2a16aceffbf6e0295559b39662612b77fcf",
+ "reference": "b287d2a16aceffbf6e0295559b39662612b77fcf",
"shasum": ""
},
"require": {
- "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0"
+ "php": "~5.6.0 || ~7.0.0 || ~7.1.0 || ~7.2.0 || ~7.3.0 || ~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
},
"require-dev": {
"cerdic/css-tidy": "^1.7 || ^2.0",
@@ -1972,9 +1981,9 @@
],
"support": {
"issues": "https://github.com/ezyang/htmlpurifier/issues",
- "source": "https://github.com/ezyang/htmlpurifier/tree/v4.18.0"
+ "source": "https://github.com/ezyang/htmlpurifier/tree/v4.19.0"
},
- "time": "2024-11-01T03:51:45+00:00"
+ "time": "2025-10-17T16:34:55+00:00"
},
{
"name": "gidkom/php-openfire-restapi",
@@ -2554,16 +2563,16 @@
},
{
"name": "http-interop/http-factory-guzzle",
- "version": "1.2.0",
+ "version": "1.2.1",
"source": {
"type": "git",
"url": "https://github.com/http-interop/http-factory-guzzle.git",
- "reference": "8f06e92b95405216b237521cc64c804dd44c4a81"
+ "reference": "c2c859ceb05c3f42e710b60555f4c35b6a4a3995"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/8f06e92b95405216b237521cc64c804dd44c4a81",
- "reference": "8f06e92b95405216b237521cc64c804dd44c4a81",
+ "url": "https://api.github.com/repos/http-interop/http-factory-guzzle/zipball/c2c859ceb05c3f42e710b60555f4c35b6a4a3995",
+ "reference": "c2c859ceb05c3f42e710b60555f4c35b6a4a3995",
"shasum": ""
},
"require": {
@@ -2606,9 +2615,9 @@
],
"support": {
"issues": "https://github.com/http-interop/http-factory-guzzle/issues",
- "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.0"
+ "source": "https://github.com/http-interop/http-factory-guzzle/tree/1.2.1"
},
- "time": "2021-07-21T13:50:14+00:00"
+ "time": "2025-12-15T11:28:16+00:00"
},
{
"name": "hybridauth/hybridauth",
@@ -5670,22 +5679,22 @@
},
{
"name": "league/oauth2-client",
- "version": "2.8.1",
+ "version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/oauth2-client.git",
- "reference": "9df2924ca644736c835fc60466a3a60390d334f9"
+ "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/9df2924ca644736c835fc60466a3a60390d334f9",
- "reference": "9df2924ca644736c835fc60466a3a60390d334f9",
+ "url": "https://api.github.com/repos/thephpleague/oauth2-client/zipball/26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
+ "reference": "26e8c5da4f3d78cede7021e09b1330a0fc093d5e",
"shasum": ""
},
"require": {
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5",
- "php": "^7.1 || >=8.0.0 <8.5.0"
+ "php": "^7.1 || >=8.0.0 <8.6.0"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
@@ -5729,9 +5738,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/oauth2-client/issues",
- "source": "https://github.com/thephpleague/oauth2-client/tree/2.8.1"
+ "source": "https://github.com/thephpleague/oauth2-client/tree/2.9.0"
},
- "time": "2025-02-26T04:37:30+00:00"
+ "time": "2025-11-25T22:17:17+00:00"
},
{
"name": "league/oauth2-server",
@@ -6111,21 +6120,21 @@
},
{
"name": "montefuscolo/xmpp",
- "version": "dev-master",
+ "version": "0.7.1",
"source": {
"type": "git",
"url": "https://github.com/fabiomontefuscolo/xmpp.git",
- "reference": "9df9c05d14ef54b8cbeb9c1bed51ae668b7c1a9a"
+ "reference": "beb3f86696b976c6264c5966b2bfa4d0e8f7a5da"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/fabiomontefuscolo/xmpp/zipball/9df9c05d14ef54b8cbeb9c1bed51ae668b7c1a9a",
- "reference": "9df9c05d14ef54b8cbeb9c1bed51ae668b7c1a9a",
+ "url": "https://api.github.com/repos/fabiomontefuscolo/xmpp/zipball/beb3f86696b976c6264c5966b2bfa4d0e8f7a5da",
+ "reference": "beb3f86696b976c6264c5966b2bfa4d0e8f7a5da",
"shasum": ""
},
"require": {
"php": "^5.6 || ^7.0",
- "psr/log": "^1.0"
+ "psr/log": "^1.0 || ^2.0 || ^3.0"
},
"require-dev": {
"behat/behat": "^2.5.5",
@@ -6139,7 +6148,6 @@
"suggest": {
"psr/log-implementation": "Allows more advanced logging of the xmpp connection"
},
- "default-branch": true,
"type": "library",
"extra": {
"branch-alias": {
@@ -6170,9 +6178,9 @@
"xmpp"
],
"support": {
- "source": "https://github.com/fabiomontefuscolo/xmpp/tree/master"
+ "source": "https://github.com/fabiomontefuscolo/xmpp/tree/0.7.1"
},
- "time": "2019-05-20T19:04:46+00:00"
+ "time": "2025-09-02T06:11:22+00:00"
},
{
"name": "mottie/tablesorter",
@@ -6395,60 +6403,20 @@
},
"time": "2019-10-16T11:51:47+00:00"
},
- {
- "name": "npm-asset/babel--helper-string-parser",
- "version": "7.27.1",
- "dist": {
- "type": "tar",
- "url": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.27.1.tgz"
- },
- "type": "npm-asset",
- "license": [
- "MIT"
- ]
- },
- {
- "name": "npm-asset/babel--helper-validator-identifier",
- "version": "7.27.1",
- "dist": {
- "type": "tar",
- "url": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.27.1.tgz"
- },
- "type": "npm-asset",
- "license": [
- "MIT"
- ]
- },
{
"name": "npm-asset/babel--parser",
- "version": "7.28.3",
- "dist": {
- "type": "tar",
- "url": "https://registry.npmjs.org/@babel/parser/-/parser-7.28.3.tgz"
- },
- "require": {
- "npm-asset/babel--types": ">=7.28.2,<8.0.0"
+ "version": "v7.29.1",
+ "source": {
+ "type": "git",
+ "url": "git-9UaJU3cA/F/[email protected]:babel/babel.git",
+ "reference": "713d478674cd9f29ff84568f50df43393d6e3068"
},
- "type": "npm-asset",
- "license": [
- "MIT"
- ]
- },
- {
- "name": "npm-asset/babel--types",
- "version": "7.28.2",
"dist": {
- "type": "tar",
- "url": "https://registry.npmjs.org/@babel/types/-/types-7.28.2.tgz"
- },
- "require": {
- "npm-asset/babel--helper-string-parser": ">=7.27.1,<8.0.0",
- "npm-asset/babel--helper-validator-identifier": ">=7.27.1,<8.0.0"
+ "type": "zip",
+ "url": "https://api.github.com/repos/babel/babel/zipball/713d478674cd9f29ff84568f50df43393d6e3068",
+ "reference": "713d478674cd9f29ff84568f50df43393d6e3068"
},
- "type": "npm-asset",
- "license": [
- "MIT"
- ]
+ "type": "npm-asset"
},
{
"name": "npm-asset/base64-arraybuffer",
@@ -6660,10 +6628,10 @@
},
{
"name": "npm-asset/csstype",
- "version": "3.1.3",
+ "version": "3.2.3",
"dist": {
"type": "tar",
- "url": "https://registry.npmjs.org/csstype/-/csstype-3.1.3.tgz"
+ "url": "https://registry.npmjs.org/csstype/-/csstype-3.2.3.tgz"
},
"type": "npm-asset",
"license": [
@@ -6862,18 +6830,15 @@
},
{
"name": "npm-asset/prefixfree",
- "version": "v1.0.10",
- "source": {
- "type": "git",
- "url": "https://github.com/LeaVerou/prefixfree.git",
- "reference": "846904c874a2bf436ff8a9623585f935d7ef4009"
- },
+ "version": "1.0.0",
"dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/LeaVerou/prefixfree/zipball/846904c874a2bf436ff8a9623585f935d7ef4009",
- "reference": "846904c874a2bf436ff8a9623585f935d7ef4009"
+ "type": "tar",
+ "url": "https://registry.npmjs.org/prefixfree/-/prefixfree-1.0.0.tgz"
},
- "type": "npm-asset"
+ "type": "npm-asset",
+ "license": [
+ "MIT"
+ ]
},
{
"name": "npm-asset/prettier",
@@ -7208,21 +7173,21 @@
},
{
"name": "onelogin/php-saml",
- "version": "4.3.0",
+ "version": "4.3.1",
"source": {
"type": "git",
"url": "https://github.com/SAML-Toolkits/php-saml.git",
- "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0"
+ "reference": "b009f160e4ac11f49366a45e0d45706b48429353"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
- "reference": "bf5efce9f2df5d489d05e78c27003a0fc8bc50f0",
+ "url": "https://api.github.com/repos/SAML-Toolkits/php-saml/zipball/b009f160e4ac11f49366a45e0d45706b48429353",
+ "reference": "b009f160e4ac11f49366a45e0d45706b48429353",
"shasum": ""
},
"require": {
"php": ">=7.3",
- "robrichards/xmlseclibs": "^3.1"
+ "robrichards/xmlseclibs": ">=3.1.4"
},
"require-dev": {
"pdepend/pdepend": "^2.8.0",
@@ -7268,7 +7233,7 @@
"type": "github"
}
],
- "time": "2025-05-25T14:28:00+00:00"
+ "time": "2025-12-09T10:50:49+00:00"
},
{
"name": "oomphinc/composer-installers-extender",
@@ -7359,16 +7324,16 @@
},
{
"name": "paragonie/constant_time_encoding",
- "version": "v2.7.0",
+ "version": "v2.8.2",
"source": {
"type": "git",
"url": "https://github.com/paragonie/constant_time_encoding.git",
- "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105"
+ "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/52a0d99e69f56b9ec27ace92ba56897fe6993105",
- "reference": "52a0d99e69f56b9ec27ace92ba56897fe6993105",
+ "url": "https://api.github.com/repos/paragonie/constant_time_encoding/zipball/e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
+ "reference": "e30811f7bc69e4b5b6d5783e712c06c8eabf0226",
"shasum": ""
},
"require": {
@@ -7422,7 +7387,7 @@
"issues": "https://github.com/paragonie/constant_time_encoding/issues",
"source": "https://github.com/paragonie/constant_time_encoding"
},
- "time": "2024-05-08T12:18:48+00:00"
+ "time": "2025-09-24T15:12:37+00:00"
},
{
"name": "paragonie/random_compat",
@@ -7480,16 +7445,16 @@
},
{
"name": "paragonie/sodium_compat",
- "version": "v1.21.1",
+ "version": "v1.24.0",
"source": {
"type": "git",
"url": "https://github.com/paragonie/sodium_compat.git",
- "reference": "bb312875dcdd20680419564fe42ba1d9564b9e37"
+ "reference": "2cb48f26130919f92f30650bdcc30e6f4ebe45ac"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/bb312875dcdd20680419564fe42ba1d9564b9e37",
- "reference": "bb312875dcdd20680419564fe42ba1d9564b9e37",
+ "url": "https://api.github.com/repos/paragonie/sodium_compat/zipball/2cb48f26130919f92f30650bdcc30e6f4ebe45ac",
+ "reference": "2cb48f26130919f92f30650bdcc30e6f4ebe45ac",
"shasum": ""
},
"require": {
@@ -7560,9 +7525,9 @@
],
"support": {
"issues": "https://github.com/paragonie/sodium_compat/issues",
- "source": "https://github.com/paragonie/sodium_compat/tree/v1.21.1"
+ "source": "https://github.com/paragonie/sodium_compat/tree/v1.24.0"
},
- "time": "2024-04-22T22:05:04+00:00"
+ "time": "2025-12-30T16:16:35+00:00"
},
{
"name": "pclzip/pclzip",
@@ -7785,16 +7750,16 @@
},
{
"name": "pear/pear",
- "version": "v1.10.16",
+ "version": "v1.10.18",
"source": {
"type": "git",
"url": "https://github.com/pear/pear-core.git",
- "reference": "9d3ac5eb137633e015d6c0d4e6deeca830f1ccc2"
+ "reference": "9076191766577a02f75587049d9d316472403aea"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/pear/pear-core/zipball/9d3ac5eb137633e015d6c0d4e6deeca830f1ccc2",
- "reference": "9d3ac5eb137633e015d6c0d4e6deeca830f1ccc2",
+ "url": "https://api.github.com/repos/pear/pear-core/zipball/9076191766577a02f75587049d9d316472403aea",
+ "reference": "9076191766577a02f75587049d9d316472403aea",
"shasum": ""
},
"require": {
@@ -7808,7 +7773,7 @@
},
"replace": {
"pear/pear-core-minimal": "*",
- "pear/pear-exception": "*"
+ "pear/pear_exception": "*"
},
"suggest": {
"pear/pear_frontend_gtk": "For GTK support",
@@ -7882,66 +7847,7 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR",
"source": "https://github.com/pear/PEAR"
},
- "time": "2024-11-24T22:10:16+00:00"
- },
- {
- "name": "pear/pear_exception",
- "version": "v1.0.2",
- "source": {
- "type": "git",
- "url": "https://github.com/pear/PEAR_Exception.git",
- "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0"
- },
- "dist": {
- "type": "zip",
- "url": "https://api.github.com/repos/pear/PEAR_Exception/zipball/b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
- "reference": "b14fbe2ddb0b9f94f5b24cf08783d599f776fff0",
- "shasum": ""
- },
- "require": {
- "php": ">=5.2.0"
- },
- "require-dev": {
- "phpunit/phpunit": "<9"
- },
- "type": "class",
- "extra": {
- "branch-alias": {
- "dev-master": "1.0.x-dev"
- }
- },
- "autoload": {
- "classmap": [
- "PEAR/"
- ]
- },
- "notification-url": "https://packagist.org/downloads/",
- "include-path": [
- "."
- ],
- "license": [
- "BSD-2-Clause"
- ],
- "authors": [
- {
- "name": "Helgi Thormar",
- "email": "[email protected]"
- },
- {
- "name": "Greg Beaver",
- "email": "[email protected]"
- }
- ],
- "description": "The PEAR Exception base class.",
- "homepage": "https://github.com/pear/PEAR_Exception",
- "keywords": [
- "exception"
- ],
- "support": {
- "issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=PEAR_Exception",
- "source": "https://github.com/pear/PEAR_Exception"
- },
- "time": "2021-03-21T15:43:46+00:00"
+ "time": "2026-01-25T16:57:52+00:00"
},
{
"name": "pear/structures_graph",
@@ -7989,6 +7895,7 @@
"support": {
"source": "https://github.com/pear/Structures_Graph"
},
+ "abandoned": true,
"time": "2024-06-02T15:12:16+00:00"
},
{
@@ -8061,6 +7968,7 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Parser",
"source": "https://github.com/pear/XML_Parser"
},
+ "abandoned": true,
"time": "2019-04-10T18:19:34+00:00"
},
{
@@ -8130,6 +8038,7 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=XML_Util",
"source": "https://github.com/pear/XML_Util"
},
+ "abandoned": true,
"time": "2020-04-19T15:08:27+00:00"
},
{
@@ -8177,16 +8086,16 @@
},
{
"name": "php-http/client-common",
- "version": "2.7.2",
+ "version": "2.7.3",
"source": {
"type": "git",
"url": "https://github.com/php-http/client-common.git",
- "reference": "0cfe9858ab9d3b213041b947c881d5b19ceeca46"
+ "reference": "dcc6de29c90dd74faab55f71b79d89409c4bf0c1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/php-http/client-common/zipball/0cfe9858ab9d3b213041b947c881d5b19ceeca46",
- "reference": "0cfe9858ab9d3b213041b947c881d5b19ceeca46",
+ "url": "https://api.github.com/repos/php-http/client-common/zipball/dcc6de29c90dd74faab55f71b79d89409c4bf0c1",
+ "reference": "dcc6de29c90dd74faab55f71b79d89409c4bf0c1",
"shasum": ""
},
"require": {
@@ -8196,15 +8105,13 @@
"psr/http-client": "^1.0",
"psr/http-factory": "^1.0",
"psr/http-message": "^1.0 || ^2.0",
- "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0",
+ "symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
"symfony/polyfill-php80": "^1.17"
},
"require-dev": {
"doctrine/instantiator": "^1.1",
"guzzlehttp/psr7": "^1.4",
"nyholm/psr7": "^1.2",
- "phpspec/phpspec": "^5.1 || ^6.3 || ^7.1",
- "phpspec/prophecy": "^1.10.2",
"phpunit/phpunit": "^7.5.20 || ^8.5.33 || ^9.6.7"
},
"suggest": {
@@ -8240,9 +8147,9 @@
],
"support": {
"issues": "https://github.com/php-http/client-common/issues",
- "source": "https://github.com/php-http/client-common/tree/2.7.2"
+ "source": "https://github.com/php-http/client-common/tree/2.7.3"
},
- "time": "2024-09-24T06:21:48+00:00"
+ "time": "2025-11-29T19:12:34+00:00"
},
{
"name": "php-http/discovery",
@@ -8558,16 +8465,16 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "2.0.48",
+ "version": "2.0.51",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61"
+ "reference": "ed661e7cdaeb8c419e609e2f3203551a13c2ed48"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/eaa7be704b8b93a6913b69eb7f645a59d7731b61",
- "reference": "eaa7be704b8b93a6913b69eb7f645a59d7731b61",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/ed661e7cdaeb8c419e609e2f3203551a13c2ed48",
+ "reference": "ed661e7cdaeb8c419e609e2f3203551a13c2ed48",
"shasum": ""
},
"require": {
@@ -8648,7 +8555,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/2.0.48"
+ "source": "https://github.com/phpseclib/phpseclib/tree/2.0.51"
},
"funding": [
{
@@ -8664,20 +8571,20 @@
"type": "tidelift"
}
],
- "time": "2024-12-14T21:03:54+00:00"
+ "time": "2026-01-27T09:11:52+00:00"
},
{
"name": "pimple/pimple",
- "version": "v3.5.0",
+ "version": "v3.6.1",
"source": {
"type": "git",
"url": "https://github.com/silexphp/Pimple.git",
- "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed"
+ "reference": "020029849cc55ad360066844df8ed880fb20c5bb"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/silexphp/Pimple/zipball/a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
- "reference": "a94b3a4db7fb774b3d78dad2315ddc07629e1bed",
+ "url": "https://api.github.com/repos/silexphp/Pimple/zipball/020029849cc55ad360066844df8ed880fb20c5bb",
+ "reference": "020029849cc55ad360066844df8ed880fb20c5bb",
"shasum": ""
},
"require": {
@@ -8685,7 +8592,7 @@
"psr/container": "^1.1 || ^2.0"
},
"require-dev": {
- "symfony/phpunit-bridge": "^5.4@dev"
+ "phpunit/phpunit": "*"
},
"type": "library",
"extra": {
@@ -8715,9 +8622,9 @@
"dependency injection"
],
"support": {
- "source": "https://github.com/silexphp/Pimple/tree/v3.5.0"
+ "source": "https://github.com/silexphp/Pimple/tree/v3.6.1"
},
- "time": "2021-10-28T11:13:42+00:00"
+ "time": "2025-12-31T08:24:29+00:00"
},
{
"name": "player/flv",
@@ -9244,16 +9151,16 @@
},
{
"name": "robrichards/xmlseclibs",
- "version": "3.1.3",
+ "version": "3.1.4",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
- "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07"
+ "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/2bdfd742624d739dfadbd415f00181b4a77aaf07",
- "reference": "2bdfd742624d739dfadbd415f00181b4a77aaf07",
+ "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/bc87389224c6de95802b505e5265b0ec2c5bcdbd",
+ "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd",
"shasum": ""
},
"require": {
@@ -9280,9 +9187,9 @@
],
"support": {
"issues": "https://github.com/robrichards/xmlseclibs/issues",
- "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.3"
+ "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.4"
},
- "time": "2024-11-20T21:13:56+00:00"
+ "time": "2025-12-08T11:57:53+00:00"
},
{
"name": "rubix/extras",
@@ -9795,16 +9702,16 @@
},
{
"name": "sabre/http",
- "version": "5.1.12",
+ "version": "5.1.13",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/http.git",
- "reference": "dedff73f3995578bc942fa4c8484190cac14f139"
+ "reference": "7c2a14097d1a0de2347dcbdc91a02f38e338f4db"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/http/zipball/dedff73f3995578bc942fa4c8484190cac14f139",
- "reference": "dedff73f3995578bc942fa4c8484190cac14f139",
+ "url": "https://api.github.com/repos/sabre-io/http/zipball/7c2a14097d1a0de2347dcbdc91a02f38e338f4db",
+ "reference": "7c2a14097d1a0de2347dcbdc91a02f38e338f4db",
"shasum": ""
},
"require": {
@@ -9816,7 +9723,7 @@
"sabre/uri": "^2.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "~2.17.1||^3.63",
+ "friendsofphp/php-cs-fixer": "~2.17.1||3.63.2",
"phpstan/phpstan": "^0.12",
"phpunit/phpunit": "^7.5 || ^8.5 || ^9.6"
},
@@ -9854,7 +9761,7 @@
"issues": "https://github.com/sabre-io/http/issues",
"source": "https://github.com/fruux/sabre-http"
},
- "time": "2024-08-27T16:07:41+00:00"
+ "time": "2025-09-09T10:21:47+00:00"
},
{
"name": "sabre/uri",
@@ -9918,16 +9825,16 @@
},
{
"name": "sabre/vobject",
- "version": "4.5.7",
+ "version": "4.5.8",
"source": {
"type": "git",
"url": "https://github.com/sabre-io/vobject.git",
- "reference": "ff22611a53782e90c97be0d0bc4a5f98a5c0a12c"
+ "reference": "d554eb24d64232922e1eab5896cc2f84b3b9ffb1"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sabre-io/vobject/zipball/ff22611a53782e90c97be0d0bc4a5f98a5c0a12c",
- "reference": "ff22611a53782e90c97be0d0bc4a5f98a5c0a12c",
+ "url": "https://api.github.com/repos/sabre-io/vobject/zipball/d554eb24d64232922e1eab5896cc2f84b3b9ffb1",
+ "reference": "d554eb24d64232922e1eab5896cc2f84b3b9ffb1",
"shasum": ""
},
"require": {
@@ -10018,7 +9925,7 @@
"issues": "https://github.com/sabre-io/vobject/issues",
"source": "https://github.com/fruux/sabre-vobject"
},
- "time": "2025-04-17T09:22:48+00:00"
+ "time": "2026-01-12T10:45:19+00:00"
},
{
"name": "sabre/xml",
@@ -10639,16 +10546,16 @@
},
{
"name": "studio-42/elfinder",
- "version": "2.1.65",
+ "version": "2.1.66",
"source": {
"type": "git",
"url": "https://github.com/Studio-42/elFinder.git",
- "reference": "5535a8677558c44a20c19ff9b97ec37702f9c44d"
+ "reference": "78488951e44d69e8b9e4e849f8268df408632a6c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/5535a8677558c44a20c19ff9b97ec37702f9c44d",
- "reference": "5535a8677558c44a20c19ff9b97ec37702f9c44d",
+ "url": "https://api.github.com/repos/Studio-42/elFinder/zipball/78488951e44d69e8b9e4e849f8268df408632a6c",
+ "reference": "78488951e44d69e8b9e4e849f8268df408632a6c",
"shasum": ""
},
"require": {
@@ -10695,7 +10602,7 @@
"homepage": "http://elfinder.org",
"support": {
"issues": "https://github.com/Studio-42/elFinder/issues",
- "source": "https://github.com/Studio-42/elFinder/tree/2.1.65"
+ "source": "https://github.com/Studio-42/elFinder/tree/2.1.66"
},
"funding": [
{
@@ -10703,7 +10610,7 @@
"type": "github"
}
],
- "time": "2024-01-05T05:01:39+00:00"
+ "time": "2025-08-28T11:51:22+00:00"
},
{
"name": "svg-edit/svg-edit",
@@ -13158,23 +13065,23 @@
},
{
"name": "tijsverkoyen/css-to-inline-styles",
- "version": "v2.3.0",
+ "version": "v2.4.0",
"source": {
"type": "git",
"url": "https://github.com/tijsverkoyen/CssToInlineStyles.git",
- "reference": "0d72ac1c00084279c1816675284073c5a337c20d"
+ "reference": "f0292ccf0ec75843d65027214426b6b163b48b41"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/0d72ac1c00084279c1816675284073c5a337c20d",
- "reference": "0d72ac1c00084279c1816675284073c5a337c20d",
+ "url": "https://api.github.com/repos/tijsverkoyen/CssToInlineStyles/zipball/f0292ccf0ec75843d65027214426b6b163b48b41",
+ "reference": "f0292ccf0ec75843d65027214426b6b163b48b41",
"shasum": ""
},
"require": {
"ext-dom": "*",
"ext-libxml": "*",
"php": "^7.4 || ^8.0",
- "symfony/css-selector": "^5.4 || ^6.0 || ^7.0"
+ "symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
},
"require-dev": {
"phpstan/phpstan": "^2.0",
@@ -13207,9 +13114,9 @@
"homepage": "https://github.com/tijsverkoyen/CssToInlineStyles",
"support": {
"issues": "https://github.com/tijsverkoyen/CssToInlineStyles/issues",
- "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.3.0"
+ "source": "https://github.com/tijsverkoyen/CssToInlineStyles/tree/v2.4.0"
},
- "time": "2024-12-21T16:25:41+00:00"
+ "time": "2025-12-02T11:56:42+00:00"
},
{
"name": "tikiwiki/ilp-client",
@@ -13602,28 +13509,28 @@
},
{
"name": "webmozart/assert",
- "version": "1.11.0",
+ "version": "1.12.1",
"source": {
"type": "git",
"url": "https://github.com/webmozarts/assert.git",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991"
+ "reference": "9be6926d8b485f55b9229203f962b51ed377ba68"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/webmozarts/assert/zipball/11cb2199493b2f8a3b53e7f19068fc6aac760991",
- "reference": "11cb2199493b2f8a3b53e7f19068fc6aac760991",
+ "url": "https://api.github.com/repos/webmozarts/assert/zipball/9be6926d8b485f55b9229203f962b51ed377ba68",
+ "reference": "9be6926d8b485f55b9229203f962b51ed377ba68",
"shasum": ""
},
"require": {
"ext-ctype": "*",
+ "ext-date": "*",
+ "ext-filter": "*",
"php": "^7.2 || ^8.0"
},
- "conflict": {
- "phpstan/phpstan": "<0.12.20",
- "vimeo/psalm": "<4.6.1 || 4.6.2"
- },
- "require-dev": {
- "phpunit/phpunit": "^8.5.13"
+ "suggest": {
+ "ext-intl": "",
+ "ext-simplexml": "",
+ "ext-spl": ""
},
"type": "library",
"extra": {
@@ -13654,9 +13561,9 @@
],
"support": {
"issues": "https://github.com/webmozarts/assert/issues",
- "source": "https://github.com/webmozarts/assert/tree/1.11.0"
+ "source": "https://github.com/webmozarts/assert/tree/1.12.1"
},
- "time": "2022-06-03T18:03:27+00:00"
+ "time": "2025-10-29T15:56:20+00:00"
},
{
"name": "zbateson/mail-mime-parser",
@@ -13972,16 +13879,16 @@
"packages-dev": [
{
"name": "composer/ca-bundle",
- "version": "1.5.8",
+ "version": "1.5.10",
"source": {
"type": "git",
"url": "https://github.com/composer/ca-bundle.git",
- "reference": "719026bb30813accb68271fee7e39552a58e9f65"
+ "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/composer/ca-bundle/zipball/719026bb30813accb68271fee7e39552a58e9f65",
- "reference": "719026bb30813accb68271fee7e39552a58e9f65",
+ "url": "https://api.github.com/repos/composer/ca-bundle/zipball/961a5e4056dd2e4a2eedcac7576075947c28bf63",
+ "reference": "961a5e4056dd2e4a2eedcac7576075947c28bf63",
"shasum": ""
},
"require": {
@@ -14028,7 +13935,7 @@
"support": {
"irc": "irc://irc.freenode.org/composer",
"issues": "https://github.com/composer/ca-bundle/issues",
- "source": "https://github.com/composer/ca-bundle/tree/1.5.8"
+ "source": "https://github.com/composer/ca-bundle/tree/1.5.10"
},
"funding": [
{
@@ -14040,7 +13947,7 @@
"type": "github"
}
],
- "time": "2025-08-20T18:49:47+00:00"
+ "time": "2025-12-08T15:06:51+00:00"
},
{
"name": "doctrine/instantiator",
@@ -14932,16 +14839,16 @@
},
{
"name": "phpunit/phpunit",
- "version": "8.5.44",
+ "version": "8.5.52",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/phpunit.git",
- "reference": "e1d7ab63dc670dedf76202bb01b593195b0d4196"
+ "reference": "1015741814413c156abb0f53d7db7bbd03c6e858"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/e1d7ab63dc670dedf76202bb01b593195b0d4196",
- "reference": "e1d7ab63dc670dedf76202bb01b593195b0d4196",
+ "url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/1015741814413c156abb0f53d7db7bbd03c6e858",
+ "reference": "1015741814413c156abb0f53d7db7bbd03c6e858",
"shasum": ""
},
"require": {
@@ -14960,10 +14867,10 @@
"phpunit/php-file-iterator": "^2.0.6",
"phpunit/php-text-template": "^1.2.1",
"phpunit/php-timer": "^2.1.4",
- "sebastian/comparator": "^3.0.6",
+ "sebastian/comparator": "^3.0.7",
"sebastian/diff": "^3.0.6",
"sebastian/environment": "^4.2.5",
- "sebastian/exporter": "^3.1.6",
+ "sebastian/exporter": "^3.1.8",
"sebastian/global-state": "^3.0.6",
"sebastian/object-enumerator": "^3.0.5",
"sebastian/resource-operations": "^2.0.3",
@@ -15010,7 +14917,7 @@
"support": {
"issues": "https://github.com/sebastianbergmann/phpunit/issues",
"security": "https://github.com/sebastianbergmann/phpunit/security/policy",
- "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.44"
+ "source": "https://github.com/sebastianbergmann/phpunit/tree/8.5.52"
},
"funding": [
{
@@ -15034,7 +14941,7 @@
"type": "tidelift"
}
],
- "time": "2025-08-20T14:35:58+00:00"
+ "time": "2026-01-27T05:20:18+00:00"
},
{
"name": "phpunit/phpunit-selenium",
@@ -15171,16 +15078,16 @@
},
{
"name": "sebastian/comparator",
- "version": "3.0.6",
+ "version": "3.0.7",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/comparator.git",
- "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a"
+ "reference": "bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/4b3c947888c81708b20fb081bb653a2ba68f989a",
- "reference": "4b3c947888c81708b20fb081bb653a2ba68f989a",
+ "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52",
+ "reference": "bc7d8ac2fe1cce229bff9b5fd4efe65918a1ff52",
"shasum": ""
},
"require": {
@@ -15233,7 +15140,7 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/comparator/issues",
- "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.6"
+ "source": "https://github.com/sebastianbergmann/comparator/tree/3.0.7"
},
"funding": [
{
@@ -15253,7 +15160,7 @@
"type": "tidelift"
}
],
- "time": "2025-08-10T05:29:24+00:00"
+ "time": "2026-01-24T09:20:25+00:00"
},
{
"name": "sebastian/environment",
@@ -15320,16 +15227,16 @@
},
{
"name": "sebastian/exporter",
- "version": "3.1.6",
+ "version": "3.1.8",
"source": {
"type": "git",
"url": "https://github.com/sebastianbergmann/exporter.git",
- "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56"
+ "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/1939bc8fd1d39adcfa88c5b35335910869214c56",
- "reference": "1939bc8fd1d39adcfa88c5b35335910869214c56",
+ "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/64cfeaa341951ceb2019d7b98232399d57bb2296",
+ "reference": "64cfeaa341951ceb2019d7b98232399d57bb2296",
"shasum": ""
},
"require": {
@@ -15385,15 +15292,27 @@
],
"support": {
"issues": "https://github.com/sebastianbergmann/exporter/issues",
- "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.6"
+ "source": "https://github.com/sebastianbergmann/exporter/tree/3.1.8"
},
"funding": [
{
"url": "https://github.com/sebastianbergmann",
"type": "github"
+ },
+ {
+ "url": "https://liberapay.com/sebastianbergmann",
+ "type": "liberapay"
+ },
+ {
+ "url": "https://thanks.dev/u/gh/sebastianbergmann",
+ "type": "thanks_dev"
+ },
+ {
+ "url": "https://tidelift.com/funding/github/packagist/sebastian/exporter",
+ "type": "tidelift"
}
],
- "time": "2024-03-02T06:21:38+00:00"
+ "time": "2025-09-24T05:55:14+00:00"
},
{
"name": "sebastian/global-state",
@@ -15865,16 +15784,16 @@
},
{
"name": "squizlabs/php_codesniffer",
- "version": "3.13.2",
+ "version": "3.13.5",
"source": {
"type": "git",
"url": "https://github.com/PHPCSStandards/PHP_CodeSniffer.git",
- "reference": "5b5e3821314f947dd040c70f7992a64eac89025c"
+ "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/5b5e3821314f947dd040c70f7992a64eac89025c",
- "reference": "5b5e3821314f947dd040c70f7992a64eac89025c",
+ "url": "https://api.github.com/repos/PHPCSStandards/PHP_CodeSniffer/zipball/0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
+ "reference": "0ca86845ce43291e8f5692c7356fccf3bcf02bf4",
"shasum": ""
},
"require": {
@@ -15891,11 +15810,6 @@
"bin/phpcs"
],
"type": "library",
- "extra": {
- "branch-alias": {
- "dev-master": "3.x-dev"
- }
- },
"notification-url": "https://packagist.org/downloads/",
"license": [
"BSD-3-Clause"
@@ -15945,7 +15859,7 @@
"type": "thanks_dev"
}
],
- "time": "2025-06-17T22:17:01+00:00"
+ "time": "2025-11-04T16:30:35+00:00"
},
{
"name": "symfony/browser-kit",
@@ -16096,16 +16010,16 @@
},
{
"name": "theseer/tokenizer",
- "version": "1.2.3",
+ "version": "1.3.1",
"source": {
"type": "git",
"url": "https://github.com/theseer/tokenizer.git",
- "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2"
+ "reference": "b7489ce515e168639d17feec34b8847c326b0b3c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/theseer/tokenizer/zipball/737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
- "reference": "737eda637ed5e28c3413cb1ebe8bb52cbf1ca7a2",
+ "url": "https://api.github.com/repos/theseer/tokenizer/zipball/b7489ce515e168639d17feec34b8847c326b0b3c",
+ "reference": "b7489ce515e168639d17feec34b8847c326b0b3c",
"shasum": ""
},
"require": {
@@ -16134,7 +16048,7 @@
"description": "A small library for converting tokenized PHP source code into XML and potentially other formats",
"support": {
"issues": "https://github.com/theseer/tokenizer/issues",
- "source": "https://github.com/theseer/tokenizer/tree/1.2.3"
+ "source": "https://github.com/theseer/tokenizer/tree/1.3.1"
},
"funding": [
{
@@ -16142,7 +16056,7 @@
"type": "github"
}
],
- "time": "2024-03-03T12:36:25+00:00"
+ "time": "2025-11-17T20:03:58+00:00"
},
{
"name": "umakantp/smartylint",
@@ -16162,9 +16076,6 @@
"candy-chat/xmpp-prebind-php": 20,
"erusev/parsedown": 10,
"hesammousavi/bootstrap-v4-rtl": 20,
- "league/flysystem": 10,
- "montefuscolo/xmpp": 20,
- "npm-asset/html2canvas": 5,
"rubix/extras": 10
},
"prefer-stable": false,
@@ -16182,11 +16093,11 @@
"ext-iconv": "*",
"ext-zip": "*"
},
- "platform-dev": {},
+ "platform-dev": [],
"platform-overrides": {
"ext-ldap": "0",
"ext-soap": "0",
"php": "7.4"
},
- "plugin-api-version": "2.9.0"
+ "plugin-api-version": "2.6.0"
}
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/234cc26985836c1116dbd5d7eaf590261327d506
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/234cc26985836c1116dbd5d7eaf590261327d506
You're receiving this email because of your account on gitlab.com.
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs