Jeremy Zheng пре 2 недеља
родитељ
комит
3c132212f7
3 измењених фајлова са 10 додато и 4 уклоњено
  1. 7 1
      api-v13/composer.json
  2. 2 2
      api-v13/package.json
  3. 1 1
      scripts/laravel.sh

+ 7 - 1
api-v13/composer.json

@@ -13,13 +13,19 @@
         "aws/aws-sdk-php": "^3.379",
         "casbin/casbin": "^4.1",
         "firebase/php-jwt": "^7.0",
+        "godruoyi/php-snowflake": "^3.2",
         "guzzlehttp/guzzle": "^7.10",
         "inertiajs/inertia-laravel": "^3.0",
+        "intervention/image": "^4.0",
         "laravel/framework": "^13.0",
         "laravel/tinker": "^3.0",
         "laravel/wayfinder": "^0.1.14",
+        "mustache/mustache": "^3.0",
         "opensearch-project/opensearch-php": "^2.6",
-        "phpoffice/phpspreadsheet": "^5.6"
+        "php-amqplib/php-amqplib": "^3.7",
+        "php-ffmpeg/php-ffmpeg": "^1.4",
+        "phpoffice/phpspreadsheet": "^5.7",
+        "predis/predis": "^3.4"
     },
     "require-dev": {
         "fakerphp/faker": "^1.24",

+ 2 - 2
api-v13/package.json

@@ -46,9 +46,9 @@
         "clsx": "^2.1.1",
         "concurrently": "^9.0.1",
         "dayjs": "^1.11.20",
-        "dompurify": "^3.4.0",
+        "dompurify": "^3.4.1",
         "globals": "^15.14.0",
-        "jsdom": "^29.0.2",
+        "jsdom": "^29.1.0",
         "laravel-vite-plugin": "^3.0.0",
         "marked": "^18.0.2",
         "react": "^19.2.0",

+ 1 - 1
scripts/laravel.sh

@@ -5,7 +5,7 @@ set -e
 git config --global --add safe.directory "$(dirname -- "$(realpath -- "$PWD")")"
 
 composer require --no-scripts \
-    guzzlehttp/guzzle opensearch-project/opensearch-php phpoffice/phpspreadsheet aws/aws-sdk-php firebase/php-jwt casbin/casbin
+    guzzlehttp/guzzle opensearch-project/opensearch-php phpoffice/phpspreadsheet aws/aws-sdk-php firebase/php-jwt casbin/casbin godruoyi/php-snowflake intervention/image mustache/mustache php-amqplib/php-amqplib php-ffmpeg/php-ffmpeg predis/predis
 
 npm install --save \
     bootstrap bulma @material/web \