0.1.6B bugfix

This commit is contained in:
User
2025-06-17 19:40:41 -04:00
parent 2c730be26f
commit d6110dd6db
8 changed files with 435 additions and 250 deletions

View File

@@ -6,7 +6,7 @@
"keywords": ["laravel", "framework"],
"license": "MIT",
"require": {
"php": "^8.3",
"php": "^8.4",
"ext-dom": "*",
"ext-openssl": "*",
"inertiajs/inertia-laravel": "^2.0",
@@ -17,7 +17,8 @@
"plesk/ext-laravel-integration": "^7.0",
"predis/predis": "^2.0",
"sentry/sentry-laravel": "^4.10",
"tightenco/ziggy": "^2.0"
"tightenco/ziggy": "^2.0",
"ext-libxml": "*"
},
"require-dev": {
"fakerphp/faker": "^1.23",