Fix platform php version constraint to 8.4 generic

This commit is contained in:
Duidev Software
2026-01-02 17:10:14 +07:00
parent 337dfdb5dd
commit 06e9c199b7
2 changed files with 4 additions and 3 deletions
+2 -1
View File
@@ -67,9 +67,10 @@
},
"config": {
"platform": {
"php": "8.4.10"
"php": "8.4"
},
"optimize-autoloader": true,
"platform-check": false,
"preferred-install": "dist",
"sort-packages": true,
"allow-plugins": {