[TikiWiki-commits] [Git][tikiwiki/tiki][27.x] [UPD][FIX] Update composer.lock (27.x) and fix H5P compatibility (PHPStan)
"King KAMBALE DAVID \(@kambaledavidking\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69d1316da1541_3b190f5094676@gitlab-sidekiq-low-urgency-cpu-bound-v2-664f654ff4-s9bqt.mail> |
King KAMBALE DAVID pushed to branch 27.x at Tiki Wiki CMS Groupware / Tiki
Commits:
d79eda65 by King KAMBALE DAVID at 2026-04-04T15:33:55+00:00
[UPD][FIX] Update composer.lock (27.x) and fix H5P compatibility (PHPStan)
---
* [UPD] Update composer.lock (27.x)
* [FIX] PHPStan: implement resetHubOrganizationData() from H5PFrameworkInterface
* [UPD] Align H5P version to 1.28 in composer.json
See merge request tikiwiki/tiki!9946
- - - - -
3 changed files:
- lib/core/H5P/H5PTiki.php
- vendor_bundled/composer.json
- vendor_bundled/composer.lock
Changes:
=====================================
lib/core/H5P/H5PTiki.php
=====================================
@@ -1750,4 +1750,9 @@ AND (`major_version` > ? OR (`major_version` = ? AND `minor_version` > ?)) LIMIT
{
// TODO: Implement setContentHubMetadataChecked() method.
}
+
+ public function resetHubOrganizationData()
+ {
+ // TODO: implement if/when Tiki uses H5P Hub org data
+ }
}
=====================================
vendor_bundled/composer.json
=====================================
@@ -178,7 +178,7 @@
"ext-openssl": "*",
"ext-zip": "*",
"ezyang/htmlpurifier": "^4.8.0",
- "h5p/h5p-core": "^1.24",
+ "h5p/h5p-core": "^1.28",
"h5p/h5p-editor": "^1.24",
"henrique-borba/php-sieve-manager": "^1.0.0",
"hybridauth/hybridauth": "^3.7",
=====================================
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": "3ba1ee0ede3529984d651ab74348101f",
+ "content-hash": "2be799eca83ff6a694188113b7eefe19",
"packages": [
{
"name": "Sam152/Javascript-Equal-Height-Responsive-Rows",
@@ -2039,16 +2039,16 @@
},
{
"name": "guzzlehttp/psr7",
- "version": "2.8.0",
+ "version": "2.9.0",
"source": {
"type": "git",
"url": "https://github.com/guzzle/psr7.git",
- "reference": "21dc724a0583619cd1652f673303492272778051"
+ "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/guzzle/psr7/zipball/21dc724a0583619cd1652f673303492272778051",
- "reference": "21dc724a0583619cd1652f673303492272778051",
+ "url": "https://api.github.com/repos/guzzle/psr7/zipball/7d0ed42f28e42d61352a7a79de682e5e67fec884",
+ "reference": "7d0ed42f28e42d61352a7a79de682e5e67fec884",
"shasum": ""
},
"require": {
@@ -2064,6 +2064,7 @@
"require-dev": {
"bamarni/composer-bin-plugin": "^1.8.2",
"http-interop/http-factory-tests": "0.9.0",
+ "jshttp/mime-db": "1.54.0.1",
"phpunit/phpunit": "^8.5.44 || ^9.6.25"
},
"suggest": {
@@ -2135,7 +2136,7 @@
],
"support": {
"issues": "https://github.com/guzzle/psr7/issues",
- "source": "https://github.com/guzzle/psr7/tree/2.8.0"
+ "source": "https://github.com/guzzle/psr7/tree/2.9.0"
},
"funding": [
{
@@ -2151,20 +2152,20 @@
"type": "tidelift"
}
],
- "time": "2025-08-23T21:21:41+00:00"
+ "time": "2026-03-10T16:41:02+00:00"
},
{
"name": "h5p/h5p-core",
- "version": "1.27.0",
+ "version": "1.28.0",
"source": {
"type": "git",
"url": "https://github.com/h5p/h5p-php-library.git",
- "reference": "829524eaf81fe3f3a295d0e843812be4735f51fc"
+ "reference": "2aeb0b83fa603e331381b3a6b8bf42c3773ba140"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/h5p/h5p-php-library/zipball/829524eaf81fe3f3a295d0e843812be4735f51fc",
- "reference": "829524eaf81fe3f3a295d0e843812be4735f51fc",
+ "url": "https://api.github.com/repos/h5p/h5p-php-library/zipball/2aeb0b83fa603e331381b3a6b8bf42c3773ba140",
+ "reference": "2aeb0b83fa603e331381b3a6b8bf42c3773ba140",
"shasum": ""
},
"require": {
@@ -2210,9 +2211,9 @@
],
"support": {
"issues": "https://github.com/h5p/h5p-php-library/issues",
- "source": "https://github.com/h5p/h5p-php-library/tree/1.27.0"
+ "source": "https://github.com/h5p/h5p-php-library/tree/1.28.0"
},
- "time": "2024-10-25T11:30:55+00:00"
+ "time": "2026-03-03T12:00:37+00:00"
},
{
"name": "h5p/h5p-editor",
@@ -2404,16 +2405,16 @@
},
{
"name": "hybridauth/hybridauth",
- "version": "v3.12.2",
+ "version": "v3.13.0",
"source": {
"type": "git",
"url": "https://github.com/hybridauth/hybridauth.git",
- "reference": "c6184bf92404394e918353a0ea0d35a97ac3b0fe"
+ "reference": "5f799ed5fd35e21f06cf42310f9f6ed3f7bbe7df"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/c6184bf92404394e918353a0ea0d35a97ac3b0fe",
- "reference": "c6184bf92404394e918353a0ea0d35a97ac3b0fe",
+ "url": "https://api.github.com/repos/hybridauth/hybridauth/zipball/5f799ed5fd35e21f06cf42310f9f6ed3f7bbe7df",
+ "reference": "5f799ed5fd35e21f06cf42310f9f6ed3f7bbe7df",
"shasum": ""
},
"require": {
@@ -2460,9 +2461,9 @@
"support": {
"gitter": "https://gitter.im/hybridauth/hybridauth",
"issues": "https://github.com/hybridauth/hybridauth/issues",
- "source": "https://github.com/hybridauth/hybridauth/tree/v3.12.2"
+ "source": "https://github.com/hybridauth/hybridauth/tree/v3.13.0"
},
- "time": "2025-06-18T11:58:48+00:00"
+ "time": "2026-04-02T19:11:26+00:00"
},
{
"name": "itsjavi/bootstrap-colorpicker",
@@ -4937,16 +4938,16 @@
},
{
"name": "league/commonmark",
- "version": "2.8.1",
+ "version": "2.8.2",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/commonmark.git",
- "reference": "84b1ca48347efdbe775426f108622a42735a6579"
+ "reference": "59fb075d2101740c337c7216e3f32b36c204218b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/84b1ca48347efdbe775426f108622a42735a6579",
- "reference": "84b1ca48347efdbe775426f108622a42735a6579",
+ "url": "https://api.github.com/repos/thephpleague/commonmark/zipball/59fb075d2101740c337c7216e3f32b36c204218b",
+ "reference": "59fb075d2101740c337c7216e3f32b36c204218b",
"shasum": ""
},
"require": {
@@ -5040,7 +5041,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T21:37:03+00:00"
+ "time": "2026-03-19T13:16:38+00:00"
},
{
"name": "league/config",
@@ -5180,16 +5181,16 @@
},
{
"name": "league/flysystem",
- "version": "3.32.0",
+ "version": "3.33.0",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/flysystem.git",
- "reference": "254b1595b16b22dbddaaef9ed6ca9fdac4956725"
+ "reference": "570b8871e0ce693764434b29154c54b434905350"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/254b1595b16b22dbddaaef9ed6ca9fdac4956725",
- "reference": "254b1595b16b22dbddaaef9ed6ca9fdac4956725",
+ "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/570b8871e0ce693764434b29154c54b434905350",
+ "reference": "570b8871e0ce693764434b29154c54b434905350",
"shasum": ""
},
"require": {
@@ -5257,9 +5258,9 @@
],
"support": {
"issues": "https://github.com/thephpleague/flysystem/issues",
- "source": "https://github.com/thephpleague/flysystem/tree/3.32.0"
+ "source": "https://github.com/thephpleague/flysystem/tree/3.33.0"
},
- "time": "2026-02-25T17:01:41+00:00"
+ "time": "2026-03-25T07:59:30+00:00"
},
{
"name": "league/flysystem-local",
@@ -5686,20 +5687,20 @@
},
{
"name": "league/uri",
- "version": "7.8.0",
+ "version": "7.8.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri.git",
- "reference": "4436c6ec8d458e4244448b069cc572d088230b76"
+ "reference": "08cf38e3924d4f56238125547b5720496fac8fd4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri/zipball/4436c6ec8d458e4244448b069cc572d088230b76",
- "reference": "4436c6ec8d458e4244448b069cc572d088230b76",
+ "url": "https://api.github.com/repos/thephpleague/uri/zipball/08cf38e3924d4f56238125547b5720496fac8fd4",
+ "reference": "08cf38e3924d4f56238125547b5720496fac8fd4",
"shasum": ""
},
"require": {
- "league/uri-interfaces": "^7.8",
+ "league/uri-interfaces": "^7.8.1",
"php": "^8.1",
"psr/http-factory": "^1"
},
@@ -5772,7 +5773,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
- "source": "https://github.com/thephpleague/uri/tree/7.8.0"
+ "source": "https://github.com/thephpleague/uri/tree/7.8.1"
},
"funding": [
{
@@ -5780,20 +5781,20 @@
"type": "github"
}
],
- "time": "2026-01-14T17:24:56+00:00"
+ "time": "2026-03-15T20:22:25+00:00"
},
{
"name": "league/uri-interfaces",
- "version": "7.8.0",
+ "version": "7.8.1",
"source": {
"type": "git",
"url": "https://github.com/thephpleague/uri-interfaces.git",
- "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4"
+ "reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/c5c5cd056110fc8afaba29fa6b72a43ced42acd4",
- "reference": "c5c5cd056110fc8afaba29fa6b72a43ced42acd4",
+ "url": "https://api.github.com/repos/thephpleague/uri-interfaces/zipball/85d5c77c5d6d3af6c54db4a78246364908f3c928",
+ "reference": "85d5c77c5d6d3af6c54db4a78246364908f3c928",
"shasum": ""
},
"require": {
@@ -5856,7 +5857,7 @@
"docs": "https://uri.thephpleague.com",
"forum": "https://thephpleague.slack.com",
"issues": "https://github.com/thephpleague/uri-src/issues",
- "source": "https://github.com/thephpleague/uri-interfaces/tree/7.8.0"
+ "source": "https://github.com/thephpleague/uri-interfaces/tree/7.8.1"
},
"funding": [
{
@@ -5864,7 +5865,7 @@
"type": "github"
}
],
- "time": "2026-01-15T06:54:53+00:00"
+ "time": "2026-03-08T20:05:35+00:00"
},
{
"name": "manticoresoftware/manticoresearch-php",
@@ -6977,10 +6978,10 @@
},
{
"name": "npm-asset/dompurify",
- "version": "2.5.8",
+ "version": "2.5.9",
"dist": {
"type": "tar",
- "url": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.8.tgz"
+ "url": "https://registry.npmjs.org/dompurify/-/dompurify-2.5.9.tgz"
},
"type": "npm-asset",
"license": [
@@ -8074,7 +8075,6 @@
"issues": "http://pear.php.net/bugs/search.php?cmd=display&package_name[]=Console_Getopt",
"source": "https://github.com/pear/Console_Getopt"
},
- "abandoned": true,
"time": "2019-11-20T18:27:48+00:00"
},
{
@@ -8842,16 +8842,16 @@
},
{
"name": "phpseclib/phpseclib",
- "version": "3.0.49",
+ "version": "3.0.50",
"source": {
"type": "git",
"url": "https://github.com/phpseclib/phpseclib.git",
- "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9"
+ "reference": "aa6ad8321ed103dc3624fb600a25b66ebf78ec7b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/6233a1e12584754e6b5daa69fe1289b47775c1b9",
- "reference": "6233a1e12584754e6b5daa69fe1289b47775c1b9",
+ "url": "https://api.github.com/repos/phpseclib/phpseclib/zipball/aa6ad8321ed103dc3624fb600a25b66ebf78ec7b",
+ "reference": "aa6ad8321ed103dc3624fb600a25b66ebf78ec7b",
"shasum": ""
},
"require": {
@@ -8932,7 +8932,7 @@
],
"support": {
"issues": "https://github.com/phpseclib/phpseclib/issues",
- "source": "https://github.com/phpseclib/phpseclib/tree/3.0.49"
+ "source": "https://github.com/phpseclib/phpseclib/tree/3.0.50"
},
"funding": [
{
@@ -8948,7 +8948,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-27T09:17:28+00:00"
+ "time": "2026-03-19T02:57:58+00:00"
},
{
"name": "phpxmlrpc/phpxmlrpc",
@@ -10236,16 +10236,16 @@
},
{
"name": "robrichards/xmlseclibs",
- "version": "3.1.4",
+ "version": "3.1.5",
"source": {
"type": "git",
"url": "https://github.com/robrichards/xmlseclibs.git",
- "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd"
+ "reference": "03062be78178cbb5e8f605cd255dc32a14981f92"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/bc87389224c6de95802b505e5265b0ec2c5bcdbd",
- "reference": "bc87389224c6de95802b505e5265b0ec2c5bcdbd",
+ "url": "https://api.github.com/repos/robrichards/xmlseclibs/zipball/03062be78178cbb5e8f605cd255dc32a14981f92",
+ "reference": "03062be78178cbb5e8f605cd255dc32a14981f92",
"shasum": ""
},
"require": {
@@ -10272,9 +10272,9 @@
],
"support": {
"issues": "https://github.com/robrichards/xmlseclibs/issues",
- "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.4"
+ "source": "https://github.com/robrichards/xmlseclibs/tree/3.1.5"
},
- "time": "2025-12-08T11:57:53+00:00"
+ "time": "2026-03-13T10:31:56+00:00"
},
{
"name": "rubix/extras",
@@ -11330,16 +11330,16 @@
},
{
"name": "smalot/pdfparser",
- "version": "v2.12.3",
+ "version": "v2.12.4",
"source": {
"type": "git",
"url": "https://github.com/smalot/pdfparser.git",
- "reference": "61c9bcafcb92899b76d8ebda6508267bae77e264"
+ "reference": "028d7cc0ceff323bc001d763caa2bbdf611866c4"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/smalot/pdfparser/zipball/61c9bcafcb92899b76d8ebda6508267bae77e264",
- "reference": "61c9bcafcb92899b76d8ebda6508267bae77e264",
+ "url": "https://api.github.com/repos/smalot/pdfparser/zipball/028d7cc0ceff323bc001d763caa2bbdf611866c4",
+ "reference": "028d7cc0ceff323bc001d763caa2bbdf611866c4",
"shasum": ""
},
"require": {
@@ -11375,9 +11375,9 @@
],
"support": {
"issues": "https://github.com/smalot/pdfparser/issues",
- "source": "https://github.com/smalot/pdfparser/tree/v2.12.3"
+ "source": "https://github.com/smalot/pdfparser/tree/v2.12.4"
},
- "time": "2026-01-08T08:04:04+00:00"
+ "time": "2026-03-10T15:39:47+00:00"
},
{
"name": "smarty/smarty",
@@ -11729,16 +11729,16 @@
},
{
"name": "symfony/console",
- "version": "v6.4.35",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/console.git",
- "reference": "49257c96304c508223815ee965c251e7c79e614e"
+ "reference": "9f481cfb580db8bcecc9b2d4c63f3e13df022ad5"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/console/zipball/49257c96304c508223815ee965c251e7c79e614e",
- "reference": "49257c96304c508223815ee965c251e7c79e614e",
+ "url": "https://api.github.com/repos/symfony/console/zipball/9f481cfb580db8bcecc9b2d4c63f3e13df022ad5",
+ "reference": "9f481cfb580db8bcecc9b2d4c63f3e13df022ad5",
"shasum": ""
},
"require": {
@@ -11803,7 +11803,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.35"
+ "source": "https://github.com/symfony/console/tree/v6.4.36"
},
"funding": [
{
@@ -11823,7 +11823,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:31:08+00:00"
+ "time": "2026-03-27T15:30:51+00:00"
},
{
"name": "symfony/css-selector",
@@ -11896,16 +11896,16 @@
},
{
"name": "symfony/dependency-injection",
- "version": "v6.4.35",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/dependency-injection.git",
- "reference": "d95712d0e9446b9f244b64811ffb6af7b7434213"
+ "reference": "cd7881a6dc84b780411199cd0584e1a53a3b9ba7"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/d95712d0e9446b9f244b64811ffb6af7b7434213",
- "reference": "d95712d0e9446b9f244b64811ffb6af7b7434213",
+ "url": "https://api.github.com/repos/symfony/dependency-injection/zipball/cd7881a6dc84b780411199cd0584e1a53a3b9ba7",
+ "reference": "cd7881a6dc84b780411199cd0584e1a53a3b9ba7",
"shasum": ""
},
"require": {
@@ -11957,7 +11957,7 @@
"description": "Allows you to standardize and centralize the way objects are constructed in your application",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/dependency-injection/tree/v6.4.35"
+ "source": "https://github.com/symfony/dependency-injection/tree/v6.4.36"
},
"funding": [
{
@@ -11977,7 +11977,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-26T12:16:01+00:00"
+ "time": "2026-03-30T16:39:36+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -12257,16 +12257,16 @@
},
{
"name": "symfony/http-client",
- "version": "v6.4.34",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/http-client.git",
- "reference": "0dc71f52e5d35bb045fd0f82b1a80c027971d551"
+ "reference": "1baea3a592ec5ee1f58de6548a034268d4946db6"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/http-client/zipball/0dc71f52e5d35bb045fd0f82b1a80c027971d551",
- "reference": "0dc71f52e5d35bb045fd0f82b1a80c027971d551",
+ "url": "https://api.github.com/repos/symfony/http-client/zipball/1baea3a592ec5ee1f58de6548a034268d4946db6",
+ "reference": "1baea3a592ec5ee1f58de6548a034268d4946db6",
"shasum": ""
},
"require": {
@@ -12331,7 +12331,7 @@
"http"
],
"support": {
- "source": "https://github.com/symfony/http-client/tree/v6.4.34"
+ "source": "https://github.com/symfony/http-client/tree/v6.4.36"
},
"funding": [
{
@@ -12351,7 +12351,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-18T07:27:25+00:00"
+ "time": "2026-03-23T20:48:09+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -12514,16 +12514,16 @@
},
{
"name": "symfony/mime",
- "version": "v6.4.35",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/mime.git",
- "reference": "b5cce719de25bebd6345c7709774f9ac63ff5cdf"
+ "reference": "9c31726137c70798f815fb98293ffb8a2a47694c"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/mime/zipball/b5cce719de25bebd6345c7709774f9ac63ff5cdf",
- "reference": "b5cce719de25bebd6345c7709774f9ac63ff5cdf",
+ "url": "https://api.github.com/repos/symfony/mime/zipball/9c31726137c70798f815fb98293ffb8a2a47694c",
+ "reference": "9c31726137c70798f815fb98293ffb8a2a47694c",
"shasum": ""
},
"require": {
@@ -12579,7 +12579,7 @@
"mime-type"
],
"support": {
- "source": "https://github.com/symfony/mime/tree/v6.4.35"
+ "source": "https://github.com/symfony/mime/tree/v6.4.36"
},
"funding": [
{
@@ -12599,7 +12599,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T11:25:28+00:00"
+ "time": "2026-03-30T09:31:23+00:00"
},
{
"name": "symfony/options-resolver",
@@ -14011,16 +14011,16 @@
},
{
"name": "symfony/var-exporter",
- "version": "v6.4.26",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/var-exporter.git",
- "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc"
+ "reference": "f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/var-exporter/zipball/466fcac5fa2e871f83d31173f80e9c2684743bfc",
- "reference": "466fcac5fa2e871f83d31173f80e9c2684743bfc",
+ "url": "https://api.github.com/repos/symfony/var-exporter/zipball/f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a",
+ "reference": "f9c4a9695a9e2bbc65c920e147d8d7ae28f8d79a",
"shasum": ""
},
"require": {
@@ -14068,7 +14068,7 @@
"serialize"
],
"support": {
- "source": "https://github.com/symfony/var-exporter/tree/v6.4.26"
+ "source": "https://github.com/symfony/var-exporter/tree/v6.4.36"
},
"funding": [
{
@@ -14088,7 +14088,7 @@
"type": "tidelift"
}
],
- "time": "2025-09-11T09:57:09+00:00"
+ "time": "2026-03-10T15:06:19+00:00"
},
{
"name": "symfony/yaml",
@@ -14839,7 +14839,7 @@
},
{
"name": "zf1s/zend-exception",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-exception.git",
@@ -14881,30 +14881,30 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-exception/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-exception/tree/1.15.6"
},
"time": "2024-01-04T13:33:07+00:00"
},
{
"name": "zf1s/zend-http",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-http.git",
- "reference": "241ebb7411cf31e696404f196965675e66a9ffb4"
+ "reference": "992a5e8b4e4597f786e1947f93469392aa3cad35"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-http/zipball/241ebb7411cf31e696404f196965675e66a9ffb4",
- "reference": "241ebb7411cf31e696404f196965675e66a9ffb4",
+ "url": "https://api.github.com/repos/zf1s/zend-http/zipball/992a5e8b4e4597f786e1947f93469392aa3cad35",
+ "reference": "992a5e8b4e4597f786e1947f93469392aa3cad35",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5",
- "zf1s/zend-loader": "^1.15.5",
- "zf1s/zend-uri": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6",
+ "zf1s/zend-loader": "^1.15.6",
+ "zf1s/zend-uri": "^1.15.6"
},
"replace": {
"zf1/zend-http": "^1.12"
@@ -14937,27 +14937,27 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-http/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-http/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-loader",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-loader.git",
- "reference": "6790a58a51b249e191a4bd3aeeaecab0bc50fdb8"
+ "reference": "18da6a9e653703337297f6081b4e8fb250917d14"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-loader/zipball/6790a58a51b249e191a4bd3aeeaecab0bc50fdb8",
- "reference": "6790a58a51b249e191a4bd3aeeaecab0bc50fdb8",
+ "url": "https://api.github.com/repos/zf1s/zend-loader/zipball/18da6a9e653703337297f6081b4e8fb250917d14",
+ "reference": "18da6a9e653703337297f6081b4e8fb250917d14",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6"
},
"replace": {
"zf1/zend-loader": "^1.12"
@@ -14986,27 +14986,27 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-loader/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-loader/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-registry",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-registry.git",
- "reference": "010e559222894c4101ae2e71b75be9251531dbca"
+ "reference": "ef19838e21ba9513ba20a187c5b7d881e4b4b796"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-registry/zipball/010e559222894c4101ae2e71b75be9251531dbca",
- "reference": "010e559222894c4101ae2e71b75be9251531dbca",
+ "url": "https://api.github.com/repos/zf1s/zend-registry/zipball/ef19838e21ba9513ba20a187c5b7d881e4b4b796",
+ "reference": "ef19838e21ba9513ba20a187c5b7d881e4b4b796",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6"
},
"replace": {
"zf1/zend-registry": "^1.12"
@@ -15038,30 +15038,30 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-registry/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-registry/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-service-akismet",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-service-akismet.git",
- "reference": "6c04c2c0a773713b55a927e42b2ad627091c7ddb"
+ "reference": "201bc56802ff96a54e83cd1c27719d48197c1e76"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-service-akismet/zipball/6c04c2c0a773713b55a927e42b2ad627091c7ddb",
- "reference": "6c04c2c0a773713b55a927e42b2ad627091c7ddb",
+ "url": "https://api.github.com/repos/zf1s/zend-service-akismet/zipball/201bc56802ff96a54e83cd1c27719d48197c1e76",
+ "reference": "201bc56802ff96a54e83cd1c27719d48197c1e76",
"shasum": ""
},
"require": {
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5",
- "zf1s/zend-http": "^1.15.5",
- "zf1s/zend-uri": "^1.15.5",
- "zf1s/zend-version": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6",
+ "zf1s/zend-http": "^1.15.6",
+ "zf1s/zend-uri": "^1.15.6",
+ "zf1s/zend-version": "^1.15.6"
},
"replace": {
"zf1/zend-service-akismet": "^1.12"
@@ -15091,30 +15091,30 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-service-akismet/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-service-akismet/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-uri",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-uri.git",
- "reference": "cd87e4df7036db31e8de706f03af30d8130f2598"
+ "reference": "11c7165ac83ed7d7c9753039635188f51488e56b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-uri/zipball/cd87e4df7036db31e8de706f03af30d8130f2598",
- "reference": "cd87e4df7036db31e8de706f03af30d8130f2598",
+ "url": "https://api.github.com/repos/zf1s/zend-uri/zipball/11c7165ac83ed7d7c9753039635188f51488e56b",
+ "reference": "11c7165ac83ed7d7c9753039635188f51488e56b",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5",
- "zf1s/zend-loader": "^1.15.5",
- "zf1s/zend-validate": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6",
+ "zf1s/zend-loader": "^1.15.6",
+ "zf1s/zend-validate": "^1.15.6"
},
"replace": {
"zf1/zend-uri": "^1.12"
@@ -15147,30 +15147,30 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-uri/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-uri/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-validate",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-validate.git",
- "reference": "057121967ad8aecdee0c8b2184a20c67554e96a4"
+ "reference": "e8cdc014b9c07347e2af390435dc2bcc60343397"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/zf1s/zend-validate/zipball/057121967ad8aecdee0c8b2184a20c67554e96a4",
- "reference": "057121967ad8aecdee0c8b2184a20c67554e96a4",
+ "url": "https://api.github.com/repos/zf1s/zend-validate/zipball/e8cdc014b9c07347e2af390435dc2bcc60343397",
+ "reference": "e8cdc014b9c07347e2af390435dc2bcc60343397",
"shasum": ""
},
"require": {
"ext-ctype": "*",
"ext-reflection": "*",
"php": ">=5.3.3",
- "zf1s/zend-exception": "^1.15.5",
- "zf1s/zend-registry": "^1.15.5"
+ "zf1s/zend-exception": "^1.15.6",
+ "zf1s/zend-registry": "^1.15.6"
},
"replace": {
"zf1/zend-validate": "^1.12"
@@ -15212,13 +15212,13 @@
],
"support": {
"issues": "https://github.com/zf1s/zend-validate/issues",
- "source": "https://github.com/zf1s/zend-validate/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-validate/tree/1.15.6"
},
- "time": "2024-04-18T08:48:59+00:00"
+ "time": "2026-04-02T15:49:24+00:00"
},
{
"name": "zf1s/zend-version",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-version.git",
@@ -15260,7 +15260,7 @@
"zend"
],
"support": {
- "source": "https://github.com/zf1s/zend-version/tree/1.15.5"
+ "source": "https://github.com/zf1s/zend-version/tree/1.15.6"
},
"time": "2024-01-04T13:33:07+00:00"
}
@@ -17927,16 +17927,16 @@
},
{
"name": "symfony/cache",
- "version": "v6.4.35",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/cache.git",
- "reference": "77f5eca135d1b5471de4301b99496649e4f62878"
+ "reference": "5b94fba945d1f9e7929cffd50e7a17f1ac36f10b"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/cache/zipball/77f5eca135d1b5471de4301b99496649e4f62878",
- "reference": "77f5eca135d1b5471de4301b99496649e4f62878",
+ "url": "https://api.github.com/repos/symfony/cache/zipball/5b94fba945d1f9e7929cffd50e7a17f1ac36f10b",
+ "reference": "5b94fba945d1f9e7929cffd50e7a17f1ac36f10b",
"shasum": ""
},
"require": {
@@ -18003,7 +18003,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v6.4.35"
+ "source": "https://github.com/symfony/cache/tree/v6.4.36"
},
"funding": [
{
@@ -18023,7 +18023,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T20:47:12+00:00"
+ "time": "2026-03-30T14:52:43+00:00"
},
{
"name": "symfony/cache-contracts",
@@ -18174,16 +18174,16 @@
},
{
"name": "symfony/event-dispatcher",
- "version": "v6.4.32",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/event-dispatcher.git",
- "reference": "99d7e101826e6610606b9433248f80c1997cd20b"
+ "reference": "fc828863e26ceec86e2513b5e46aa0b149d76b69"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/99d7e101826e6610606b9433248f80c1997cd20b",
- "reference": "99d7e101826e6610606b9433248f80c1997cd20b",
+ "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/fc828863e26ceec86e2513b5e46aa0b149d76b69",
+ "reference": "fc828863e26ceec86e2513b5e46aa0b149d76b69",
"shasum": ""
},
"require": {
@@ -18234,7 +18234,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com",
"support": {
- "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.32"
+ "source": "https://github.com/symfony/event-dispatcher/tree/v6.4.36"
},
"funding": [
{
@@ -18254,7 +18254,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-05T11:13:48+00:00"
+ "time": "2026-03-30T11:18:01+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/d79eda651fb448513c84549c6e2e08c287d93081
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/d79eda651fb448513c84549c6e2e08c287d93081
You're receiving this email because of your account on gitlab.com. Manage all notifications: https://gitlab.com/-/profile/notifications | Help: https://gitlab.com/help
_______________________________________________
TikiWiki-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tikiwiki-cvs