seeder-migration-issues

This commit is contained in:
RafficMohammed
2023-01-30 14:23:34 +05:30
parent 4d918c722f
commit 2ec836b447
3628 changed files with 116006 additions and 187 deletions

View File

@@ -6,6 +6,12 @@ $vendorDir = dirname(__DIR__);
$baseDir = dirname($vendorDir);
return array(
'thomaswelton\\GravatarLib\\' => array($vendorDir . '/thomaswelton/gravatarlib'),
'ZendService\\Google\\Gcm\\' => array($vendorDir . '/zendframework/zendservice-google-gcm/library'),
'ZendService\\Google\\Exception\\' => array($vendorDir . '/zendframework/zendservice-google-gcm/library'),
'ZendService\\Apple\\Exception\\' => array($vendorDir . '/zendframework/zendservice-apple-apns/library'),
'ZendService\\Apple\\Apns\\' => array($vendorDir . '/zendframework/zendservice-apple-apns/library'),
'Sly' => array($vendorDir . '/sly/notification-pusher/src'),
'PhpSpec' => array($vendorDir . '/phpspec/phpspec/src'),
'Mockery' => array($vendorDir . '/mockery/mockery/library'),
'HTMLPurifier' => array($vendorDir . '/ezyang/htmlpurifier/library'),
@@ -13,4 +19,6 @@ return array(
'Flow' => array($vendorDir . '/flowjs/flow-php-server/src'),
'Fetch' => array($vendorDir . '/tedivm/fetch/src'),
'Diff' => array($vendorDir . '/phpspec/php-diff/lib'),
'Davibennun\\LaravelPushNotification' => array($vendorDir . '/davibennun/laravel-push-notification/src'),
'Chumper\\Datatable' => array($vendorDir . '/chumper/datatable/src'),
);