authserver/homestead/composer.json
author ymh <ymh.work@gmail.com>
Thu, 16 Jul 2015 14:01:32 +0200
changeset 20 7bf0d24f654b
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Added tag 00.00.01 for changeset e24870556c07

{
    "name": "laravel/homestead",
    "description": "A virtual machine for web artisans.",
    "require": {
        "php": ">=5.4",
        "symfony/console": "~2.0",
        "symfony/process": "~2.0"
    },
    "license": "MIT",
    "authors": [
        {
            "name": "Taylor Otwell",
            "email": "taylorotwell@gmail.com"
        }
    ],
    "autoload": {
        "psr-4": {
            "Laravel\\Homestead\\": "src/"
        }
    },
    "bin": [
        "homestead"
    ]
}