update ldap lib

This commit is contained in:
Yuri Kuznetsov
2025-12-03 13:23:55 +02:00
parent 7c03c9953f
commit 62964fa1cb
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
"dragonmantank/cron-expression": "^3.4",
"laminas/laminas-mail": "dev-master#3befe2ed6193c10fb045369bd6473bd70fb9ceac",
"laminas/laminas-mime": "dev-master#25659453400e0b2970e490dd0e4045f62acf5371",
"laminas/laminas-ldap": "2.19.x-dev#e7b9fe0e295f3898fb97d08b320654c92849918a",
"laminas/laminas-ldap": "2.20.x-dev#e7b9fe0e295f3898fb97d08b320654c92849918a",
"monolog/monolog": "^3.9",
"zordius/lightncandy": "dev-espo#v1.2.5e",
"composer/semver": "^3",
Generated
+8 -8
View File
@@ -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": "29ffb74604c176690d40ac12889424f2",
"content-hash": "bcd3f0a6aa65f644d19ca5d98552b5b7",
"packages": [
{
"name": "async-aws/core",
@@ -1963,7 +1963,7 @@
},
{
"name": "laminas/laminas-ldap",
"version": "2.19.x-dev",
"version": "2.20.x-dev",
"source": {
"type": "git",
"url": "https://github.com/yurikuzn/laminas-ldap.git",
@@ -1971,25 +1971,25 @@
},
"require": {
"ext-ldap": "*",
"php": "~8.2.0 || ~8.3.0 || ~8.4.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0 || ~8.5.0"
},
"conflict": {
"amphp/amp": "<2.6.4",
"zendframework/zend-ldap": "*"
},
"require-dev": {
"laminas/laminas-coding-standard": "~2.5.0",
"laminas/laminas-coding-standard": "~3.1.0",
"laminas/laminas-config": "^3.8.0",
"laminas/laminas-eventmanager": "^3.6.0",
"laminas/laminas-stdlib": "^3.15.0",
"php-mock/php-mock-phpunit": "^2.6.1",
"phpunit/phpunit": "^9.5.26",
"php-mock/php-mock-phpunit": "^2.8.0",
"phpunit/phpunit": "^10.5.41",
"psalm/plugin-phpunit": "^0.18.4",
"vimeo/psalm": "^5.16"
},
"suggest": {
"laminas/laminas-eventmanager": "Laminas\\EventManager component"
},
"default-branch": true,
"type": "library",
"autoload": {
"psr-4": {
@@ -2039,7 +2039,7 @@
"chat": "https://laminas.dev/chat",
"forum": "https://discourse.laminas.dev"
},
"time": "2024-12-09T17:21:39+00:00"
"time": "2025-12-03T11:18:00+00:00"
},
{
"name": "laminas/laminas-loader",