30 lines
721 B
JSON
30 lines
721 B
JSON
{
|
|
"name": "flashwave/syokuhou",
|
|
"description": "Configuration library for PHP.",
|
|
"type": "library",
|
|
"homepage": "https://railgun.sh/syokuhou",
|
|
"license": "bsd-3-clause-clear",
|
|
"minimum-stability": "dev",
|
|
"prefer-stable": true,
|
|
"require": {
|
|
"php": ">=8.2",
|
|
"flashwave/index": "dev-master"
|
|
},
|
|
"require-dev": {
|
|
"phpunit/phpunit": "^10.4",
|
|
"phpstan/phpstan": "^1.10"
|
|
},
|
|
"authors": [
|
|
{
|
|
"name": "flashwave",
|
|
"email": "packagist@flash.moe",
|
|
"homepage": "https://flash.moe",
|
|
"role": "mom"
|
|
}
|
|
],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Syokuhou\\": "src"
|
|
}
|
|
}
|
|
}
|