From 79bd8a31fa24993049a1351f881bfe2330c7a64d Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Fri, 15 Mar 2024 19:47:22 +0100 Subject: [PATCH] wip #6801 @0.5 --- composer.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 9cee0fb1a..785af1a68 100644 --- a/composer.json +++ b/composer.json @@ -14,6 +14,10 @@ { "type": "composer", "url": "https://repo.backpackforlaravel.com/" + }, + { + "type": "git", + "url": "https://github.com/enhydrav/standalone-blade.git" } ], "license": "MIT", @@ -50,7 +54,7 @@ "rickselby/laravel-gate-cache": "^3.7", "rodneyrehm/plist": "^2.0", "rustici-software/scormcloud-api-v2-client-php": "^2.1.0", - "ryangjchandler/standalone-blade": "^0.2.0", + "ilab/standalone-blade": "dev-main", "simplesoftwareio/simple-qrcode": "^4.2", "symfony/http-client": "^v6.4.0", "voku/simple_html_dom": "^4.8" -- 2.39.5