Add missing license information in composer.json

The license information was missing from the composer.json file. This information is quite important as it is displayed on Packagist and used by automated tools (like http://insight.sensiolabs.com/ for instance) to check compatibility of your project dependencies.
This commit is contained in:
Fabien Potencier 2013-08-29 08:33:24 +02:00
parent 5c49245afe
commit 505f445f99
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
"name": "laravel/laravel", "name": "laravel/laravel",
"description": "The Laravel Framework.", "description": "The Laravel Framework.",
"keywords": ["framework", "laravel"], "keywords": ["framework", "laravel"],
"license": "MIT",
"require": { "require": {
"laravel/framework": "4.0.*" "laravel/framework": "4.0.*"
}, },