]> _ Git - fluidbook-toolbox.git/commitdiff
Merge branch 'backpack5' into delivery
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Jul 2023 18:06:53 +0000 (20:06 +0200)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Tue, 4 Jul 2023 18:06:53 +0000 (20:06 +0200)
# Conflicts:
# app/Models/FluidbookPublication.php

1  2 
app/Models/FluidbookPublication.php
composer.lock

index 4f4c9353dfad38fb391a5a1ad5cf5a6993351d79,7940f174ef14fb6ef1639349ba834cc75371539e..13ecd965c21a4ae77164026e6f0b0d8379856f2b
@@@ -25,9 -28,9 +28,11 @@@ use App\Http\Controllers\Admin\Operatio
  use App\Http\Controllers\Admin\Operations\FluidbookPublication\Services\ExportPdfOperation;
  use App\Http\Controllers\Admin\Operations\FluidbookPublication\Services\SocialImageOperation;
  use App\Http\Controllers\Admin\Operations\FluidbookPublication\StatsOperation;
+ use App\Http\Controllers\Admin\Operations\FluidbookPublication\UpgradeOperation;
  use App\Jobs\FluidbookImagesPreprocess;
+ use App\Jobs\FluidbookSocialImage;
 +use App\Jobs\GenerateDeliveryThumbnailsPreview;
 +use App\Jobs\GenerateSecondPagePreview;
  use App\Models\Base\ToolboxSettingsModel;
  use App\Models\Traits\CheckHash;
  use App\Models\Traits\PublicationSettings;
diff --cc composer.lock
index ed892dae309fe8634cbef3ab759e73ae0dcfecc0,18f755b65095f5a3653199d7c317a31dafa56840..3aa9e738b9b1f21cc4347fd89e7c8afee0441777
              },
              "time": "2022-09-27T16:11:03+00:00"
          },
 +        {
 +            "name": "simplesoftwareio/simple-qrcode",
 +            "version": "4.2.0",
 +            "source": {
 +                "type": "git",
 +                "url": "https://github.com/SimpleSoftwareIO/simple-qrcode.git",
 +                "reference": "916db7948ca6772d54bb617259c768c9cdc8d537"
 +            },
 +            "dist": {
 +                "type": "zip",
 +                "url": "https://api.github.com/repos/SimpleSoftwareIO/simple-qrcode/zipball/916db7948ca6772d54bb617259c768c9cdc8d537",
 +                "reference": "916db7948ca6772d54bb617259c768c9cdc8d537",
 +                "shasum": ""
 +            },
 +            "require": {
 +                "bacon/bacon-qr-code": "^2.0",
 +                "ext-gd": "*",
 +                "php": ">=7.2|^8.0"
 +            },
 +            "require-dev": {
 +                "mockery/mockery": "~1",
 +                "phpunit/phpunit": "~9"
 +            },
 +            "suggest": {
 +                "ext-imagick": "Allows the generation of PNG QrCodes.",
 +                "illuminate/support": "Allows for use within Laravel."
 +            },
 +            "type": "library",
 +            "extra": {
 +                "laravel": {
 +                    "providers": [
 +                        "SimpleSoftwareIO\\QrCode\\QrCodeServiceProvider"
 +                    ],
 +                    "aliases": {
 +                        "QrCode": "SimpleSoftwareIO\\QrCode\\Facades\\QrCode"
 +                    }
 +                }
 +            },
 +            "autoload": {
 +                "psr-4": {
 +                    "SimpleSoftwareIO\\QrCode\\": "src"
 +                }
 +            },
 +            "notification-url": "https://packagist.org/downloads/",
 +            "license": [
 +                "MIT"
 +            ],
 +            "authors": [
 +                {
 +                    "name": "Simple Software LLC",
 +                    "email": "support@simplesoftware.io"
 +                }
 +            ],
 +            "description": "Simple QrCode is a QR code generator made for Laravel.",
 +            "homepage": "https://www.simplesoftware.io/#/docs/simple-qrcode",
 +            "keywords": [
 +                "Simple",
 +                "generator",
 +                "laravel",
 +                "qrcode",
 +                "wrapper"
 +            ],
 +            "support": {
 +                "issues": "https://github.com/SimpleSoftwareIO/simple-qrcode/issues",
 +                "source": "https://github.com/SimpleSoftwareIO/simple-qrcode/tree/4.2.0"
 +            },
 +            "time": "2021-02-08T20:43:55+00:00"
 +        },
          {
              "name": "spatie/db-dumper",
-             "version": "3.3.1",
+             "version": "3.4.0",
              "source": {
                  "type": "git",
                  "url": "https://github.com/spatie/db-dumper.git",