composer.lock 1.54 KB
{
    "_readme": [
        "This file locks the dependencies of your project to a known state",
        "Read more about it at http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file"
    ],
    "hash": "eccad7521596b5fe0d81af51ab2f16a1",
    "packages": [

    ],
    "packages-dev": [
        {
            "name": "lastcraft/simpletest",
            "version": "1.1.0",
            "source": {
                "type": "git",
                "url": "https://github.com/lox/simpletest",
                "reference": "1.1.0"
            },
            "dist": {
                "type": "zip",
                "url": "https://github.com/lox/simpletest/zipball/1.1.0",
                "reference": "1.1.0",
                "shasum": ""
            },
            "require": {
                "php": ">=5.0.5"
            },
            "type": "library",
            "notification-url": "https://packagist.org/downloads/",
            "license": [
                "LGPL-2.0+"
            ],
            "authors": [
                {
                    "name": "Marcus Baker",
                    "email": "marcus@lastcraft.com"
                }
            ],
            "description": "Unit testing, mock objects and web testing framework for PHP built around test cases.",
            "homepage": "http://simpletest.org/",
            "time": "2012-06-11 22:22:54"
        }
    ],
    "aliases": [

    ],
    "minimum-stability": "stable",
    "stability-flags": [

    ],
    "platform": {
        "php": ">=5.3.0"
    },
    "platform-dev": [

    ]
}