[TikiWiki-commits] [Git][tikiwiki/tiki][29.x] [UPD][FIX] Update composer.lock (29.x) and fix H5P compatibility (PHPStan)
"King KAMBALE DAVID \(@kambaledavidking\) via TikiWiki-cvs" <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.cvs |
|---|---|
| Message-ID | <69d0e41abf563_3b190c6c116c1@gitlab-sidekiq-low-urgency-cpu-bound-v2-664f654ff4-84lg2.mail> |
King KAMBALE DAVID pushed to branch 29.x at Tiki Wiki CMS Groupware / Tiki
Commits:
4262310e by King KAMBALE DAVID at 2026-04-04T10:05:07+00:00
[UPD][FIX] Update composer.lock (29.x) and fix H5P compatibility (PHPStan)
---
* [UPD] Update composer.lock (29.x)
* [FIX] PHPStan: implement resetHubOrganizationData() from H5PFrameworkInterface
* [UPD] Align H5P version to 1.28 in composer.json
See merge request tikiwiki/tiki!9944
- - - - -
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
=====================================
@@ -187,7 +187,7 @@
"ezyang/htmlpurifier": "~4.18",
"gam6itko/sparkpost-mailer": "~0.3",
"garethp/php-ews": "dev-master@dev",
- "h5p/h5p-core": "~1.27",
+ "h5p/h5p-core": "~1.28",
"h5p/h5p-editor": "~1.25",
"henrique-borba/php-sieve-manager": "~1.0",
"hybridauth/hybridauth": "~3.11",
=====================================
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": "ca12ae2bafbc3cc1dee772fc2684a2b2",
+ "content-hash": "2dfca1d66a0fdb3b6d69895187ee4d3d",
"packages": [
{
"name": "amphp/amp",
@@ -678,16 +678,16 @@
},
{
"name": "bacon/bacon-qr-code",
- "version": "v3.0.3",
+ "version": "v3.0.4",
"source": {
"type": "git",
"url": "https://github.com/Bacon/BaconQrCode.git",
- "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563"
+ "reference": "3feed0e212b8412cc5d2612706744789b0615824"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/36a1cb2b81493fa5b82e50bf8068bf84d1542563",
- "reference": "36a1cb2b81493fa5b82e50bf8068bf84d1542563",
+ "url": "https://api.github.com/repos/Bacon/BaconQrCode/zipball/3feed0e212b8412cc5d2612706744789b0615824",
+ "reference": "3feed0e212b8412cc5d2612706744789b0615824",
"shasum": ""
},
"require": {
@@ -727,9 +727,9 @@
"homepage": "https://github.com/Bacon/BaconQrCode",
"support": {
"issues": "https://github.com/Bacon/BaconQrCode/issues",
- "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.3"
+ "source": "https://github.com/Bacon/BaconQrCode/tree/v3.0.4"
},
- "time": "2025-11-19T17:15:36+00:00"
+ "time": "2026-03-16T01:01:30+00:00"
},
{
"name": "bertoost/elasticemail-mailer",
@@ -1719,16 +1719,16 @@
},
{
"name": "elasticemail/elasticemail-php",
- "version": "4.0.26",
+ "version": "4.0.27",
"source": {
"type": "git",
"url": "https://github.com/ElasticEmail/elasticemail-php.git",
- "reference": "bbf395acc0ff9ae23271a6b7a4139d5f0e169761"
+ "reference": "2c9bf04c168e93626be497fbad2e3ab646333565"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/ElasticEmail/elasticemail-php/zipball/bbf395acc0ff9ae23271a6b7a4139d5f0e169761",
- "reference": "bbf395acc0ff9ae23271a6b7a4139d5f0e169761",
+ "url": "https://api.github.com/repos/ElasticEmail/elasticemail-php/zipball/2c9bf04c168e93626be497fbad2e3ab646333565",
+ "reference": "2c9bf04c168e93626be497fbad2e3ab646333565",
"shasum": ""
},
"require": {
@@ -1737,10 +1737,10 @@
"ext-mbstring": "*",
"guzzlehttp/guzzle": "^7.3",
"guzzlehttp/psr7": "^1.7 || ^2.0",
- "php": "^7.3 || ^8.0"
+ "php": "^7.4 || ^8.0"
},
"require-dev": {
- "friendsofphp/php-cs-fixer": "^2.12",
+ "friendsofphp/php-cs-fixer": "^3.5",
"phpunit/phpunit": "^8.0 || ^9.0"
},
"type": "library",
@@ -1755,12 +1755,12 @@
],
"authors": [
{
- "name": "Elastic Email",
- "homepage": "https://elasticemail.com"
+ "name": "OpenAPI",
+ "homepage": "https://openapi-generator.tech"
}
],
- "description": "The PHP library for the Elastic Email REST API. This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. To start using this API, you will need your Access Token. Remember to keep it safe.",
- "homepage": "https://elasticemail.com",
+ "description": "This API is based on the REST API architecture, allowing the user to easily manage their data with this resource-based approach. Every API call is established on which specific request type (GET, POST, PUT, DELETE) will be used. The API has a limit of 20 concurrent connections and a hard timeout of 600 seconds per request. To start using this API, you will need your Access Token (available <a target='_blank' href='https://app.elasticemail.com/marketing/settings/new/manage-api'>here</a>). Remember to keep it safe. Required access levels are listed in the given request’s description. Downloadable library clients can be found in our Github repository <a target='_blank' href='https://github.com/ElasticEmail?tab=repositories&q=%22rest+api%22+in%3Areadme'>here</a>",
+ "homepage": "https://openapi-generator.tech",
"keywords": [
"api",
"openapi",
@@ -1772,9 +1772,9 @@
],
"support": {
"issues": "https://github.com/ElasticEmail/elasticemail-php/issues",
- "source": "https://github.com/ElasticEmail/elasticemail-php/tree/4.0.26"
+ "source": "https://github.com/ElasticEmail/elasticemail-php/tree/4.0.27"
},
- "time": "2025-05-22T13:33:43+00:00"
+ "time": "2026-03-11T21:53:00+00:00"
},
{
"name": "elliotjreed/disposable-emails-filter",
@@ -2029,12 +2029,12 @@
"source": {
"type": "git",
"url": "https://github.com/Garethp/php-ews.git",
- "reference": "182f6aca8873276468f5e1b09b65f73085af04f6"
+ "reference": "7618ec49ba20390b8c0f5f7094b9df6e7bed6031"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Garethp/php-ews/zipball/182f6aca8873276468f5e1b09b65f73085af04f6",
- "reference": "182f6aca8873276468f5e1b09b65f73085af04f6",
+ "url": "https://api.github.com/repos/Garethp/php-ews/zipball/7618ec49ba20390b8c0f5f7094b9df6e7bed6031",
+ "reference": "7618ec49ba20390b8c0f5f7094b9df6e7bed6031",
"shasum": ""
},
"require": {
@@ -2086,9 +2086,9 @@
],
"support": {
"issues": "https://github.com/Garethp/php-ews/issues",
- "source": "https://github.com/Garethp/php-ews/tree/v0.11.1"
+ "source": "https://github.com/Garethp/php-ews/tree/master"
},
- "time": "2025-08-30T22:33:12+00:00"
+ "time": "2026-03-11T20:23:22+00:00"
},
{
"name": "guzzlehttp/guzzle",
@@ -2301,16 +2301,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": {
@@ -2326,6 +2326,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": {
@@ -2397,7 +2398,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": [
{
@@ -2413,20 +2414,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": {
@@ -2472,9 +2473,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",
@@ -2608,16 +2609,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": {
@@ -2664,9 +2665,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": "jasig/phpcas",
@@ -4738,16 +4739,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": {
@@ -4841,7 +4842,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T21:37:03+00:00"
+ "time": "2026-03-19T13:16:38+00:00"
},
{
"name": "league/config",
@@ -4981,16 +4982,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": {
@@ -5058,9 +5059,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",
@@ -5487,20 +5488,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"
},
@@ -5573,7 +5574,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": [
{
@@ -5581,20 +5582,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": {
@@ -5657,7 +5658,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": [
{
@@ -5665,7 +5666,7 @@
"type": "github"
}
],
- "time": "2026-01-15T06:54:53+00:00"
+ "time": "2026-03-08T20:05:35+00:00"
},
{
"name": "maestroerror/heif-converter",
@@ -7077,7 +7078,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"
},
{
@@ -7673,16 +7673,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": {
@@ -7763,7 +7763,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": [
{
@@ -7779,7 +7779,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-27T09:17:28+00:00"
+ "time": "2026-03-19T02:57:58+00:00"
},
{
"name": "phpxmlrpc/phpxmlrpc",
@@ -9211,16 +9211,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": {
@@ -9247,9 +9247,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/ml",
@@ -9962,16 +9962,16 @@
},
{
"name": "sentry/sentry",
- "version": "4.21.0",
+ "version": "4.24.0",
"source": {
"type": "git",
"url": "https://github.com/getsentry/sentry-php.git",
- "reference": "2bf405fc4d38f00073a7d023cf321e59f614d54c"
+ "reference": "5055cc792f630a427fdf9dcccd88faa94b50fd30"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/2bf405fc4d38f00073a7d023cf321e59f614d54c",
- "reference": "2bf405fc4d38f00073a7d023cf321e59f614d54c",
+ "url": "https://api.github.com/repos/getsentry/sentry-php/zipball/5055cc792f630a427fdf9dcccd88faa94b50fd30",
+ "reference": "5055cc792f630a427fdf9dcccd88faa94b50fd30",
"shasum": ""
},
"require": {
@@ -9993,12 +9993,14 @@
"guzzlehttp/psr7": "^1.8.4|^2.1.1",
"monolog/monolog": "^1.6|^2.0|^3.0",
"nyholm/psr7": "^1.8",
+ "open-telemetry/api": "^1.0",
+ "open-telemetry/exporter-otlp": "^1.0",
+ "open-telemetry/sdk": "^1.0",
"phpbench/phpbench": "^1.0",
"phpstan/phpstan": "^1.3",
"phpunit/phpunit": "^8.5.52|^9.6.34",
"spiral/roadrunner-http": "^3.6",
- "spiral/roadrunner-worker": "^3.6",
- "vimeo/psalm": "^4.17"
+ "spiral/roadrunner-worker": "^3.6"
},
"suggest": {
"monolog/monolog": "Allow sending log messages to Sentry by using the included Monolog handler."
@@ -10037,7 +10039,7 @@
],
"support": {
"issues": "https://github.com/getsentry/sentry-php/issues",
- "source": "https://github.com/getsentry/sentry-php/tree/4.21.0"
+ "source": "https://github.com/getsentry/sentry-php/tree/4.24.0"
},
"funding": [
{
@@ -10049,20 +10051,20 @@
"type": "custom"
}
],
- "time": "2026-02-24T15:32:51+00:00"
+ "time": "2026-04-01T14:34:34+00:00"
},
{
"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": {
@@ -10098,9 +10100,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",
@@ -10180,20 +10182,20 @@
},
{
"name": "spomky-labs/cbor-php",
- "version": "3.2.2",
+ "version": "3.2.3",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/cbor-php.git",
- "reference": "2a5fb86aacfe1004611370ead6caa2bfc88435d0"
+ "reference": "dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/2a5fb86aacfe1004611370ead6caa2bfc88435d0",
- "reference": "2a5fb86aacfe1004611370ead6caa2bfc88435d0",
+ "url": "https://api.github.com/repos/Spomky-Labs/cbor-php/zipball/dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32",
+ "reference": "dd6eb84e6d92f7b8bd0da56b4b4dd7235aed0c32",
"shasum": ""
},
"require": {
- "brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14",
+ "brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
"ext-mbstring": "*",
"php": ">=8.0"
},
@@ -10235,7 +10237,7 @@
],
"support": {
"issues": "https://github.com/Spomky-Labs/cbor-php/issues",
- "source": "https://github.com/Spomky-Labs/cbor-php/tree/3.2.2"
+ "source": "https://github.com/Spomky-Labs/cbor-php/tree/3.2.3"
},
"funding": [
{
@@ -10247,44 +10249,45 @@
"type": "patreon"
}
],
- "time": "2025-11-13T13:00:34+00:00"
+ "time": "2026-04-01T12:15:20+00:00"
},
{
"name": "spomky-labs/pki-framework",
- "version": "1.4.1",
+ "version": "1.4.2",
"source": {
"type": "git",
"url": "https://github.com/Spomky-Labs/pki-framework.git",
- "reference": "f0e9a548df4e3942886adc9b7830581a46334631"
+ "reference": "aa576cbd07128075bef97ac2f8af9854e67513d8"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/f0e9a548df4e3942886adc9b7830581a46334631",
- "reference": "f0e9a548df4e3942886adc9b7830581a46334631",
+ "url": "https://api.github.com/repos/Spomky-Labs/pki-framework/zipball/aa576cbd07128075bef97ac2f8af9854e67513d8",
+ "reference": "aa576cbd07128075bef97ac2f8af9854e67513d8",
"shasum": ""
},
"require": {
- "brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14",
+ "brick/math": "^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
"ext-mbstring": "*",
- "php": ">=8.1"
+ "php": ">=8.1",
+ "psr/clock": "^1.0"
},
"require-dev": {
"ekino/phpstan-banned-code": "^1.0|^2.0|^3.0",
"ext-gmp": "*",
"ext-openssl": "*",
- "infection/infection": "^0.28|^0.29|^0.31",
+ "infection/infection": "^0.28|^0.29|^0.31|^0.32",
"php-parallel-lint/php-parallel-lint": "^1.3",
"phpstan/extension-installer": "^1.3|^2.0",
"phpstan/phpstan": "^1.8|^2.0",
"phpstan/phpstan-deprecation-rules": "^1.0|^2.0",
"phpstan/phpstan-phpunit": "^1.1|^2.0",
"phpstan/phpstan-strict-rules": "^1.3|^2.0",
- "phpunit/phpunit": "^10.1|^11.0|^12.0",
+ "phpunit/phpunit": "^10.1|^11.0|^12.0|^13.0",
"rector/rector": "^1.0|^2.0",
"roave/security-advisories": "dev-latest",
"symfony/string": "^6.4|^7.0|^8.0",
"symfony/var-dumper": "^6.4|^7.0|^8.0",
- "symplify/easy-coding-standard": "^12.0"
+ "symplify/easy-coding-standard": "^12.0|^13.0"
},
"suggest": {
"ext-bcmath": "For better performance (or GMP)",
@@ -10344,7 +10347,7 @@
],
"support": {
"issues": "https://github.com/Spomky-Labs/pki-framework/issues",
- "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.1"
+ "source": "https://github.com/Spomky-Labs/pki-framework/tree/1.4.2"
},
"funding": [
{
@@ -10356,7 +10359,7 @@
"type": "patreon"
}
],
- "time": "2025-12-20T12:57:40+00:00"
+ "time": "2026-03-23T22:56:56+00:00"
},
{
"name": "steverhoades/oauth2-openid-connect-client",
@@ -10631,16 +10634,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": {
@@ -10705,7 +10708,7 @@
"terminal"
],
"support": {
- "source": "https://github.com/symfony/console/tree/v6.4.35"
+ "source": "https://github.com/symfony/console/tree/v6.4.36"
},
"funding": [
{
@@ -10725,7 +10728,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-06T13:31:08+00:00"
+ "time": "2026-03-27T15:30:51+00:00"
},
{
"name": "symfony/css-selector",
@@ -10798,16 +10801,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": {
@@ -10859,7 +10862,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": [
{
@@ -10879,7 +10882,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-26T12:16:01+00:00"
+ "time": "2026-03-30T16:39:36+00:00"
},
{
"name": "symfony/deprecation-contracts",
@@ -10950,16 +10953,16 @@
},
{
"name": "symfony/dotenv",
- "version": "v6.4.35",
+ "version": "v6.4.36",
"source": {
"type": "git",
"url": "https://github.com/symfony/dotenv.git",
- "reference": "148138ead5d7bb582e93a9cc19b134b42a370365"
+ "reference": "cae019cc92a46fe9e498ea011107f26bdf5d897f"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/symfony/dotenv/zipball/148138ead5d7bb582e93a9cc19b134b42a370365",
- "reference": "148138ead5d7bb582e93a9cc19b134b42a370365",
+ "url": "https://api.github.com/repos/symfony/dotenv/zipball/cae019cc92a46fe9e498ea011107f26bdf5d897f",
+ "reference": "cae019cc92a46fe9e498ea011107f26bdf5d897f",
"shasum": ""
},
"require": {
@@ -11004,7 +11007,7 @@
"environment"
],
"support": {
- "source": "https://github.com/symfony/dotenv/tree/v6.4.35"
+ "source": "https://github.com/symfony/dotenv/tree/v6.4.36"
},
"funding": [
{
@@ -11024,20 +11027,20 @@
"type": "tidelift"
}
],
- "time": "2026-02-26T10:15:49+00:00"
+ "time": "2026-03-30T07:25:04+00:00"
},
{
"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": {
@@ -11088,7 +11091,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": [
{
@@ -11108,7 +11111,7 @@
"type": "tidelift"
}
],
- "time": "2026-01-05T11:13:48+00:00"
+ "time": "2026-03-30T11:18:01+00:00"
},
{
"name": "symfony/event-dispatcher-contracts",
@@ -11326,16 +11329,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": {
@@ -11400,7 +11403,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": [
{
@@ -11420,7 +11423,7 @@
"type": "tidelift"
}
],
- "time": "2026-02-18T07:27:25+00:00"
+ "time": "2026-03-23T20:48:09+00:00"
},
{
"name": "symfony/http-client-contracts",
@@ -11809,16 +11812,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": {
@@ -11874,7 +11877,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": [
{
@@ -11894,7 +11897,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T11:25:28+00:00"
+ "time": "2026-03-30T09:31:23+00:00"
},
{
"name": "symfony/options-resolver",
@@ -13615,16 +13618,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": {
@@ -13672,7 +13675,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": [
{
@@ -13692,7 +13695,7 @@
"type": "tidelift"
}
],
- "time": "2025-09-11T09:57:09+00:00"
+ "time": "2026-03-10T15:06:19+00:00"
},
{
"name": "symfony/yaml",
@@ -13772,16 +13775,16 @@
},
{
"name": "tecnickcom/tc-lib-barcode",
- "version": "2.4.27",
+ "version": "2.4.29",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-barcode.git",
- "reference": "8d754e2cb6001114ff7669982739245078346d8f"
+ "reference": "be76f91968bfab74949a3f937f78f02455597c85"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/8d754e2cb6001114ff7669982739245078346d8f",
- "reference": "8d754e2cb6001114ff7669982739245078346d8f",
+ "url": "https://api.github.com/repos/tecnickcom/tc-lib-barcode/zipball/be76f91968bfab74949a3f937f78f02455597c85",
+ "reference": "be76f91968bfab74949a3f937f78f02455597c85",
"shasum": ""
},
"require": {
@@ -13861,7 +13864,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-barcode/issues",
- "source": "https://github.com/tecnickcom/tc-lib-barcode/tree/2.4.27"
+ "source": "https://github.com/tecnickcom/tc-lib-barcode/tree/2.4.29"
},
"funding": [
{
@@ -13869,20 +13872,20 @@
"type": "custom"
}
],
- "time": "2026-02-28T10:33:16+00:00"
+ "time": "2026-03-30T17:05:24+00:00"
},
{
"name": "tecnickcom/tc-lib-color",
- "version": "2.3.9",
+ "version": "2.3.10",
"source": {
"type": "git",
"url": "https://github.com/tecnickcom/tc-lib-color.git",
- "reference": "7eed5344ed57a3d55b56bebbd1329bd0e8fe597a"
+ "reference": "cf018a88218262a64784032ecce14bfec480d3dd"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/7eed5344ed57a3d55b56bebbd1329bd0e8fe597a",
- "reference": "7eed5344ed57a3d55b56bebbd1329bd0e8fe597a",
+ "url": "https://api.github.com/repos/tecnickcom/tc-lib-color/zipball/cf018a88218262a64784032ecce14bfec480d3dd",
+ "reference": "cf018a88218262a64784032ecce14bfec480d3dd",
"shasum": ""
},
"require": {
@@ -13931,7 +13934,7 @@
],
"support": {
"issues": "https://github.com/tecnickcom/tc-lib-color/issues",
- "source": "https://github.com/tecnickcom/tc-lib-color/tree/2.3.9"
+ "source": "https://github.com/tecnickcom/tc-lib-color/tree/2.3.10"
},
"funding": [
{
@@ -13939,7 +13942,7 @@
"type": "custom"
}
],
- "time": "2026-02-23T20:00:30+00:00"
+ "time": "2026-03-30T17:00:47+00:00"
},
{
"name": "teqneers/shamir",
@@ -14286,20 +14289,20 @@
},
{
"name": "web-auth/cose-lib",
- "version": "4.5.0",
+ "version": "4.5.1",
"source": {
"type": "git",
"url": "https://github.com/web-auth/cose-lib.git",
- "reference": "5adac6fe126994a3ee17ed9950efb4947ab132a9"
+ "reference": "3185af4df10dc537b65c140c315b88d15ae15b80"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/5adac6fe126994a3ee17ed9950efb4947ab132a9",
- "reference": "5adac6fe126994a3ee17ed9950efb4947ab132a9",
+ "url": "https://api.github.com/repos/web-auth/cose-lib/zipball/3185af4df10dc537b65c140c315b88d15ae15b80",
+ "reference": "3185af4df10dc537b65c140c315b88d15ae15b80",
"shasum": ""
},
"require": {
- "brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14",
+ "brick/math": "^0.9|^0.10|^0.11|^0.12|^0.13|^0.14|^0.15|^0.16|^0.17",
"ext-json": "*",
"ext-openssl": "*",
"php": ">=8.1",
@@ -14341,7 +14344,7 @@
],
"support": {
"issues": "https://github.com/web-auth/cose-lib/issues",
- "source": "https://github.com/web-auth/cose-lib/tree/4.5.0"
+ "source": "https://github.com/web-auth/cose-lib/tree/4.5.1"
},
"funding": [
{
@@ -14353,7 +14356,7 @@
"type": "patreon"
}
],
- "time": "2026-01-03T14:43:18+00:00"
+ "time": "2026-04-01T12:47:39+00:00"
},
{
"name": "web-auth/webauthn-lib",
@@ -14766,7 +14769,7 @@
},
{
"name": "zf1s/zend-exception",
- "version": "1.15.5",
+ "version": "1.15.6",
"source": {
"type": "git",
"url": "https://github.com/zf1s/zend-exception.git",
@@ -14808,30 +14811,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"
@@ -14864,27 +14867,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"
@@ -14913,27 +14916,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"
@@ -14965,30 +14968,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"
@@ -15018,30 +15021,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"
@@ -15074,30 +15077,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"
@@ -15139,13 +15142,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",
@@ -15187,7 +15190,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"
}
@@ -16110,11 +16113,11 @@
},
{
"name": "phpstan/phpstan",
- "version": "2.1.40",
+ "version": "2.1.46",
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/phpstan/phpstan/zipball/9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b",
- "reference": "9b2c7aeb83a75d8680ea5e7c9b7fca88052b766b",
+ "url": "https://api.github.com/repos/phpstan/phpstan/zipball/a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
+ "reference": "a193923fc2d6325ef4e741cf3af8c3e8f54dbf25",
"shasum": ""
},
"require": {
@@ -16159,7 +16162,7 @@
"type": "github"
}
],
- "time": "2026-02-23T15:04:35+00:00"
+ "time": "2026-04-01T09:25:14+00:00"
},
{
"name": "phpstan/phpstan-deprecation-rules",
@@ -16643,21 +16646,21 @@
},
{
"name": "rector/rector",
- "version": "2.3.8",
+ "version": "2.4.0",
"source": {
"type": "git",
"url": "https://github.com/rectorphp/rector.git",
- "reference": "bbd37aedd8df749916cffa2a947cfc4714d1ba2c"
+ "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/rectorphp/rector/zipball/bbd37aedd8df749916cffa2a947cfc4714d1ba2c",
- "reference": "bbd37aedd8df749916cffa2a947cfc4714d1ba2c",
+ "url": "https://api.github.com/repos/rectorphp/rector/zipball/a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d",
+ "reference": "a51dfddbf6a29ed9fbf6e8410fc90c1608df1b5d",
"shasum": ""
},
"require": {
"php": "^7.4|^8.0",
- "phpstan/phpstan": "^2.1.38"
+ "phpstan/phpstan": "^2.1.41"
},
"conflict": {
"rector/rector-doctrine": "*",
@@ -16691,7 +16694,7 @@
],
"support": {
"issues": "https://github.com/rectorphp/rector/issues",
- "source": "https://github.com/rectorphp/rector/tree/2.3.8"
+ "source": "https://github.com/rectorphp/rector/tree/2.4.0"
},
"funding": [
{
@@ -16699,7 +16702,7 @@
"type": "github"
}
],
- "time": "2026-02-22T09:45:50+00:00"
+ "time": "2026-04-04T07:37:45+00:00"
},
{
"name": "sebastian/cli-parser",
@@ -17868,16 +17871,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": {
@@ -17944,7 +17947,7 @@
"psr6"
],
"support": {
- "source": "https://github.com/symfony/cache/tree/v6.4.35"
+ "source": "https://github.com/symfony/cache/tree/v6.4.36"
},
"funding": [
{
@@ -17964,7 +17967,7 @@
"type": "tidelift"
}
],
- "time": "2026-03-05T20:47:12+00:00"
+ "time": "2026-03-30T14:52:43+00:00"
},
{
"name": "symfony/cache-contracts",
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4262310e9d26939d87dc56a9401fb0e09f7a2b91
--
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/4262310e9d26939d87dc56a9401fb0e09f7a2b91
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