composer and package install

This commit is contained in:
nurafrinaalimi16
2026-02-25 09:43:05 +08:00
parent 77204b3cb4
commit 974fa6a63e
2 changed files with 5 additions and 2 deletions
+2 -1
View File
@@ -13,7 +13,8 @@
"laravel/framework": "5.8.*", "laravel/framework": "5.8.*",
"laravel/passport": "^4.0", "laravel/passport": "^4.0",
"laravel/tinker": "~1.0", "laravel/tinker": "~1.0",
"lcobucci/jwt": "3.3" "lcobucci/jwt": "3.3",
"maatwebsite/excel": "^3.1"
}, },
"require-dev": { "require-dev": {
"fzaninotto/faker": "~1.4", "fzaninotto/faker": "~1.4",
+3 -1
View File
@@ -20,6 +20,8 @@
}, },
"dependencies": { "dependencies": {
"@bachdgvn/vue-otp-input": "^1.0.8", "@bachdgvn/vue-otp-input": "^1.0.8",
"bootstrap": "^5.3.8" "axios": "^1.13.2",
"bootstrap": "^5.3.8",
"jsbarcode": "^3.12.3"
} }
} }