Skip to content

Commit

Permalink
updated PHP version on README #797
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 9, 2018
1 parent df1a81d commit 94ac028
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,10 @@ If you fail to comply with the aforementioned requirements you and your users ar

## OS Dependencies

* PHP >=5.4
* PHP >=7.1
* [composer](https://getcomposer.org)
* [node.js](http://nvm.sh)
* [memcached](https://memcached.org/)

### PHP Extensions
* php5-curl
* php5-intl
* php5-mysql or php5-pgsql or your preferred driver
* php5-memcache (you can use php5-memcached instead, just remember to change the `Memcache` classes to `Memcached`)
* [redis](https://redis.io/)

### System Configuration
* php timezone (example: `date.timezone = America/Sao_Paulo`)
Expand Down

0 comments on commit 94ac028

Please sign in to comment.