From: Vincent Vanwaelscappel Date: Fri, 7 Apr 2023 07:38:30 +0000 (+0200) Subject: wip #5851 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=7be5d808880de00cd1ac1cec9b43ac55ad9acd5c;p=cubist_cms-back.git wip #5851 --- diff --git a/auth.json b/auth.json new file mode 100644 index 0000000..54bf14a --- /dev/null +++ b/auth.json @@ -0,0 +1,8 @@ +{ + "http-basic": { + "backpackforlaravel.com": { + "username": "cubedesigners23627297", + "password": "m4iLNaqzuFer" + } + } +} diff --git a/composer.json b/composer.json index c05a14c..7cd711d 100644 --- a/composer.json +++ b/composer.json @@ -51,7 +51,8 @@ "laravel/framework": "^v9.52.5", "laravel-lang/lang": "12.19.4", "laravel-lang/publisher": "^v14.6.4", - "spatie/laravel-permission": "^4.4.3|^5.10.0" + "spatie/laravel-permission": "^4.4.3|^5.10.0", + "backpack/pro": "^1.6" }, "require-dev": { "filp/whoops": "^2.14", @@ -80,6 +81,10 @@ { "type": "composer", "url": "https:\/\/composer.cubedesigners.com\/" + }, + { + "type": "composer", + "url": "https://repo.backpackforlaravel.com/" } ] }