Skip to content
Snippets Groups Projects
installed.json 570.83 KiB
{
    "packages": [
        {
            "name": "alchemy/zippy",
            "version": "0.4.9",
            "version_normalized": "0.4.9.0",
            "source": {
                "type": "git",
                "url": "https://github.com/alchemy-fr/Zippy.git",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/alchemy-fr/Zippy/zipball/59fbeefb9a249122867ef25e53addfcce31850d7",
                "reference": "59fbeefb9a249122867ef25e53addfcce31850d7",
                "shasum": ""
            },
            "require": {
                "doctrine/collections": "~1.0",
                "php": ">=5.5",
                "symfony/filesystem": "^2.0.5 || ^3.0 || ^4.0",
                "symfony/polyfill-mbstring": "^1.3",
                "symfony/process": "^2.1 || ^3.0 || ^4.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 || ^4.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"
            },
            "time": "2018-02-22T13:58:36+00:00",
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-master": "0.4.x-dev"
                }
            },
            "installation-source": "dist",
            "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"
            ],
            "install-path": "../alchemy/zippy"
        },
        {