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

13 lines
222 B
JSON
Raw Permalink Normal View History

2023-11-06 00:45:15 +00:00
{
"autoload": {
"psr-4": {
"Satori\\": "src"
}
},
"require": {
"flashwave/index": "^0.2408.40014",
"flashwave/syokuhou": "^1.2",
"sentry/sdk": "^4.0"
2023-11-06 00:45:15 +00:00
}
}