mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2024-12-28 09:51:21 -06:00
New controller, updated composer.
This commit is contained in:
parent
9c69949e8c
commit
da7802a0a4
8
app/controllers/GoogleChartController.php
Normal file
8
app/controllers/GoogleChartController.php
Normal file
@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
/**
|
||||
* Class GoogleChartController
|
||||
*/
|
||||
class GoogleChartController extends BaseController {
|
||||
|
||||
}
|
@ -24,7 +24,8 @@
|
||||
"laravel/framework": "4.2.*",
|
||||
"laravelbook/ardent": "~2.4",
|
||||
"davejamesmiller/laravel-breadcrumbs": "2.*",
|
||||
"rcrowe/twigbridge": "0.6.*"
|
||||
"rcrowe/twigbridge": "0.6.*",
|
||||
"grumpydictator/gchart": "dev-master"
|
||||
},
|
||||
"require-dev": {
|
||||
"barryvdh/laravel-debugbar": "@stable",
|
||||
|
Loading…
Reference in New Issue
Block a user