permanent
clone your own copy | download snapshot

Snapshots | iceberg

Inside this repository

composer.lock
text/plain

Download raw (5.2 KB)

{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file",
        "This file is @generated automatically"
    ],
    "hash": "b038326916f7c0da61de4b1b686d79df",
    "content-hash": "109ebdab49eab1c4aebeed98fb450fe0",
    "packages": [
        {
            "name": "hedronium/avity",
            "version": "v1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/Hedronium/Avity.git",
                "reference": "8da368bba020c598de4d02c2d65eb51a15f8d102"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/Hedronium/Avity/zipball/8da368bba020c598de4d02c2d65eb51a15f8d102",
                "reference": "8da368bba020c598de4d02c2d65eb51a15f8d102",
                "shasum": ""
            },
            "require": {
                "imagine/imagine": "0.6.3"
            },
            "require-dev": {
                "mockery/mockery": "0.9.4",
                "phpunit/phpunit": "5.0.*"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Hedronium\\Avity\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "description": "this is an image generator",
            "keywords": [
                "generator",
                "github",
                "image"
            ],
            "time": "2016-04-15 13:08:12"
        },
        {
            "name": "imagine/imagine",
            "version": "v0.6.3",
            "source": {
                "type": "git",
                "url": "https://github.com/avalanche123/Imagine.git",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/avalanche123/Imagine/zipball/149041d2a1b517107bfe270ca2b1a17aa341715d",
                "reference": "149041d2a1b517107bfe270ca2b1a17aa341715d",
                "shasum": ""
            },
            "require": {
                "php": ">=5.3.2"
            },
            "require-dev": {
                "sami/sami": "dev-master"
            },
            "suggest": {
                "ext-gd": "to use the GD implementation",
                "ext-gmagick": "to use the Gmagick implementation",
                "ext-imagick": "to use the Imagick implementation"
            },
            "type": "library",
            "extra": {
                "branch-alias": {
                    "dev-develop": "0.7-dev"
                }
            },
            "autoload": {
                "psr-0": {
                    "Imagine": "lib/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "MIT"
            ],
            "authors": [
                {
                    "name": "Bulat Shakirzyanov",
                    "email": "mallluhuct@gmail.com",
                    "homepage": "http://avalanche123.com"
                }
            ],
            "description": "Image processing for PHP 5.3",
            "homepage": "http://imagine.readthedocs.org/",
            "keywords": [
                "drawing",
                "graphics",
                "image manipulation",
                "image processing"
            ],
            "time": "2015-09-19 16:54:05"
        },
        {
            "name": "ranvis/identicon",
            "version": "1.0.1",
            "source": {
                "type": "git",
                "url": "https://github.com/ranvis/identicon.git",
                "reference": "1a6c58bd1c9bf9b0db6c8d7d01f1fab034910f96"
            },
            "dist": {
                "type": "zip",
                "url": "https://api.github.com/repos/ranvis/identicon/zipball/1a6c58bd1c9bf9b0db6c8d7d01f1fab034910f96",
                "reference": "1a6c58bd1c9bf9b0db6c8d7d01f1fab034910f96",
                "shasum": ""
            },
            "require": {
                "ext-gd": "*",
                "php": ">=5.5.0"
            },
            "type": "library",
            "autoload": {
                "psr-4": {
                    "Ranvis\\Identicon\\": "src/"
                }
            },
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "BSD-2-Clause"
            ],
            "authors": [
                {
                    "name": "SATO Kentaro",
                    "email": "kentaro@ranvis.com"
                }
            ],
            "description": "Identicon with variable complexity.",
            "homepage": "https://github.com/ranvis/identicon/blob/master/README.md",
            "keywords": [
                "identicon"
            ],
            "time": "2016-05-07 09:20:23"
        }
    ],
    "packages-dev": [],
    "aliases": [],
    "minimum-stability": "stable",
    "stability-flags": [],
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": [],
    "platform-dev": []
}