diff -r 1a3fa80225b2 -r 5a0cbbe0922a authserver/homestead/composer.json --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/authserver/homestead/composer.json Wed May 27 15:34:06 2015 +0200 @@ -0,0 +1,24 @@ +{ + "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" + ] +}