Skip to content
Snippets Groups Projects
composer.lock 76.6 KiB
Newer Older
  • Learn to ignore specific revisions
  •             "require-dev": {
                    "phpunit/phpunit": "~4.4"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.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": "2016-11-19T07:33:16+00:00"
            },
            {
                "name": "sebastian/resource-operations",
                "version": "1.0.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/resource-operations.git",
                    "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                    "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6.0"
                },
                "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": "Sebastian Bergmann",
                        "email": "sebastian@phpunit.de"
                    }
                ],
                "description": "Provides a list of PHP built-in functions that operate on resources",
                "homepage": "https://www.github.com/sebastianbergmann/resource-operations",
                "time": "2015-07-28T20:34:47+00:00"
            },
            {
                "name": "sebastian/version",
                "version": "2.0.1",
                "source": {
                    "type": "git",
                    "url": "https://github.com/sebastianbergmann/version.git",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.6"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "2.0.x-dev"
                    }
                },
                "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": "2016-10-03T07:35:21+00:00"
            },
            {
                "name": "symfony/yaml",
                "version": "v3.3.2",
                "source": {
                    "type": "git",
                    "url": "https://github.com/symfony/yaml.git",
                    "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/symfony/yaml/zipball/9752a30000a8ca9f4b34b5227d15d0101b96b063",
                    "reference": "9752a30000a8ca9f4b34b5227d15d0101b96b063",
                    "shasum": ""
                },
                "require": {
                    "php": ">=5.5.9"
                },
                "require-dev": {
                    "symfony/console": "~2.8|~3.0"
                },
                "suggest": {
                    "symfony/console": "For validating YAML files using the lint command"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "3.3-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": "2017-06-02T22:05:06+00:00"
            },
            {
                "name": "webmozart/assert",
                "version": "1.2.0",
                "source": {
                    "type": "git",
                    "url": "https://github.com/webmozart/assert.git",
                    "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f"
                },
                "dist": {
                    "type": "zip",
                    "url": "https://api.github.com/repos/webmozart/assert/zipball/2db61e59ff05fe5126d152bd0655c9ea113e550f",
                    "reference": "2db61e59ff05fe5126d152bd0655c9ea113e550f",
                    "shasum": ""
                },
                "require": {
                    "php": "^5.3.3 || ^7.0"
                },
                "require-dev": {
                    "phpunit/phpunit": "^4.6",
                    "sebastian/version": "^1.0.1"
                },
                "type": "library",
                "extra": {
                    "branch-alias": {
                        "dev-master": "1.3-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": "2016-11-23T20:04:58+00:00"
            }
        ],
    
    Thomas Müller's avatar
    Thomas Müller committed
        "aliases": [],
    
        "minimum-stability": "stable",
    
        "stability-flags": {
            "pear-pear.horde.org/horde_date": 0,
            "pear-pear.horde.org/horde_exception": 0,
            "pear-pear.horde.org/horde_imap_client": 0,
            "pear-pear.horde.org/horde_mail": 0,
            "pear-pear.horde.org/horde_mime": 0,
            "pear-pear.horde.org/horde_nls": 0,
            "pear-pear.horde.org/horde_stream": 0,
            "pear-pear.horde.org/horde_support": 0,
            "pear-pear.horde.org/horde_text_filter": 0,
            "pear-pear.horde.org/horde_text_flowed": 0,
            "pear-pear.horde.org/horde_util": 0,
    
            "pear-pear.horde.org/horde_smtp": 0,
    
            "kwi/urllinker": 20,
            "mpclarkson/icon-scraper": 20
    
        "prefer-stable": false,
    
        "platform": {
    
            "php": ">=5.6.0"
    
    Thomas Müller's avatar
    Thomas Müller committed
        "platform-dev": []