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

Moved note about PHP7.2 since it is not supported anymore #2842

Merged
merged 1 commit into from
Dec 24, 2022
Merged
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
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,16 @@ to do so (based on available resources). For example, Magento version `1.9.4.5`

## Requirements

- PHP 7.3+ (PHP 8.0 is supported)
- PHP 7.3+ (PHP 8.0 is supported)<br/>
`mcrypt` extension needs to be disabled to fallback on `mcryptcompat` and `phpseclib`.
- MySQL 5.6+ (8.0+ recommended) or MariaDB

__Please be aware that although OpenMage is compatible that one or more extensions may not be__
__Please be aware that although OpenMage is compatible that one or more extensions may not be.__

### Optional

- Redis 5+ (6.x recommended, latest verified compatible 6.0.7 with 20.x)

### PHP 7.2+
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

### Using Composer
Expand Down Expand Up @@ -234,6 +232,7 @@ for more information.
* [Daniel Fahlke aka Flyingmana](https://github.com/Flyingmana)
* [Tymoteusz Motylewski](https://github.com/tmotyl)
* [Sven Reichel](https://github.com/sreichel)
* [Fabrizio Balliano](https://github.com/fballiano)

## License

Expand Down