seeder-migration-issues
This commit is contained in:
1
vendor/composer/autoload_classmap.php
vendored
1
vendor/composer/autoload_classmap.php
vendored
@@ -48,6 +48,7 @@ return array(
|
||||
'DOMPDF' => $vendorDir . '/dompdf/dompdf/include/dompdf.cls.php',
|
||||
'DOMPDF_Exception' => $vendorDir . '/dompdf/dompdf/include/dompdf_exception.cls.php',
|
||||
'DOMPDF_Image_Exception' => $vendorDir . '/dompdf/dompdf/include/dompdf_image_exception.cls.php',
|
||||
'Database\\Seeders\\AlterColumnTypeSeeder' => $baseDir . '/database/seeders/AlterColumnTypeSeeder.php',
|
||||
'Database\\Seeders\\DatabaseSeeder' => $baseDir . '/database/seeders/DatabaseSeeder.php',
|
||||
'Database\\Seeders\\OutboundMailSeeder' => $baseDir . '/database/seeders/OutboundMailSeeder.php',
|
||||
'Database\\Seeders\\TicketSourceSeeder' => $baseDir . '/database/seeders/TicketSourceSeeder.php',
|
||||
|
2
vendor/composer/autoload_files.php
vendored
2
vendor/composer/autoload_files.php
vendored
@@ -13,9 +13,9 @@ return array(
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => $vendorDir . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'667aeda72477189d0494fecd327c3641' => $vendorDir . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||
'8825ede83f2f289127722d4e842cf7e8' => $vendorDir . '/symfony/polyfill-intl-grapheme/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => $vendorDir . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'25072dd6e2470089de65ae7bf11d3109' => $vendorDir . '/symfony/polyfill-php72/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => $vendorDir . '/symfony/string/Resources/functions.php',
|
||||
'f598d06aa772fa33d905e87be6398fb1' => $vendorDir . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => $vendorDir . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => $vendorDir . '/symfony/polyfill-php80/bootstrap.php',
|
||||
|
8
vendor/composer/autoload_namespaces.php
vendored
8
vendor/composer/autoload_namespaces.php
vendored
@@ -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'),
|
||||
);
|
||||
|
25
vendor/composer/autoload_psr4.php
vendored
25
vendor/composer/autoload_psr4.php
vendored
@@ -7,17 +7,28 @@ $baseDir = dirname($vendorDir);
|
||||
|
||||
return array(
|
||||
'voku\\' => array($vendorDir . '/voku/portable-ascii/src/voku'),
|
||||
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/type-resolver/src', $vendorDir . '/phpdocumentor/reflection-docblock/src'),
|
||||
'phpDocumentor\\Reflection\\' => array($vendorDir . '/phpdocumentor/reflection-common/src', $vendorDir . '/phpdocumentor/reflection-docblock/src', $vendorDir . '/phpdocumentor/type-resolver/src'),
|
||||
'libphonenumber\\' => array($vendorDir . '/giggsey/libphonenumber-for-php/src'),
|
||||
'ZipStream\\' => array($vendorDir . '/maennchen/zipstream-php/src'),
|
||||
'Zend\\Validator\\' => array($vendorDir . '/zendframework/zend-validator/src'),
|
||||
'Zend\\Uri\\' => array($vendorDir . '/zendframework/zend-uri/src'),
|
||||
'Zend\\Stdlib\\' => array($vendorDir . '/zendframework/zend-stdlib/src'),
|
||||
'Zend\\Loader\\' => array($vendorDir . '/zendframework/zend-loader/src'),
|
||||
'Zend\\Json\\' => array($vendorDir . '/zendframework/zend-json/src'),
|
||||
'Zend\\Hydrator\\' => array($vendorDir . '/zendframework/zend-hydrator/src'),
|
||||
'Zend\\Http\\' => array($vendorDir . '/zendframework/zend-http/src'),
|
||||
'Zend\\Escaper\\' => array($vendorDir . '/zendframework/zend-escaper/src'),
|
||||
'Yajra\\DataTables\\' => array($vendorDir . '/yajra/laravel-datatables-oracle/src'),
|
||||
'Whoops\\' => array($vendorDir . '/filp/whoops/src/Whoops'),
|
||||
'Webmozart\\Assert\\' => array($vendorDir . '/webmozart/assert/src'),
|
||||
'Vsmoraes\\Pdf\\' => array($vendorDir . '/vsmoraes/laravel-pdf/src'),
|
||||
'Unisharp\\Ckeditor\\' => array($vendorDir . '/unisharp/laravel-ckeditor'),
|
||||
'UniSharp\\LaravelFilemanager\\' => array($vendorDir . '/unisharp/laravel-filemanager/src'),
|
||||
'Tymon\\JWTAuth\\' => array($vendorDir . '/tymon/jwt-auth/src'),
|
||||
'Torann\\GeoIP\\' => array($vendorDir . '/torann/geoip/src'),
|
||||
'TijsVerkoyen\\CssToInlineStyles\\' => array($vendorDir . '/tijsverkoyen/css-to-inline-styles/src'),
|
||||
'Thomaswelton\\Tests\\LaravelGravatar\\' => array($vendorDir . '/thomaswelton/laravel-gravatar/tests'),
|
||||
'Thomaswelton\\LaravelGravatar\\' => array($vendorDir . '/thomaswelton/laravel-gravatar/src'),
|
||||
'Tests\\' => array($baseDir . '/tests'),
|
||||
'Termwind\\' => array($vendorDir . '/nunomaduro/termwind/src'),
|
||||
'Symfony\\Polyfill\\Uuid\\' => array($vendorDir . '/symfony/polyfill-uuid'),
|
||||
@@ -38,6 +49,7 @@ return array(
|
||||
'Symfony\\Component\\String\\' => array($vendorDir . '/symfony/string'),
|
||||
'Symfony\\Component\\Routing\\' => array($vendorDir . '/symfony/routing'),
|
||||
'Symfony\\Component\\Process\\' => array($vendorDir . '/symfony/process'),
|
||||
'Symfony\\Component\\OptionsResolver\\' => array($vendorDir . '/symfony/options-resolver'),
|
||||
'Symfony\\Component\\Mime\\' => array($vendorDir . '/symfony/mime'),
|
||||
'Symfony\\Component\\Mailer\\' => array($vendorDir . '/symfony/mailer'),
|
||||
'Symfony\\Component\\HttpKernel\\' => array($vendorDir . '/symfony/http-kernel'),
|
||||
@@ -57,7 +69,7 @@ return array(
|
||||
'Psy\\' => array($vendorDir . '/psy/psysh/src'),
|
||||
'Psr\\SimpleCache\\' => array($vendorDir . '/psr/simple-cache/src'),
|
||||
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
|
||||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-message/src', $vendorDir . '/psr/http-factory/src'),
|
||||
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
|
||||
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
|
||||
'Psr\\EventDispatcher\\' => array($vendorDir . '/psr/event-dispatcher/src'),
|
||||
'Psr\\Container\\' => array($vendorDir . '/psr/container/src'),
|
||||
@@ -91,6 +103,8 @@ return array(
|
||||
'Laravel\\Socialite\\' => array($vendorDir . '/laravel/socialite/src'),
|
||||
'Laravel\\SerializableClosure\\' => array($vendorDir . '/laravel/serializable-closure/src'),
|
||||
'Laravel\\Dusk\\' => array($vendorDir . '/laravel/dusk/src'),
|
||||
'LaravelFCM\\Mocks\\' => array($vendorDir . '/brozot/laravel-fcm/tests/mocks'),
|
||||
'LaravelFCM\\' => array($vendorDir . '/brozot/laravel-fcm/src'),
|
||||
'JmesPath\\' => array($vendorDir . '/mtdowling/jmespath.php/src'),
|
||||
'Intervention\\Image\\' => array($vendorDir . '/intervention/image/src/Intervention/Image'),
|
||||
'Illuminate\\Support\\' => array($vendorDir . '/laravel/framework/src/Illuminate/Macroable', $vendorDir . '/laravel/framework/src/Illuminate/Collections', $vendorDir . '/laravel/framework/src/Illuminate/Conditionable'),
|
||||
@@ -118,13 +132,14 @@ return array(
|
||||
'DeepCopy\\' => array($vendorDir . '/myclabs/deep-copy/src/DeepCopy'),
|
||||
'DebugBar\\' => array($vendorDir . '/maximebf/debugbar/src/DebugBar'),
|
||||
'DaveJamesMiller\\Breadcrumbs\\' => array($vendorDir . '/davejamesmiller/laravel-breadcrumbs/src'),
|
||||
'Database\\Seeders\\' => array($baseDir . '/database/seeders'),
|
||||
'Database\\Factories\\' => array($baseDir . '/database/factories'),
|
||||
'Database\\Seeders\\' => array($baseDir . '/database/seeders', $vendorDir . '/laravel/pint/database/seeders'),
|
||||
'Database\\Factories\\' => array($baseDir . '/database/factories', $vendorDir . '/laravel/pint/database/factories'),
|
||||
'Cron\\' => array($vendorDir . '/dragonmantank/cron-expression/src/Cron'),
|
||||
'Composer\\Semver\\' => array($vendorDir . '/composer/semver/src'),
|
||||
'Composer\\CaBundle\\' => array($vendorDir . '/composer/ca-bundle/src'),
|
||||
'Complex\\' => array($vendorDir . '/markbaker/complex/classes/src'),
|
||||
'Collective\\Html\\' => array($vendorDir . '/laravelcollective/html/src'),
|
||||
'Chumper\\Zipper\\' => array($vendorDir . '/chumper/zipper/src/Chumper/Zipper'),
|
||||
'Carbon\\' => array($vendorDir . '/nesbot/carbon/src/Carbon'),
|
||||
'Bugsnag\\PsrLogger\\' => array($vendorDir . '/bugsnag/bugsnag-psr-logger/src'),
|
||||
'Bugsnag\\BugsnagLaravel\\' => array($vendorDir . '/bugsnag/bugsnag-laravel/src'),
|
||||
@@ -132,5 +147,5 @@ return array(
|
||||
'Brick\\Math\\' => array($vendorDir . '/brick/math/src'),
|
||||
'Barryvdh\\Debugbar\\' => array($vendorDir . '/barryvdh/laravel-debugbar/src'),
|
||||
'Aws\\' => array($vendorDir . '/aws/aws-sdk-php/src'),
|
||||
'App\\' => array($baseDir . '/app'),
|
||||
'App\\' => array($baseDir . '/app', $vendorDir . '/laravel/pint/app'),
|
||||
);
|
||||
|
133
vendor/composer/autoload_static.php
vendored
133
vendor/composer/autoload_static.php
vendored
@@ -14,9 +14,9 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'7b11c4dc42b3b3023073cb14e519683c' => __DIR__ . '/..' . '/ralouphie/getallheaders/src/getallheaders.php',
|
||||
'667aeda72477189d0494fecd327c3641' => __DIR__ . '/..' . '/symfony/var-dumper/Resources/functions/dump.php',
|
||||
'8825ede83f2f289127722d4e842cf7e8' => __DIR__ . '/..' . '/symfony/polyfill-intl-grapheme/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
|
||||
'c964ee0ededf28c96ebd9db5099ef910' => __DIR__ . '/..' . '/guzzlehttp/promises/src/functions_include.php',
|
||||
'25072dd6e2470089de65ae7bf11d3109' => __DIR__ . '/..' . '/symfony/polyfill-php72/bootstrap.php',
|
||||
'b6b991a57620e2fb6b2f66f03fe9ddc2' => __DIR__ . '/..' . '/symfony/string/Resources/functions.php',
|
||||
'f598d06aa772fa33d905e87be6398fb1' => __DIR__ . '/..' . '/symfony/polyfill-intl-idn/bootstrap.php',
|
||||
'37a3dc5111fe8f707ab4c132ef1dbc62' => __DIR__ . '/..' . '/guzzlehttp/guzzle/src/functions_include.php',
|
||||
'a4a119a56e50fbb293281d9a48007e0e' => __DIR__ . '/..' . '/symfony/polyfill-php80/bootstrap.php',
|
||||
@@ -60,6 +60,14 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Z' =>
|
||||
array (
|
||||
'ZipStream\\' => 10,
|
||||
'Zend\\Validator\\' => 15,
|
||||
'Zend\\Uri\\' => 9,
|
||||
'Zend\\Stdlib\\' => 12,
|
||||
'Zend\\Loader\\' => 12,
|
||||
'Zend\\Json\\' => 10,
|
||||
'Zend\\Hydrator\\' => 14,
|
||||
'Zend\\Http\\' => 10,
|
||||
'Zend\\Escaper\\' => 13,
|
||||
),
|
||||
'Y' =>
|
||||
array (
|
||||
@@ -76,6 +84,7 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
),
|
||||
'U' =>
|
||||
array (
|
||||
'Unisharp\\Ckeditor\\' => 18,
|
||||
'UniSharp\\LaravelFilemanager\\' => 28,
|
||||
),
|
||||
'T' =>
|
||||
@@ -83,6 +92,8 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Tymon\\JWTAuth\\' => 14,
|
||||
'Torann\\GeoIP\\' => 13,
|
||||
'TijsVerkoyen\\CssToInlineStyles\\' => 31,
|
||||
'Thomaswelton\\Tests\\LaravelGravatar\\' => 35,
|
||||
'Thomaswelton\\LaravelGravatar\\' => 29,
|
||||
'Tests\\' => 6,
|
||||
'Termwind\\' => 9,
|
||||
),
|
||||
@@ -106,6 +117,7 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Symfony\\Component\\String\\' => 25,
|
||||
'Symfony\\Component\\Routing\\' => 26,
|
||||
'Symfony\\Component\\Process\\' => 26,
|
||||
'Symfony\\Component\\OptionsResolver\\' => 34,
|
||||
'Symfony\\Component\\Mime\\' => 23,
|
||||
'Symfony\\Component\\Mailer\\' => 25,
|
||||
'Symfony\\Component\\HttpKernel\\' => 29,
|
||||
@@ -174,6 +186,8 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Laravel\\Socialite\\' => 18,
|
||||
'Laravel\\SerializableClosure\\' => 28,
|
||||
'Laravel\\Dusk\\' => 13,
|
||||
'LaravelFCM\\Mocks\\' => 17,
|
||||
'LaravelFCM\\' => 11,
|
||||
),
|
||||
'J' =>
|
||||
array (
|
||||
@@ -229,6 +243,7 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Composer\\CaBundle\\' => 18,
|
||||
'Complex\\' => 8,
|
||||
'Collective\\Html\\' => 16,
|
||||
'Chumper\\Zipper\\' => 15,
|
||||
'Carbon\\' => 7,
|
||||
),
|
||||
'B' =>
|
||||
@@ -254,8 +269,8 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'phpDocumentor\\Reflection\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpdocumentor/reflection-common/src',
|
||||
1 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src',
|
||||
2 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src',
|
||||
1 => __DIR__ . '/..' . '/phpdocumentor/reflection-docblock/src',
|
||||
2 => __DIR__ . '/..' . '/phpdocumentor/type-resolver/src',
|
||||
),
|
||||
'libphonenumber\\' =>
|
||||
array (
|
||||
@@ -265,6 +280,38 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/maennchen/zipstream-php/src',
|
||||
),
|
||||
'Zend\\Validator\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-validator/src',
|
||||
),
|
||||
'Zend\\Uri\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-uri/src',
|
||||
),
|
||||
'Zend\\Stdlib\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-stdlib/src',
|
||||
),
|
||||
'Zend\\Loader\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-loader/src',
|
||||
),
|
||||
'Zend\\Json\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-json/src',
|
||||
),
|
||||
'Zend\\Hydrator\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-hydrator/src',
|
||||
),
|
||||
'Zend\\Http\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-http/src',
|
||||
),
|
||||
'Zend\\Escaper\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zend-escaper/src',
|
||||
),
|
||||
'Yajra\\DataTables\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/yajra/laravel-datatables-oracle/src',
|
||||
@@ -281,6 +328,10 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/vsmoraes/laravel-pdf/src',
|
||||
),
|
||||
'Unisharp\\Ckeditor\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/unisharp/laravel-ckeditor',
|
||||
),
|
||||
'UniSharp\\LaravelFilemanager\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/unisharp/laravel-filemanager/src',
|
||||
@@ -297,6 +348,14 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/tijsverkoyen/css-to-inline-styles/src',
|
||||
),
|
||||
'Thomaswelton\\Tests\\LaravelGravatar\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/thomaswelton/laravel-gravatar/tests',
|
||||
),
|
||||
'Thomaswelton\\LaravelGravatar\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/thomaswelton/laravel-gravatar/src',
|
||||
),
|
||||
'Tests\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/tests',
|
||||
@@ -377,6 +436,10 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/process',
|
||||
),
|
||||
'Symfony\\Component\\OptionsResolver\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/options-resolver',
|
||||
),
|
||||
'Symfony\\Component\\Mime\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/symfony/mime',
|
||||
@@ -455,8 +518,8 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
),
|
||||
'Psr\\Http\\Message\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/psr/http-message/src',
|
||||
1 => __DIR__ . '/..' . '/psr/http-factory/src',
|
||||
0 => __DIR__ . '/..' . '/psr/http-factory/src',
|
||||
1 => __DIR__ . '/..' . '/psr/http-message/src',
|
||||
),
|
||||
'Psr\\Http\\Client\\' =>
|
||||
array (
|
||||
@@ -590,6 +653,14 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravel/dusk/src',
|
||||
),
|
||||
'LaravelFCM\\Mocks\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/brozot/laravel-fcm/tests/mocks',
|
||||
),
|
||||
'LaravelFCM\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/brozot/laravel-fcm/src',
|
||||
),
|
||||
'JmesPath\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/mtdowling/jmespath.php/src',
|
||||
@@ -703,10 +774,12 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'Database\\Seeders\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/database/seeders',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/database/seeders',
|
||||
),
|
||||
'Database\\Factories\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/database/factories',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/database/factories',
|
||||
),
|
||||
'Cron\\' =>
|
||||
array (
|
||||
@@ -728,6 +801,10 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/laravelcollective/html/src',
|
||||
),
|
||||
'Chumper\\Zipper\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/chumper/zipper/src/Chumper/Zipper',
|
||||
),
|
||||
'Carbon\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/nesbot/carbon/src/Carbon',
|
||||
@@ -759,10 +836,44 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'App\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/../..' . '/app',
|
||||
1 => __DIR__ . '/..' . '/laravel/pint/app',
|
||||
),
|
||||
);
|
||||
|
||||
public static $prefixesPsr0 = array (
|
||||
't' =>
|
||||
array (
|
||||
'thomaswelton\\GravatarLib\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/thomaswelton/gravatarlib',
|
||||
),
|
||||
),
|
||||
'Z' =>
|
||||
array (
|
||||
'ZendService\\Google\\Gcm\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zendservice-google-gcm/library',
|
||||
),
|
||||
'ZendService\\Google\\Exception\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zendservice-google-gcm/library',
|
||||
),
|
||||
'ZendService\\Apple\\Exception\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zendservice-apple-apns/library',
|
||||
),
|
||||
'ZendService\\Apple\\Apns\\' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/zendframework/zendservice-apple-apns/library',
|
||||
),
|
||||
),
|
||||
'S' =>
|
||||
array (
|
||||
'Sly' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/sly/notification-pusher/src',
|
||||
),
|
||||
),
|
||||
'P' =>
|
||||
array (
|
||||
'PhpSpec' =>
|
||||
@@ -805,6 +916,17 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/phpspec/php-diff/lib',
|
||||
),
|
||||
'Davibennun\\LaravelPushNotification' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/davibennun/laravel-push-notification/src',
|
||||
),
|
||||
),
|
||||
'C' =>
|
||||
array (
|
||||
'Chumper\\Datatable' =>
|
||||
array (
|
||||
0 => __DIR__ . '/..' . '/chumper/datatable/src',
|
||||
),
|
||||
),
|
||||
);
|
||||
|
||||
@@ -851,6 +973,7 @@ class ComposerStaticInit10c1836cea18dd9470bc2e97275d9d56
|
||||
'DOMPDF' => __DIR__ . '/..' . '/dompdf/dompdf/include/dompdf.cls.php',
|
||||
'DOMPDF_Exception' => __DIR__ . '/..' . '/dompdf/dompdf/include/dompdf_exception.cls.php',
|
||||
'DOMPDF_Image_Exception' => __DIR__ . '/..' . '/dompdf/dompdf/include/dompdf_image_exception.cls.php',
|
||||
'Database\\Seeders\\AlterColumnTypeSeeder' => __DIR__ . '/../..' . '/database/seeders/AlterColumnTypeSeeder.php',
|
||||
'Database\\Seeders\\DatabaseSeeder' => __DIR__ . '/../..' . '/database/seeders/DatabaseSeeder.php',
|
||||
'Database\\Seeders\\OutboundMailSeeder' => __DIR__ . '/../..' . '/database/seeders/OutboundMailSeeder.php',
|
||||
'Database\\Seeders\\TicketSourceSeeder' => __DIR__ . '/../..' . '/database/seeders/TicketSourceSeeder.php',
|
||||
|
1255
vendor/composer/installed.json
vendored
1255
vendor/composer/installed.json
vendored
File diff suppressed because it is too large
Load Diff
200
vendor/composer/installed.php
vendored
200
vendor/composer/installed.php
vendored
@@ -5,7 +5,7 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'cdf623c04ae4aac16fbb2ce0a67b0638a80dfac3',
|
||||
'reference' => 'a8a0743b2cc50ed10b62231fc90199bcb4d77746',
|
||||
'name' => 'laravel/laravel',
|
||||
'dev' => true,
|
||||
),
|
||||
@@ -46,6 +46,17 @@
|
||||
'reference' => '459f2781e1a08d52ee56b0b1444086e038561e3f',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'brozot/laravel-fcm' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../brozot/laravel-fcm',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'e5bbea1cf57eeba7f8f467111c87056175ee1cd6',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'bugsnag/bugsnag' => array(
|
||||
'pretty_version' => 'v3.29.0',
|
||||
'version' => '3.29.0.0',
|
||||
@@ -73,6 +84,28 @@
|
||||
'reference' => '6c1126e28edcfb7c1da4b492eed883011a09416a',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'chumper/datatable' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../chumper/datatable',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'a90fa9ae15d2bcaabcdcb8ae02b4162cce756b2b',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'chumper/zipper' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../chumper/zipper',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'c051e25320ce309f92530100feb69ee9776062c1',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'composer/ca-bundle' => array(
|
||||
'pretty_version' => '1.3.4',
|
||||
'version' => '1.3.4.0',
|
||||
@@ -112,6 +145,17 @@
|
||||
'reference' => '99f92a706faefb5e1816caa96e877a0184509e5b',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'davibennun/laravel-push-notification' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../davibennun/laravel-push-notification',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'f634dd1c831e880a053529072543d5d7a0dfc166',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'dflydev/dot-access-data' => array(
|
||||
'pretty_version' => 'v3.0.2',
|
||||
'version' => '3.0.2.0',
|
||||
@@ -565,9 +609,18 @@
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../../',
|
||||
'aliases' => array(),
|
||||
'reference' => 'cdf623c04ae4aac16fbb2ce0a67b0638a80dfac3',
|
||||
'reference' => 'a8a0743b2cc50ed10b62231fc90199bcb4d77746',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'laravel/pint' => array(
|
||||
'pretty_version' => 'v1.4.0',
|
||||
'version' => '1.4.0.0',
|
||||
'type' => 'project',
|
||||
'install_path' => __DIR__ . '/../laravel/pint',
|
||||
'aliases' => array(),
|
||||
'reference' => '0e7ffdb0af871be10d798e234772ea5d4020ae4a',
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'laravel/serializable-closure' => array(
|
||||
'pretty_version' => 'v1.2.2',
|
||||
'version' => '1.2.2.0',
|
||||
@@ -1173,8 +1226,8 @@
|
||||
'psr/log-implementation' => array(
|
||||
'dev_requirement' => false,
|
||||
'provided' => array(
|
||||
0 => '1.0|2.0|3.0',
|
||||
1 => '1.0.0 || 2.0.0 || 3.0.0',
|
||||
0 => '1.0.0 || 2.0.0 || 3.0.0',
|
||||
1 => '1.0|2.0|3.0',
|
||||
),
|
||||
),
|
||||
'psr/simple-cache' => array(
|
||||
@@ -1378,6 +1431,15 @@
|
||||
'reference' => 'c6c1022351a901512170118436c764e473f6de8c',
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'sly/notification-pusher' => array(
|
||||
'pretty_version' => 'v2.2.2',
|
||||
'version' => '2.2.2.0',
|
||||
'type' => 'standalone',
|
||||
'install_path' => __DIR__ . '/../sly/notification-pusher',
|
||||
'aliases' => array(),
|
||||
'reference' => '6112841c4b679bc4f6cf01f6cf655e24794bc670',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'spatie/backtrace' => array(
|
||||
'pretty_version' => '1.2.1',
|
||||
'version' => '1.2.1.0',
|
||||
@@ -1528,6 +1590,15 @@
|
||||
'reference' => '8c98bf40406e791043890a163f6f6599b9cfa1ed',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/options-resolver' => array(
|
||||
'pretty_version' => 'v6.2.0',
|
||||
'version' => '6.2.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../symfony/options-resolver',
|
||||
'aliases' => array(),
|
||||
'reference' => 'd28f02acde71ff75e957082cd36e973df395f626',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'symfony/polyfill-ctype' => array(
|
||||
'pretty_version' => 'v1.27.0',
|
||||
'version' => '1.27.0.0',
|
||||
@@ -1714,6 +1785,26 @@
|
||||
'reference' => '34a41e998c2183e22995f158c581e7b5e755ab9e',
|
||||
'dev_requirement' => true,
|
||||
),
|
||||
'thomaswelton/gravatarlib' => array(
|
||||
'pretty_version' => '0.1.0',
|
||||
'version' => '0.1.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../thomaswelton/gravatarlib/thomaswelton/GravatarLib',
|
||||
'aliases' => array(),
|
||||
'reference' => '8a4e829c53ca2abb51ef2e514f696938a9bdbd0c',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'thomaswelton/laravel-gravatar' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../thomaswelton/laravel-gravatar',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'b42777a03739ca7a35edde8dc23ea8f8e915d84c',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'tijsverkoyen/css-to-inline-styles' => array(
|
||||
'pretty_version' => '2.2.6',
|
||||
'version' => '2.2.6.0',
|
||||
@@ -1743,6 +1834,17 @@
|
||||
'reference' => '014be8d493d228d14bbc291b24e835d330c092a0',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'unisharp/laravel-ckeditor' => array(
|
||||
'pretty_version' => 'dev-master',
|
||||
'version' => 'dev-master',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../unisharp/laravel-ckeditor',
|
||||
'aliases' => array(
|
||||
0 => '9999999-dev',
|
||||
),
|
||||
'reference' => 'd11b9811e60c163d0916326b4399ab41f293ec01',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'unisharp/laravel-filemanager' => array(
|
||||
'pretty_version' => 'v2.5.1',
|
||||
'version' => '2.5.1.0',
|
||||
@@ -1797,5 +1899,95 @@
|
||||
'reference' => 'a7fd01f06282923e9c63fa27fe6b391e21dc321a',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-escaper' => array(
|
||||
'pretty_version' => '2.5.2',
|
||||
'version' => '2.5.2.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-escaper',
|
||||
'aliases' => array(),
|
||||
'reference' => '2dcd14b61a72d8b8e27d579c6344e12c26141d4e',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-http' => array(
|
||||
'pretty_version' => '2.5.3',
|
||||
'version' => '2.5.3.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-http',
|
||||
'aliases' => array(),
|
||||
'reference' => '21174ba162cfda8d0b1d172d9f80a8bea0b767be',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-hydrator' => array(
|
||||
'pretty_version' => '1.0.0',
|
||||
'version' => '1.0.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-hydrator',
|
||||
'aliases' => array(),
|
||||
'reference' => 'f3ed8b833355140350bbed98d8a7b8b66875903f',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-json' => array(
|
||||
'pretty_version' => '2.6.0',
|
||||
'version' => '2.6.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-json',
|
||||
'aliases' => array(),
|
||||
'reference' => 'e2945611a98e1fefcaaf69969350a0bfa6a8d574',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-loader' => array(
|
||||
'pretty_version' => '2.5.1',
|
||||
'version' => '2.5.1.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-loader',
|
||||
'aliases' => array(),
|
||||
'reference' => 'c5fd2f071bde071f4363def7dea8dec7393e135c',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-stdlib' => array(
|
||||
'pretty_version' => '2.7.4',
|
||||
'version' => '2.7.4.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-stdlib',
|
||||
'aliases' => array(),
|
||||
'reference' => 'cae029346a33663b998507f94962eb27de060683',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-uri' => array(
|
||||
'pretty_version' => '2.5.1',
|
||||
'version' => '2.5.1.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-uri',
|
||||
'aliases' => array(),
|
||||
'reference' => 'fe6c7f4c8d9037fe551898a538a2b6d39483f572',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zend-validator' => array(
|
||||
'pretty_version' => '2.5.3',
|
||||
'version' => '2.5.3.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zend-validator',
|
||||
'aliases' => array(),
|
||||
'reference' => '53e567a58c8952a03da0b8edf0f075303a5ac5d1',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zendservice-apple-apns' => array(
|
||||
'pretty_version' => '1.2.0',
|
||||
'version' => '1.2.0.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zendservice-apple-apns',
|
||||
'aliases' => array(),
|
||||
'reference' => 'ee2c44ee833206c1eb95b2fb7be1e2335e7570eb',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
'zendframework/zendservice-google-gcm' => array(
|
||||
'pretty_version' => '1.0.3',
|
||||
'version' => '1.0.3.0',
|
||||
'type' => 'library',
|
||||
'install_path' => __DIR__ . '/../zendframework/zendservice-google-gcm',
|
||||
'aliases' => array(),
|
||||
'reference' => '86d16e9dcb4d41677e6f691642856b3eb95a1073',
|
||||
'dev_requirement' => false,
|
||||
),
|
||||
),
|
||||
);
|
||||
|
Reference in New Issue
Block a user