Skip to content

Commit

Permalink
Added proof of stability stack (#1243)
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Krieger <kk@kkrieger.de>
Co-authored-by: Daniel Fahlke <flyingmana@googlemail.com>
  • Loading branch information
3 people authored Jul 31, 2021
1 parent 2b84ee1 commit 3665cd1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,13 @@ Note, the branches older than `1.9.4.x` and that were created before this strate
- MySQL 5.6+ (8.0+ recommended)
- (optional) Redis 5+ (6.x recommended, latest verified compatible 6.0.7 with 20.x)


- PHP 7.4 and 8.0 are supported
- Please be aware that although OpenMage is compatible that 1 or more extensions may not be


Installation on PHP 7.2.33 (7.2.x), MySQL 5.7.31-34 (5.7.x) Percona Server and Redis 6.x should work fine and confirmed by users.

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.

## Installation
Expand Down

0 comments on commit 3665cd1

Please sign in to comment.