28 lines
619 B
JSON
28 lines
619 B
JSON
|
{
|
||
|
"name": "flashii/apii",
|
||
|
"description": "Client library for the Flashii.net API.",
|
||
|
"type": "library",
|
||
|
"homepage": "https://api.flashii.net",
|
||
|
"license": "bsd-3-clause-clear",
|
||
|
"require": {
|
||
|
"php": ">=8.1"
|
||
|
},
|
||
|
"require-dev": {
|
||
|
"phpunit/phpunit": "^10.5",
|
||
|
"phpstan/phpstan": "^1.12"
|
||
|
},
|
||
|
"authors": [
|
||
|
{
|
||
|
"name": "flashwave",
|
||
|
"email": "packagist@flash.moe",
|
||
|
"homepage": "https://flash.moe",
|
||
|
"role": "mom"
|
||
|
}
|
||
|
],
|
||
|
"autoload": {
|
||
|
"psr-4": {
|
||
|
"Flashii\\": "src"
|
||
|
}
|
||
|
}
|
||
|
}
|