Removed elibyy/tcpdf-laravel - we call it directly now
- The wrapper package is no longer a dependency - PDF generation (labels, checkout acceptance) continues to work via the raw TCPDF class
This commit is contained in:
@@ -31,7 +31,6 @@
|
||||
"doctrine/dbal": "^3.1",
|
||||
"doctrine/instantiator": "^1.3",
|
||||
"eduardokum/laravel-mail-auto-embed": "^2.0",
|
||||
"elibyy/tcpdf-laravel": "^11.5",
|
||||
"enshrined/svg-sanitize": "^0.22.0",
|
||||
"erusev/parsedown": "^1.7",
|
||||
"fakerphp/faker": "^1.24",
|
||||
|
||||
@@ -12,7 +12,6 @@ use App\Providers\RouteServiceProvider;
|
||||
use App\Providers\SamlServiceProvider;
|
||||
use App\Providers\SettingsServiceProvider;
|
||||
use App\Providers\SnipeTranslationServiceProvider;
|
||||
use Elibyy\TCPDF\Facades\TCPDF;
|
||||
use Illuminate\Auth\AuthServiceProvider;
|
||||
use Illuminate\Auth\Passwords\PasswordResetServiceProvider;
|
||||
use Illuminate\Broadcasting\BroadcastServiceProvider;
|
||||
@@ -400,8 +399,6 @@ return [
|
||||
DumbPasswordServiceProvider::class,
|
||||
Eduardokum\LaravelMailAutoEmbed\ServiceProvider::class,
|
||||
SocialiteServiceProvider::class,
|
||||
Elibyy\TCPDF\ServiceProvider::class,
|
||||
|
||||
/*
|
||||
* Application Service Providers...
|
||||
*/
|
||||
@@ -456,7 +453,6 @@ return [
|
||||
'Mail' => Mail::class,
|
||||
'Notification' => Notification::class,
|
||||
'Password' => Password::class,
|
||||
'PDF' => TCPDF::class,
|
||||
'Queue' => Queue::class,
|
||||
'Redirect' => Redirect::class,
|
||||
'Redis' => Redis::class,
|
||||
|
||||
Reference in New Issue
Block a user