authserver/homestead/composer.json
author ymh <ymh.work@gmail.com>
Tue, 15 Mar 2016 13:13:49 +0100
changeset 191 38be6b00f568
parent 8 5a0cbbe0922a
permissions -rw-r--r--
Upgrade ldt + elasticsearch after upgrade to elesticsearch 2.2 + new version

{
    "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"
    ]
}