fossasia/engelsystem

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": "ae4cd499f5d0093cbcc5f8ebeb975d57",
    "content-hash": "6242174576e9905c47d67de035a037fd",
    "packages": [
        {
            "name": "robmorgan/phinx",
            "version": "v0.6.2",
            "source": {
                "type": "git",
                "url": "https://github.com/robmorgan/phinx.git",
                "reference": "35c4fdc26857d02d78080f68d4973993d77bd7a8"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/robmorgan/phinx/zipball/35c4fdc26857d02d78080f68d4973993d77bd7a8",
                "reference": "35c4fdc26857d02d78080f68d4973993d77bd7a8",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5",
                "symfony/config": "~2.8|~3.0",
                "symfony/console": "~2.8|~3.0",
                "symfony/yaml": "~2.8|~3.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0|^5.0"
            },
            "bin": [
                "bin/phinx"
            ],
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Phinx\\": "src/Phinx"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Woody Gilk",
                    "email": "woody.gilk@gmail.com",
                    "homepage": "http://shadowhand.me",
                    "role": "Developer"
                },
                {
                    "name": "Rob Morgan",
                    "email": "robbym@gmail.com",
                    "homepage": "https://robmorgan.id.au",
                    "role": "Lead Developer"
                },
                {
                    "name": "Richard Quadling",
                    "email": "rquadling@gmail.com",
                    "role": "Developer"
                }
            ],
            "description": "Phinx makes it ridiculously easy to manage the database migrations for your PHP app.",
            "homepage": "https://phinx.org",
            "keywords": [
                "database",
                "database migrations",
                "db",
                "migrations",
                "phinx"
            ],
            "time": "2016-06-23 15:27:01"
        },
        {
            "name": "symfony/config",
            "version": "v3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/config.git",
                "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/config/zipball/bcf5aebabc95b56e370e13d78565f74c7d8726dc",
                "reference": "bcf5aebabc95b56e370e13d78565f74c7d8726dc",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5",
                "symfony/filesystem": "~2.8|~3.0"
            },
            "suggest": {
                "symfony/yaml": "To use the yaml reference dumper"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Config\\": ""
                },
                "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 Config Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-29 05:41:56"
        },
        {
            "name": "symfony/console",
            "version": "v3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/console.git",
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/console/zipball/747154aa69b0f83cd02fc9aa554836dee417631a",
                "reference": "747154aa69b0f83cd02fc9aa554836dee417631a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5",
                "symfony/polyfill-mbstring": "~1.0"
            },
            "require-dev": {
                "psr/log": "~1.0",
                "symfony/event-dispatcher": "~2.8|~3.0",
                "symfony/process": "~2.8|~3.0"
            },
            "suggest": {
                "psr/log": "For using the console logger",
                "symfony/event-dispatcher": "",
                "symfony/process": ""
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Console\\": ""
                },
                "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 Console Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-29 07:02:31"
        },
        {
            "name": "symfony/filesystem",
            "version": "v3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/filesystem.git",
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/filesystem/zipball/322da5f0910d8aa0b25fa65ffccaba68dbddb890",
                "reference": "322da5f0910d8aa0b25fa65ffccaba68dbddb890",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Filesystem\\": ""
                },
                "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 Filesystem Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-29 05:41:56"
        },
        {
            "name": "symfony/polyfill-mbstring",
            "version": "v1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/polyfill-mbstring.git",
                "reference": "dff51f72b0706335131b00a7f49606168c582594"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/polyfill-mbstring/zipball/dff51f72b0706335131b00a7f49606168c582594",
                "reference": "dff51f72b0706335131b00a7f49606168c582594",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5"
            },
            "suggest": {
                "ext-mbstring": "For best performance"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Polyfill\\Mbstring\\": ""
                },
                "files": [
                    "bootstrap.php"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Nicolas Grekas",
                    "email": "p@tchwork.com"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "https://symfony.com/contributors"
                }
            ],
            "description": "Symfony polyfill for the Mbstring extension",
            "homepage": "https://symfony.com",
            "keywords": [
                "compatibility",
                "mbstring",
                "polyfill",
                "portable",
                "shim"
            ],
            "time": "2016-05-18 14:26:46"
        },
        {
            "name": "symfony/yaml",
            "version": "v3.1.2",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/yaml.git",
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
                "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
                "shasum": ""
            },
            "require": {
                "php": ">=5.4.5"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.1-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Symfony\\Component\\Yaml\\": ""
                },
                "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 Yaml Component",
            "homepage": "https://symfony.com",
            "time": "2016-06-29 05:41:56"
        }
    ],
    "packages-dev": [
        {
            "name": "heroku/heroku-buildpack-php",
            "version": "v107",
            "source": {
                "type": "git",
                "url": "https://github.com/heroku/heroku-buildpack-php.git",
                "reference": "118cfbb3e6940bd6c1a953b0c482f458582162a6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/heroku/heroku-buildpack-php/zipball/118cfbb3e6940bd6c1a953b0c482f458582162a6",
                "reference": "118cfbb3e6940bd6c1a953b0c482f458582162a6",
                "shasum": ""
            },
            "bin": [
                "bin/heroku-hhvm-apache2",
                "bin/heroku-hhvm-nginx",
                "bin/heroku-php-apache2",
                "bin/heroku-php-nginx"
            ],
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "David Zuelke",
                    "email": "dz@heroku.com"
                }
            ],
            "description": "Toolkit for starting a PHP application locally, with or without foreman, using the same config for PHP/HHVM and Apache2/Nginx as on Heroku",
            "homepage": "https://github.com/heroku/heroku-buildpack-php",
            "keywords": [
                "apache",
                "apache2",
                "foreman",
                "heroku",
                "hhvm",
                "nginx",
                "php"
            ],
            "time": "2016-06-17 22:36:40"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "ext-mysql": "*",
        "ext-gettext": "*"
    },
    "platform-dev": []
}