FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
composer.lock 7.94 KiB
Newer Older
thewilkybarkid's avatar
thewilkybarkid committed
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "8795f35c0cb5e64e3a03af37b5233cda",
thewilkybarkid's avatar
thewilkybarkid committed
    "packages": [
        {
            "name": "drush/drush",
thewilkybarkid's avatar
thewilkybarkid committed
            "version": "6.2.0",
thewilkybarkid's avatar
thewilkybarkid committed
            "source": {
                "type": "git",
                "url": "https://github.com/drush-ops/drush.git",
thewilkybarkid's avatar
thewilkybarkid committed
                "reference": "b1a8edbfd4ab5ea53f1d0dc03da171ee9c78fc18"
thewilkybarkid's avatar
thewilkybarkid committed
            },
            "dist": {
                "type": "zip",
thewilkybarkid's avatar
thewilkybarkid committed
                "url": "https://api.github.com/repos/drush-ops/drush/zipball/b1a8edbfd4ab5ea53f1d0dc03da171ee9c78fc18",
                "reference": "b1a8edbfd4ab5ea53f1d0dc03da171ee9c78fc18",
thewilkybarkid's avatar
thewilkybarkid committed
                "shasum": ""
            },
            "require": {
thewilkybarkid's avatar
thewilkybarkid committed
                "php": ">=5.3.0"
thewilkybarkid's avatar
thewilkybarkid committed
            },
            "require-dev": {
                "phpunit/phpunit": ">=3.5"
            },
            "bin": [
                "drush",
                "drush.php",
                "drush.bat",
                "drush.complete.sh"
            ],
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "GPLv2"
            ],
            "authors": [
                {
                    "name": "Moshe Weitzman",
                    "email": "weitzman@tejasa.com"
                },
                {
                    "name": "Owen Barton",
                    "email": "drupal@owenbarton.com"
                },
                {
                    "name": "Mark Sonnabaum",
                    "email": "marksonnabaum@gmail.com"
                },
                {
                    "name": "Antoine Beaupré",
                    "email": "anarcat@koumbit.org"
                },
                {
                    "name": "Greg Anderson",
                    "email": "greg.1.anderson@greenknowe.org"
                },
                {
                    "name": "Jonathan Araña Cruz",
                    "email": "jonhattan@faita.net"
                },
                {
                    "name": "Jonathan Hedstrom",
                    "email": "jhedstrom@gmail.com",
                    "homepage": "http://professorbikeybike.com"
                }
            ],
            "description": "Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.",
            "homepage": "http://www.drush.org",
thewilkybarkid's avatar
thewilkybarkid committed
            "time": "2013-12-07 22:12:16"
thewilkybarkid's avatar
thewilkybarkid committed
        },
        {
            "name": "symfony/filesystem",
            "version": "v2.4.2",
thewilkybarkid's avatar
thewilkybarkid committed
            "target-dir": "Symfony/Component/Filesystem",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Filesystem.git",
                "reference": "7e65abb06d3b38f4be89266fe3fb4a759544e713"
thewilkybarkid's avatar
thewilkybarkid committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Filesystem/zipball/7e65abb06d3b38f4be89266fe3fb4a759544e713",
                "reference": "7e65abb06d3b38f4be89266fe3fb4a759544e713",
thewilkybarkid's avatar
thewilkybarkid committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
thewilkybarkid's avatar
thewilkybarkid committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Filesystem\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
thewilkybarkid's avatar
thewilkybarkid committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Filesystem Component",
            "homepage": "http://symfony.com",
            "time": "2014-01-07 13:28:54"
thewilkybarkid's avatar
thewilkybarkid committed
        },
        {
            "name": "symfony/finder",
            "version": "v2.4.2",
            "target-dir": "Symfony/Component/Finder",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Finder.git",
                "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011"
                "url": "https://api.github.com/repos/symfony/Finder/zipball/b6735d1fc16da13c4c7dddfe78366a4a098cf011",
                "reference": "b6735d1fc16da13c4c7dddfe78366a4a098cf011",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Finder\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Finder Component",
            "homepage": "http://symfony.com",
            "time": "2014-01-07 13:28:54"
thewilkybarkid's avatar
thewilkybarkid committed
        {
            "name": "symfony/process",
            "version": "v2.4.2",
thewilkybarkid's avatar
thewilkybarkid committed
            "target-dir": "Symfony/Component/Process",
            "source": {
                "type": "git",
                "url": "https://github.com/symfony/Process.git",
                "reference": "c175448bac997556f8ab972908a4e14c7291fb03"
thewilkybarkid's avatar
thewilkybarkid committed
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/symfony/Process/zipball/c175448bac997556f8ab972908a4e14c7291fb03",
                "reference": "c175448bac997556f8ab972908a4e14c7291fb03",
thewilkybarkid's avatar
thewilkybarkid committed
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.4-dev"
thewilkybarkid's avatar
thewilkybarkid committed
                }
            },
            "autoload": {
                "psr-0": {
                    "Symfony\\Component\\Process\\": ""
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Fabien Potencier",
                    "email": "fabien@symfony.com",
                    "homepage": "http://fabien.potencier.org",
                    "role": "Lead Developer"
thewilkybarkid's avatar
thewilkybarkid committed
                },
                {
                    "name": "Symfony Community",
                    "homepage": "http://symfony.com/contributors"
                }
            ],
            "description": "Symfony Process Component",
            "homepage": "http://symfony.com",
            "time": "2014-02-11 13:52:09"
thewilkybarkid's avatar
thewilkybarkid committed
        }
    ],
    "packages-dev": [

    ],
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": [

    ],
    "platform": [

    ],
    "platform-dev": [

    ]
}