Skip to content
Snippets Groups Projects
composer.lock 150 KiB
Newer Older
Tim van Dijen's avatar
Tim van Dijen committed
            ],
            "description": "Traverses array structures and object graphs to enumerate all referenced objects",
            "homepage": "https://github.com/sebastianbergmann/object-enumerator/",
            "time": "2017-02-18T15:18:39+00:00"
        },
        {
            "name": "sebastian/recursion-context",
Tim van Dijen's avatar
Tim van Dijen committed
            "version": "2.0.0",
            "source": {
                "type": "git",
                "url": "https://github.com/sebastianbergmann/recursion-context.git",
Tim van Dijen's avatar
Tim van Dijen committed
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/recursion-context/zipball/2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "reference": "2c3ba150cbec723aa057506e73a8d33bdb286c9a",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3"
            },
            "require-dev": {
                "phpunit/phpunit": "~4.4"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "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",
Tim van Dijen's avatar
Tim van Dijen committed
            "time": "2016-11-19T07:33:16+00:00"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/resource-operations",
            "version": "1.0.0",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/resource-operations.git",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/resource-operations/zipball/ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
                "reference": "ce990bb21759f94aeafd30209e8cfcdfa8bc3f52",
Tim van Dijen's avatar
Tim van Dijen committed
            "require": {
                "php": ">=5.6.0"
            },
Tim van Dijen's avatar
Tim van Dijen committed
            "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",
Tim van Dijen's avatar
Tim van Dijen committed
                    "email": "sebastian@phpunit.de"
Tim van Dijen's avatar
Tim van Dijen committed
            "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"
Tim van Dijen's avatar
Tim van Dijen committed
            "name": "sebastian/version",
            "version": "2.0.1",
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://github.com/sebastianbergmann/version.git",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019"
Tim van Dijen's avatar
Tim van Dijen committed
                "url": "https://api.github.com/repos/sebastianbergmann/version/zipball/99732be0ddb3361e16ad77b68ba41efc8e979019",
                "reference": "99732be0ddb3361e16ad77b68ba41efc8e979019",
Tim van Dijen's avatar
Tim van Dijen committed
                "php": ">=5.6"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
Tim van Dijen's avatar
Tim van Dijen committed
                    "dev-master": "2.0.x-dev"
Tim van Dijen's avatar
Tim van Dijen committed
                "classmap": [
                    "src/"
                ]
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
Tim van Dijen's avatar
Tim van Dijen committed
                "BSD-3-Clause"
Tim van Dijen's avatar
Tim van Dijen committed
                    "name": "Sebastian Bergmann",
                    "email": "sebastian@phpunit.de",
                    "role": "lead"
Tim van Dijen's avatar
Tim van Dijen committed
            "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": "squizlabs/php_codesniffer",
            "version": "3.5.0",
            "source": {
                "type": "git",
                "url": "https://github.com/squizlabs/PHP_CodeSniffer.git",
                "reference": "0afebf16a2e7f1e434920fa976253576151effe9"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/squizlabs/PHP_CodeSniffer/zipball/0afebf16a2e7f1e434920fa976253576151effe9",
                "reference": "0afebf16a2e7f1e434920fa976253576151effe9",
                "shasum": ""
            },
            "require": {
                "ext-simplexml": "*",
                "ext-tokenizer": "*",
                "ext-xmlwriter": "*",
                "php": ">=5.4.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.0 || ^5.0 || ^6.0 || ^7.0"
            },
            "bin": [
                "bin/phpcs",
                "bin/phpcbf"
            ],
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "3.x-dev"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-3-Clause"
            ],
            "authors": [
                {
                    "name": "Greg Sherwood",
                    "role": "lead"
                }
            ],
            "description": "PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards.",
            "homepage": "https://github.com/squizlabs/PHP_CodeSniffer",
            "keywords": [
                "phpcs",
                "standards"
            ],
            "time": "2019-09-26T23:12:26+00:00"
    "minimum-stability": "stable",
    "stability-flags": [],
Jaime Perez's avatar
Jaime Perez committed
    "prefer-stable": false,
Jaime Perez Crespo's avatar
Jaime Perez Crespo committed
    "prefer-lowest": false,
    "platform": {
Tim van Dijen's avatar
Tim van Dijen committed
        "php": ">=5.6",
        "ext-spl": "*",
        "ext-zlib": "*",
        "ext-pcre": "*",
        "ext-openssl": "*",
        "ext-dom": "*",
        "ext-date": "*",
        "ext-hash": "*",
    },
    "platform-overrides": {
        "php": "5.6.40"