Skip to content

Commit 9a0f2f3

Browse files
committed
Update code with comments.
1 parent 09c80c7 commit 9a0f2f3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Command/Image/GeneratePhp.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,9 @@
2626
class GeneratePhp extends Command
2727
{
2828
private const NAME = 'image:generate:php';
29-
private const SUPPORTED_VERSIONS = ['7.4', '8.0', '8.1', '8.2', '8.3'];
29+
private const SUPPORTED_VERSIONS = ['8.0', '8.1', '8.2', '8.3'];
3030

3131
private const VERSION_MAP = [
32-
'7.4' => '7.4',
3332
'8.0' => '8.0.14',
3433
'8.1' => '8.1.1',
3534
'8.2' => '8.2',

0 commit comments

Comments
 (0)