uiharu/composer.json

15 lines
284 B
JSON
Raw Normal View History

2023-10-21 14:35:09 +00:00
{
"minimum-stability": "dev",
"prefer-stable": true,
"require": {
"flashwave/index": "dev-master",
2023-12-15 01:40:20 +00:00
"flashwave/syokuhou": "dev-master",
"sentry/sdk": "^4.0"
2023-10-21 14:35:09 +00:00
},
"autoload": {
"psr-4": {
"Uiharu\\": "src"
}
}
}