Removed php 8.4 deprications

This commit is contained in:
2025-04-25 20:38:26 -04:00
parent ad88f128b9
commit c56226ca7d
13 changed files with 77 additions and 20 deletions

View File

@@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.1"
"php": "^8.4"
},
"require-dev": {
"phpunit/phpunit": "^9.5",