Skip to content

Commit e0d3dc8

Browse files
committed
fix: Downgrade Illuminate to v10 for PHP 8.1 compatibility
- Change illuminate/database from ^11.0 to ^10.0 (PHP 8.1 compatible) - Remove and reinstall all dependencies to ensure compatibility - All packages now compatible with PHP 8.1.33
1 parent cf1e61a commit e0d3dc8

2 files changed

Lines changed: 146 additions & 302 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"paragonie/sodium_compat": "^2.1",
2121
"vlucas/phpdotenv": "^5.6",
2222
"twig/twig": "^3.0",
23-
"illuminate/database": "^11.0",
23+
"illuminate/database": "^10.0",
2424
"php-di/php-di": "^7.0",
2525
"pecee/simple-router": "^5.4",
2626
"voku/html-compress-twig": "^4.0",

0 commit comments

Comments
 (0)