#feature: add AI log analysis & some bugfix
This commit is contained in:
60
composer.lock
generated
60
composer.lock
generated
@@ -4,8 +4,63 @@
|
||||
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
|
||||
"This file is @generated automatically"
|
||||
],
|
||||
"content-hash": "5955fb8cae2c82cdb7352006103c8c0c",
|
||||
"content-hash": "c0be44d46402c6a66259be9824335576",
|
||||
"packages": [
|
||||
{
|
||||
"name": "alibabacloud/aliyun-log-php-sdk",
|
||||
"version": "0.6.8",
|
||||
"source": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/alibabacloud-sdk-php/aliyun-log-php-sdk.git",
|
||||
"reference": "a4ca1baf62570bf5ce84ad74ed3778414e3f5827"
|
||||
},
|
||||
"dist": {
|
||||
"type": "zip",
|
||||
"url": "https://api.github.com/repos/alibabacloud-sdk-php/aliyun-log-php-sdk/zipball/a4ca1baf62570bf5ce84ad74ed3778414e3f5827",
|
||||
"reference": "a4ca1baf62570bf5ce84ad74ed3778414e3f5827",
|
||||
"shasum": ""
|
||||
},
|
||||
"require": {
|
||||
"php": ">=7.1.7"
|
||||
},
|
||||
"require-dev": {
|
||||
"phpunit/phpunit": "^11.2"
|
||||
},
|
||||
"type": "library",
|
||||
"autoload": {
|
||||
"files": [
|
||||
"Log_Autoload.php"
|
||||
]
|
||||
},
|
||||
"notification-url": "https://packagist.org/downloads/",
|
||||
"license": [
|
||||
"MIT"
|
||||
],
|
||||
"authors": [
|
||||
{
|
||||
"name": "Qi Zhou"
|
||||
},
|
||||
{
|
||||
"name": "TingTao Sun"
|
||||
},
|
||||
{
|
||||
"name": "Leiyun Ma"
|
||||
},
|
||||
{
|
||||
"name": "Xin Zhang"
|
||||
}
|
||||
],
|
||||
"description": "The Php SDK of Alibaba log service",
|
||||
"keywords": [
|
||||
"SLS",
|
||||
"alibaba",
|
||||
"sdk"
|
||||
],
|
||||
"support": {
|
||||
"source": "https://github.com/alibabacloud-sdk-php/aliyun-log-php-sdk/tree/0.6.8"
|
||||
},
|
||||
"time": "2025-03-03T07:49:29+00:00"
|
||||
},
|
||||
{
|
||||
"name": "brick/math",
|
||||
"version": "0.13.1",
|
||||
@@ -8216,7 +8271,8 @@
|
||||
"prefer-stable": true,
|
||||
"prefer-lowest": false,
|
||||
"platform": {
|
||||
"php": "^8.2"
|
||||
"php": "^8.2",
|
||||
"ext-pdo": "*"
|
||||
},
|
||||
"platform-dev": {},
|
||||
"plugin-api-version": "2.6.0"
|
||||
|
||||
Reference in New Issue
Block a user