同步更新
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user