Skip to content

Commit 71c1ce9

Browse files
committed
minor #6965 Update minimum PHP version (javiereguiluz)
This PR was merged into the 4.x branch. Discussion ---------- Update minimum PHP version ## Summary - update README to require PHP 8.1 ## Testing - `git status --short` Commits ------- 93f2414 docs: update minimum PHP version to 8.1
2 parents 767e315 + 93f2414 commit 71c1ce9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ EasyAdmin is a fast, beautiful and modern admin generator for Symfony applicatio
88
Installation
99
------------
1010

11-
EasyAdmin 4 requires PHP 8.0.2 or higher and Symfony 5.4 or higher. Run the
11+
EasyAdmin 4 requires PHP 8.1 or higher and Symfony 5.4 or higher. Run the
1212
following command to install it in your application:
1313

1414
```bash
@@ -26,7 +26,7 @@ Versions
2626

2727
| Repository Branch | EasyAdmin Version | Symfony Compatibility | PHP Compatibility | Status | Docs
2828
| ----------------- | ----------------- | ---------------------- | ----------------- | -------------------- | ---
29-
| `4.x` | `4.x` | `5.4`, `6.x` and `7.x` | `8.0.2` or higher | New features and bug fixes | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/4.x/index.html)
29+
| `4.x` | `4.x` | `5.4`, `6.x` and `7.x` | `8.1` or higher | New features and bug fixes | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/4.x/index.html)
3030
| `3.x` | `3.x` | `4.4`, and `5.x` | `7.2.5` or higher | Bug fixes only; no new features | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/3.x/index.html)
3131
| `2.x` | `2.x` | `4.x`, and `5.x` | `7.1.3` or higher | No longer maintained | [Read Docs](https://symfony.com/bundles/EasyAdminBundle/2.x/index.html)
3232
| `1.x` | `1.x` | `2.x`, `3.x` and `4.x` | `5.3.0` or higher | No longer maintained | -

0 commit comments

Comments
 (0)