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