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:
parent
5c49245afe
commit
505f445f99
|
@ -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.*"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue