Update composer.json

Modified composer.json away from laravel defaults to be more on brand.

- Specified support locations
  - Issues
  - Source
- Added license shorthand as defined by http://spdx.org
- Added homepage
- Added keywords
- Added name
- Added description
This commit is contained in:
Danny Garcia
2014-06-09 18:03:08 -04:00
parent cd0f42c508
commit 117ed3294b
+9 -3
View File
@@ -1,7 +1,13 @@
{
"name": "laravel/laravel",
"description": "The Laravel Framework.",
"keywords": ["framework", "laravel"],
"name": "snipe/snipe-it",
"description": "A free open source IT asset/license management system built in PHP on Laravel 4.1 and Bootstrap 3.",
"keywords": ["framework", "laravel", "assets", "IT", "management"],
"homepage": "http://snipeitapp.com/",
"license": "AGPL-3.0",
"support": {
"issues": "https://github.com/snipe/snipe-it/issues",
"source": "https://github.com/snipe/snipe-it"
},
"require": {
"laravel/framework": "4.1.*",
"cartalyst/sentry": "2.0.*",