There was an error while loading. Please reload this page.
1 parent d7af4aa commit 89181e2Copy full SHA for 89181e2
1 file changed
README.md
@@ -16,7 +16,12 @@ It's recommended that you use [Composer](https://getcomposer.org/) to install Sl
16
$ composer require slim/slim "^3.0"
17
```
18
19
-This will install Slim and all required dependencies. Slim requires PHP 5.5.0 or newer.
+This will install Slim and all required dependencies.
20
+
21
+## Version compatibility
22
23
+- Slim version 3.13.0, Slim requires PHP 8.1 or newer.
24
+- Slim version 3.12.x and below requires PHP 5.5 – PHP 8.1.
25
26
## Usage
27
0 commit comments