Merge branch 'master' into develop

This commit is contained in:
Taylor Otwell 2013-05-31 08:29:42 -05:00
commit 5e24837f43
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,7 @@
{
"name": "laravel/framework",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"require": {
"laravel/framework": "4.1.*"
},

View File

@ -26,7 +26,7 @@
|--------------------------------------------------------------------------
|
| 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.
|