Skip to content
Snippets Groups Projects
composer.lock 127 KiB
Newer Older
  • Learn to ignore specific revisions
  • Dominik Hebeler's avatar
    Dominik Hebeler committed
                ],
                "time": "2015-10-02 06:51:40"
            },
    
                "version": "v1.1.x-dev",
    
                "source": {
                    "type": "git",
                    "url": "https://github.com/nrk/predis.git",
    
                    "reference": "6ab10b2b705ea5121f2c1ea87a290f6871c32ebd"
    
                    "url": "https://api.github.com/repos/nrk/predis/zipball/6ab10b2b705ea5121f2c1ea87a290f6871c32ebd",
                    "reference": "6ab10b2b705ea5121f2c1ea87a290f6871c32ebd",
    
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.9"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.8"
                },
                "suggest": {
                    "ext-curl": "Allows access to Webdis when paired with phpiredis",
                    "ext-phpiredis": "Allows faster serialization and deserialization of the Redis protocol"
                },
                "type": "library",
                "autoload": {
                    "psr-4": {
                        "Predis\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Daniele Alessandri",
                        "email": "suppakilla@gmail.com",
                        "homepage": "http://clorophilla.net"
                    }
                ],
                "description": "Flexible and feature-complete Redis client for PHP and HHVM",
                "homepage": "http://github.com/nrk/predis",
                "keywords": [
                    "nosql",
                    "predis",
                    "redis"
                ],
    
                "time": "2016-06-18 19:51:10"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            {
                "name": "sebastian/comparator",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/comparator.git",
                    "reference": "937efb279bd37a375bcadf584dec0726f84dbf22"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/comparator/zipball/937efb279bd37a375bcadf584dec0726f84dbf22",
                    "reference": "937efb279bd37a375bcadf584dec0726f84dbf22",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3",
                    "sebastian/diff": "~1.2",
                    "sebastian/exporter": "~1.2"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.2.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides the functionality to compare PHP values for equality",
                "homepage": "http://www.github.com/sebastianbergmann/comparator",
                "keywords": [
                    "comparator",
                    "compare",
                    "equality"
                ],
                "time": "2015-07-26 15:48:44"
            },
            {
                "name": "sebastian/diff",
                "version": "1.4.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/diff.git",
                    "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/diff/zipball/13edfd8706462032c2f52b4b862974dd46b71c9e",
                    "reference": "13edfd8706462032c2f52b4b862974dd46b71c9e",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.8"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.4-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Kore Nordmann",
                        "email": "mail@kore-nordmann.de"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Diff implementation",
                "homepage": "https://github.com/sebastianbergmann/diff",
                "keywords": [
                    "diff"
                ],
                "time": "2015-12-08 07:14:41"
            },
            {
                "name": "sebastian/environment",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/environment.git",
    
                    "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/environment/zipball/4e8f0da10ac5802913afc151413bc8c53b6c2716",
                    "reference": "4e8f0da10ac5802913afc151413bc8c53b6c2716",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides functionality to handle HHVM/PHP environments",
                "homepage": "http://www.github.com/sebastianbergmann/environment",
                "keywords": [
                    "Xdebug",
                    "environment",
                    "hhvm"
                ],
    
                "time": "2016-05-17 03:18:57"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            },
            {
                "name": "sebastian/exporter",
    
                "version": "1.2.2",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/exporter.git",
    
                    "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/sebastianbergmann/exporter/zipball/42c4c2eec485ee3e159ec9884f95b431287edde4",
                    "reference": "42c4c2eec485ee3e159ec9884f95b431287edde4",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3",
                    "sebastian/recursion-context": "~1.0"
                },
                "require-dev": {
    
                    "ext-mbstring": "*",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "phpunit/phpunit": "~4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "1.3.x-dev"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Volker Dusch",
                        "email": "github@wallbash.com"
                    },
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@2bepublished.at"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides the functionality to export PHP variables for visualization",
                "homepage": "http://www.github.com/sebastianbergmann/exporter",
                "keywords": [
                    "export",
                    "exporter"
                ],
    
                "time": "2016-06-17 09:04:28"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            },
            {
                "name": "sebastian/global-state",
                "version": "1.1.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/global-state.git",
                    "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/global-state/zipball/bc37d50fea7d017d3d340f230811c9f1d7280af4",
                    "reference": "bc37d50fea7d017d3d340f230811c9f1d7280af4",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.2"
                },
                "suggest": {
                    "ext-uopz": "*"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Snapshotting of global state",
                "homepage": "http://www.github.com/sebastianbergmann/global-state",
                "keywords": [
                    "global state"
                ],
                "time": "2015-10-12 03:26:01"
            },
            {
                "name": "sebastian/recursion-context",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/recursion-context.git",
                    "reference": "913401df809e99e4f47b27cdd781f4a258d58791"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/913401df809e99e4f47b27cdd781f4a258d58791",
                    "reference": "913401df809e99e4f47b27cdd781f4a258d58791",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "~4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0.x-dev"
                    }
                },
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Jeff Welch",
                        "email": "whatthejeff@gmail.com"
                    },
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    },
                    {
                        "name": "Adam Harvey",
                        "email": "aharvey@php.net"
                    }
                ],
                "description": "Provides functionality to recursively process PHP variables",
                "homepage": "http://www.github.com/sebastianbergmann/recursion-context",
                "time": "2015-11-11 19:50:13"
            },
            {
                "name": "sebastian/version",
                "version": "1.0.6",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                    "reference": "58b3a85e7999757d6ad81c787a1fbf5ff6c628c6",
                    "shasum": ""
                },
                "type": "library",
                "autoload": {
                    "classmap": [
                        "src/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "BSD-3-Clause"
                ],
                "authors": [
                    {
                        "name": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de",
                        "role": "lead"
                    }
                ],
                "description": "Library that helps with managing the version number of Git-hosted PHP projects",
                "homepage": "https://github.com/sebastianbergmann/version",
                "time": "2015-06-21 13:59:46"
            },
            {
                "name": "symfony/css-selector",
    
                "version": "v3.0.8",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/css-selector.git",
    
                    "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/css-selector/zipball/b8999c1f33c224b2b66b38253f5e3a838d0d0115",
                    "reference": "b8999c1f33c224b2b66b38253f5e3a838d0d0115",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\CssSelector\\": ""
                    },
                    "exclude-from-classmap": [
                        "/Tests/"
                    ]
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Jean-François Simon",
                        "email": "jeanfrancois.simon@sensiolabs.com"
                    },
                    {
                        "name": "Fabien Potencier",
                        "email": "fabien@symfony.com"
                    },
                    {
                        "name": "Symfony Community",
                        "homepage": "https://symfony.com/contributors"
                    }
                ],
                "description": "Symfony CssSelector Component",
                "homepage": "https://symfony.com",
    
                "time": "2016-06-29 05:40:00"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            },
            {
                "name": "symfony/dom-crawler",
    
                "version": "v3.0.8",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/dom-crawler.git",
    
                    "reference": "62769e3409006b937bb333b29da8df9a8b262975"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/dom-crawler/zipball/62769e3409006b937bb333b29da8df9a8b262975",
                    "reference": "62769e3409006b937bb333b29da8df9a8b262975",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9",
                    "symfony/polyfill-mbstring": "~1.0"
                },
                "require-dev": {
                    "symfony/css-selector": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/css-selector": ""
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Symfony\\Component\\DomCrawler\\": ""
                    },
                    "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 DomCrawler Component",
                "homepage": "https://symfony.com",
    
                "time": "2016-06-29 05:40:00"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            },
            {
                "name": "symfony/yaml",
    
                "version": "v3.1.2",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
    
                    "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                },
                "dist": {
                    "type": "zip",
    
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/2884c26ce4c1d61aebf423a8b912950fe7c764de",
                    "reference": "2884c26ce4c1d61aebf423a8b912950fe7c764de",
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
    
                        "dev-master": "3.1-dev"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
                    }
                },
                "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"
    
    karl's avatar
    karl committed
            },
            {
                "name": "webmozart/assert",
                "version": "1.0.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
                    "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
                    "reference": "30eed06dd6bc88410a4ff7f77b6d22f3ce13dbde",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.3.3"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.0-dev"
                    }
                },
                "autoload": {
                    "psr-4": {
                        "Webmozart\\Assert\\": "src/"
                    }
                },
                "notification-url": "https://packagist.org/downloads/",
                "license": [
                    "MIT"
                ],
                "authors": [
                    {
                        "name": "Bernhard Schussek",
                        "email": "bschussek@gmail.com"
                    }
                ],
                "description": "Assertions to validate method input/output with nice error messages.",
                "keywords": [
                    "assert",
                    "check",
                    "validate"
                ],
                "time": "2015-08-24 13:29:44"
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
            }
        ],
        "aliases": [],
        "minimum-stability": "stable",
    
        "stability-flags": {
            "predis/predis": 20
        },
    
    Dominik Hebeler's avatar
    Dominik Hebeler committed
        "prefer-stable": false,
        "prefer-lowest": false,
        "platform": {
            "php": ">=5.5.9"
        },
        "platform-dev": []
    }