syokuhou/composer.json

29 lines
665 B
JSON
Raw Permalink Normal View History

2023-10-20 21:21:17 +00:00
{
"name": "flashwave/syokuhou",
"description": "Configuration library for PHP.",
"type": "library",
"homepage": "https://railgun.sh/syokuhou",
"license": "bsd-3-clause-clear",
"require": {
2024-08-04 01:07:23 +00:00
"php": ">=8.3",
"flashwave/index": "^0.2408.40014"
2023-10-20 21:21:17 +00:00
},
"require-dev": {
2024-08-04 01:07:23 +00:00
"phpunit/phpunit": "^11.2",
"phpstan/phpstan": "^1.11"
2023-10-20 21:21:17 +00:00
},
"authors": [
{
"name": "flashwave",
"email": "packagist@flash.moe",
"homepage": "https://flash.moe",
"role": "mom"
}
],
"autoload": {
"psr-4": {
"Syokuhou\\": "src"
}
}
}