8000 Add missing license information in composer.json · codepoetIn/laravel@505f445 · GitHub
[go: up one dir, main page]

Skip to content

Commit 505f445

Browse files
committed
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.
1 parent 5c49245 commit 505f445

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "laravel/laravel",
33
"description": "The Laravel Framework.",
44
"keywords": ["framework", "laravel"],
5+
"license": "MIT",
56
"require": {
67
"laravel/framework": "4.0.*"
78
},

0 commit comments

Comments
 (0)
0