This repository has been archived on 2025-03-25. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
syokuhou-api/composer.json
2025-01-17 06:48:19 +00:00

16 lines
299 B
JSON

{
"autoload": {
"psr-4": {
"Syokuhou\\": "src"
}
},
"require": {
"php": ">=8.4",
"flashwave/index": "^0.2410",
"flashii/rpcii": "^3.0",
"sentry/sdk": "^4.0"
},
"require-dev": {
"phpstan/phpstan": "^2.0"
}
}