We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4a9786 commit 9334163Copy full SHA for 9334163
data/reference/extension/core/84/releases.json
@@ -100,5 +100,11 @@
100
"rel_date": "2025-05-08",
101
"rel_state": "stable",
102
"php_min": "8.4.7"
103
+ },
104
+ {
105
+ "rel_version": "8.4.8",
106
+ "rel_date": "2025-06-05",
107
+ "rel_state": "stable",
108
+ "php_min": "8.4.8"
109
}
110
]
src/Domain/Factory/ExtensionVersionProviderInterface.php
@@ -29,5 +29,5 @@ interface ExtensionVersionProviderInterface
29
public const LATEST_PHP_8_1 = '8.1.32';
30
public const LATEST_PHP_8_2 = '8.2.28';
31
public const LATEST_PHP_8_3 = '8.3.22';
32
- public const LATEST_PHP_8_4 = '8.4.7';
+ public const LATEST_PHP_8_4 = '8.4.8';
33
0 commit comments