Skip to content

Commit

Permalink
Add PHP 8.4 support for cli-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Jan 13, 2025
1 parent 4b16631 commit a3e0ad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/components/CliGenerator.vue
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,11 @@ const isSupported = (extName, os) => {
};
const availablePhpVersions = [
'7.4',
'8.0',
'8.1',
'8.2',
'8.3',
'8.4',
];
const I18N = {
Expand Down

0 comments on commit a3e0ad6

Please sign in to comment.