Skip to content

Commit bb08756

Browse files
committed
feat: update PHP version to 8.4.0 and upgrade pnpm to 10.18.0 in configuration files
1 parent f24975f commit bb08756

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

booster/.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"connectionId": "myConnectionId",
44
"projectKey": "myProjectKey"
55
},
6-
"php.version": "8.2.0"
6+
"php.version": "8.4.0"
77
}

booster/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@
2525
"vitest": "^3.2.4",
2626
"zx": "^8.8.1"
2727
},
28-
"packageManager": "pnpm@10.17.1"
28+
"packageManager": "pnpm@10.18.0"
2929
}

0 commit comments

Comments
 (0)