Updated composer file.

This commit is contained in:
James Cole 2014-06-28 09:45:56 +02:00
parent f826145599
commit 885685815e

View File

@ -1,10 +1,32 @@
{ {
"name": "laravel/laravel", "name": "grumpydictator/firefly",
"description": "The Laravel Framework.", "description": "A web-application to manage your finances.",
"keywords": ["framework", "laravel"],
"license": "MIT", "license": "MIT",
"keywords": ["finance", "finances", "manager", "euro", "laravel", "money", "financials", "budgets", "transactions", "transfers", "management"],
"homepage": "https://github.com/JC5/firefly-v",
"php": ">=5.4.0",
"type": "project",
"authors": [
{
"name": "James Cole",
"email": "thegrumpydictator@gmail.com",
"homepage": "https://github.com/JC5",
"role": "Developer"
}
],
"support": {
"email": "thegrumpydictator@gmail.com",
"issues": "https://github.com/JC5/firefly-v/issues?state=open",
"source": "https://github.com/JC5/firefly-v"
},
"require": { "require": {
"laravel/framework": "4.2.*" "laravel/framework": "4.2.*",
"grumpydictator/gchart": "dev-master"
},
"require-dev": {
"barryvdh/laravel-debugbar": "dev-master",
"barryvdh/laravel-ide-helper": "1.*"
}, },
"autoload": { "autoload": {
"classmap": [ "classmap": [
@ -14,7 +36,10 @@
"app/database/migrations", "app/database/migrations",
"app/database/seeds", "app/database/seeds",
"app/tests/TestCase.php" "app/tests/TestCase.php"
] ],
"psr-0": {
"Firefly": "app/lib/"
}
}, },
"scripts": { "scripts": {
"post-install-cmd": [ "post-install-cmd": [