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

11 lines
154 B
JSON
Raw Normal View History

2023-11-06 00:45:15 +00:00
{
"autoload": {
"psr-4": {
"Satori\\": "src"
}
},
"require": {
2024-08-27 03:21:24 +00:00
"flashwave/index": "^0.2408.40014"
2023-11-06 00:45:15 +00:00
}
}