diff --git a/composer.json b/composer.json index 814995b..eaebd8e 100644 --- a/composer.json +++ b/composer.json @@ -1,5 +1,20 @@ { + "name": "laravel/laravel", + "description": "The Laravel Framework.", + "keywords": ["framework", "laravel"], + "license": "MIT", + "type": "project", "require": { - "monolog/monolog": "2.0.*" + "php": ">=5.5.9", + "laravel/framework": "5.2.*" + }, + "config": { + "preferred-install": "dist" + }, + "repositories": { + "packagist": { + "type": "composer", + "url": "https://packagist.phpcomposer.com" + } } } \ No newline at end of file