diff --git a/composer.json b/composer.json index ea036aea..d41d97fd 100644 --- a/composer.json +++ b/composer.json @@ -1,4 +1,7 @@ { + "name": "laravel/framework", + "description": "The Laravel Framework.", + "keywords": ["framework", "laravel"], "require": { "laravel/framework": "4.1.*" }, diff --git a/public/index.php b/public/index.php index 630a0d06..295c10ec 100644 --- a/public/index.php +++ b/public/index.php @@ -26,7 +26,7 @@ require __DIR__.'/../bootstrap/autoload.php'; |-------------------------------------------------------------------------- | | We need to illuminate PHP development, so let's turn on the lights. -| This bootstrap the framework and gets it ready for use, then it +| This bootstraps the framework and gets it ready for use, then it | will load up this application so that we can run it and send | the responses back to the browser and delight these users. |