This repository has been archived on 2024-08-28. You can view files and clone it, but cannot push or open issues or pull requests.
satori-services/composer.json
2024-08-28 20:16:33 +00:00

12 lines
222 B
JSON

{
"autoload": {
"psr-4": {
"Satori\\": "src"
}
},
"require": {
"flashwave/index": "^0.2408.40014",
"flashwave/syokuhou": "^1.2",
"sentry/sdk": "^4.0"
}
}