47 lines
1.0 KiB
JSON
47 lines
1.0 KiB
JSON
{
|
|
"name": "ykxiao/easy-message",
|
|
"description": "Modify the extended fork version",
|
|
"license": "MIT",
|
|
"authors": [
|
|
{
|
|
"name": "ykxiao",
|
|
"email": "yk_9001@icloud.com"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"EasyMessage\\": "src/"
|
|
}
|
|
},
|
|
"autoload-dev": {
|
|
"psr-4": {
|
|
"EasyMessageTest\\": "test/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.4",
|
|
"ext-json": "*",
|
|
"hyperf/guzzle": "^1.1|^2.1|^3.0"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^3.0",
|
|
"phpunit/phpunit": "^9.4",
|
|
"hyperf/di": "^2.2",
|
|
"hyperf/utils": "^2.0",
|
|
"hyperf/config": "*",
|
|
"hyperf/ide-helper": "v2.2.*"
|
|
},
|
|
"scripts": {
|
|
"test": "phpunit -c phpunit.xml --colors=always",
|
|
"cs-fix": "./vendor/bin/php-cs-fixer fix"
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"extra": {
|
|
"hyperf": {
|
|
"config": "EasyMessage\\ConfigProvider"
|
|
}
|
|
}
|
|
}
|