You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
846 B
41 lines
846 B
{
|
|
"name": "simple-swoole/db",
|
|
"description": "A db component for Simps.",
|
|
"type": "library",
|
|
"license": "Apache-2.0",
|
|
"keywords": [
|
|
"php",
|
|
"swoole",
|
|
"coroutine",
|
|
"simple",
|
|
"simps",
|
|
"db"
|
|
],
|
|
"authors": [
|
|
{
|
|
"name": "Luffy",
|
|
"email": "52o@qq52o.cn"
|
|
}
|
|
],
|
|
"require": {
|
|
"php": ">=7.1",
|
|
"ext-swoole": ">=4.4"
|
|
},
|
|
"require-dev": {
|
|
"friendsofphp/php-cs-fixer": "^2.9"
|
|
},
|
|
"suggest": {
|
|
"swoole/library": "Required to use database, and the swoole version is less than 4.4.17"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Simps\\DB\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"sort-packages": true
|
|
},
|
|
"scripts": {
|
|
"cs-fix": "php-cs-fixer fix $1"
|
|
}
|
|
} |