From 66d7fbbb64cf883a21774577b6eb52e6779ecbce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20OUDOT?= Date: Fri, 12 Jul 2024 11:09:01 +0200 Subject: [PATCH] Switch to LTB LDAP 0.2 --- composer.json | 2 +- composer.lock | 18 +++++++++++------- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/composer.json b/composer.json index 39b7983e..bb7e9dbd 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "datatables.net/datatables.net-bs5": "2.0.8", "datatables.net/datatables.net-buttons-bs5": "3.0.2", "fortawesome/font-awesome": "v6.5.2", - "ltb-project/ldap": "v0.1.0", + "ltb-project/ldap": "v0.2.0", "twbs/bootstrap": "v5.3.2" }, "scripts": { diff --git a/composer.lock b/composer.lock index 2f45b2a3..2cbbfb44 100644 --- a/composer.lock +++ b/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": "02bfd526cb5f0b2450d74d9013fad616", + "content-hash": "c98dcd38cdd5282785625d28c440e2a7", "packages": [ { "name": "components/jquery", @@ -286,16 +286,16 @@ }, { "name": "ltb-project/ldap", - "version": "v0.1.0", + "version": "v0.2.0", "source": { "type": "git", "url": "https://github.com/ltb-project/ltb-ldap.git", - "reference": "5acd3c86998acbc302937196e8495e81cdcfb4a1" + "reference": "bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/ltb-project/ltb-ldap/zipball/5acd3c86998acbc302937196e8495e81cdcfb4a1", - "reference": "5acd3c86998acbc302937196e8495e81cdcfb4a1", + "url": "https://api.github.com/repos/ltb-project/ltb-ldap/zipball/bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74", + "reference": "bd4259e7e3f5a00ac163dfd3bbcb6700bb9a9c74", "shasum": "" }, "require": { @@ -303,6 +303,10 @@ "php": ">=7.4", "phpmailer/phpmailer": "^6.5.0" }, + "require-dev": { + "mockery/mockery": ">=1.4", + "phpunit/phpunit": ">=8" + }, "type": "library", "autoload": { "psr-4": { @@ -316,9 +320,9 @@ "description": "PHP framework for LTB project applications", "support": { "issues": "https://github.com/ltb-project/ltb-ldap/issues", - "source": "https://github.com/ltb-project/ltb-ldap/tree/v0.1.0" + "source": "https://github.com/ltb-project/ltb-ldap/tree/v0.2.0" }, - "time": "2023-04-24T13:24:07+00:00" + "time": "2024-04-24T13:16:19+00:00" }, { "name": "phpmailer/phpmailer",