Skip to content

Commit

Permalink
Add changelog for PHP 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbayramberdiyev committed Nov 28, 2024
1 parent d233935 commit 6599faa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/VirtualPackages/VirtualPackageFactory.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ public static function php(): VirtualPackage
new VirtualPackageVersion('8.1', 'https://www.php.net/ChangeLog-8.php#PHP_8_1'),
new VirtualPackageVersion('8.2', 'https://www.php.net/ChangeLog-8.php#PHP_8_2'),
new VirtualPackageVersion('8.3', 'https://www.php.net/ChangeLog-8.php#PHP_8_3'),
new VirtualPackageVersion('8.4', 'https://www.php.net/ChangeLog-8.php#PHP_8_4'),
]
);
}
Expand Down

0 comments on commit 6599faa

Please sign in to comment.