From 39ad131b5552d4d1f7cb8c438e7016e0a9fb585a Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 12 Jun 2021 06:34:19 +0200 Subject: [PATCH] update packages. --- composer.json | 3 +- composer.lock | 193 +++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 194 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index d002a0b699..90ae1f9d48 100644 --- a/composer.json +++ b/composer.json @@ -84,6 +84,7 @@ "ext-xml": "*", "bacon/bacon-qr-code": "2.*", "diglactic/laravel-breadcrumbs": "^7.0", + "directorytree/ldaprecord-laravel": "^2.2", "doctrine/dbal": "3.*", "fideloper/proxy": "4.*", "gdbots/query-parser": "^2.0", @@ -118,7 +119,7 @@ "thecodingmachine/phpstan-strict-rules": "^0.12.0" }, "suggest": { - "adldap2/adldap2-laravel": "If you want to login using LDAP.", + "directorytree/ldaprecord-laravel": "If you want to login using LDAP.", "ext-ldap": "Needed to support LDAP." }, "autoload": { diff --git a/composer.lock b/composer.lock index 2d856e50c2..2589d5d12c 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": "fe5378a76fbcb7707b540020a6836980", + "content-hash": "6cac42f3381a46967bb94332b63f40b5", "packages": [ { "name": "bacon/bacon-qr-code", @@ -372,6 +372,143 @@ }, "time": "2021-05-23T16:43:52+00:00" }, + { + "name": "directorytree/ldaprecord", + "version": "v2.5.0", + "source": { + "type": "git", + "url": "https://github.com/DirectoryTree/LdapRecord.git", + "reference": "ff7a92615fdc3f8b7f3d347c2847ce7ce06db287" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/ff7a92615fdc3f8b7f3d347c2847ce7ce06db287", + "reference": "ff7a92615fdc3f8b7f3d347c2847ce7ce06db287", + "shasum": "" + }, + "require": { + "ext-json": "*", + "ext-ldap": "*", + "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0", + "nesbot/carbon": "^1.0|^2.0", + "php": ">=7.3", + "psr/log": "^1.0", + "psr/simple-cache": "^1.0", + "tightenco/collect": "^5.6|^6.0|^7.0|^8.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "phpunit/phpunit": "^8.0", + "spatie/ray": "^1.24" + }, + "type": "library", + "autoload": { + "psr-4": { + "LdapRecord\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Steve Bauman", + "email": "steven_bauman@outlook.com", + "role": "Developer" + } + ], + "description": "A fully-featured LDAP ORM.", + "homepage": "https://www.ldaprecord.com", + "keywords": [ + "active directory", + "ad", + "adLDAP", + "adldap2", + "directory", + "ldap", + "ldaprecord", + "orm", + "windows" + ], + "support": { + "docs": "https://ldaprecord.com", + "email": "steven_bauman@outlook.com", + "issues": "https://github.com/DirectoryTree/LdapRecord/issues", + "source": "https://github.com/DirectoryTree/LdapRecord" + }, + "funding": [ + { + "url": "https://github.com/stevebauman", + "type": "github" + } + ], + "time": "2021-06-06T18:51:41+00:00" + }, + { + "name": "directorytree/ldaprecord-laravel", + "version": "v2.3.3", + "source": { + "type": "git", + "url": "https://github.com/DirectoryTree/LdapRecord-Laravel.git", + "reference": "81f4d8a6336bfd9fb59f61d1db1c01faa9e44d46" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/DirectoryTree/LdapRecord-Laravel/zipball/81f4d8a6336bfd9fb59f61d1db1c01faa9e44d46", + "reference": "81f4d8a6336bfd9fb59f61d1db1c01faa9e44d46", + "shasum": "" + }, + "require": { + "directorytree/ldaprecord": "^2.4.4", + "ext-ldap": "*", + "illuminate/support": "^5.6|^6.0|^7.0|^8.0", + "php": ">=7.2", + "ramsey/uuid": "*" + }, + "require-dev": { + "friendsofphp/php-cs-fixer": "^3.0", + "mockery/mockery": "~1.0", + "orchestra/testbench": "~3.7|~4.0|~5.0|~6.0", + "phpunit/phpunit": "~7.0|~8.0|~9.0" + }, + "type": "project", + "extra": { + "laravel": { + "providers": [ + "LdapRecord\\Laravel\\LdapServiceProvider", + "LdapRecord\\Laravel\\LdapAuthServiceProvider" + ] + } + }, + "autoload": { + "psr-4": { + "LdapRecord\\Laravel\\": "src/" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "description": "LDAP Authentication & Management for Laravel.", + "keywords": [ + "adldap2", + "laravel", + "ldap", + "ldaprecord" + ], + "support": { + "issues": "https://github.com/DirectoryTree/LdapRecord-Laravel/issues", + "source": "https://github.com/DirectoryTree/LdapRecord-Laravel/tree/v2.3.3" + }, + "funding": [ + { + "url": "https://github.com/stevebauman", + "type": "github" + } + ], + "time": "2021-05-30T23:04:22+00:00" + }, { "name": "doctrine/cache", "version": "1.11.3", @@ -6714,6 +6851,60 @@ ], "time": "2021-05-27T12:28:50+00:00" }, + { + "name": "tightenco/collect", + "version": "v8.34.0", + "source": { + "type": "git", + "url": "https://github.com/tighten/collect.git", + "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2" + }, + "dist": { + "type": "zip", + "url": "https://api.github.com/repos/tighten/collect/zipball/b069783ab0c547bb894ebcf8e7f6024bb401f9d2", + "reference": "b069783ab0c547bb894ebcf8e7f6024bb401f9d2", + "shasum": "" + }, + "require": { + "php": "^7.2|^8.0", + "symfony/var-dumper": "^3.4 || ^4.0 || ^5.0" + }, + "require-dev": { + "mockery/mockery": "^1.0", + "nesbot/carbon": "^2.23.0", + "phpunit/phpunit": "^8.3" + }, + "type": "library", + "autoload": { + "files": [ + "src/Collect/Support/helpers.php", + "src/Collect/Support/alias.php" + ], + "psr-4": { + "Tightenco\\Collect\\": "src/Collect" + } + }, + "notification-url": "https://packagist.org/downloads/", + "license": [ + "MIT" + ], + "authors": [ + { + "name": "Taylor Otwell", + "email": "taylorotwell@gmail.com" + } + ], + "description": "Collect - Illuminate Collections as a separate package.", + "keywords": [ + "collection", + "laravel" + ], + "support": { + "issues": "https://github.com/tighten/collect/issues", + "source": "https://github.com/tighten/collect/tree/v8.34.0" + }, + "time": "2021-03-29T21:29:00+00:00" + }, { "name": "tijsverkoyen/css-to-inline-styles", "version": "2.2.3",