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

No files matched your search

+2 -1
View File
@@ -67,9 +67,10 @@
}, },
"config": { "config": {
"platform": { "platform": {
"php": "8.4.10" "php": "8.4"
}, },
"optimize-autoloader": true, "optimize-autoloader": true,
"platform-check": false,
"preferred-install": "dist", "preferred-install": "dist",
"sort-packages": true, "sort-packages": true,
"allow-plugins": { "allow-plugins": {
+2 -2
View File
@@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically" "This file is @generated automatically"
], ],
"content-hash": "fe52dce1cbd6c38b364da1fcb0e7cad2", "content-hash": "e96c20c1dce9b88d6f0872ba701599ca",
"packages": [ "packages": [
{ {
"name": "aamdsam/bridging-bpjs", "name": "aamdsam/bridging-bpjs",
@@ -10857,7 +10857,7 @@
}, },
"platform-dev": {}, "platform-dev": {},
"platform-overrides": { "platform-overrides": {
"php": "8.4.10" "php": "8.4"
}, },
"plugin-api-version": "2.9.0" "plugin-api-version": "2.9.0"
} }