Newer
Older
backup-commander / composer.lock
{
    "_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": "22664b97c2671d3a3a87d84f3b55d389",
    "packages": [
        {
            "name": "delight-im/auth",
            "version": "v8.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-Auth.git",
                "reference": "7bce546defa2bec75485d4bf1d68b72cf311c489"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-Auth/zipball/7bce546defa2bec75485d4bf1d68b72cf311c489",
                "reference": "7bce546defa2bec75485d4bf1d68b72cf311c489",
                "shasum": ""
            },
            "require": {
                "delight-im/base64": "^1.0",
                "delight-im/cookie": "^3.1",
                "delight-im/db": "^1.3",
                "ext-openssl": "*",
                "php": ">=5.6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Delight\\Auth\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Authentication for PHP. Simple, lightweight and secure.",
            "homepage": "https://github.com/delight-im/PHP-Auth",
            "keywords": [
                "Authentication",
                "auth",
                "login",
                "security"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-Auth/issues",
                "source": "https://github.com/delight-im/PHP-Auth/tree/v8.3.0"
            },
            "time": "2021-04-21T14:39:10+00:00"
        },
        {
            "name": "delight-im/base64",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-Base64.git",
                "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-Base64/zipball/687b2a49f663e162030a8d27b32838bbe7f91c78",
                "reference": "687b2a49f663e162030a8d27b32838bbe7f91c78",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Delight\\Base64\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Simple and convenient Base64 encoding and decoding for PHP",
            "homepage": "https://github.com/delight-im/PHP-Base64",
            "keywords": [
                "URL-safe",
                "base-64",
                "base64",
                "decode",
                "decoding",
                "encode",
                "encoding",
                "url"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-Base64/issues",
                "source": "https://github.com/delight-im/PHP-Base64/tree/master"
            },
            "time": "2017-07-24T18:59:51+00:00"
        },
        {
            "name": "delight-im/cookie",
            "version": "v3.4.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-Cookie.git",
                "reference": "67065d34272377d63bab0bd58f984f9b228c803f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-Cookie/zipball/67065d34272377d63bab0bd58f984f9b228c803f",
                "reference": "67065d34272377d63bab0bd58f984f9b228c803f",
                "shasum": ""
            },
            "require": {
                "delight-im/http": "^2.0",
                "php": ">=5.4.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Delight\\Cookie\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Modern cookie management for PHP",
            "homepage": "https://github.com/delight-im/PHP-Cookie",
            "keywords": [
                "cookie",
                "cookies",
                "csrf",
                "http",
                "same-site",
                "samesite",
                "xss"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-Cookie/issues",
                "source": "https://github.com/delight-im/PHP-Cookie/tree/v3.4.0"
            },
            "time": "2020-04-16T11:01:26+00:00"
        },
        {
            "name": "delight-im/db",
            "version": "v1.3.1",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-DB.git",
                "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-DB/zipball/7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c",
                "reference": "7d6f4c7a7e8ba6a297bfc30d65702479fd0b5f7c",
                "shasum": ""
            },
            "require": {
                "ext-pdo": "*",
                "php": ">=5.6.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Delight\\Db\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Safe and convenient SQL database access in a driver-agnostic way",
            "homepage": "https://github.com/delight-im/PHP-DB",
            "keywords": [
                "database",
                "mysql",
                "pdo",
                "pgsql",
                "postgresql",
                "sql",
                "sqlite"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-DB/issues",
                "source": "https://github.com/delight-im/PHP-DB/tree/v1.3.1"
            },
            "time": "2020-02-21T10:46:03+00:00"
        },
        {
            "name": "delight-im/http",
            "version": "v2.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/delight-im/PHP-HTTP.git",
                "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/delight-im/PHP-HTTP/zipball/a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
                "reference": "a5c2c4eae1dd3207f797984e8f64f2d71ed889dd",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Delight\\Http\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "Hypertext Transfer Protocol (HTTP) utilities for PHP",
            "homepage": "https://github.com/delight-im/PHP-HTTP",
            "keywords": [
                "headers",
                "http",
                "https"
            ],
            "support": {
                "issues": "https://github.com/delight-im/PHP-HTTP/issues",
                "source": "https://github.com/delight-im/PHP-HTTP/tree/v2.1.0"
            },
            "time": "2021-10-12T18:52:29+00:00"
        },
        {
            "name": "johnpearcey/amara",
            "version": "v0.9.11",
            "source": {
                "type": "git",
                "url": "http://johnpearcey:325bfbed42068584ee2d850e1934c79677e0d296@pearcey.net:8080/johnpearcey/Amara.git",
                "reference": "f0dccdf4236edf0656b841d70bfbdddc36ce622c"
            },
            "require": {
                "delight-im/auth": "^8.3",
                "katzgrau/klogger": "dev-master",
                "phpmailer/phpmailer": "^6.9"
            },
            "require-dev": {
                "phpunit/phpunit": "^10"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Johnpearcey\\Amara\\": "src/"
                }
            },
            "license": [
                "proprietary"
            ],
            "authors": [
                {
                    "name": "John Pearcey",
                    "email": "john@pearcey.net"
                }
            ],
            "description": "Home grown web navigation framework complete with login",
            "time": "2025-01-24T21:00:30+00:00"
        },
        {
            "name": "katzgrau/klogger",
            "version": "dev-master",
            "source": {
                "type": "git",
                "url": "https://github.com/katzgrau/KLogger.git",
                "reference": "36481c69db9305169a2ceadead25c2acaabd567c"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/katzgrau/KLogger/zipball/36481c69db9305169a2ceadead25c2acaabd567c",
                "reference": "36481c69db9305169a2ceadead25c2acaabd567c",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3",
                "psr/log": "^1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^6.0.0"
            },
            "default-branch": true,
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Katzgrau\\KLogger\\": "src/"
                },
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Kenny Katzgrau",
                    "email": "katzgrau@gmail.com"
                },
                {
                    "name": "Dan Horrigan",
                    "email": "dan@dhorrigan.com"
                }
            ],
            "description": "A Simple Logging Class",
            "keywords": [
                "logging"
            ],
            "support": {
                "issues": "https://github.com/katzgrau/KLogger/issues",
                "source": "https://github.com/katzgrau/KLogger/tree/1.2.2"
            },
            "time": "2022-07-29T20:41:14+00:00"
        },
        {
            "name": "phpmailer/phpmailer",
            "version": "v6.9.3",
            "source": {
                "type": "git",
                "url": "https://github.com/PHPMailer/PHPMailer.git",
                "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/PHPMailer/PHPMailer/zipball/2f5c94fe7493efc213f643c23b1b1c249d40f47e",
                "reference": "2f5c94fe7493efc213f643c23b1b1c249d40f47e",
                "shasum": ""
            },
            "require": {
                "ext-ctype": "*",
                "ext-filter": "*",
                "ext-hash": "*",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "dealerdirect/phpcodesniffer-composer-installer": "^1.0",
                "doctrine/annotations": "^1.2.6 || ^1.13.3",
                "php-parallel-lint/php-console-highlighter": "^1.0.0",
                "php-parallel-lint/php-parallel-lint": "^1.3.2",
                "phpcompatibility/php-compatibility": "^9.3.5",
                "roave/security-advisories": "dev-latest",
                "squizlabs/php_codesniffer": "^3.7.2",
                "yoast/phpunit-polyfills": "^1.0.4"
            },
            "suggest": {
                "decomplexity/SendOauth2": "Adapter for using XOAUTH2 authentication",
                "ext-mbstring": "Needed to send email in multibyte encoding charset or decode encoded addresses",
                "ext-openssl": "Needed for secure SMTP sending and DKIM signing",
                "greew/oauth2-azure-provider": "Needed for Microsoft Azure XOAUTH2 authentication",
                "hayageek/oauth2-yahoo": "Needed for Yahoo XOAUTH2 authentication",
                "league/oauth2-google": "Needed for Google XOAUTH2 authentication",
                "psr/log": "For optional PSR-3 debug logging",
                "symfony/polyfill-mbstring": "To support UTF-8 if the Mbstring PHP extension is not enabled (^1.2)",
                "thenetworg/oauth2-azure": "Needed for Microsoft XOAUTH2 authentication"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PHPMailer\\PHPMailer\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.1-only"
            ],
            "authors": [
                {
                    "name": "Marcus Bointon",
                    "email": "phpmailer@synchromedia.co.uk"
                },
                {
                    "name": "Jim Jagielski",
                    "email": "jimjag@gmail.com"
                },
                {
                    "name": "Andy Prevost",
                    "email": "codeworxtech@users.sourceforge.net"
                },
                {
                    "name": "Brent R. Matzelle"
                }
            ],
            "description": "PHPMailer is a full-featured email creation and transfer class for PHP",
            "support": {
                "issues": "https://github.com/PHPMailer/PHPMailer/issues",
                "source": "https://github.com/PHPMailer/PHPMailer/tree/v6.9.3"
            },
            "funding": [
                {
                    "url": "https://github.com/Synchro",
                    "type": "github"
                }
            ],
            "time": "2024-11-24T18:04:13+00:00"
        },
        {
            "name": "psr/log",
            "version": "1.1.4",
            "source": {
                "type": "git",
                "url": "https://github.com/php-fig/log.git",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/php-fig/log/zipball/d49695b909c3b7628b6289db5479a1c204601f11",
                "reference": "d49695b909c3b7628b6289db5479a1c204601f11",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.0"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Psr\\Log\\": "Psr/Log/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PHP-FIG",
                    "homepage": "https://www.php-fig.org/"
                }
            ],
            "description": "Common interface for logging libraries",
            "homepage": "https://github.com/php-fig/log",
            "keywords": [
                "log",
                "psr",
                "psr-3"
            ],
            "support": {
                "source": "https://github.com/php-fig/log/tree/1.1.4"
            },
            "time": "2021-05-03T11:20:27+00:00"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": {
        "katzgrau/klogger": 20
    },
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {},
    "platform-dev": {},
    "plugin-api-version": "2.6.0"
}