Skip to content
Snippets Groups Projects
composer.lock 331 KiB
Newer Older
                "issues": "https://github.com/vimeo/psalm/issues",
                "source": "https://github.com/vimeo/psalm/tree/v4.15.0"
            "time": "2021-12-07T11:25:29+00:00"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
        },
        {
            "name": "webmozart/path-util",
            "version": "2.3.0",
            "source": {
                "type": "git",
                "url": "https://github.com/webmozart/path-util.git",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/webmozart/path-util/zipball/d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "reference": "d939f7edc24c9a1bb9c0dee5cb05d8e859490725",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.3",
                "webmozart/assert": "~1.0"
            },
            "require-dev": {
                "phpunit/phpunit": "^4.6",
                "sebastian/version": "^1.0.1"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "2.3-dev"
                }
            },
            "autoload": {
                "psr-4": {
                    "Webmozart\\PathUtil\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bernhard Schussek",
                    "email": "bschussek@gmail.com"
                }
            ],
            "description": "A robust cross-platform utility for normalizing, comparing and modifying file paths.",
            "support": {
                "issues": "https://github.com/webmozart/path-util/issues",
                "source": "https://github.com/webmozart/path-util/tree/2.3.0"
            },
Renovate Bot's avatar
Renovate Bot committed
            "abandoned": "symfony/filesystem",
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
            "time": "2015-12-17T08:42:14+00:00"
        }
    ],
    "aliases": [],
    "minimum-stability": "stable",
Reiter, Christoph's avatar
Reiter, Christoph committed
    "stability-flags": [],
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "prefer-stable": false,
    "prefer-lowest": false,
Reiter, Christoph's avatar
Reiter, Christoph committed
    "platform": {
Reiter, Christoph's avatar
Reiter, Christoph committed
        "php": "^7.3 || ^8.0"
Reiter, Christoph's avatar
Reiter, Christoph committed
    },
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.3"
    },
    "plugin-api-version": "2.1.0"
Reiter, Christoph's avatar
wip
Reiter, Christoph committed
}