Skip to content
Snippets Groups Projects
composer.lock 296.58 KiB
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "5227374a1466c1714c54f09ac009773a",
    "packages": [
        {
            "name": "adldap2/adldap2",
            "version": "v10.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/Adldap2/Adldap2.git",
                "reference": "936a4e2eb925d005198f716a75bb78068c4de94d"
            },
            "dist": {
                "type": "zip",
                "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|~8.0",
                "php": ">=7.0",
                "psr/log": "~1.0",
                "psr/simple-cache": "~1.0",
                "tightenco/collect": "~5.0|~6.0|~7.0|~8.0"
            },
            "require-dev": {
                "mockery/mockery": "~1.0",
                "phpunit/phpunit": "~6.0|~7.0|~8.0"
            },
            "suggest": {
                "ext-fileinfo": "fileinfo is required when retrieving user encoded thumbnails"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Adldap\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Steve Bauman",
                    "email": "steven_bauman@outlook.com",
                    "role": "Developer"
                }
            ],
            "description": "A PHP LDAP Package for humans.",
            "keywords": [
                "active directory",
                "ad",
                "adLDAP",
                "adldap2",
                "directory",
                "ldap",
                "windows"
            ],
            "time": "2020-09-09T12:55:51+00:00"
        },
        {
            "name": "api-platform/core",
            "version": "v2.5.7",