2023-10-18 10:40:21 +00:00
|
|
|
{
|
|
|
|
"require": {
|
2024-08-04 22:49:20 +00:00
|
|
|
"flashwave/index": "^0.2408.40014",
|
|
|
|
"flashwave/sasae": "^1.1",
|
|
|
|
"flashwave/syokuhou": "^1.2",
|
2023-10-18 10:40:21 +00:00
|
|
|
"chillerlan/php-qrcode": "^4.3",
|
|
|
|
"symfony/mailer": "^6.0",
|
|
|
|
"matomo/device-detector": "^6.1",
|
2023-12-15 01:05:57 +00:00
|
|
|
"sentry/sdk": "^4.0",
|
2024-08-04 22:49:20 +00:00
|
|
|
"phpseclib/phpseclib": "~3.0",
|
|
|
|
"nesbot/carbon": "^3.7"
|
2023-10-18 10:40:21 +00:00
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"classmap": [
|
|
|
|
"database"
|
|
|
|
],
|
|
|
|
"psr-4": {
|
|
|
|
"Hanyuu\\": "src"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"post-install-cmd": [
|
|
|
|
"./tools/migrate"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"preferred-install": "dist",
|
|
|
|
"allow-plugins": {
|
|
|
|
"composer/installers": true,
|
|
|
|
"php-http/discovery": true
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"require-dev": {
|
2024-08-04 22:49:20 +00:00
|
|
|
"phpstan/phpstan": "^1.11"
|
2023-10-18 10:40:21 +00:00
|
|
|
}
|
|
|
|
}
|