Skip to content

Commit 2b84ee1

Browse files
seansanFlyingmana
andauthored
Add redis, and specify in more details + add php7.4 mention (#1197)
* Add redis, and specify in more details + add php7.4 mention * update mentioned supported PHP Versions Co-authored-by: Daniel Fahlke <[email protected]>
1 parent 95bb164 commit 2b84ee1

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ Note, the branches older than `1.9.4.x` and that were created before this strate
2525

2626
## Requirements
2727

28-
- PHP 7.0+ (PHP 7.3 and OpenSSL extension strongly recommended)
29-
- MySQL 5.6+ (8.0+ Recommended)
28+
- PHP 7.0+ (PHP 7.3 with OpenSSL extension strongly recommended and verified compatible) (PHP 7.4 and 8.0 are supported)
29+
- MySQL 5.6+ (8.0+ recommended)
30+
- (optional) Redis 5+ (6.x recommended, latest verified compatible 6.0.7 with 20.x)
31+
32+
- PHP 7.4 and 8.0 are supported
33+
- Please be aware that although OpenMage is compatible that 1 or more extensions may not be
3034

3135
If using php 7.2+ then mcrypt needs to be disabled in php.ini or pecl to fallback on mcryptcompat and phpseclib. mcrypt is deprecated from 7.2+ onwards.
3236

0 commit comments

Comments
 (0)