From 5978fd2f34ec50572b45e4d396ed45c5e5621645 Mon Sep 17 00:00:00 2001 From: Agli Panci Date: Thu, 10 Sep 2020 15:42:55 +0200 Subject: [PATCH] Adding support for v2 of dashboard --- composer.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index a98ff7b..715ca02 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { - "name": "aglipanci/laravel-dashboard-forge-tile", - "description": "1.0.0", + "name": "aglipanci/laravel-dashboard-forge-tile1", + "description": "1.1.0", "license": "MIT", "authors": [ { @@ -12,7 +12,7 @@ ], "require": { "php": "^7.4", - "spatie/laravel-dashboard": "^1.0", + "spatie/laravel-dashboard": "^2.0", "themsaid/forge-sdk": "^2.1" }, "require-dev": {