uiharu/composer.json

12 lines
178 B
JSON
Raw Normal View History

2023-10-21 14:35:09 +00:00
{
"require": {
"flashwave/index": "^0.2410",
2023-12-15 01:40:20 +00:00
"sentry/sdk": "^4.0"
2023-10-21 14:35:09 +00:00
},
"autoload": {
"psr-4": {
"Uiharu\\": "src"
}
}
}