|
|
@@ -2,36 +2,36 @@
|
|
|
"packages": [
|
|
|
{
|
|
|
"name": "adldap2/adldap2",
|
|
|
- "version": "v10.3.0",
|
|
|
- "version_normalized": "10.3.0.0",
|
|
|
+ "version": "v10.3.1",
|
|
|
+ "version_normalized": "10.3.1.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/Adldap2/Adldap2.git",
|
|
|
- "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a"
|
|
|
+ "reference": "936a4e2eb925d005198f716a75bb78068c4de94d"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
- "reference": "1294c92746e3fb3bb59cd7756ca7838a1e705a2a",
|
|
|
+ "url": "https://api.github.com/repos/Adldap2/Adldap2/zipball/936a4e2eb925d005198f716a75bb78068c4de94d",
|
|
|
+ "reference": "936a4e2eb925d005198f716a75bb78068c4de94d",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
"ext-json": "*",
|
|
|
"ext-ldap": "*",
|
|
|
- "illuminate/contracts": "~5.0|~6.0|~7.0",
|
|
|
+ "illuminate/contracts": "~5.0|~6.0|~7.0|~8.0",
|
|
|
"php": ">=7.0",
|
|
|
"psr/log": "~1.0",
|
|
|
"psr/simple-cache": "~1.0",
|
|
|
- "tightenco/collect": "~5.0|~6.0|~7.0"
|
|
|
+ "tightenco/collect": "~5.0|~6.0|~7.0|~8.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
"mockery/mockery": "~1.0",
|
|
|
- "phpunit/phpunit": "~6.0"
|
|
|
+ "phpunit/phpunit": "~6.0|~7.0|~8.0"
|
|
|
},
|
|
|
"suggest": {
|
|
|
"ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
|
|
|
},
|
|
|
- "time": "2020-05-04T21:10:15+00:00",
|
|
|
+ "time": "2020-09-09T12:55:51+00:00",
|
|
|
"type": "library",
|
|
|
"installation-source": "dist",
|
|
|
"autoload": {
|
|
|
@@ -60,6 +60,12 @@
|
|
|
"ldap",
|
|
|
"windows"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "docs": "https://github.com/Adldap2/Adldap2/blob/master/readme.md",
|
|
|
+ "email": "steven_bauman@outlook.com",
|
|
|
+ "issues": "https://github.com/Adldap2/Adldap2/issues",
|
|
|
+ "source": "https://github.com/Adldap2/Adldap2"
|
|
|
+ },
|
|
|
"install-path": "../adldap2/adldap2"
|
|
|
},
|
|
|
{
|
|
|
@@ -1730,39 +1736,42 @@
|
|
|
},
|
|
|
{
|
|
|
"name": "slim/psr7",
|
|
|
- "version": "1.1.0",
|
|
|
- "version_normalized": "1.1.0.0",
|
|
|
+ "version": "1.3.0",
|
|
|
+ "version_normalized": "1.3.0.0",
|
|
|
"source": {
|
|
|
"type": "git",
|
|
|
"url": "https://github.com/slimphp/Slim-Psr7.git",
|
|
|
- "reference": "3c76899e707910779f13d7af95fde12310b0a5ae"
|
|
|
+ "reference": "235d2e5a5ee1ad4b97b96870f37f3091b22fffd7"
|
|
|
},
|
|
|
"dist": {
|
|
|
"type": "zip",
|
|
|
- "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
- "reference": "3c76899e707910779f13d7af95fde12310b0a5ae",
|
|
|
+ "url": "https://api.github.com/repos/slimphp/Slim-Psr7/zipball/235d2e5a5ee1ad4b97b96870f37f3091b22fffd7",
|
|
|
+ "reference": "235d2e5a5ee1ad4b97b96870f37f3091b22fffd7",
|
|
|
"shasum": ""
|
|
|
},
|
|
|
"require": {
|
|
|
- "fig/http-message-util": "^1.1.2",
|
|
|
- "php": "^7.2",
|
|
|
+ "fig/http-message-util": "^1.1.4",
|
|
|
+ "php": "^7.2 || ^8.0",
|
|
|
"psr/http-factory": "^1.0",
|
|
|
"psr/http-message": "^1.0",
|
|
|
- "ralouphie/getallheaders": "^3"
|
|
|
+ "ralouphie/getallheaders": "^3",
|
|
|
+ "symfony/polyfill-php80": "^1.18"
|
|
|
},
|
|
|
"provide": {
|
|
|
+ "psr/http-factory-implementation": "1.0",
|
|
|
"psr/http-message-implementation": "1.0"
|
|
|
},
|
|
|
"require-dev": {
|
|
|
- "adriansuter/php-autoload-override": "^1.0",
|
|
|
+ "adriansuter/php-autoload-override": "^1.2",
|
|
|
"ext-json": "*",
|
|
|
- "http-interop/http-factory-tests": "^0.6.0",
|
|
|
+ "http-interop/http-factory-tests": "^0.7.0",
|
|
|
"php-http/psr7-integration-tests": "dev-master",
|
|
|
"phpstan/phpstan": "^0.12",
|
|
|
- "phpunit/phpunit": "^8.5",
|
|
|
- "squizlabs/php_codesniffer": "^3.5"
|
|
|
+ "phpunit/phpunit": "^8.5 || ^9.3",
|
|
|
+ "squizlabs/php_codesniffer": "^3.5",
|
|
|
+ "weirdan/prophecy-shim": "^1.0 || ^2.0.2"
|
|
|
},
|
|
|
- "time": "2020-05-01T14:24:20+00:00",
|
|
|
+ "time": "2020-11-28T06:28:46+00:00",
|
|
|
"type": "library",
|
|
|
"installation-source": "dist",
|
|
|
"autoload": {
|
|
|
@@ -1803,6 +1812,10 @@
|
|
|
"psr-7",
|
|
|
"psr7"
|
|
|
],
|
|
|
+ "support": {
|
|
|
+ "issues": "https://github.com/slimphp/Slim-Psr7/issues",
|
|
|
+ "source": "https://github.com/slimphp/Slim-Psr7/tree/1.3.0"
|
|
|
+ },
|
|
|
"install-path": "../slim/psr7"
|
|
|
},
|
|
|
{
|
|
|
@@ -2271,6 +2284,92 @@
|
|
|
],
|
|
|
"install-path": "../symfony/polyfill-php72"
|
|
|
},
|
|
|
+ {
|
|
|
+ "name": "symfony/polyfill-php80",
|
|
|
+ "version": "v1.22.0",
|
|
|
+ "version_normalized": "1.22.0.0",
|
|
|
+ "source": {
|
|
|
+ "type": "git",
|
|
|
+ "url": "https://github.com/symfony/polyfill-php80.git",
|
|
|
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91"
|
|
|
+ },
|
|
|
+ "dist": {
|
|
|
+ "type": "zip",
|
|
|
+ "url": "https://api.github.com/repos/symfony/polyfill-php80/zipball/dc3063ba22c2a1fd2f45ed856374d79114998f91",
|
|
|
+ "reference": "dc3063ba22c2a1fd2f45ed856374d79114998f91",
|
|
|
+ "shasum": ""
|
|
|
+ },
|
|
|
+ "require": {
|
|
|
+ "php": ">=7.1"
|
|
|
+ },
|
|
|
+ "time": "2021-01-07T16:49:33+00:00",
|
|
|
+ "type": "library",
|
|
|
+ "extra": {
|
|
|
+ "branch-alias": {
|
|
|
+ "dev-main": "1.22-dev"
|
|
|
+ },
|
|
|
+ "thanks": {
|
|
|
+ "name": "symfony/polyfill",
|
|
|
+ "url": "https://github.com/symfony/polyfill"
|
|
|
+ }
|
|
|
+ },
|
|
|
+ "installation-source": "dist",
|
|
|
+ "autoload": {
|
|
|
+ "psr-4": {
|
|
|
+ "Symfony\\Polyfill\\Php80\\": ""
|
|
|
+ },
|
|
|
+ "files": [
|
|
|
+ "bootstrap.php"
|
|
|
+ ],
|
|
|
+ "classmap": [
|
|
|
+ "Resources/stubs"
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ "notification-url": "https://packagist.org/downloads/",
|
|
|
+ "license": [
|
|
|
+ "MIT"
|
|
|
+ ],
|
|
|
+ "authors": [
|
|
|
+ {
|
|
|
+ "name": "Ion Bazan",
|
|
|
+ "email": "ion.bazan@gmail.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Nicolas Grekas",
|
|
|
+ "email": "p@tchwork.com"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "name": "Symfony Community",
|
|
|
+ "homepage": "https://symfony.com/contributors"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "description": "Symfony polyfill backporting some PHP 8.0+ features to lower PHP versions",
|
|
|
+ "homepage": "https://symfony.com",
|
|
|
+ "keywords": [
|
|
|
+ "compatibility",
|
|
|
+ "polyfill",
|
|
|
+ "portable",
|
|
|
+ "shim"
|
|
|
+ ],
|
|
|
+ "support": {
|
|
|
+ "source": "https://github.com/symfony/polyfill-php80/tree/v1.22.0"
|
|
|
+ },
|
|
|
+ "funding": [
|
|
|
+ {
|
|
|
+ "url": "https://symfony.com/sponsor",
|
|
|
+ "type": "custom"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://github.com/fabpot",
|
|
|
+ "type": "github"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ "url": "https://tidelift.com/funding/github/packagist/symfony/symfony",
|
|
|
+ "type": "tidelift"
|
|
|
+ }
|
|
|
+ ],
|
|
|
+ "install-path": "../symfony/polyfill-php80"
|
|
|
+ },
|
|
|
{
|
|
|
"name": "symfony/polyfill-util",
|
|
|
"version": "v1.9.0",
|