composer
This commit is contained in:
parent
35543023ee
commit
0ad4a7fe2a
@ -1,11 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://getcomposer.org/schema.json",
|
"name": "masroore/radsparc",
|
||||||
"name": "laravel/laravel",
|
|
||||||
"type": "project",
|
"type": "project",
|
||||||
"description": "The skeleton application for the Laravel framework.",
|
"description": "RadSparc PACS.",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"laravel",
|
"pacs",
|
||||||
"framework"
|
"orthanc"
|
||||||
],
|
],
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"require": {
|
"require": {
|
||||||
@ -20,6 +19,7 @@
|
|||||||
"phpoffice/phpword": "^1.3",
|
"phpoffice/phpword": "^1.3",
|
||||||
"propaganistas/laravel-phone": "^5.3",
|
"propaganistas/laravel-phone": "^5.3",
|
||||||
"rap2hpoutre/fast-excel": "^5.5",
|
"rap2hpoutre/fast-excel": "^5.5",
|
||||||
|
"sentry/sentry-laravel": "^4.10",
|
||||||
"spatie/laravel-permission": "^6.10",
|
"spatie/laravel-permission": "^6.10",
|
||||||
"spatie/laravel-settings": "^3.4",
|
"spatie/laravel-settings": "^3.4",
|
||||||
"vinkla/hashids": "^12.0",
|
"vinkla/hashids": "^12.0",
|
||||||
@ -48,7 +48,10 @@
|
|||||||
"autoload-dev": {
|
"autoload-dev": {
|
||||||
"psr-4": {
|
"psr-4": {
|
||||||
"Tests\\": "tests/"
|
"Tests\\": "tests/"
|
||||||
}
|
},
|
||||||
|
"files": [
|
||||||
|
"app/helpers.php"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"post-autoload-dump": [
|
"post-autoload-dump": [
|
||||||
|
Loading…
Reference in New Issue
Block a user