#feature: add AI log analysis & some bugfix

This commit is contained in:
2026-01-14 13:58:50 +08:00
parent e479ed02ea
commit ae6c169f5f
33 changed files with 3898 additions and 164 deletions

View File

@@ -1,5 +1,4 @@
{
"$schema": "https://getcomposer.org/schema.json",
"name": "laravel/laravel",
"type": "project",
"description": "The skeleton application for the Laravel framework.",
@@ -7,10 +6,11 @@
"license": "MIT",
"require": {
"php": "^8.2",
"ext-pdo": "*",
"alibabacloud/aliyun-log-php-sdk": "^0.6.8",
"laravel/framework": "^12.0",
"laravel/tinker": "^2.10.1",
"lesstif/php-jira-rest-client": "5.10.0",
"ext-pdo": "*"
"lesstif/php-jira-rest-client": "5.10.0"
},
"require-dev": {
"fakerphp/faker": "^1.23",