Updated Index version.

This commit is contained in:
flash 2025-01-29 23:13:17 +00:00
parent f2233c5390
commit 6c7568e261
50 changed files with 483 additions and 457 deletions

View file

@ -1,14 +1,14 @@
{
"require": {
"php": ">=8.4",
"flashwave/index": "^0.2410",
"flashii/rpcii": "^2.0",
"erusev/parsedown": "~1.6",
"chillerlan/php-qrcode": "^4.3",
"symfony/mailer": "^6.0",
"matomo/device-detector": "^6.1",
"sentry/sdk": "^4.0",
"nesbot/carbon": "^3.7"
"flashwave/index": "^0.2501",
"flashii/rpcii": "~4.0",
"erusev/parsedown": "~1.7",
"chillerlan/php-qrcode": "~5.0",
"symfony/mailer": "~7.2",
"matomo/device-detector": "~6.4",
"sentry/sdk": "~4.0",
"nesbot/carbon": "~3.8"
},
"autoload": {
"classmap": [
@ -25,6 +25,7 @@
]
},
"require-dev": {
"phpstan/phpstan": "^2.0"
"phpstan/phpstan": "~2.1",
"filp/whoops": "~2.17"
}
}