[TikiWiki-commits] [Git][tikiwiki/tiki][master] [DOC] Add Upgrade package dependencies notes

"ushindi bienvenu \(@usbbush\) via TikiWiki-cvs" <[email protected]>
Newsgroups gmane.comp.cms.tiki.cvs
Message-ID <6893e87c2eb2c_2cd82ae84132c@gitlab-sidekiq-low-urgency-cpu-bound-v2-f895bbb8c-cr2zz.mail>

ushindi bienvenu pushed to branch master at Tiki Wiki CMS Groupware / Tiki


Commits:
2c1ff03d by ushindi bienvenu at 2025-08-06T23:35:07+00:00
[DOC] Add Upgrade package dependencies notes
---
* [DOC] Add Upgrade package dependencies notes

See merge request tikiwiki/tiki!8213

- - - - -


2 changed files:

- vendor_bundled/composer.json
- vendor_bundled/composer.lock


Changes:

=====================================
vendor_bundled/composer.json
=====================================
@@ -49,6 +49,18 @@
         "  garethp/php-ews: ",
         "    Overrides minimum-stability for this Cypht dependency until it releases a stable version.",
         "",
+        "  laminas/laminas-filter:",
+        "    We use version ~2.0 instead of ~3.0 because current version (v2) of laminas/laminas-i18n",
+        "    expects v2 of laminas-filter to be installed along with it.",
+        "",
+        "  laminas/laminas-validator:",
+        "    We use version ~2.0 instead of ~3.0 because current version (v2) of laminas/laminas-i18n",
+        "    and laminas-captcha expects v2 of laminas-validator to be installed along with it.",
+        "",
+        " league/oauth2-server:",
+        "    We use version ~8.0 instead of ~9.0 because new version of this uses ",
+        "    \"lcobucci/jwt\": >= 5.4 which requires php > 8.2.0 our php version is 8.1 .",
+        "",
         "  monolog/monolog:",
         "    We use version ~2.0 instead of ~3.0 because Monolog 3 requires psr/log ~2.0 or ~3.0,",
         "    while montefuscolo/xmpp still depends on psr/log version 1, causing a conflict.",
@@ -70,6 +82,9 @@
         "    Initialised by lib/setup/errortracking.php when ",
         "    error_tracking_enabled_php is set",
         "",
+        " squizlabs/php_codesniffer:",
+        "    We use version ~3.0 instead of ~4.0 because new version is currently in the pre-release phase",
+        "",
         "  steverhoades/oauth2-openid-connect-client:",
         "    Provides namespace OpenIDConnectClient",
         "    Used by lib/OpenIdConnectLib.php",


=====================================
vendor_bundled/composer.lock
=====================================
@@ -2822,12 +2822,12 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/cypht-org/cypht.git",
-                "reference": "fdff844905f863ce80011d6335e8ad4246ad2480"
+                "reference": "8d4d6148a9073e4695c53bf0f2bc8060549030c1"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/cypht-org/cypht/zipball/fdff844905f863ce80011d6335e8ad4246ad2480",
-                "reference": "fdff844905f863ce80011d6335e8ad4246ad2480",
+                "url": "https://api.github.com/repos/cypht-org/cypht/zipball/8d4d6148a9073e4695c53bf0f2bc8060549030c1",
+                "reference": "8d4d6148a9073e4695c53bf0f2bc8060549030c1",
                 "shasum": ""
             },
             "require": {
@@ -2904,7 +2904,7 @@
                 "source": "https://github.com/cypht-org/cypht/",
                 "wiki": "https://github.com/cypht-org/cypht/wiki"
             },
