Skip to content
Snippets Groups Projects
composer.lock 400 KiB
Newer Older
bcweaver's avatar
bcweaver committed
{
    "_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"
    ],
    "content-hash": "f1a3322d7f0802f2868bb22c0febf809",
bcweaver's avatar
bcweaver committed
    "packages": [
        {
            "name": "alchemy/zippy",
            "version": "0.4.3",
            "source": {
                "type": "git",
                "url": "https://github.com/alchemy-fr/Zippy.git",
                "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/5ffdc93de0af2770d396bf433d8b2667c77277ea",
                "reference": "5ffdc93de0af2770d396bf433d8b2667c77277ea",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "ext-mbstring": "*",
                "php": ">=5.5",
                "symfony/filesystem": "^2.0.5|^3.0",
                "symfony/process": "^2.1|^3.0"
            },
            "require-dev": {
                "ext-zip": "*",
                "guzzle/guzzle": "~3.0",
                "guzzlehttp/guzzle": "^6.0",
                "phpunit/phpunit": "^4.0|^5.0",
                "symfony/finder": "^2.0.5|^3.0"
            },
            "suggest": {
                "ext-zip": "To use the ZipExtensionAdapter",
                "guzzle/guzzle": "To use the GuzzleTeleporter with Guzzle 3",
                "guzzlehttp/guzzle": "To use the GuzzleTeleporter with Guzzle 6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Alchemy\\Zippy\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alchemy",
                    "email": "dev.team@alchemy.fr",
                    "homepage": "http://www.alchemy.fr/"
                }
            ],
            "description": "Zippy, the archive manager companion",
            "keywords": [
                "bzip",
                "compression",
                "tar",
                "zip"
            ],
            "time": "2016-11-03T16:10:31+00:00"
        },
        {
            "name": "asm89/stack-cors",
            "version": "1.2.0",
            "source": {
                "type": "git",
                "url": "https://github.com/asm89/stack-cors.git",
                "reference": "c163e2b614550aedcf71165db2473d936abbced6"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/asm89/stack-cors/zipball/c163e2b614550aedcf71165db2473d936abbced6",
                "reference": "c163e2b614550aedcf71165db2473d936abbced6",
                "shasum": ""
            },
            "require": {
                "php": ">=5.5.9",
                "symfony/http-foundation": "~2.7|~3.0|~4.0",
                "symfony/http-kernel": "~2.7|~3.0|~4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^5.0 || ^4.8.10",
                "squizlabs/php_codesniffer": "^2.3"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.2-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Asm89\\Stack\\": "src/Asm89/Stack/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Alexander",
                    "email": "iam.asm89@gmail.com"
                }
            ],
            "description": "Cross-origin resource sharing library and stack middleware",
            "homepage": "https://github.com/asm89/stack-cors",
            "keywords": [
                "cors",
                "stack"
            ],
            "time": "2017-12-20T14:37:45+00:00"
        },
        {
            "name": "browserstate/history.js",
            "version": "1.8.0",
            "source": {
                "type": "git",
                "url": "https://github.com/browserstate/history.js",
                "reference": "origin/master"
            },
            "type": "drupal-library"
        },
        {
            "name": "ckeditor/indentblock",
            "version": "4.8.0",
            "dist": {
                "type": "zip",
                "url": "https://download.ckeditor.com/indentblock/releases/indentblock_4.8.0.zip",
                "reference": null,
                "shasum": null
            },
            "require": {
                "composer/installers": "~1.0"
            },
            "type": "drupal-library",
            "extra": {
bcweaver's avatar
bcweaver committed
        {
            "name": "commerceguys/addressing",
            "version": "v1.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/commerceguys/addressing.git",
                "reference": "ef34ba9f6e5378e56cceb9f45798b464878db031"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/commerceguys/addressing/zipball/ef34ba9f6e5378e56cceb9f45798b464878db031",
                "reference": "ef34ba9f6e5378e56cceb9f45798b464878db031",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=5.5.0"
            },
            "require-dev": {
                "mikey179/vfsstream": "1.*",
                "phpunit/phpunit": "~4.0",
                "squizlabs/php_codesniffer": "2.*",
                "symfony/validator": ">=3.2"
            },
            "suggest": {
                "symfony/validator": "to validate addresses"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "1.x-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "CommerceGuys\\Addressing\\": "src"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bojan Zivanovic"
                },
                {
                    "name": "Damien Tournoud"
                }
Loading
Loading full blame...