Adding a few things to the composer.json file.

This commit is contained in:
Taylor Otwell 2013-05-31 08:29:03 -05:00
parent 6d4418afff
commit d1520dc1b9
1 changed files with 3 additions and 0 deletions

View File

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