From: Vincent Vanwaelscappel Date: Thu, 17 Jul 2025 09:45:07 +0000 (+0200) Subject: #7646 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=fbbdd7424ab38b39d8d5f6648e939b03855ae3be;p=fluidbook-toolbox.git #7646 --- diff --git a/composer.json b/composer.json index b4040faec..a9a3c08b3 100644 --- a/composer.json +++ b/composer.json @@ -41,6 +41,7 @@ "cubist/azuretranslate": "dev-master", "cubist/azuretts": "dev-master", "cubist/cms-back": "dev-master", + "cubist/dsn": "dev-master", "cubist/excel": "dev-master", "cubist/matomo": "dev-master", "cubist/pdf": "dev-master", diff --git a/composer.lock b/composer.lock index 5c65b9090..7a9460ca3 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "674f394b07cd9069af87322406565da9", + "content-hash": "ba6bbde17bfdc212dfaebf5bb2c85d90", "packages": [ { "name": "archtechx/enums", @@ -2094,6 +2094,57 @@ "description": "Cubist CMS Front", "time": "2024-02-26T09:16:47+00:00" }, + { + "name": "cubist/dsn", + "version": "dev-master", + "source": { + "type": "git", + "url": "git://git.cubedesigners.com/cubist_dsn.git", + "reference": "2dbf09422ed0850f33fa444a1262003617036591" + }, + "dist": { + "type": "tar", + "url": "https://composer.cubedesigners.com/dist/cubist/dsn/cubist-dsn-dev-master-f9a5e4.tar", + "reference": "2dbf09422ed0850f33fa444a1262003617036591", + "shasum": "921b845da80fb91fe819309336d5d414a0c7c9ef" + }, + "require": { + "cubist/util": "dev-master", + "ext-dom": "*", + "ext-json": "*", + "ext-libxml": "*", + "guzzlehttp/guzzle": "^7.7", + "laravel/framework": "~5.8|^6.0|^7.0|^8.0|^9.0|^10.0", + "php": ">=7.4" + }, + "default-branch": true, + "type": "library", + "extra": { + "laravel": { + "providers": [] + } + }, + "autoload": { + "psr-4": { + "Cubist\\DSN\\": "src" + } + }, + "license": [ + "proprietary" + ], + "authors": [ + { + "name": "Vincent Vanwaelscappel", + "email": "vincent@cubedesigners.com" + } + ], + "description": "Implementation of DSN API", + "keywords": [ + "cubist", + "dsn" + ], + "time": "2025-07-17T09:43:14+00:00" + }, { "name": "cubist/excel", "version": "dev-master", @@ -18769,6 +18820,7 @@ "cubist/azuretranslate": 20, "cubist/azuretts": 20, "cubist/cms-back": 20, + "cubist/dsn": 20, "cubist/excel": 20, "cubist/matomo": 20, "cubist/pdf": 20,