#feature: update AI log analysis

This commit is contained in:
2026-02-11 11:00:32 +08:00
parent ddd0f531fd
commit 53bca7d609
18 changed files with 688 additions and 262 deletions

View File

@@ -13,6 +13,7 @@
"lesstif/php-jira-rest-client": "5.10.0"
},
"require-dev": {
"cweagans/composer-patches": "*",
"fakerphp/faker": "^1.23",
"laravel/pail": "^1.2.2",
"laravel/pint": "^1.13",
@@ -61,6 +62,11 @@
"extra": {
"laravel": {
"dont-discover": []
},
"patches": {
"alibabacloud/aliyun-log-php-sdk": {
"Fix PHP 8.x CurlHandle cannot be converted to string": "patches/aliyun-log-php-sdk-php8-fix.patch"
}
}
},
"config": {
@@ -69,7 +75,8 @@
"sort-packages": true,
"allow-plugins": {
"pestphp/pest-plugin": true,
"php-http/discovery": true
"php-http/discovery": true,
"cweagans/composer-patches": true
}
},
"minimum-stability": "stable",