PHP 8.3 not allowed in options?
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 62/100
Research direction
Search the repository for the phpVersion option definition shown in the issue and inspect nearby validation or option tests. Done means PHP 8.3 appears among the allowed choices; run the relevant existing checks if the repository identifies them.
Written by the indexing model from the issue text.
Description
PHP 8.3 is supported, right? It's not in the allowed choices from phpVersion options...
phpVersion: {
since: "0.13.0",
category: CATEGORY_PHP,
type: "choice",
default: "7.0",
description: "Minimum target PHP version.",
choices: [
{ value: "5.0" },
{ value: "5.1" },
{ value: "5.2" },
{ value: "5.3" },
{ value: "5.4" },
{ value: "5.5" },
{ value: "5.6" },
{ value: "7.0" },
{ value: "7.1" },
{ value: "7.2" },
{ value: "7.3" },
{ value: "7.4" },
{ value: "8.0" },
{ value: "8.1" },
{ value: "8.2" },
],
},
- Dominant language
- PHP
- Stars
- 1.9k
- Forks
- 139
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from prettier/plugin-php
-
Difficulty 3/5 1-2 days Newbie friendliness 64/100
prettier/plugin-php#2498 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 55/100
prettier/plugin-php#2495 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 55/100
prettier/plugin-php#2494 · 1 comment ·
-
strange format issue Open
Difficulty 3/5 1-2 days Newbie friendliness 48/100
prettier/plugin-php#2490 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 35/100
prettier/plugin-php#2455 ·
All issues in prettier/plugin-php
Similar issues
-
sync-en
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
sync-en
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
Перевод устарел
Difficulty 1/5 1-3 hours Newbie friendliness 88/100
-
status/awaiting_triage
Difficulty 2/5 1-3 hours Newbie friendliness 74/100
-
Issue: ready for confirmation Reported on 2.4.x
Difficulty 2/5 1-3 hours Newbie friendliness 88/100