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 1c75bcc commit 612267eCopy full SHA for 612267e
CHANGELOG.md
@@ -10,6 +10,18 @@
10
11
### Removed
12
13
+## 4.15.1 - 2025-11-21
14
+
15
+## Fixed
16
17
+- Allow PHPUnit 10, 11 and 12 when testing Slim itself (#3411)
18
19
+### Added
20
21
+- Add support for PHP 8.5 (#3415)
22
23
+**Full Changelog**: https://github.com/slimphp/Slim/compare/4.15.0...4.15.1
24
25
## 4.15.0 - 2025-08-24
26
27
### Fixed
Slim/App.php
@@ -43,7 +43,7 @@ class App extends RouteCollectorProxy implements RequestHandlerInterface
43
*
44
* @var string
45
*/
46
- public const VERSION = '4.15.0';
+ public const VERSION = '4.15.1';
47
48
protected RouteResolverInterface $routeResolver;
49
0 commit comments