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 d7af4aa commit 7fc3b4eCopy full SHA for 7fc3b4e
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 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