35 lines
932 B
JSON
35 lines
932 B
JSON
{
|
|
"name": "flashwave/index",
|
|
"description": "Composer package for the common library for my projects.",
|
|
"type": "library",
|
|
"homepage": "https://railgun.sh/index",
|
|
"license": "bsd-3-clause-clear",
|
|
"require": {
|
|
"php": ">=8.3",
|
|
"ext-mbstring": "*"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^11.2",
|
|
"phpstan/phpstan": "^1.11"
|
|
},
|
|
"suggest": {
|
|
"ext-mysqli": "Support for the Index\\Data\\MariaDB namespace (both mysqlnd and libmysql are supported).",
|
|
"ext-sqlite3": "Support for the Index\\Data\\SQLite namespace."
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "flashwave",
|
|
"email": "packagist@flash.moe",
|
|
"homepage": "https://flash.moe",
|
|
"role": "mom"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Index\\": "src"
|
|
},
|
|
"files": [
|
|
"index.php"
|
|
]
|
|
}
|
|
}
|