mirror of
https://github.com/Poniverse/Pony.fm.git
synced 2025-04-01 00:35:30 +02:00
Merged development into master
This commit is contained in:
commit
73d38baa97
2 changed files with 7 additions and 2 deletions
|
@ -116,6 +116,8 @@ return array(
|
||||||
'Illuminate\View\ViewServiceProvider',
|
'Illuminate\View\ViewServiceProvider',
|
||||||
'Illuminate\Workbench\WorkbenchServiceProvider',
|
'Illuminate\Workbench\WorkbenchServiceProvider',
|
||||||
|
|
||||||
|
'Intouch\LaravelNewrelic\LaravelNewrelicServiceProvider',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -181,6 +183,8 @@ return array(
|
||||||
'Validator' => 'Illuminate\Support\Facades\Validator',
|
'Validator' => 'Illuminate\Support\Facades\Validator',
|
||||||
'View' => 'Illuminate\Support\Facades\View',
|
'View' => 'Illuminate\Support\Facades\View',
|
||||||
|
|
||||||
|
'Newrelic' => 'Intouch\LaravelNewrelic\Facades\Newrelic',
|
||||||
|
|
||||||
),
|
),
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
|
@ -3,7 +3,8 @@
|
||||||
"laravel/framework": "4.0.*",
|
"laravel/framework": "4.0.*",
|
||||||
"kriswallsmith/assetic": "1.2.*@dev",
|
"kriswallsmith/assetic": "1.2.*@dev",
|
||||||
"codescale/ffmpeg-php": "2.7.0",
|
"codescale/ffmpeg-php": "2.7.0",
|
||||||
"simplepie/simplepie": "1.3.1"
|
"simplepie/simplepie": "1.3.1",
|
||||||
|
"intouch/laravel-newrelic": "*"
|
||||||
},
|
},
|
||||||
"autoload": {
|
"autoload": {
|
||||||
"classmap": [
|
"classmap": [
|
||||||
|
|
Loading…
Add table
Reference in a new issue