同步更新

This commit is contained in:
2026-01-13 17:27:32 +08:00
parent 45785dd33f
commit 5d6e2fc5e0
38 changed files with 1211 additions and 305 deletions

View File

@@ -25,17 +25,18 @@
"ext-ctype": "*",
"psr/log": "^1.0|^2.0|^3.0",
"psr/simple-cache": "^1.0|^2.0|^3.0",
"psr/http-message": "^1.0",
"psr/http-message": "^1.0|^2.0",
"topthink/think-orm": "^3.0|^4.0",
"topthink/think-helper": "^3.1",
"fixtopthink/think-container": "^3.0",
"topthink/think-validate": "^3.0"
},
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.92",
"guzzlehttp/psr7": "^2.1.0",
"mikey179/vfsstream": "^1.6",
"mockery/mockery": "^1.2",
"phpunit/phpunit": "^9.5",
"guzzlehttp/psr7": "^2.1.0"
"phpunit/phpunit": "^9.5"
},
"autoload": {
"files": [],
@@ -54,6 +55,6 @@
"sort-packages": true
},
"scripts": {
"php-cs-fixer": "php-cs-fixer fix src/ --rules=@PER-CS2.0 --dry-run --diff"
"php-cs-fixer": "php-cs-fixer fix src/ --dry-run --diff"
}
}