stevotvr/phpbb-groupsub

View on GitHub
composer.lock

Summary

Maintainability
Test Coverage
{
    "_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": "1137ec73f783148db1ee513a29c1ff36",
    "packages": [
        {
            "name": "paypal/paypal-checkout-sdk",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/paypal/Checkout-PHP-SDK.git",
                "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypal/Checkout-PHP-SDK/zipball/ed6a55075448308b87a8b59dcb7fedf04a048cb1",
                "reference": "ed6a55075448308b87a8b59dcb7fedf04a048cb1",
                "shasum": ""
            },
            "require": {
                "paypal/paypalhttp": "1.0.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PayPalCheckoutSdk\\": "lib/PayPalCheckoutSdk",
                    "Sample\\": "samples/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "https://github.com/paypal/Checkout-PHP-SDK/blob/master/LICENSE"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https://github.com/paypal/Checkout-PHP-SDK/contributors"
                }
            ],
            "description": "PayPal's PHP SDK for Checkout REST APIs",
            "homepage": "http://github.com/paypal/Checkout-PHP-SDK/",
            "keywords": [
                "checkout",
                "orders",
                "payments",
                "paypal",
                "rest",
                "sdk"
            ],
            "time": "2019-11-07T23:16:44+00:00"
        },
        {
            "name": "paypal/paypalhttp",
            "version": "1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/paypal/paypalhttp_php.git",
                "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/paypal/paypalhttp_php/zipball/1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
                "reference": "1ad9b846a046f09d6135cbf2cbaa7701bbc630a3",
                "shasum": ""
            },
            "require": {
                "ext-curl": "*"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.7",
                "wiremock-php/wiremock-php": "1.43.2"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "PayPalHttp\\": "lib/PayPalHttp"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "PayPal",
                    "homepage": "https://github.com/paypal/paypalhttp_php/contributors"
                }
            ],
            "time": "2019-11-06T21:27:12+00:00"
        }
    ],
    "packages-dev": [
        {
            "name": "phing/phing",
            "version": "2.16.4",
            "source": {
                "type": "git",
                "url": "https://github.com/phingofficial/phing.git",
                "reference": "30831b22fc6bab57003f1893842668c44b7f65ae"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/phingofficial/phing/zipball/30831b22fc6bab57003f1893842668c44b7f65ae",
                "reference": "30831b22fc6bab57003f1893842668c44b7f65ae",
                "shasum": ""
            },
            "require": {
                "php": ">=5.2.0"
            },
            "require-dev": {
                "ext-pdo_sqlite": "*",
                "mikey179/vfsstream": "^1.6",
                "pdepend/pdepend": "2.x",
                "pear/archive_tar": "1.4.x",
                "pear/http_request2": "dev-trunk",
                "pear/net_growl": "dev-trunk",
                "pear/pear-core-minimal": "1.10.1",
                "pear/versioncontrol_git": "@dev",
                "pear/versioncontrol_svn": "~0.5",
                "phpdocumentor/phpdocumentor": "2.x",
                "phploc/phploc": "~2.0.6",
                "phpmd/phpmd": "~2.2",
                "phpunit/phpunit": ">=3.7",
                "sebastian/git": "~1.0",
                "sebastian/phpcpd": "2.x",
                "siad007/versioncontrol_hg": "^1.0",
                "simpletest/simpletest": "^1.1",
                "squizlabs/php_codesniffer": "~2.2",
                "symfony/yaml": "^2.8 || ^3.1 || ^4.0"
            },
            "suggest": {
                "pdepend/pdepend": "PHP version of JDepend",
                "pear/archive_tar": "Tar file management class",
                "pear/versioncontrol_git": "A library that provides OO interface to handle Git repository",
                "pear/versioncontrol_svn": "A simple OO-style interface for Subversion, the free/open-source version control system",
                "phpdocumentor/phpdocumentor": "Documentation Generator for PHP",
                "phploc/phploc": "A tool for quickly measuring the size of a PHP project",
                "phpmd/phpmd": "PHP version of PMD tool",
                "phpunit/php-code-coverage": "Library that provides collection, processing, and rendering functionality for PHP code coverage information",
                "phpunit/phpunit": "The PHP Unit Testing Framework",
                "sebastian/phpcpd": "Copy/Paste Detector (CPD) for PHP code",
                "siad007/versioncontrol_hg": "A library for interfacing with Mercurial repositories.",
                "tedivm/jshrink": "Javascript Minifier built in PHP"
            },
            "bin": [
                "bin/phing"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.16.x-dev"
                }
            },
            "autoload": {
                "classmap": [
                    "classes/phing/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "include-path": [
                "classes"
            ],
            "license": [
                "LGPL-3.0-only"
            ],
            "authors": [
                {
                    "name": "Michiel Rook",
                    "email": "mrook@php.net"
                },
                {
                    "name": "Phing Community",
                    "homepage": "https://www.phing.info/trac/wiki/Development/Contributors"
                }
            ],
            "description": "PHing Is Not GNU make; it's a PHP project build system or build tool based on Apache Ant.",
            "homepage": "https://www.phing.info/",
            "keywords": [
                "build",
                "phing",
                "task",
                "tool"
            ],
            "funding": [
                {
                    "url": "https://github.com/mrook",
                    "type": "github"
                },
                {
                    "url": "https://github.com/siad007",
                    "type": "github"
                },
                {
                    "url": "https://www.patreon.com/michielrook",
                    "type": "patreon"
                }
            ],
            "time": "2021-01-29T14:00:54+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": ">=5.6"
    },
    "platform-dev": [],
    "plugin-api-version": "1.1.0"
}