brightnucleus/dependencies

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#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "10cad628b6ac8733eb24973d50f6513e",
    "content-hash": "4e26881ed05b728bceaa9656f1a19fcb",
    "packages": [
        {
            "name": "brightnucleus/config",
            "version": "v0.4.7",
            "source": {
                "type": "git",
                "url": "https://github.com/brightnucleus/config.git",
                "reference": "c15e27d302e4025e454252858462a1ba2a6ed5f6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brightnucleus/config/zipball/c15e27d302e4025e454252858462a1ba2a6ed5f6",
                "reference": "c15e27d302e4025e454252858462a1ba2a6ed5f6",
                "shasum": ""
            },
            "require": {
                "brightnucleus/exceptions": ">=0.2",
                "symfony/options-resolver": ">=2.8"
            },
            "require-dev": {
                "mikey179/vfsstream": "^1.6",
                "php-composter/php-composter-phpcs-psr2": "^0.2.0",
                "phpunit/phpunit": "~4"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BrightNucleus\\Config\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alain Schlesser",
                    "email": "alain.schlesser@gmail.com"
                }
            ],
            "description": "Minimal, reusable Config component.",
            "time": "2016-07-22 13:10:05"
        },
        {
            "name": "brightnucleus/contracts",
            "version": "v0.1.1",
            "source": {
                "type": "git",
                "url": "https://github.com/brightnucleus/contracts.git",
                "reference": "dee397db41a602ab57c0829c05ecfdafb5460464"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brightnucleus/contracts/zipball/dee397db41a602ab57c0829c05ecfdafb5460464",
                "reference": "dee397db41a602ab57c0829c05ecfdafb5460464",
                "shasum": ""
            },
            "require-dev": {
                "squizlabs/php_codesniffer": "~2.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BrightNucleus\\Contract\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Alain Schlesser",
                    "email": "alain.schlesser@gmail.com"
                }
            ],
            "description": "Set of segregated interfaces that are reused across different Bright Nucleus components.",
            "time": "2016-02-17 11:46:26"
        },
        {
            "name": "brightnucleus/exceptions",
            "version": "v0.2.5",
            "source": {
                "type": "git",
                "url": "https://github.com/brightnucleus/exceptions.git",
                "reference": "10baa93467fc7c9fed68cf98733222dd029afa5f"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brightnucleus/exceptions/zipball/10baa93467fc7c9fed68cf98733222dd029afa5f",
                "reference": "10baa93467fc7c9fed68cf98733222dd029afa5f",
                "shasum": ""
            },
            "require-dev": {
                "phpunit/phpunit": "~4",
                "squizlabs/php_codesniffer": "~2.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BrightNucleus\\Exception\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Alain Schlesser",
                    "email": "alain.schlesser@gmail.com"
                }
            ],
            "description": "Exceptions shared across Bright Nucleus components.",
            "time": "2016-06-08 09:20:26"
        },
        {
            "name": "brightnucleus/invoker",
            "version": "v0.1.6",
            "source": {
                "type": "git",
                "url": "https://github.com/brightnucleus/invoker.git",
                "reference": "593539ea3f1eb416ee04c7397f62ec8f5b75cf40"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/brightnucleus/invoker/zipball/593539ea3f1eb416ee04c7397f62ec8f5b75cf40",
                "reference": "593539ea3f1eb416ee04c7397f62ec8f5b75cf40",
                "shasum": ""
            },
            "require": {
                "brightnucleus/exceptions": "^0.2"
            },
            "require-dev": {
                "phpunit/phpunit": "~4",
                "squizlabs/php_codesniffer": "~2.5"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "BrightNucleus\\Invoker\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Alain Schlesser",
                    "email": "alain.schlesser@gmail.com"
                }
            ],
            "description": "Function and method invoking traits that match named arguments in the right order.",
            "time": "2016-02-26 09:45:55"
        },
        {
            "name": "symfony/options-resolver",
            "version": "v3.1.3",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/options-resolver.git",
                "reference": "30605874d99af0cde6c41fd39e18546330c38100"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/options-resolver/zipball/30605874d99af0cde6c41fd39e18546330c38100",
                "reference": "30605874d99af0cde6c41fd39e18546330c38100",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\OptionsResolver\\": ""
                },
                "exclude-from-classmap": [
                    "/Tests/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony OptionsResolver Component",
            "homepage": "https://symfony.com",
            "keywords": [
                "config",
                "configuration",
                "options"
            ],
            "time": "2016-05-12 15:59:27"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}