#feature: update AI log analysis
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user