Updated directorytree/ldaprecord-laravel to v2

This commit is contained in:
Deon George 2021-12-10 17:31:03 +11:00
parent a80a2725bc
commit dabca67fc8
5 changed files with 175 additions and 177 deletions

View File

@ -3,6 +3,7 @@
namespace App\Providers; namespace App\Providers;
use Illuminate\Support\ServiceProvider; use Illuminate\Support\ServiceProvider;
use LdapRecord\Configuration\DomainConfiguration;
class AppServiceProvider extends ServiceProvider class AppServiceProvider extends ServiceProvider
{ {
@ -13,7 +14,8 @@ class AppServiceProvider extends ServiceProvider
*/ */
public function register() public function register()
{ {
// // Add a new option available to be set in the configuration:
DomainConfiguration::extend('name', $default = null);
} }
/** /**

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"require": { "require": {
"php": "^7.4|^8.0", "php": "^7.4|^8.0",
"directorytree/ldaprecord-laravel": "^1.7", "directorytree/ldaprecord-laravel": "^2",
"fideloper/proxy": "^4.4", "fideloper/proxy": "^4.4",
"fruitcake/laravel-cors": "^2.0", "fruitcake/laravel-cors": "^2.0",
"guzzlehttp/guzzle": "^7.0.1", "guzzlehttp/guzzle": "^7.0.1",

343
composer.lock generated
View File

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "4cfae6d1da58e8568146f808cd7b6b45", "content-hash": "aabae51e8cd576950cfb4a36d2b539bc",
"packages": [ "packages": [
{ {
"name": "asm89/stack-cors", "name": "asm89/stack-cors",
@ -265,16 +265,16 @@
}, },
{ {
"name": "directorytree/ldaprecord", "name": "directorytree/ldaprecord",
"version": "v1.12.6", "version": "v2.9.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/DirectoryTree/LdapRecord.git", "url": "https://github.com/DirectoryTree/LdapRecord.git",
"reference": "b5f54bff104e14430db00d14bd04b1dd1822f299" "reference": "2dbc88b6b97cb2f7ec272e3a0d945281a7bf6d77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/b5f54bff104e14430db00d14bd04b1dd1822f299", "url": "https://api.github.com/repos/DirectoryTree/LdapRecord/zipball/2dbc88b6b97cb2f7ec272e3a0d945281a7bf6d77",
"reference": "b5f54bff104e14430db00d14bd04b1dd1822f299", "reference": "2dbc88b6b97cb2f7ec272e3a0d945281a7bf6d77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -282,14 +282,15 @@
"ext-ldap": "*", "ext-ldap": "*",
"illuminate/contracts": "^5.0|^6.0|^7.0|^8.0", "illuminate/contracts": "^5.0|^6.0|^7.0|^8.0",
"nesbot/carbon": "^1.0|^2.0", "nesbot/carbon": "^1.0|^2.0",
"php": ">=7.2", "php": ">=7.3",
"psr/log": "^1.0", "psr/log": "*",
"psr/simple-cache": "^1.0", "psr/simple-cache": "^1.0",
"tightenco/collect": "^5.0|^6.0|^7.0|^8.0" "tightenco/collect": "^5.6|^6.0|^7.0|^8.0"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "^1.0", "mockery/mockery": "^1.0",
"phpunit/phpunit": "^8.0" "phpunit/phpunit": "^8.0",
"spatie/ray": "^1.24"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -333,32 +334,34 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-03-12T03:01:56+00:00" "time": "2021-12-01T13:59:34+00:00"
}, },
{ {
"name": "directorytree/ldaprecord-laravel", "name": "directorytree/ldaprecord-laravel",
"version": "v1.7.6", "version": "v2.5.2",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/DirectoryTree/LdapRecord-Laravel.git", "url": "https://github.com/DirectoryTree/LdapRecord-Laravel.git",
"reference": "352673e9ddbbbb6e36e1c85a135026a46a5649fb" "reference": "4121d3786c0e2c5a46cf1058a731424f00fd0be5"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/DirectoryTree/LdapRecord-Laravel/zipball/352673e9ddbbbb6e36e1c85a135026a46a5649fb", "url": "https://api.github.com/repos/DirectoryTree/LdapRecord-Laravel/zipball/4121d3786c0e2c5a46cf1058a731424f00fd0be5",
"reference": "352673e9ddbbbb6e36e1c85a135026a46a5649fb", "reference": "4121d3786c0e2c5a46cf1058a731424f00fd0be5",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"directorytree/ldaprecord": "^v1.12.4", "directorytree/ldaprecord": "^2.4.4",
"ext-ldap": "*", "ext-ldap": "*",
"illuminate/support": "^5.6|^6.0|^7.0|^8.0", "illuminate/support": "^5.6|^6.0|^7.0|^8.0",
"php": ">=7.2" "php": ">=7.3",
"ramsey/uuid": "*"
}, },
"require-dev": { "require-dev": {
"mockery/mockery": "~1.0", "mockery/mockery": "~1.0",
"orchestra/testbench": "~3.7|~4.0|~5.0|~6.0", "orchestra/testbench": "~3.7|~4.0|~5.0|~6.0",
"phpunit/phpunit": "~7.0|~8.0|~9.0" "phpunit/phpunit": "~7.0|~8.0|~9.0",
"spatie/ray": "^1.28"
}, },
"type": "project", "type": "project",
"extra": { "extra": {
@ -387,7 +390,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/DirectoryTree/LdapRecord-Laravel/issues", "issues": "https://github.com/DirectoryTree/LdapRecord-Laravel/issues",
"source": "https://github.com/DirectoryTree/LdapRecord-Laravel/tree/v1.7.6" "source": "https://github.com/DirectoryTree/LdapRecord-Laravel/tree/v2.5.2"
}, },
"funding": [ "funding": [
{ {
@ -395,7 +398,7 @@
"type": "github" "type": "github"
} }
], ],
"time": "2021-01-02T00:05:55+00:00" "time": "2021-12-02T03:23:32+00:00"
}, },
{ {
"name": "doctrine/inflector", "name": "doctrine/inflector",
@ -1723,31 +1726,30 @@
}, },
{ {
"name": "lcobucci/clock", "name": "lcobucci/clock",
"version": "2.0.0", "version": "2.1.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/lcobucci/clock.git", "url": "https://github.com/lcobucci/clock.git",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3" "reference": "903513d28e85376a33385ebc601afd2ee69e5653"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/lcobucci/clock/zipball/353d83fe2e6ae95745b16b3d911813df6a05bfb3", "url": "https://api.github.com/repos/lcobucci/clock/zipball/903513d28e85376a33385ebc601afd2ee69e5653",
"reference": "353d83fe2e6ae95745b16b3d911813df6a05bfb3", "reference": "903513d28e85376a33385ebc601afd2ee69e5653",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": "^7.4 || ^8.0" "php": "^8.0"
}, },
"require-dev": { "require-dev": {
"infection/infection": "^0.17", "infection/infection": "^0.25",
"lcobucci/coding-standard": "^6.0", "lcobucci/coding-standard": "^8.0",
"phpstan/extension-installer": "^1.0", "phpstan/extension-installer": "^1.1",
"phpstan/phpstan": "^0.12", "phpstan/phpstan": "^0.12",
"phpstan/phpstan-deprecation-rules": "^0.12", "phpstan/phpstan-deprecation-rules": "^0.12",
"phpstan/phpstan-phpunit": "^0.12", "phpstan/phpstan-phpunit": "^0.12",
"phpstan/phpstan-strict-rules": "^0.12", "phpstan/phpstan-strict-rules": "^0.12",
"phpunit/php-code-coverage": "9.1.4", "phpunit/phpunit": "^9.5"
"phpunit/phpunit": "9.3.7"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -1768,7 +1770,7 @@
"description": "Yet another clock abstraction", "description": "Yet another clock abstraction",
"support": { "support": {
"issues": "https://github.com/lcobucci/clock/issues", "issues": "https://github.com/lcobucci/clock/issues",
"source": "https://github.com/lcobucci/clock/tree/2.0.x" "source": "https://github.com/lcobucci/clock/tree/2.1.0"
}, },
"funding": [ "funding": [
{ {
@ -1780,7 +1782,7 @@
"type": "patreon" "type": "patreon"
} }
], ],
"time": "2020-08-27T18:56:02+00:00" "time": "2021-10-31T21:32:07+00:00"
}, },
{ {
"name": "lcobucci/jwt", "name": "lcobucci/jwt",
@ -2097,16 +2099,16 @@
}, },
{ {
"name": "league/flysystem", "name": "league/flysystem",
"version": "1.1.8", "version": "1.1.9",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/thephpleague/flysystem.git", "url": "https://github.com/thephpleague/flysystem.git",
"reference": "c995bb0c23c58c9813d081f9523c9b7bb496698e" "reference": "094defdb4a7001845300334e7c1ee2335925ef99"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/thephpleague/flysystem/zipball/c995bb0c23c58c9813d081f9523c9b7bb496698e", "url": "https://api.github.com/repos/thephpleague/flysystem/zipball/094defdb4a7001845300334e7c1ee2335925ef99",
"reference": "c995bb0c23c58c9813d081f9523c9b7bb496698e", "reference": "094defdb4a7001845300334e7c1ee2335925ef99",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -2179,7 +2181,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/thephpleague/flysystem/issues", "issues": "https://github.com/thephpleague/flysystem/issues",
"source": "https://github.com/thephpleague/flysystem/tree/1.1.8" "source": "https://github.com/thephpleague/flysystem/tree/1.1.9"
}, },
"funding": [ "funding": [
{ {
@ -2187,7 +2189,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2021-11-28T21:50:23+00:00" "time": "2021-12-09T09:40:50+00:00"
}, },
{ {
"name": "league/mime-type-detection", "name": "league/mime-type-detection",
@ -3694,30 +3696,30 @@
}, },
{ {
"name": "psr/log", "name": "psr/log",
"version": "1.1.4", "version": "2.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/php-fig/log.git", "url": "https://github.com/php-fig/log.git",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11" "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11", "url": "https://api.github.com/repos/php-fig/log/zipball/ef29f6d262798707a9edd554e2b82517ef3a9376",
"reference": "d49695b909c3b7628b6289db5479a1c204601f11", "reference": "ef29f6d262798707a9edd554e2b82517ef3a9376",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=5.3.0" "php": ">=8.0.0"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-master": "1.1.x-dev" "dev-master": "2.0.x-dev"
} }
}, },
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Psr\\Log\\": "Psr/Log/" "Psr\\Log\\": "src"
} }
}, },
"notification-url": "https://packagist.org/downloads/", "notification-url": "https://packagist.org/downloads/",
@ -3738,9 +3740,9 @@
"psr-3" "psr-3"
], ],
"support": { "support": {
"source": "https://github.com/php-fig/log/tree/1.1.4" "source": "https://github.com/php-fig/log/tree/2.0.0"
}, },
"time": "2021-05-03T11:20:27+00:00" "time": "2021-07-14T16:41:46+00:00"
}, },
{ {
"name": "psr/simple-cache", "name": "psr/simple-cache",
@ -4092,23 +4094,23 @@
}, },
{ {
"name": "symfony/console", "name": "symfony/console",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/console.git", "url": "https://github.com/symfony/console.git",
"reference": "ec3661faca1d110d6c307e124b44f99ac54179e3" "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/console/zipball/ec3661faca1d110d6c307e124b44f99ac54179e3", "url": "https://api.github.com/repos/symfony/console/zipball/9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
"reference": "ec3661faca1d110d6c307e124b44f99ac54179e3", "reference": "9130e1a0fc93cb0faadca4ee917171bd2ca9e5f4",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"symfony/deprecation-contracts": "^2.1|^3", "symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php73": "^1.8", "symfony/polyfill-php73": "^1.9",
"symfony/polyfill-php80": "^1.16", "symfony/polyfill-php80": "^1.16",
"symfony/service-contracts": "^1.1|^2|^3", "symfony/service-contracts": "^1.1|^2|^3",
"symfony/string": "^5.1|^6.0" "symfony/string": "^5.1|^6.0"
@ -4171,7 +4173,7 @@
"terminal" "terminal"
], ],
"support": { "support": {
"source": "https://github.com/symfony/console/tree/v5.4.0" "source": "https://github.com/symfony/console/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -4187,25 +4189,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-29T15:30:56+00:00" "time": "2021-12-09T11:22:43+00:00"
}, },
{ {
"name": "symfony/css-selector", "name": "symfony/css-selector",
"version": "v5.4.0", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/css-selector.git", "url": "https://github.com/symfony/css-selector.git",
"reference": "44b933f98bb4b5220d10bed9ce5662f8c2d13dcc" "reference": "ede53cafe1784b9131a48774b54f281d5d003f65"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/css-selector/zipball/44b933f98bb4b5220d10bed9ce5662f8c2d13dcc", "url": "https://api.github.com/repos/symfony/css-selector/zipball/ede53cafe1784b9131a48774b54f281d5d003f65",
"reference": "44b933f98bb4b5220d10bed9ce5662f8c2d13dcc", "reference": "ede53cafe1784b9131a48774b54f281d5d003f65",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2"
"symfony/polyfill-php80": "^1.16"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -4237,7 +4238,7 @@
"description": "Converts CSS selectors to XPath expressions", "description": "Converts CSS selectors to XPath expressions",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/css-selector/tree/v5.4.0" "source": "https://github.com/symfony/css-selector/tree/v6.0.1"
}, },
"funding": [ "funding": [
{ {
@ -4253,29 +4254,29 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-09-09T08:06:01+00:00" "time": "2021-12-08T15:13:44+00:00"
}, },
{ {
"name": "symfony/deprecation-contracts", "name": "symfony/deprecation-contracts",
"version": "v2.5.0", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/deprecation-contracts.git", "url": "https://github.com/symfony/deprecation-contracts.git",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8" "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/6f981ee24cf69ee7ce9736146d1c57c2780598a8", "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
"reference": "6f981ee24cf69ee7ce9736146d1c57c2780598a8", "reference": "c726b64c1ccfe2896cb7df2e1331c357ad1c8ced",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.1" "php": ">=8.0.2"
}, },
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "3.0-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -4304,7 +4305,7 @@
"description": "A generic function and convention to trigger deprecation notices", "description": "A generic function and convention to trigger deprecation notices",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.0" "source": "https://github.com/symfony/deprecation-contracts/tree/v3.0.0"
}, },
"funding": [ "funding": [
{ {
@ -4320,20 +4321,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-12T14:48:14+00:00" "time": "2021-11-01T23:48:49+00:00"
}, },
{ {
"name": "symfony/error-handler", "name": "symfony/error-handler",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/error-handler.git", "url": "https://github.com/symfony/error-handler.git",
"reference": "8433fa3145ac78df88b87a4a539118e950828126" "reference": "1e3cb3565af49cd5f93e5787500134500a29f0d9"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/error-handler/zipball/8433fa3145ac78df88b87a4a539118e950828126", "url": "https://api.github.com/repos/symfony/error-handler/zipball/1e3cb3565af49cd5f93e5787500134500a29f0d9",
"reference": "8433fa3145ac78df88b87a4a539118e950828126", "reference": "1e3cb3565af49cd5f93e5787500134500a29f0d9",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4375,7 +4376,7 @@
"description": "Provides tools to manage errors and ease debugging PHP code", "description": "Provides tools to manage errors and ease debugging PHP code",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/error-handler/tree/v5.4.0" "source": "https://github.com/symfony/error-handler/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -4391,44 +4392,42 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-29T15:30:56+00:00" "time": "2021-12-01T15:04:08+00:00"
}, },
{ {
"name": "symfony/event-dispatcher", "name": "symfony/event-dispatcher",
"version": "v5.4.0", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher.git", "url": "https://github.com/symfony/event-dispatcher.git",
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb" "reference": "4f06d19a5f78087061f9de6df3269c139c3d289d"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/27d39ae126352b9fa3be5e196ccf4617897be3eb", "url": "https://api.github.com/repos/symfony/event-dispatcher/zipball/4f06d19a5f78087061f9de6df3269c139c3d289d",
"reference": "27d39ae126352b9fa3be5e196ccf4617897be3eb", "reference": "4f06d19a5f78087061f9de6df3269c139c3d289d",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3", "symfony/event-dispatcher-contracts": "^2|^3"
"symfony/event-dispatcher-contracts": "^2|^3",
"symfony/polyfill-php80": "^1.16"
}, },
"conflict": { "conflict": {
"symfony/dependency-injection": "<4.4" "symfony/dependency-injection": "<5.4"
}, },
"provide": { "provide": {
"psr/event-dispatcher-implementation": "1.0", "psr/event-dispatcher-implementation": "1.0",
"symfony/event-dispatcher-implementation": "2.0" "symfony/event-dispatcher-implementation": "2.0|3.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0", "symfony/config": "^5.4|^6.0",
"symfony/dependency-injection": "^4.4|^5.0|^6.0", "symfony/dependency-injection": "^5.4|^6.0",
"symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/error-handler": "^5.4|^6.0",
"symfony/expression-language": "^4.4|^5.0|^6.0", "symfony/expression-language": "^5.4|^6.0",
"symfony/http-foundation": "^4.4|^5.0|^6.0", "symfony/http-foundation": "^5.4|^6.0",
"symfony/service-contracts": "^1.1|^2|^3", "symfony/service-contracts": "^1.1|^2|^3",
"symfony/stopwatch": "^4.4|^5.0|^6.0" "symfony/stopwatch": "^5.4|^6.0"
}, },
"suggest": { "suggest": {
"symfony/dependency-injection": "", "symfony/dependency-injection": "",
@ -4460,7 +4459,7 @@
"description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them", "description": "Provides tools that allow your application components to communicate with each other by dispatching events and listening to them",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher/tree/v5.4.0" "source": "https://github.com/symfony/event-dispatcher/tree/v6.0.1"
}, },
"funding": [ "funding": [
{ {
@ -4476,24 +4475,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-23T10:19:22+00:00" "time": "2021-12-08T15:13:44+00:00"
}, },
{ {
"name": "symfony/event-dispatcher-contracts", "name": "symfony/event-dispatcher-contracts",
"version": "v2.5.0", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/event-dispatcher-contracts.git", "url": "https://github.com/symfony/event-dispatcher-contracts.git",
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a" "reference": "aa5422287b75594b90ee9cd807caf8f0df491385"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", "url": "https://api.github.com/repos/symfony/event-dispatcher-contracts/zipball/aa5422287b75594b90ee9cd807caf8f0df491385",
"reference": "66bea3b09be61613cd3b4043a65a8ec48cfa6d2a", "reference": "aa5422287b75594b90ee9cd807caf8f0df491385",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2",
"psr/event-dispatcher": "^1" "psr/event-dispatcher": "^1"
}, },
"suggest": { "suggest": {
@ -4502,7 +4501,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "3.0-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -4539,7 +4538,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/event-dispatcher-contracts/tree/v2.5.0" "source": "https://github.com/symfony/event-dispatcher-contracts/tree/v3.0.0"
}, },
"funding": [ "funding": [
{ {
@ -4555,7 +4554,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-07-12T14:48:14+00:00" "time": "2021-07-15T12:33:35+00:00"
}, },
{ {
"name": "symfony/finder", "name": "symfony/finder",
@ -4622,16 +4621,16 @@
}, },
{ {
"name": "symfony/http-foundation", "name": "symfony/http-foundation",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-foundation.git", "url": "https://github.com/symfony/http-foundation.git",
"reference": "5ef86ac7927d2de08dc1e26eb91325f9ccbe6309" "reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-foundation/zipball/5ef86ac7927d2de08dc1e26eb91325f9ccbe6309", "url": "https://api.github.com/repos/symfony/http-foundation/zipball/5dad3780023a707f4c24beac7d57aead85c1ce3c",
"reference": "5ef86ac7927d2de08dc1e26eb91325f9ccbe6309", "reference": "5dad3780023a707f4c24beac7d57aead85c1ce3c",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4675,7 +4674,7 @@
"description": "Defines an object-oriented layer for the HTTP specification", "description": "Defines an object-oriented layer for the HTTP specification",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-foundation/tree/v5.4.0" "source": "https://github.com/symfony/http-foundation/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -4691,20 +4690,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-28T15:25:38+00:00" "time": "2021-12-09T12:46:57+00:00"
}, },
{ {
"name": "symfony/http-kernel", "name": "symfony/http-kernel",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/http-kernel.git", "url": "https://github.com/symfony/http-kernel.git",
"reference": "e012f16688bcb151e965473a70d8ebaa8b1d15ea" "reference": "2bdace75c9d6a6eec7e318801b7dc87a72375052"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/http-kernel/zipball/e012f16688bcb151e965473a70d8ebaa8b1d15ea", "url": "https://api.github.com/repos/symfony/http-kernel/zipball/2bdace75c9d6a6eec7e318801b7dc87a72375052",
"reference": "e012f16688bcb151e965473a70d8ebaa8b1d15ea", "reference": "2bdace75c9d6a6eec7e318801b7dc87a72375052",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -4787,7 +4786,7 @@
"description": "Provides a structured process for converting a Request into a Response", "description": "Provides a structured process for converting a Request into a Response",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/http-kernel/tree/v5.4.0" "source": "https://github.com/symfony/http-kernel/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -4803,7 +4802,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-29T16:56:53+00:00" "time": "2021-12-09T13:36:09+00:00"
}, },
{ {
"name": "symfony/mime", "name": "symfony/mime",
@ -5938,22 +5937,21 @@
}, },
{ {
"name": "symfony/service-contracts", "name": "symfony/service-contracts",
"version": "v2.5.0", "version": "v2.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/service-contracts.git", "url": "https://github.com/symfony/service-contracts.git",
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc" "reference": "d664541b99d6fb0247ec5ff32e87238582236204"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/service-contracts/zipball/1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "url": "https://api.github.com/repos/symfony/service-contracts/zipball/d664541b99d6fb0247ec5ff32e87238582236204",
"reference": "1ab11b933cd6bc5464b08e81e2c5b07dec58b0fc", "reference": "d664541b99d6fb0247ec5ff32e87238582236204",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=7.2.5",
"psr/container": "^1.1", "psr/container": "^1.1"
"symfony/deprecation-contracts": "^2.1"
}, },
"conflict": { "conflict": {
"ext-psr": "<1.1|>=2" "ext-psr": "<1.1|>=2"
@ -5964,7 +5962,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "2.4-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -6001,7 +5999,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/service-contracts/tree/v2.5.0" "source": "https://github.com/symfony/service-contracts/tree/v2.4.1"
}, },
"funding": [ "funding": [
{ {
@ -6017,38 +6015,37 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-04T16:48:04+00:00" "time": "2021-11-04T16:37:19+00:00"
}, },
{ {
"name": "symfony/string", "name": "symfony/string",
"version": "v5.4.0", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/string.git", "url": "https://github.com/symfony/string.git",
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d" "reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/string/zipball/9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d", "url": "https://api.github.com/repos/symfony/string/zipball/0cfed595758ec6e0a25591bdc8ca733c1896af32",
"reference": "9ffaaba53c61ba75a3c7a3a779051d1e9ec4fd2d", "reference": "0cfed595758ec6e0a25591bdc8ca733c1896af32",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2",
"symfony/polyfill-ctype": "~1.8", "symfony/polyfill-ctype": "~1.8",
"symfony/polyfill-intl-grapheme": "~1.0", "symfony/polyfill-intl-grapheme": "~1.0",
"symfony/polyfill-intl-normalizer": "~1.0", "symfony/polyfill-intl-normalizer": "~1.0",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0"
"symfony/polyfill-php80": "~1.15"
}, },
"conflict": { "conflict": {
"symfony/translation-contracts": ">=3.0" "symfony/translation-contracts": "<2.0"
}, },
"require-dev": { "require-dev": {
"symfony/error-handler": "^4.4|^5.0|^6.0", "symfony/error-handler": "^5.4|^6.0",
"symfony/http-client": "^4.4|^5.0|^6.0", "symfony/http-client": "^5.4|^6.0",
"symfony/translation-contracts": "^1.1|^2", "symfony/translation-contracts": "^2.0|^3.0",
"symfony/var-exporter": "^4.4|^5.0|^6.0" "symfony/var-exporter": "^5.4|^6.0"
}, },
"type": "library", "type": "library",
"autoload": { "autoload": {
@ -6087,7 +6084,7 @@
"utf8" "utf8"
], ],
"support": { "support": {
"source": "https://github.com/symfony/string/tree/v5.4.0" "source": "https://github.com/symfony/string/tree/v6.0.1"
}, },
"funding": [ "funding": [
{ {
@ -6103,52 +6100,50 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-24T10:02:00+00:00" "time": "2021-12-08T15:13:44+00:00"
}, },
{ {
"name": "symfony/translation", "name": "symfony/translation",
"version": "v5.4.0", "version": "v6.0.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation.git", "url": "https://github.com/symfony/translation.git",
"reference": "6fe32b10e912a518805bc9eafc2a87145773cf13" "reference": "b7956e00c6e03546f2ba489fc50f7c47933e76b8"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation/zipball/6fe32b10e912a518805bc9eafc2a87145773cf13", "url": "https://api.github.com/repos/symfony/translation/zipball/b7956e00c6e03546f2ba489fc50f7c47933e76b8",
"reference": "6fe32b10e912a518805bc9eafc2a87145773cf13", "reference": "b7956e00c6e03546f2ba489fc50f7c47933e76b8",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5", "php": ">=8.0.2",
"symfony/deprecation-contracts": "^2.1|^3",
"symfony/polyfill-mbstring": "~1.0", "symfony/polyfill-mbstring": "~1.0",
"symfony/polyfill-php80": "^1.16", "symfony/translation-contracts": "^2.3|^3.0"
"symfony/translation-contracts": "^2.3"
}, },
"conflict": { "conflict": {
"symfony/config": "<4.4", "symfony/config": "<5.4",
"symfony/console": "<5.3", "symfony/console": "<5.4",
"symfony/dependency-injection": "<5.0", "symfony/dependency-injection": "<5.4",
"symfony/http-kernel": "<5.0", "symfony/http-kernel": "<5.4",
"symfony/twig-bundle": "<5.0", "symfony/twig-bundle": "<5.4",
"symfony/yaml": "<4.4" "symfony/yaml": "<5.4"
}, },
"provide": { "provide": {
"symfony/translation-implementation": "2.3" "symfony/translation-implementation": "2.3|3.0"
}, },
"require-dev": { "require-dev": {
"psr/log": "^1|^2|^3", "psr/log": "^1|^2|^3",
"symfony/config": "^4.4|^5.0|^6.0", "symfony/config": "^5.4|^6.0",
"symfony/console": "^5.4|^6.0", "symfony/console": "^5.4|^6.0",
"symfony/dependency-injection": "^5.0|^6.0", "symfony/dependency-injection": "^5.4|^6.0",
"symfony/finder": "^4.4|^5.0|^6.0", "symfony/finder": "^5.4|^6.0",
"symfony/http-client-contracts": "^1.1|^2.0|^3.0", "symfony/http-client-contracts": "^1.1|^2.0|^3.0",
"symfony/http-kernel": "^5.0|^6.0", "symfony/http-kernel": "^5.4|^6.0",
"symfony/intl": "^4.4|^5.0|^6.0", "symfony/intl": "^5.4|^6.0",
"symfony/polyfill-intl-icu": "^1.21", "symfony/polyfill-intl-icu": "^1.21",
"symfony/service-contracts": "^1.1.2|^2|^3", "symfony/service-contracts": "^1.1.2|^2|^3",
"symfony/yaml": "^4.4|^5.0|^6.0" "symfony/yaml": "^5.4|^6.0"
}, },
"suggest": { "suggest": {
"psr/log-implementation": "To use logging capability in translator", "psr/log-implementation": "To use logging capability in translator",
@ -6184,7 +6179,7 @@
"description": "Provides tools to internationalize your application", "description": "Provides tools to internationalize your application",
"homepage": "https://symfony.com", "homepage": "https://symfony.com",
"support": { "support": {
"source": "https://github.com/symfony/translation/tree/v5.4.0" "source": "https://github.com/symfony/translation/tree/v6.0.1"
}, },
"funding": [ "funding": [
{ {
@ -6200,24 +6195,24 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-29T15:30:56+00:00" "time": "2021-12-08T15:13:44+00:00"
}, },
{ {
"name": "symfony/translation-contracts", "name": "symfony/translation-contracts",
"version": "v2.5.0", "version": "v3.0.0",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/translation-contracts.git", "url": "https://github.com/symfony/translation-contracts.git",
"reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e" "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/translation-contracts/zipball/d28150f0f44ce854e942b671fc2620a98aae1b1e", "url": "https://api.github.com/repos/symfony/translation-contracts/zipball/1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
"reference": "d28150f0f44ce854e942b671fc2620a98aae1b1e", "reference": "1b6ea5a7442af5a12dba3dbd6d71034b5b234e77",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
"php": ">=7.2.5" "php": ">=8.0.2"
}, },
"suggest": { "suggest": {
"symfony/translation-implementation": "" "symfony/translation-implementation": ""
@ -6225,7 +6220,7 @@
"type": "library", "type": "library",
"extra": { "extra": {
"branch-alias": { "branch-alias": {
"dev-main": "2.5-dev" "dev-main": "3.0-dev"
}, },
"thanks": { "thanks": {
"name": "symfony/contracts", "name": "symfony/contracts",
@ -6262,7 +6257,7 @@
"standards" "standards"
], ],
"support": { "support": {
"source": "https://github.com/symfony/translation-contracts/tree/v2.5.0" "source": "https://github.com/symfony/translation-contracts/tree/v3.0.0"
}, },
"funding": [ "funding": [
{ {
@ -6278,20 +6273,20 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-08-17T14:20:01+00:00" "time": "2021-09-07T12:43:40+00:00"
}, },
{ {
"name": "symfony/var-dumper", "name": "symfony/var-dumper",
"version": "v5.4.0", "version": "v5.4.1",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/symfony/var-dumper.git", "url": "https://github.com/symfony/var-dumper.git",
"reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9" "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/symfony/var-dumper/zipball/89ab66eaef230c9cd1992de2e9a1b26652b127b9", "url": "https://api.github.com/repos/symfony/var-dumper/zipball/2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
"reference": "89ab66eaef230c9cd1992de2e9a1b26652b127b9", "reference": "2366ac8d8abe0c077844613c1a4f0c0a9f522dcc",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -6351,7 +6346,7 @@
"dump" "dump"
], ],
"support": { "support": {
"source": "https://github.com/symfony/var-dumper/tree/v5.4.0" "source": "https://github.com/symfony/var-dumper/tree/v5.4.1"
}, },
"funding": [ "funding": [
{ {
@ -6367,7 +6362,7 @@
"type": "tidelift" "type": "tidelift"
} }
], ],
"time": "2021-11-29T15:30:56+00:00" "time": "2021-12-01T15:04:08+00:00"
}, },
{ {
"name": "tightenco/collect", "name": "tightenco/collect",
@ -9414,5 +9409,5 @@
"php": "^7.4|^8.0" "php": "^7.4|^8.0"
}, },
"platform-dev": [], "platform-dev": [],
"plugin-api-version": "2.0.0" "plugin-api-version": "2.1.0"
} }

View File

@ -37,6 +37,7 @@ return [
'timeout' => env('LDAP_TIMEOUT', 5), 'timeout' => env('LDAP_TIMEOUT', 5),
'use_ssl' => env('LDAP_SSL', false), 'use_ssl' => env('LDAP_SSL', false),
'use_tls' => env('LDAP_TLS', false), 'use_tls' => env('LDAP_TLS', false),
'name' => env('LDAP_NAME','LDAP Server'),
], ],
], ],

View File

@ -29,7 +29,7 @@
<div class="h5 modal-title text-center"> <div class="h5 modal-title text-center">
<h4 class="mt-2"> <h4 class="mt-2">
<div class="app-logo mx-auto mb-3"><img class="w-75" src="{{ url('img/logo-h-lg.png') }}"></div> <div class="app-logo mx-auto mb-3"><img class="w-75" src="{{ url('img/logo-h-lg.png') }}"></div>
<small>@lang('Sign in to <strong>:server</strong>',['server'=>'Foo'])</small> <small>@lang('Sign in to <strong>:server</strong>',['server'=>config('ldap.connections.default.name')])</small>
</h4> </h4>
</div> </div>