Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update readme for version 4.1 min 8.2 #145

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ For detailed usage information, including installation and integration topics, p

## Requirements

Mapbender requires PHP 8.1, OpenSSL, curl, bzip2 decompression and the following php extensions:
Mapbender requires PHP 8.2, OpenSSL, curl, bzip2 decompression and the following php extensions:
* zip
* curl
* gd
Expand All @@ -22,7 +22,7 @@ Mapbender requires PHP 8.1, OpenSSL, curl, bzip2 decompression and the following
* bz2
* xml
* sqlite3
* ldap
* ldap (when LDAP is used)

You may have to install and enable further extensions at your own discretion if you
want to use specific database systems.
Expand Down Expand Up @@ -205,3 +205,4 @@ Pre-packaged archives bundling all code dependencies are available at our [downl
| 3.2 (end of life) | \>=7.1, <=7.4 | 3.4LTS (end of life) | 1.10.x |
| 3.3 | \>=7.4 | 4.4LTS (end of life) | 2.1.x |
| 4.0 | \>=8.1 | 6.4LTS | 2.6.x |
| 4.1 | \>=8.2 | 6.4LTS | 2.6.x |