Browse Source

Update riskihajar/terbilang package

Remove alias and provider definition on config.app
for terbilang package
pull/6/head
Nafies Luthfi 8 years ago
parent
commit
3dd7eb76b7
  1. 20
      composer.lock
  2. 3
      config/app.php

20
composer.lock

@ -1526,16 +1526,16 @@
}, },
{ {
"name": "riskihajar/terbilang", "name": "riskihajar/terbilang",
"version": "1.2.2",
"version": "1.2.3",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/riskihajar/terbilang.git", "url": "https://github.com/riskihajar/terbilang.git",
"reference": "8294ee3a854bd71e16f5e9c1516e8b5eebc1f497"
"reference": "e43c7f90851736c6e929cba99a19a4adfcb57c4e"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/riskihajar/terbilang/zipball/8294ee3a854bd71e16f5e9c1516e8b5eebc1f497",
"reference": "8294ee3a854bd71e16f5e9c1516e8b5eebc1f497",
"url": "https://api.github.com/repos/riskihajar/terbilang/zipball/e43c7f90851736c6e929cba99a19a4adfcb57c4e",
"reference": "e43c7f90851736c6e929cba99a19a4adfcb57c4e",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -1543,6 +1543,16 @@
"php": ">=5.4.0" "php": ">=5.4.0"
}, },
"type": "library", "type": "library",
"extra": {
"laravel": {
"providers": [
"Riskihajar\\Terbilang\\TerbilangServiceProvider"
],
"aliases": {
"Terbilang": "Riskihajar\\Terbilang\\Facades\\Terbilang"
}
}
},
"autoload": { "autoload": {
"psr-4": { "psr-4": {
"Riskihajar\\Terbilang\\": "src" "Riskihajar\\Terbilang\\": "src"
@ -1568,7 +1578,7 @@
"number to words", "number to words",
"terbilang" "terbilang"
], ],
"time": "2017-09-08T07:28:55+00:00"
"time": "2018-03-19T00:13:25+00:00"
}, },
{ {
"name": "spatie/fractalistic", "name": "spatie/fractalistic",

3
config/app.php

@ -175,7 +175,6 @@ return [
App\Providers\RouteServiceProvider::class, App\Providers\RouteServiceProvider::class,
Laracasts\Flash\FlashServiceProvider::class, Laracasts\Flash\FlashServiceProvider::class,
Riskihajar\Terbilang\TerbilangServiceProvider::class,
], ],
/* /*
@ -222,9 +221,7 @@ return [
'URL' => Illuminate\Support\Facades\URL::class, 'URL' => Illuminate\Support\Facades\URL::class,
'Validator' => Illuminate\Support\Facades\Validator::class, 'Validator' => Illuminate\Support\Facades\Validator::class,
'View' => Illuminate\Support\Facades\View::class, 'View' => Illuminate\Support\Facades\View::class,
'Carbon' => Carbon\Carbon::class, 'Carbon' => Carbon\Carbon::class,
'Terbilang' => Riskihajar\Terbilang\Facades\Terbilang::class,
// Reference Facades // Reference Facades
'PaymentType' => App\Entities\Payments\Type::class, 'PaymentType' => App\Entities\Payments\Type::class,

Loading…
Cancel
Save