-            "time": "2025-08-05T06:30:11+00:00"
+            "time": "2025-08-06T12:31:47+00:00"
         },
         {
             "name": "jean85/pretty-package-versions",
@@ -6440,29 +6440,29 @@
         },
         {
             "name": "nette/utils",
-            "version": "v4.0.7",
+            "version": "v4.0.8",
             "source": {
                 "type": "git",
                 "url": "https://github.com/nette/utils.git",
-                "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2"
+                "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/nette/utils/zipball/e67c4061eb40b9c113b218214e42cb5a0dda28f2",
-                "reference": "e67c4061eb40b9c113b218214e42cb5a0dda28f2",
+                "url": "https://api.github.com/repos/nette/utils/zipball/c930ca4e3cf4f17dcfb03037703679d2396d2ede",
+                "reference": "c930ca4e3cf4f17dcfb03037703679d2396d2ede",
                 "shasum": ""
             },
             "require": {
-                "php": "8.0 - 8.4"
+                "php": "8.0 - 8.5"
             },
             "conflict": {
                 "nette/finder": "<3",
                 "nette/schema": "<1.2.2"
             },
             "require-dev": {
-                "jetbrains/phpstorm-attributes": "dev-master",
+                "jetbrains/phpstorm-attributes": "^1.2",
                 "nette/tester": "^2.5",
-                "phpstan/phpstan": "^1.0",
+                "phpstan/phpstan-nette": "^2.0@stable",
                 "tracy/tracy": "^2.9"
             },
             "suggest": {
@@ -6480,6 +6480,9 @@
                 }
             },
             "autoload": {
+                "psr-4": {
+                    "Nette\\": "src"
+                },
                 "classmap": [
                     "src/"
                 ]
@@ -6520,9 +6523,9 @@
             ],
             "support": {
                 "issues": "https://github.com/nette/utils/issues",
-                "source": "https://github.com/nette/utils/tree/v4.0.7"
+                "source": "https://github.com/nette/utils/tree/v4.0.8"
             },
-            "time": "2025-06-03T04:55:08+00:00"
+            "time": "2025-08-06T21:43:34+00:00"
         },
         {
             "name": "nlgen/nlgen",
@@ -16211,12 +16214,12 @@
             "source": {
                 "type": "git",
                 "url": "https://github.com/PHPCompatibility/PHPCompatibility.git",
-                "reference": "5e207bcca923a6afd5a8084427cb43a37bf306d3"
+                "reference": "a32035ecd801d827b85c3d8fdb281a43660115b7"
             },
             "dist": {
                 "type": "zip",
-                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/5e207bcca923a6afd5a8084427cb43a37bf306d3",
-                "reference": "5e207bcca923a6afd5a8084427cb43a37bf306d3",
+                "url": "https://api.github.com/repos/PHPCompatibility/PHPCompatibility/zipball/a32035ecd801d827b85c3d8fdb281a43660115b7",
+                "reference": "a32035ecd801d827b85c3d8fdb281a43660115b7",
                 "shasum": ""
             },
             "require": {
@@ -16232,8 +16235,8 @@
                 "php-parallel-lint/php-parallel-lint": "^1.4.0",
                 "phpcsstandards/phpcsdevcs": "^1.1.3",
                 "phpcsstandards/phpcsdevtools": "^1.2.0",
-                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4 || ^10.1.0",
-                "yoast/phpunit-polyfills": "^1.0.5 || ^2.0.0"
+                "phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6.0 || ^7.0 || ^8.0 || ^9.3.4 || ^10.5.32 || ^11.3.3",
+                "yoast/phpunit-polyfills": "^1.0.5 || ^2.0 || ^3.0"
             },
             "suggest": {
                 "roave/security-advisories": "dev-master || Helps prevent installing dependencies with known security issues."
@@ -16297,7 +16300,7 @@
                     "type": "thanks_dev"
                 }
             ],
-            "time": "2025-07-06T15:59:37+00:00"
+            "time": "2025-08-06T19:48:56+00:00"
         },
         {
             "name": "phpcsstandards/phpcsutils",



View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2c1ff03ded98c7baba10abb639db0dd86e57b5ec

-- 
View it on GitLab: https://gitlab.com/tikiwiki/tiki/-/commit/2c1ff03ded98c7baba10abb639db0dd86e57b5ec
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
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.