From 0ad4a7fe2a7c73fbb13507583764114741ce4dc7 Mon Sep 17 00:00:00 2001 From: Masroor Ehsan Date: Mon, 30 Dec 2024 20:11:36 +0600 Subject: [PATCH] composer --- composer.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/composer.json b/composer.json index 687bc63..ad0608d 100644 --- a/composer.json +++ b/composer.json @@ -1,11 +1,10 @@ { - "$schema": "https://getcomposer.org/schema.json", - "name": "laravel/laravel", + "name": "masroore/radsparc", "type": "project", - "description": "The skeleton application for the Laravel framework.", + "description": "RadSparc PACS.", "keywords": [ - "laravel", - "framework" + "pacs", + "orthanc" ], "license": "MIT", "require": { @@ -20,6 +19,7 @@ "phpoffice/phpword": "^1.3", "propaganistas/laravel-phone": "^5.3", "rap2hpoutre/fast-excel": "^5.5", + "sentry/sentry-laravel": "^4.10", "spatie/laravel-permission": "^6.10", "spatie/laravel-settings": "^3.4", "vinkla/hashids": "^12.0", @@ -48,7 +48,10 @@ "autoload-dev": { "psr-4": { "Tests\\": "tests/" - } + }, + "files": [ + "app/helpers.php" + ] }, "scripts": { "post-autoload-dump": [